import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const ServiceLineTransactionUpdateManyWithoutPaymentNestedInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionUpdateManyWithoutPaymentNestedInputObjectZodSchema: 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.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined; set?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; update?: Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput[] | undefined; upsert?: Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput[] | undefined; disconnect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; delete?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; updateMany?: Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput[] | undefined; deleteMany?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | undefined; }, { create?: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput[] | Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput[] | undefined; set?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput[] | undefined; createMany?: Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope | undefined; connect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; update?: Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput[] | undefined; upsert?: Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput[] | undefined; disconnect?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; delete?: Prisma.ServiceLineTransactionWhereUniqueInput | Prisma.ServiceLineTransactionWhereUniqueInput[] | undefined; updateMany?: Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput[] | undefined; deleteMany?: Prisma.ServiceLineTransactionScalarWhereInput | Prisma.ServiceLineTransactionScalarWhereInput[] | undefined; }>; //# sourceMappingURL=ServiceLineTransactionUpdateManyWithoutPaymentNestedInput.schema.d.ts.map