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

@@ -14,7 +14,7 @@ export declare const PaymentGroupByZodSchema: z.ZodObject<{
_avg: z.ZodOptional<z.ZodType<Prisma.PaymentAvgAggregateInputType, z.ZodTypeDef, Prisma.PaymentAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.PaymentSumAggregateInputType, z.ZodTypeDef, Prisma.PaymentSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[];
by: ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[];
where?: Prisma.PaymentWhereInput | undefined;
_count?: true | Prisma.PaymentCountAggregateInputType | undefined;
orderBy?: Prisma.PaymentOrderByWithAggregationInput | Prisma.PaymentOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const PaymentGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.PaymentSumAggregateInputType | undefined;
having?: Prisma.PaymentScalarWhereWithAggregatesInput | undefined;
}, {
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[];
by: ("status" | "id" | "createdAt" | "patientId" | "notes" | "userId" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[];
where?: Prisma.PaymentWhereInput | undefined;
_count?: true | Prisma.PaymentCountAggregateInputType | undefined;
orderBy?: Prisma.PaymentOrderByWithAggregationInput | Prisma.PaymentOrderByWithAggregationInput[] | undefined;