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

@@ -0,0 +1,17 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectSchema: z.ZodType<Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput>;
export declare const NpiProviderUpsertWithoutAppointmentProceduresInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput;
update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput;
where?: Prisma.NpiProviderWhereInput | undefined;
}, {
create: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput;
update: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput;
where?: Prisma.NpiProviderWhereInput | undefined;
}>;
//# sourceMappingURL=NpiProviderUpsertWithoutAppointmentProceduresInput.schema.d.ts.map