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

41 lines
6.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfGroupUncheckedUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.PdfGroupUncheckedUpdateManyWithoutPatientNestedInput>;
export declare const PdfGroupUncheckedUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedCreateWithoutPatientInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupCreateOrConnectWithoutPatientInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.PdfGroupCreateManyPatientInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupWhereUniqueInput, z.ZodTypeDef, Prisma.PdfGroupWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfGroupScalarWhereInput, z.ZodTypeDef, Prisma.PdfGroupScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined;
set?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
update?: Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
upsert?: Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
disconnect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
delete?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
updateMany?: Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput | Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput[] | undefined;
deleteMany?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined;
}, {
create?: Prisma.PdfGroupCreateWithoutPatientInput | Prisma.PdfGroupUncheckedCreateWithoutPatientInput | Prisma.PdfGroupCreateWithoutPatientInput[] | Prisma.PdfGroupUncheckedCreateWithoutPatientInput[] | undefined;
set?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.PdfGroupCreateOrConnectWithoutPatientInput | Prisma.PdfGroupCreateOrConnectWithoutPatientInput[] | undefined;
createMany?: Prisma.PdfGroupCreateManyPatientInputEnvelope | undefined;
connect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
update?: Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
upsert?: Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput | Prisma.PdfGroupUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
disconnect?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
delete?: Prisma.PdfGroupWhereUniqueInput | Prisma.PdfGroupWhereUniqueInput[] | undefined;
updateMany?: Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput | Prisma.PdfGroupUpdateManyWithWhereWithoutPatientInput[] | undefined;
deleteMany?: Prisma.PdfGroupScalarWhereInput | Prisma.PdfGroupScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=PdfGroupUncheckedUpdateManyWithoutPatientNestedInput.schema.d.ts.map