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 PdfFileCreateNestedManyWithoutGroupInputObjectSchema: z.ZodType<Prisma.PdfFileCreateNestedManyWithoutGroupInput>;
export declare const PdfFileCreateNestedManyWithoutGroupInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateOrConnectWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateOrConnectWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateOrConnectWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateOrConnectWithoutGroupInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateManyGroupInputEnvelope, z.ZodTypeDef, Prisma.PdfFileCreateManyGroupInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput | Prisma.PdfFileCreateWithoutGroupInput[] | Prisma.PdfFileUncheckedCreateWithoutGroupInput[] | undefined;
connectOrCreate?: Prisma.PdfFileCreateOrConnectWithoutGroupInput | Prisma.PdfFileCreateOrConnectWithoutGroupInput[] | undefined;
createMany?: Prisma.PdfFileCreateManyGroupInputEnvelope | undefined;
connect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
}, {
create?: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput | Prisma.PdfFileCreateWithoutGroupInput[] | Prisma.PdfFileUncheckedCreateWithoutGroupInput[] | undefined;
connectOrCreate?: Prisma.PdfFileCreateOrConnectWithoutGroupInput | Prisma.PdfFileCreateOrConnectWithoutGroupInput[] | undefined;
createMany?: Prisma.PdfFileCreateManyGroupInputEnvelope | undefined;
connect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=PdfFileCreateNestedManyWithoutGroupInput.schema.d.ts.map