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

48 lines
7.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
import Decimal from "decimal.js";
export declare const PaymentUncheckedUpdateManyWithoutUpdatedByInputObjectSchema: z.ZodType<Prisma.PaymentUncheckedUpdateManyWithoutUpdatedByInput>;
export declare const PaymentUncheckedUpdateManyWithoutUpdatedByInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
claimId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.NullableIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableIntFieldUpdateOperationsInput>>]>>>;
patientId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
userId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
totalBilled: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>, z.ZodLazy<z.ZodType<Prisma.DecimalFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DecimalFieldUpdateOperationsInput>>]>>;
totalPaid: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>, z.ZodLazy<z.ZodType<Prisma.DecimalFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DecimalFieldUpdateOperationsInput>>]>>;
totalAdjusted: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>, z.ZodLazy<z.ZodType<Prisma.DecimalFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DecimalFieldUpdateOperationsInput>>]>>;
totalDue: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<Decimal, z.ZodTypeDef, Decimal>, z.ZodType<import("../../../generated/prisma/runtime/client").DecimalJsLike, z.ZodTypeDef, import("../../../generated/prisma/runtime/client").DecimalJsLike>]>, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal, string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal>, z.ZodLazy<z.ZodType<Prisma.DecimalFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DecimalFieldUpdateOperationsInput>>]>>;
status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["PENDING", "PARTIALLY_PAID", "PAID", "OVERPAID", "DENIED", "VOID"]>, z.ZodLazy<z.ZodType<Prisma.EnumPaymentStatusFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.EnumPaymentStatusFieldUpdateOperationsInput>>]>>;
notes: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
icn: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
}, "strict", z.ZodTypeAny, {
status?: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | Prisma.EnumPaymentStatusFieldUpdateOperationsInput | undefined;
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
notes?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
claimId?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined;
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
icn?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
}, {
status?: "PENDING" | "VOID" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | Prisma.EnumPaymentStatusFieldUpdateOperationsInput | undefined;
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
patientId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
notes?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
claimId?: number | Prisma.NullableIntFieldUpdateOperationsInput | null | undefined;
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFieldUpdateOperationsInput | undefined;
icn?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
}>;
//# sourceMappingURL=PaymentUncheckedUpdateManyWithoutUpdatedByInput.schema.d.ts.map