import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import Decimal from "decimal.js"; export declare const ServiceLineTransactionScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const ServiceLineTransactionScalarWhereWithAggregatesInputObjectZodSchema: 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]>>; paymentId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; serviceLineId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; transactionId: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; paidAmount: 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>]>>; adjustedAmount: 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>]>>; method: z.ZodOptional, z.ZodTypeDef, Prisma.EnumPaymentMethodWithAggregatesFilter>>, z.ZodEnum<["EFT", "CHECK", "CASH", "CARD", "OTHER"]>]>>; receivedDate: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; payerName: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; notes: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput[] | undefined; notes?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; paymentId?: number | Prisma.IntWithAggregatesFilter | undefined; transactionId?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; paidAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter | undefined; adjustedAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter | undefined; method?: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD" | Prisma.EnumPaymentMethodWithAggregatesFilter | undefined; receivedDate?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; payerName?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; serviceLineId?: number | Prisma.IntWithAggregatesFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput | Prisma.ServiceLineTransactionScalarWhereWithAggregatesInput[] | undefined; notes?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; paymentId?: number | Prisma.IntWithAggregatesFilter | undefined; transactionId?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; paidAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter | undefined; adjustedAmount?: string | number | import("../../../generated/prisma/runtime/client").DecimalJsLike | Decimal | Prisma.DecimalWithAggregatesFilter | undefined; method?: "OTHER" | "EFT" | "CHECK" | "CASH" | "CARD" | Prisma.EnumPaymentMethodWithAggregatesFilter | undefined; receivedDate?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; payerName?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; serviceLineId?: number | Prisma.IntWithAggregatesFilter | undefined; }>; //# sourceMappingURL=ServiceLineTransactionScalarWhereWithAggregatesInput.schema.d.ts.map