import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PdfFileScalarWhereInputObjectSchema as PdfFileScalarWhereInputObjectSchema } from './PdfFileScalarWhereInput.schema'; import { PdfFileUpdateManyMutationInputObjectSchema as PdfFileUpdateManyMutationInputObjectSchema } from './PdfFileUpdateManyMutationInput.schema'; import { PdfFileUncheckedUpdateManyWithoutGroupInputObjectSchema as PdfFileUncheckedUpdateManyWithoutGroupInputObjectSchema } from './PdfFileUncheckedUpdateManyWithoutGroupInput.schema' const makeSchema = () => z.object({ where: z.lazy(() => PdfFileScalarWhereInputObjectSchema), data: z.union([z.lazy(() => PdfFileUpdateManyMutationInputObjectSchema), z.lazy(() => PdfFileUncheckedUpdateManyWithoutGroupInputObjectSchema)]) }).strict(); export const PdfFileUpdateManyWithWhereWithoutGroupInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const PdfFileUpdateManyWithWhereWithoutGroupInputObjectZodSchema = makeSchema();