Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/BackupDestinationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts
2026-04-04 22:13:55 -04:00

41 lines
7.2 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const BackupDestinationUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.BackupDestinationUncheckedUpdateManyWithoutUserNestedInput>;
export declare const BackupDestinationUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: 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=BackupDestinationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map