41 lines
6.4 KiB
TypeScript
41 lines
6.4 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFileUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.CloudFileUncheckedUpdateManyWithoutUserNestedInput>;
|
|
export declare const CloudFileUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutUserInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutUserInput>>, "many">]>>;
|
|
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.CloudFileCreateManyUserInputEnvelope>>>;
|
|
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.CloudFileUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
|
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.CloudFileUpdateManyWithWhereWithoutUserInput>>, "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.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput[] | Prisma.CloudFileUncheckedCreateWithoutUserInput[] | undefined;
|
|
set?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutUserInput | Prisma.CloudFileCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.CloudFileCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
update?: Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput | Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
|
upsert?: Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput | Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
|
disconnect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.CloudFileUpdateManyWithWhereWithoutUserInput | Prisma.CloudFileUpdateManyWithWhereWithoutUserInput[] | undefined;
|
|
deleteMany?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput[] | Prisma.CloudFileUncheckedCreateWithoutUserInput[] | undefined;
|
|
set?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutUserInput | Prisma.CloudFileCreateOrConnectWithoutUserInput[] | undefined;
|
|
createMany?: Prisma.CloudFileCreateManyUserInputEnvelope | undefined;
|
|
connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
update?: Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput | Prisma.CloudFileUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
|
upsert?: Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput | Prisma.CloudFileUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
|
disconnect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.CloudFileUpdateManyWithWhereWithoutUserInput | Prisma.CloudFileUpdateManyWithWhereWithoutUserInput[] | undefined;
|
|
deleteMany?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=CloudFileUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map
|