import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType; export declare const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; }, { create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined; set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined; createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined; connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined; upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined; disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined; updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined; deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined; }>; //# sourceMappingURL=AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map