initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
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