fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user