initial commit
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileUncheckedUpdateManyWithoutFolderNestedInputObjectSchema: z.ZodType<Prisma.CloudFileUncheckedUpdateManyWithoutFolderNestedInput>;
|
||||
export declare const CloudFileUncheckedUpdateManyWithoutFolderNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutFolderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutFolderInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutFolderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutFolderInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutFolderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutFolderInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateManyFolderInputEnvelope, z.ZodTypeDef, Prisma.CloudFileCreateManyFolderInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CloudFileUncheckedCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput[] | Prisma.CloudFileUncheckedCreateWithoutFolderInput[] | undefined;
|
||||
set?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutFolderInput | Prisma.CloudFileCreateOrConnectWithoutFolderInput[] | undefined;
|
||||
createMany?: Prisma.CloudFileCreateManyFolderInputEnvelope | undefined;
|
||||
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput | Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput[] | undefined;
|
||||
upsert?: Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput | Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput[] | undefined;
|
||||
disconnect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput | Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput[] | undefined;
|
||||
deleteMany?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.CloudFileUncheckedCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput[] | Prisma.CloudFileUncheckedCreateWithoutFolderInput[] | undefined;
|
||||
set?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutFolderInput | Prisma.CloudFileCreateOrConnectWithoutFolderInput[] | undefined;
|
||||
createMany?: Prisma.CloudFileCreateManyFolderInputEnvelope | undefined;
|
||||
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput | Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput[] | undefined;
|
||||
upsert?: Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput | Prisma.CloudFileUpsertWithWhereUniqueWithoutFolderInput[] | undefined;
|
||||
disconnect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput | Prisma.CloudFileUpdateManyWithWhereWithoutFolderInput[] | undefined;
|
||||
deleteMany?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileUncheckedUpdateManyWithoutFolderNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user