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

41 lines
6.3 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfFileUncheckedUpdateManyWithoutGroupNestedInputObjectSchema: z.ZodType<Prisma.PdfFileUncheckedUpdateManyWithoutGroupNestedInput>;
export declare const PdfFileUncheckedUpdateManyWithoutGroupNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateWithoutGroupInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileUncheckedCreateWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUncheckedCreateWithoutGroupInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileCreateOrConnectWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateOrConnectWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateOrConnectWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileCreateOrConnectWithoutGroupInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfFileCreateManyGroupInputEnvelope, z.ZodTypeDef, Prisma.PdfFileCreateManyGroupInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileWhereUniqueInput, z.ZodTypeDef, Prisma.PdfFileWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput, z.ZodTypeDef, Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput | Prisma.PdfFileCreateWithoutGroupInput[] | Prisma.PdfFileUncheckedCreateWithoutGroupInput[] | undefined;
set?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.PdfFileCreateOrConnectWithoutGroupInput | Prisma.PdfFileCreateOrConnectWithoutGroupInput[] | undefined;
createMany?: Prisma.PdfFileCreateManyGroupInputEnvelope | undefined;
connect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
update?: Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput | Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput[] | undefined;
upsert?: Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput | Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput[] | undefined;
disconnect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
delete?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
updateMany?: Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput | Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput[] | undefined;
deleteMany?: Prisma.PdfFileScalarWhereInput | Prisma.PdfFileScalarWhereInput[] | undefined;
}, {
create?: Prisma.PdfFileCreateWithoutGroupInput | Prisma.PdfFileUncheckedCreateWithoutGroupInput | Prisma.PdfFileCreateWithoutGroupInput[] | Prisma.PdfFileUncheckedCreateWithoutGroupInput[] | undefined;
set?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.PdfFileCreateOrConnectWithoutGroupInput | Prisma.PdfFileCreateOrConnectWithoutGroupInput[] | undefined;
createMany?: Prisma.PdfFileCreateManyGroupInputEnvelope | undefined;
connect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
update?: Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput | Prisma.PdfFileUpdateWithWhereUniqueWithoutGroupInput[] | undefined;
upsert?: Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput | Prisma.PdfFileUpsertWithWhereUniqueWithoutGroupInput[] | undefined;
disconnect?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
delete?: Prisma.PdfFileWhereUniqueInput | Prisma.PdfFileWhereUniqueInput[] | undefined;
updateMany?: Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput | Prisma.PdfFileUpdateManyWithWhereWithoutGroupInput[] | undefined;
deleteMany?: Prisma.PdfFileScalarWhereInput | Prisma.PdfFileScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=PdfFileUncheckedUpdateManyWithoutGroupNestedInput.schema.d.ts.map