41 lines
7.8 KiB
TypeScript
41 lines
7.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineTransactionUncheckedUpdateManyWithoutPaymentNestedInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateManyWithoutPaymentNestedInput>;
|
|
export declare const ServiceLineTransactionUncheckedUpdateManyWithoutPaymentNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateOrConnectWithoutPaymentInput>>, "many">]>>;
|
|
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateManyPaymentInputEnvelope>>>;
|
|
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
|
|
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
|
|
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
|
|
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>, "many">]>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithWhereUniqueWithoutPaymentInput>>, "many">]>>;
|
|
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateManyWithWhereWithoutPaymentInput>>, "many">]>>;
|
|
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineTransactionScalarWhereInput>>, "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=ServiceLineTransactionUncheckedUpdateManyWithoutPaymentNestedInput.schema.d.ts.map
|