fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -24,12 +24,12 @@ export declare const PaymentFindFirstSelectZodSchema: z.ZodObject<{
|
||||
_count: z.ZodOptional<z.ZodBoolean>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
status?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
patientId?: boolean | undefined;
|
||||
patient?: boolean | undefined;
|
||||
notes?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
claimId?: boolean | undefined;
|
||||
claim?: boolean | undefined;
|
||||
totalBilled?: boolean | undefined;
|
||||
@@ -45,12 +45,12 @@ export declare const PaymentFindFirstSelectZodSchema: z.ZodObject<{
|
||||
_count?: boolean | undefined;
|
||||
}, {
|
||||
status?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
patientId?: boolean | undefined;
|
||||
patient?: boolean | undefined;
|
||||
notes?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
claimId?: boolean | undefined;
|
||||
claim?: boolean | undefined;
|
||||
totalBilled?: boolean | undefined;
|
||||
@@ -83,7 +83,7 @@ export declare const PaymentFindFirstZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.PaymentWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined;
|
||||
distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined;
|
||||
}, {
|
||||
where?: Prisma.PaymentWhereInput | undefined;
|
||||
include?: Prisma.PaymentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
@@ -92,6 +92,6 @@ export declare const PaymentFindFirstZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.PaymentWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined;
|
||||
distinct?: "status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById" | ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findFirstPayment.schema.d.ts.map
|
||||
Reference in New Issue
Block a user