import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PaymentUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType; export declare const PaymentUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: 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.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; update?: Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutPatientInput | Prisma.PaymentUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined; }, { create?: Prisma.PaymentUncheckedCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput | Prisma.PaymentCreateWithoutPatientInput[] | Prisma.PaymentUncheckedCreateWithoutPatientInput[] | undefined; set?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutPatientInput | Prisma.PaymentCreateOrConnectWithoutPatientInput[] | undefined; createMany?: Prisma.PaymentCreateManyPatientInputEnvelope | undefined; connect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; update?: Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpdateWithWhereUniqueWithoutPatientInput[] | undefined; upsert?: Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput | Prisma.PaymentUpsertWithWhereUniqueWithoutPatientInput[] | undefined; disconnect?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; delete?: Prisma.PaymentWhereUniqueInput | Prisma.PaymentWhereUniqueInput[] | undefined; updateMany?: Prisma.PaymentUpdateManyWithWhereWithoutPatientInput | Prisma.PaymentUpdateManyWithWhereWithoutPatientInput[] | undefined; deleteMany?: Prisma.PaymentScalarWhereInput | Prisma.PaymentScalarWhereInput[] | undefined; }>; //# sourceMappingURL=PaymentUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map