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

60 lines
9.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
import Decimal from "decimal.js";
export declare const ServiceLineScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput>;
export declare const ServiceLineScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereWithAggregatesInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereWithAggregatesInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereWithAggregatesInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
claimId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter<never>>>, z.ZodNumber]>>>;
paymentId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter<never>>>, z.ZodNumber]>>>;
procedureCode: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
procedureDate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
quad: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
arch: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
toothNumber: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
toothSurface: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
totalBilled: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DecimalWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DecimalWithAggregatesFilter<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.DecimalWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DecimalWithAggregatesFilter<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.DecimalWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DecimalWithAggregatesFilter<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.DecimalWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DecimalWithAggregatesFilter<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.EnumServiceLineStatusWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.EnumServiceLineStatusWithAggregatesFilter<never>>>, z.ZodEnum<["PENDING", "PARTIALLY_PAID", "PAID", "UNPAID", "ADJUSTED", "OVERPAID", "DENIED"]>]>>;
}, "strict", z.ZodTypeAny, {
status?: "PENDING" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | "UNPAID" | "ADJUSTED" | Prisma.EnumServiceLineStatusWithAggregatesFilter<never> | undefined;
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.ServiceLineScalarWhereWithAggregatesInput | Prisma.ServiceLineScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.ServiceLineScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.ServiceLineScalarWhereWithAggregatesInput | Prisma.ServiceLineScalarWhereWithAggregatesInput[] | undefined;
procedureCode?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
toothNumber?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
toothSurface?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
claimId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
paymentId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
procedureDate?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
quad?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
arch?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
}, {
status?: "PENDING" | "PARTIALLY_PAID" | "PAID" | "OVERPAID" | "DENIED" | "UNPAID" | "ADJUSTED" | Prisma.EnumServiceLineStatusWithAggregatesFilter<never> | undefined;
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.ServiceLineScalarWhereWithAggregatesInput | Prisma.ServiceLineScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.ServiceLineScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.ServiceLineScalarWhereWithAggregatesInput | Prisma.ServiceLineScalarWhereWithAggregatesInput[] | undefined;
procedureCode?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
toothNumber?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
toothSurface?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
claimId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
paymentId?: number | Prisma.IntNullableWithAggregatesFilter<never> | null | undefined;
procedureDate?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
quad?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
arch?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
totalBilled?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
totalPaid?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
totalAdjusted?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
totalDue?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter<never> | undefined;
}>;
//# sourceMappingURL=ServiceLineScalarWhereWithAggregatesInput.schema.d.ts.map