fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -7,14 +7,14 @@ export declare const AppointmentProcedureGroupByZodSchema: z.ZodObject<{
|
||||
having: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentProcedureScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "appointmentId", "patientId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>, "many">;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "appointmentId", "patientId", "npiProviderId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.AppointmentProcedureCountAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureMinAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureMaxAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureAvgAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.AppointmentProcedureSumAggregateInputType, z.ZodTypeDef, Prisma.AppointmentProcedureSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[];
|
||||
by: ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[];
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
_count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const AppointmentProcedureGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.AppointmentProcedureSumAggregateInputType | undefined;
|
||||
having?: Prisma.AppointmentProcedureScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "patientId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[];
|
||||
by: ("id" | "createdAt" | "patientId" | "npiProviderId" | "procedureCode" | "procedureLabel" | "fee" | "category" | "toothNumber" | "toothSurface" | "oralCavityArea" | "source" | "comboKey" | "appointmentId")[];
|
||||
where?: Prisma.AppointmentProcedureWhereInput | undefined;
|
||||
_count?: true | Prisma.AppointmentProcedureCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.AppointmentProcedureOrderByWithAggregationInput | Prisma.AppointmentProcedureOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user