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'; import { LabRxTemplateCreateWithoutUserInputObjectSchema as LabRxTemplateCreateWithoutUserInputObjectSchema } from './LabRxTemplateCreateWithoutUserInput.schema'; import { LabRxTemplateUncheckedCreateWithoutUserInputObjectSchema as LabRxTemplateUncheckedCreateWithoutUserInputObjectSchema } from './LabRxTemplateUncheckedCreateWithoutUserInput.schema' const makeSchema = () => z.object({ where: z.lazy(() => LabRxTemplateWhereUniqueInputObjectSchema), update: z.union([z.lazy(() => LabRxTemplateUpdateWithoutUserInputObjectSchema), z.lazy(() => LabRxTemplateUncheckedUpdateWithoutUserInputObjectSchema)]), create: z.union([z.lazy(() => LabRxTemplateCreateWithoutUserInputObjectSchema), z.lazy(() => LabRxTemplateUncheckedCreateWithoutUserInputObjectSchema)]) }).strict(); export const LabRxTemplateUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const LabRxTemplateUpsertWithWhereUniqueWithoutUserInputObjectZodSchema = makeSchema();