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

@@ -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;