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,20 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineCreateNestedManyWithoutClaimInputObjectSchema: z.ZodType<Prisma.ServiceLineCreateNestedManyWithoutClaimInput>;
export declare const ServiceLineCreateNestedManyWithoutClaimInputObjectZodSchema: 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">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCreateManyClaimInputEnvelope, z.ZodTypeDef, Prisma.ServiceLineCreateManyClaimInputEnvelope>>>;
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">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined;
createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
}, {
create?: Prisma.ServiceLineUncheckedCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput | Prisma.ServiceLineCreateWithoutClaimInput[] | Prisma.ServiceLineUncheckedCreateWithoutClaimInput[] | undefined;
connectOrCreate?: Prisma.ServiceLineCreateOrConnectWithoutClaimInput | Prisma.ServiceLineCreateOrConnectWithoutClaimInput[] | undefined;
createMany?: Prisma.ServiceLineCreateManyClaimInputEnvelope | undefined;
connect?: Prisma.ServiceLineWhereUniqueInput | Prisma.ServiceLineWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=ServiceLineCreateNestedManyWithoutClaimInput.schema.d.ts.map