initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/CloudFileChunkUpdateManyWithoutFileNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/CloudFileChunkUpdateManyWithoutFileNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileChunkUpdateManyWithoutFileNestedInputObjectSchema: z.ZodType<Prisma.CloudFileChunkUpdateManyWithoutFileNestedInput>;
|
||||
export declare const CloudFileChunkUpdateManyWithoutFileNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateWithoutFileInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUncheckedCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUncheckedCreateWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUncheckedCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUncheckedCreateWithoutFileInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateOrConnectWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateOrConnectWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateOrConnectWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateOrConnectWithoutFileInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateManyFileInputEnvelope, z.ZodTypeDef, Prisma.CloudFileChunkCreateManyFileInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkScalarWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput | Prisma.CloudFileChunkCreateWithoutFileInput[] | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput[] | undefined;
|
||||
set?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileChunkCreateOrConnectWithoutFileInput | Prisma.CloudFileChunkCreateOrConnectWithoutFileInput[] | undefined;
|
||||
createMany?: Prisma.CloudFileChunkCreateManyFileInputEnvelope | undefined;
|
||||
connect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput[] | undefined;
|
||||
upsert?: Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput[] | undefined;
|
||||
disconnect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput | Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput[] | undefined;
|
||||
deleteMany?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput | Prisma.CloudFileChunkCreateWithoutFileInput[] | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput[] | undefined;
|
||||
set?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileChunkCreateOrConnectWithoutFileInput | Prisma.CloudFileChunkCreateOrConnectWithoutFileInput[] | undefined;
|
||||
createMany?: Prisma.CloudFileChunkCreateManyFileInputEnvelope | undefined;
|
||||
connect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput[] | undefined;
|
||||
upsert?: Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput[] | undefined;
|
||||
disconnect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput | Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput[] | undefined;
|
||||
deleteMany?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileChunkUpdateManyWithoutFileNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user