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,17 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileUpsertWithoutChunksInputObjectSchema: z.ZodType<Prisma.CloudFileUpsertWithoutChunksInput>;
export declare const CloudFileUpsertWithoutChunksInputObjectZodSchema: z.ZodObject<{
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutChunksInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutChunksInput>>]>;
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereInput, z.ZodTypeDef, Prisma.CloudFileWhereInput>>>;
}, "strict", z.ZodTypeAny, {
create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput;
update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput;
where?: Prisma.CloudFileWhereInput | undefined;
}, {
create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput;
update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput;
where?: Prisma.CloudFileWhereInput | undefined;
}>;
//# sourceMappingURL=CloudFileUpsertWithoutChunksInput.schema.d.ts.map