initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/ServiceLineUpdateManyWithoutPaymentNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/ServiceLineUpdateManyWithoutPaymentNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ServiceLineUpdateManyWithoutPaymentNestedInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateManyWithoutPaymentNestedInput>;
|
||||
export declare const ServiceLineUpdateManyWithoutPaymentNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutPaymentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutPaymentInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutPaymentInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateManyPaymentInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineCreateManyPaymentInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined;
|
||||
set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined;
|
||||
createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined;
|
||||
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput[] | undefined;
|
||||
upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput[] | undefined;
|
||||
disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput | Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput[] | undefined;
|
||||
deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.ServiceLineCreateWithoutPaymentInput | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineCreateWithoutPaymentInput[] | Prisma.ServiceLineUncheckedCreateWithoutPaymentInput[] | undefined;
|
||||
set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutPaymentInput | Prisma.ServiceLineCreateOrConnectWithoutPaymentInput[] | undefined;
|
||||
createMany?: Prisma.ServiceLineCreateManyPaymentInputEnvelope | undefined;
|
||||
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutPaymentInput[] | undefined;
|
||||
upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutPaymentInput[] | undefined;
|
||||
disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput | Prisma.ServiceLineUpdateManyWithWhereWithoutPaymentInput[] | undefined;
|
||||
deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ServiceLineUpdateManyWithoutPaymentNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user