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