import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { ServiceLineTransactionWhereUniqueInputObjectSchema as ServiceLineTransactionWhereUniqueInputObjectSchema } from './ServiceLineTransactionWhereUniqueInput.schema'; import { ServiceLineTransactionUpdateWithoutServiceLineInputObjectSchema as ServiceLineTransactionUpdateWithoutServiceLineInputObjectSchema } from './ServiceLineTransactionUpdateWithoutServiceLineInput.schema'; import { ServiceLineTransactionUncheckedUpdateWithoutServiceLineInputObjectSchema as ServiceLineTransactionUncheckedUpdateWithoutServiceLineInputObjectSchema } from './ServiceLineTransactionUncheckedUpdateWithoutServiceLineInput.schema' const makeSchema = () => z.object({ where: z.lazy(() => ServiceLineTransactionWhereUniqueInputObjectSchema), data: z.union([z.lazy(() => ServiceLineTransactionUpdateWithoutServiceLineInputObjectSchema), z.lazy(() => ServiceLineTransactionUncheckedUpdateWithoutServiceLineInputObjectSchema)]) }).strict(); export const ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInputObjectSchema: z.ZodType = makeSchema() as unknown as z.ZodType; export const ServiceLineTransactionUpdateWithWhereUniqueWithoutServiceLineInputObjectZodSchema = makeSchema();