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

69 lines
9.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
import Decimal from "decimal.js";
export declare const ServiceLineWhereInputObjectSchema: z.ZodType<Prisma.ServiceLineWhereInput>;
export declare const ServiceLineWhereInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
claimId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableFilter<never>, z.ZodTypeDef, Prisma.IntNullableFilter<never>>>, z.ZodNumber]>>>;
paymentId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableFilter<never>, z.ZodTypeDef, Prisma.IntNullableFilter<never>>>, z.ZodNumber]>>>;
procedureCode: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringFilter<never>, z.ZodTypeDef, Prisma.StringFilter<never>>>, z.ZodString]>>;
procedureDate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
quad: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
arch: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
toothNumber: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
toothSurface: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
totalBilled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, 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>]>>;
totalPaid: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, 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>]>>;
totalAdjusted: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, 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>]>>;
totalDue: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalFilter<never>, z.ZodTypeDef, Prisma.DecimalFilter<never>>>, 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>]>>;
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EnumServiceLineStatusFilter<never>, z.ZodTypeDef, Prisma.EnumServiceLineStatusFilter<never>>>, z.ZodEnum<["PENDING", "PARTIALLY_PAID", "PAID", "UNPAID", "ADJUSTED", "OVERPAID", "DENIED"]>]>>;
claim: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimNullableScalarRelationFilter, z.ZodTypeDef, Prisma.ClaimNullableScalarRelationFilter>>, z.ZodLazy<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>]>>;
payment: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PaymentNullableScalarRelationFilter, z.ZodTypeDef, Prisma.PaymentNullableScalarRelationFilter>>, z.ZodLazy<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>]>>;
serviceLineTransactions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionListRelationFilter, z.ZodTypeDef, Prisma.ServiceLineTransactionListRelationFilter>>>;
}, "strict", z.ZodTypeAny, {
status?: "PENDING" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | "UNPAID" | "ADJUSTED" | Prisma.EnumServiceLineStatusFilter<never> | undefined;
id?: number | Prisma.IntFilter<never> | undefined;
AND?: Prisma.ServiceLineWhereInput | Prisma.ServiceLineWhereInput[] | undefined;
OR?: Prisma.ServiceLineWhereInput[] | undefined;
NOT?: Prisma.ServiceLineWhereInput | Prisma.ServiceLineWhereInput[] | undefined;
procedureCode?: string | Prisma.StringFilter<never> | undefined;
toothNumber?: string | Prisma.StringNullableFilter<never> | null | undefined;
toothSurface?: string | Prisma.StringNullableFilter<never> | null | undefined;
claimId?: number | Prisma.IntNullableFilter<never> | null | undefined;
claim?: Prisma.ClaimNullableScalarRelationFilter | Prisma.ClaimWhereInput | undefined;
paymentId?: number | Prisma.IntNullableFilter<never> | null | undefined;
payment?: Prisma.PaymentWhereInput | Prisma.PaymentNullableScalarRelationFilter | undefined;
procedureDate?: Date | Prisma.DateTimeFilter<never> | undefined;
quad?: string | Prisma.StringNullableFilter<never> | null | undefined;
arch?: string | Prisma.StringNullableFilter<never> | null | undefined;
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
serviceLineTransactions?: Prisma.ServiceLineTransactionListRelationFilter | undefined;
}, {
status?: "PENDING" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | "UNPAID" | "ADJUSTED" | Prisma.EnumServiceLineStatusFilter<never> | undefined;
id?: number | Prisma.IntFilter<never> | undefined;
AND?: Prisma.ServiceLineWhereInput | Prisma.ServiceLineWhereInput[] | undefined;
OR?: Prisma.ServiceLineWhereInput[] | undefined;
NOT?: Prisma.ServiceLineWhereInput | Prisma.ServiceLineWhereInput[] | undefined;
procedureCode?: string | Prisma.StringFilter<never> | undefined;
toothNumber?: string | Prisma.StringNullableFilter<never> | null | undefined;
toothSurface?: string | Prisma.StringNullableFilter<never> | null | undefined;
claimId?: number | Prisma.IntNullableFilter<never> | null | undefined;
claim?: Prisma.ClaimNullableScalarRelationFilter | Prisma.ClaimWhereInput | undefined;
paymentId?: number | Prisma.IntNullableFilter<never> | null | undefined;
payment?: Prisma.PaymentWhereInput | Prisma.PaymentNullableScalarRelationFilter | undefined;
procedureDate?: Date | Prisma.DateTimeFilter<never> | undefined;
quad?: string | Prisma.StringNullableFilter<never> | null | undefined;
arch?: string | Prisma.StringNullableFilter<never> | null | undefined;
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalFilter<never> | undefined;
serviceLineTransactions?: Prisma.ServiceLineTransactionListRelationFilter | undefined;
}>;
//# sourceMappingURL=ServiceLineWhereInput.schema.d.ts.map