initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/CloudFileUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/CloudFileUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.CloudFileUpdateManyWithoutUserNestedInput>;
|
||||
export declare const CloudFileUpdateManyWithoutUserNestedInputObjectZodSchema: 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=CloudFileUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user