fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -24,12 +24,12 @@ export declare const PaymentFindManySelectZodSchema: 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 PaymentFindManySelectZodSchema: 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 PaymentFindManyZodSchema: 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 PaymentFindManyZodSchema: 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=findManyPayment.schema.d.ts.map