initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/BackupDestinationUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/BackupDestinationUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const BackupDestinationUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.BackupDestinationUpdateManyWithoutUserNestedInput>;
|
||||
export declare const BackupDestinationUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.BackupDestinationCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.BackupDestinationCreateManyUserInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationWhereUniqueInput, z.ZodTypeDef, Prisma.BackupDestinationWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput | Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput | Prisma.BackupDestinationCreateWithoutUserInput[] | Prisma.BackupDestinationUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.BackupDestinationCreateOrConnectWithoutUserInput | Prisma.BackupDestinationCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.BackupDestinationCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput | Prisma.BackupDestinationUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.BackupDestinationWhereUniqueInput | Prisma.BackupDestinationWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput | Prisma.BackupDestinationUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=BackupDestinationUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user