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

41 lines
7.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CommunicationUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.CommunicationUncheckedUpdateManyWithoutPatientNestedInput>;
export declare const CommunicationUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationCreateOrConnectWithoutPatientInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.CommunicationCreateManyPatientInputEnvelope>>>;
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.CommunicationUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput>>, "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.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput | Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput[] | undefined;
deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined;
}, {
create?: Prisma.CommunicationCreateWithoutPatientInput | Prisma.CommunicationUncheckedCreateWithoutPatientInput | Prisma.CommunicationCreateWithoutPatientInput[] | Prisma.CommunicationUncheckedCreateWithoutPatientInput[] | undefined;
set?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.CommunicationCreateOrConnectWithoutPatientInput | Prisma.CommunicationCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.CommunicationCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
update?: Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
upsert?: Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput | Prisma.CommunicationUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
disconnect?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
delete?: Prisma.CommunicationWhereUniqueInput | Prisma.CommunicationWhereUniqueInput[] | undefined;
updateMany?: Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput | Prisma.CommunicationUpdateManyWithWhereWithoutPatientInput[] | undefined;
deleteMany?: Prisma.CommunicationScalarWhereInput | Prisma.CommunicationScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=CommunicationUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map