initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineUpdateManyWithoutClaimNestedInputObjectSchema: z.ZodType<Prisma.ServiceLineUpdateManyWithoutClaimNestedInput>;
export declare const ServiceLineUpdateManyWithoutClaimNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateWithoutClaimInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUncheckedCreateWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUncheckedCreateWithoutClaimInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateOrConnectWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineCreateOrConnectWithoutClaimInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateManyClaimInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineCreateManyClaimInputEnvelope>>>;
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.ServiceLineUpdateWithWhereUniqueWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput, z.ZodTypeDef, Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput>>, "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.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined;
set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined;
createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput[] | undefined;
upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput[] | undefined;
disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput | Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput[] | undefined;
deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
}, {
create?: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined;
set?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined;
createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
update?: Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpdateWithWhereUniqueWithoutClaimInput[] | undefined;
upsert?: Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput | Prisma.ServiceLineUpsertWithWhereUniqueWithoutClaimInput[] | undefined;
disconnect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
delete?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
updateMany?: Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput | Prisma.ServiceLineUpdateManyWithWhereWithoutClaimInput[] | undefined;
deleteMany?: Prisma.ServiceLineScalarWhereInput | Prisma.ServiceLineScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=ServiceLineUpdateManyWithoutClaimNestedInput.schema.d.ts.map