import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { InsuranceCredentialWhereUniqueInputObjectSchema as InsuranceCredentialWhereUniqueInputObjectSchema } from './InsuranceCredentialWhereUniqueInput.schema'; import { InsuranceCredentialUpdateWithoutUserInputObjectSchema as InsuranceCredentialUpdateWithoutUserInputObjectSchema } from './InsuranceCredentialUpdateWithoutUserInput.schema'; import { InsuranceCredentialUncheckedUpdateWithoutUserInputObjectSchema as InsuranceCredentialUncheckedUpdateWithoutUserInputObjectSchema } from './InsuranceCredentialUncheckedUpdateWithoutUserInput.schema' const makeSchema = () => z.object({ where: z.lazy(() => InsuranceCredentialWhereUniqueInputObjectSchema), data: z.union([z.lazy(() => InsuranceCredentialUpdateWithoutUserInputObjectSchema), z.lazy(() => InsuranceCredentialUncheckedUpdateWithoutUserInputObjectSchema)]) }).strict(); export const InsuranceCredentialUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const InsuranceCredentialUpdateWithWhereUniqueWithoutUserInputObjectZodSchema = makeSchema();