Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput.schema.d.ts
2026-04-04 22:13:55 -04:00

17 lines
1.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput>;
export declare const ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionWhereUniqueInput, z.ZodTypeDef, Prisma.ServiceLineTransactionWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUpdateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionCreateWithoutPaymentInput>>, z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput, z.ZodTypeDef, Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput;
where: Prisma.ServiceLineTransactionWhereUniqueInput;
update: Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithoutPaymentInput;
}, {
create: Prisma.ServiceLineTransactionUncheckedCreateWithoutPaymentInput | Prisma.ServiceLineTransactionCreateWithoutPaymentInput;
where: Prisma.ServiceLineTransactionWhereUniqueInput;
update: Prisma.ServiceLineTransactionUncheckedUpdateWithoutPaymentInput | Prisma.ServiceLineTransactionUpdateWithoutPaymentInput;
}>;
//# sourceMappingURL=ServiceLineTransactionUpsertWithWhereUniqueWithoutPaymentInput.schema.d.ts.map