import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { LabRxTemplateWhereUniqueInputObjectSchema as LabRxTemplateWhereUniqueInputObjectSchema } from './LabRxTemplateWhereUniqueInput.schema'; import { LabRxTemplateUpdateWithoutUserInputObjectSchema as LabRxTemplateUpdateWithoutUserInputObjectSchema } from './LabRxTemplateUpdateWithoutUserInput.schema'; import { LabRxTemplateUncheckedUpdateWithoutUserInputObjectSchema as LabRxTemplateUncheckedUpdateWithoutUserInputObjectSchema } from './LabRxTemplateUncheckedUpdateWithoutUserInput.schema' const makeSchema = () => z.object({ where: z.lazy(() => LabRxTemplateWhereUniqueInputObjectSchema), data: z.union([z.lazy(() => LabRxTemplateUpdateWithoutUserInputObjectSchema), z.lazy(() => LabRxTemplateUncheckedUpdateWithoutUserInputObjectSchema)]) }).strict(); export const LabRxTemplateUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const LabRxTemplateUpdateWithWhereUniqueWithoutUserInputObjectZodSchema = makeSchema();