Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CommunicationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts
2026-04-04 22:13:55 -04:00

41 lines
6.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CommunicationUncheckedUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.CommunicationUncheckedUpdateManyWithoutUserNestedInput>;
export declare const CommunicationUncheckedUpdateManyWithoutUserNestedInputObjectZodSchema: 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=CommunicationUncheckedUpdateManyWithoutUserNestedInput.schema.d.ts.map