initial commit
This commit is contained in:
41
packages/db/shared/schemas/objects/CommunicationUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/objects/CommunicationUpdateManyWithoutUserNestedInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CommunicationUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.CommunicationUpdateManyWithoutUserNestedInput>;
|
||||
export declare const CommunicationUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
|
||||
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutUserInput>>, "many">]>>;
|
||||
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutUserInput>>, "many">]>>;
|
||||
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.CommunicationCreateManyUserInputEnvelope>>>;
|
||||
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>, "many">]>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
|
||||
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
|
||||
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationScalarWhereInput, z.ZodTypeDef, Prisma.CommunicationScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationScalarWhereInput, z.ZodTypeDef, Prisma.CommunicationScalarWhereInput>>, "many">]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput | Prisma.CommunicationCreateWithoutUserInput[] | Prisma.CommunicationUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutUserInput | Prisma.CommunicationCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.CommunicationCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutUserInput | Prisma.CommunicationUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined;
|
||||
}, {
|
||||
create?: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput | Prisma.CommunicationCreateWithoutUserInput[] | Prisma.CommunicationUncheckedCreateWithoutUserInput[] | undefined;
|
||||
set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutUserInput | Prisma.CommunicationCreateOrConnectWithoutUserInput[] | undefined;
|
||||
createMany?: Prisma.CommunicationCreateManyUserInputEnvelope | undefined;
|
||||
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput[] | undefined;
|
||||
disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
|
||||
updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutUserInput | Prisma.CommunicationUpdateManyWithWhereWithoutUserInput[] | undefined;
|
||||
deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CommunicationUpdateManyWithoutUserNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user