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

23 lines
3.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInputObjectSchema: z.ZodType<Prisma.PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInput>;
export declare const PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentCreateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUpsertWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUpsertWithoutServiceLineTransactionsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentWhereUniqueInput, z.ZodTypeDef, Prisma.PaymentWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUpdateWithoutServiceLineTransactionsInput>>, z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
connect?: Prisma.PaymentWhereUniqueInput | undefined;
update?: Prisma.PaymentUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput | undefined;
upsert?: Prisma.PaymentUpsertWithoutServiceLineTransactionsInput | undefined;
}, {
create?: Prisma.PaymentCreateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedCreateWithoutServiceLineTransactionsInput | undefined;
connectOrCreate?: Prisma.PaymentCreateOrConnectWithoutServiceLineTransactionsInput | undefined;
connect?: Prisma.PaymentWhereUniqueInput | undefined;
update?: Prisma.PaymentUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUncheckedUpdateWithoutServiceLineTransactionsInput | Prisma.PaymentUpdateToOneWithWhereWithoutServiceLineTransactionsInput | undefined;
upsert?: Prisma.PaymentUpsertWithoutServiceLineTransactionsInput | undefined;
}>;
//# sourceMappingURL=PaymentUpdateOneRequiredWithoutServiceLineTransactionsNestedInput.schema.d.ts.map