import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { PdfGroupWhereUniqueInputObjectSchema as PdfGroupWhereUniqueInputObjectSchema } from './PdfGroupWhereUniqueInput.schema'; import { PdfGroupUpdateWithoutPatientInputObjectSchema as PdfGroupUpdateWithoutPatientInputObjectSchema } from './PdfGroupUpdateWithoutPatientInput.schema'; import { PdfGroupUncheckedUpdateWithoutPatientInputObjectSchema as PdfGroupUncheckedUpdateWithoutPatientInputObjectSchema } from './PdfGroupUncheckedUpdateWithoutPatientInput.schema' const makeSchema = () => z.object({ where: z.lazy(() => PdfGroupWhereUniqueInputObjectSchema), data: z.union([z.lazy(() => PdfGroupUpdateWithoutPatientInputObjectSchema), z.lazy(() => PdfGroupUncheckedUpdateWithoutPatientInputObjectSchema)]) }).strict(); export const PdfGroupUpdateWithWhereUniqueWithoutPatientInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const PdfGroupUpdateWithWhereUniqueWithoutPatientInputObjectZodSchema = makeSchema();