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 CloudFileUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput>;
export declare const CloudFileUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutUserInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput;
where: Prisma.CloudFileWhereUniqueInput;
update: Prisma.CloudFileUncheckedUpdateWithoutUserInput | Prisma.CloudFileUpdateWithoutUserInput;
}, {
create: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput;
where: Prisma.CloudFileWhereUniqueInput;
update: Prisma.CloudFileUncheckedUpdateWithoutUserInput | Prisma.CloudFileUpdateWithoutUserInput;
}>;
//# sourceMappingURL=CloudFileUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map