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,23 @@
import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const BackupDestinationUpsertOneSchema: z.ZodType<Prisma.BackupDestinationUpsertArgs>;
export declare const BackupDestinationUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.BackupDestinationCreateInput, z.ZodTypeDef, Prisma.BackupDestinationCreateInput>, z.ZodType<Prisma.BackupDestinationUncheckedCreateInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.BackupDestinationUpdateInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateInput>, z.ZodType<Prisma.BackupDestinationUncheckedUpdateInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.BackupDestinationUncheckedCreateInput | Prisma.BackupDestinationCreateInput;
where: Prisma.BackupDestinationWhereUniqueInput;
update: Prisma.BackupDestinationUpdateInput | Prisma.BackupDestinationUncheckedUpdateInput;
include?: Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.BackupDestinationUncheckedCreateInput | Prisma.BackupDestinationCreateInput;
where: Prisma.BackupDestinationWhereUniqueInput;
update: Prisma.BackupDestinationUpdateInput | Prisma.BackupDestinationUncheckedUpdateInput;
include?: Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.BackupDestinationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneBackupDestination.schema.d.ts.map