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

41 lines
6.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFolderUpdateManyWithoutParentNestedInputObjectSchema: z.ZodType<Prisma.CloudFolderUpdateManyWithoutParentNestedInput>;
export declare const CloudFolderUpdateManyWithoutParentNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutParentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutParentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateOrConnectWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateOrConnectWithoutParentInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateManyParentInputEnvelope, z.ZodTypeDef, Prisma.CloudFolderCreateManyParentInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput[] | Prisma.CloudFolderUncheckedCreateWithoutParentInput[] | undefined;
set?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutParentInput | Prisma.CloudFolderCreateOrConnectWithoutParentInput[] | undefined;
createMany?: Prisma.CloudFolderCreateManyParentInputEnvelope | undefined;
connect?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
update?: Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput | Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput[] | undefined;
upsert?: Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput | Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput[] | undefined;
disconnect?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
delete?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
updateMany?: Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput | Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput[] | undefined;
deleteMany?: Prisma.CloudFolderScalarWhereInput | Prisma.CloudFolderScalarWhereInput[] | undefined;
}, {
create?: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput[] | Prisma.CloudFolderUncheckedCreateWithoutParentInput[] | undefined;
set?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutParentInput | Prisma.CloudFolderCreateOrConnectWithoutParentInput[] | undefined;
createMany?: Prisma.CloudFolderCreateManyParentInputEnvelope | undefined;
connect?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
update?: Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput | Prisma.CloudFolderUpdateWithWhereUniqueWithoutParentInput[] | undefined;
upsert?: Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput | Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput[] | undefined;
disconnect?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
delete?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
updateMany?: Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput | Prisma.CloudFolderUpdateManyWithWhereWithoutParentInput[] | undefined;
deleteMany?: Prisma.CloudFolderScalarWhereInput | Prisma.CloudFolderScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=CloudFolderUpdateManyWithoutParentNestedInput.schema.d.ts.map