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

41 lines
2.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ServiceLineTransactionMaxOrderByAggregateInputObjectSchema: z.ZodType<Prisma.ServiceLineTransactionMaxOrderByAggregateInput>;
export declare const ServiceLineTransactionMaxOrderByAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
paymentId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
serviceLineId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
transactionId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
paidAmount: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
adjustedAmount: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
method: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
receivedDate: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
payerName: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
notes: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
}, "strict", z.ZodTypeAny, {
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
notes?: "asc" | "desc" | undefined;
paymentId?: "asc" | "desc" | undefined;
transactionId?: "asc" | "desc" | undefined;
paidAmount?: "asc" | "desc" | undefined;
adjustedAmount?: "asc" | "desc" | undefined;
method?: "asc" | "desc" | undefined;
receivedDate?: "asc" | "desc" | undefined;
payerName?: "asc" | "desc" | undefined;
serviceLineId?: "asc" | "desc" | undefined;
}, {
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
notes?: "asc" | "desc" | undefined;
paymentId?: "asc" | "desc" | undefined;
transactionId?: "asc" | "desc" | undefined;
paidAmount?: "asc" | "desc" | undefined;
adjustedAmount?: "asc" | "desc" | undefined;
method?: "asc" | "desc" | undefined;
receivedDate?: "asc" | "desc" | undefined;
payerName?: "asc" | "desc" | undefined;
serviceLineId?: "asc" | "desc" | undefined;
}>;
//# sourceMappingURL=ServiceLineTransactionMaxOrderByAggregateInput.schema.d.ts.map