fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -7,14 +7,14 @@ export declare const ClaimGroupByZodSchema: z.ZodObject<{
|
||||
having: z.ZodOptional<z.ZodType<Prisma.ClaimScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "patientId", "appointmentId", "userId", "staffId", "patientName", "memberId", "dateOfBirth", "remarks", "missingTeethStatus", "missingTeeth", "serviceDate", "insuranceProvider", "createdAt", "updatedAt", "status", "claimNumber"]>, "many">;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "patientId", "appointmentId", "userId", "staffId", "patientName", "memberId", "dateOfBirth", "remarks", "missingTeethStatus", "missingTeeth", "serviceDate", "insuranceProvider", "createdAt", "updatedAt", "status", "claimNumber", "npiProviderId"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ClaimCountAggregateInputType, z.ZodTypeDef, Prisma.ClaimCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.ClaimMinAggregateInputType, z.ZodTypeDef, Prisma.ClaimMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.ClaimMaxAggregateInputType, z.ZodTypeDef, Prisma.ClaimMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.ClaimAvgAggregateInputType, z.ZodTypeDef, Prisma.ClaimAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.ClaimSumAggregateInputType, z.ZodTypeDef, Prisma.ClaimSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[];
|
||||
by: ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[];
|
||||
where?: Prisma.ClaimWhereInput | undefined;
|
||||
_count?: true | Prisma.ClaimCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const ClaimGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.ClaimSumAggregateInputType | undefined;
|
||||
having?: Prisma.ClaimScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[];
|
||||
by: ("status" | "id" | "createdAt" | "patientId" | "npiProviderId" | "appointmentId" | "userId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[];
|
||||
where?: Prisma.ClaimWhereInput | undefined;
|
||||
_count?: true | Prisma.ClaimCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user