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

65 lines
4.4 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PaymentOrderByWithRelationInputObjectSchema: z.ZodType<Prisma.PaymentOrderByWithRelationInput>;
export declare const PaymentOrderByWithRelationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
claimId: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
updatedById: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
totalBilled: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
totalPaid: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
totalAdjusted: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
totalDue: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
status: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
notes: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
icn: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
updatedAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
claim: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimOrderByWithRelationInput, z.ZodTypeDef, Prisma.ClaimOrderByWithRelationInput>>>;
patient: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientOrderByWithRelationInput>>>;
updatedBy: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserOrderByWithRelationInput, z.ZodTypeDef, Prisma.UserOrderByWithRelationInput>>>;
serviceLineTransactions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineTransactionOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ServiceLineTransactionOrderByRelationAggregateInput>>>;
serviceLines: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ServiceLineOrderByRelationAggregateInput>>>;
}, "strict", z.ZodTypeAny, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
patientId?: "asc" | "desc" | undefined;
patient?: Prisma.PatientOrderByWithRelationInput | undefined;
notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
claim?: Prisma.ClaimOrderByWithRelationInput | undefined;
totalBilled?: "asc" | "desc" | undefined;
totalPaid?: "asc" | "desc" | undefined;
totalAdjusted?: "asc" | "desc" | undefined;
totalDue?: "asc" | "desc" | undefined;
serviceLineTransactions?: Prisma.ServiceLineTransactionOrderByRelationAggregateInput | undefined;
icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
updatedAt?: "asc" | "desc" | undefined;
updatedBy?: Prisma.UserOrderByWithRelationInput | undefined;
serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined;
updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
}, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
patientId?: "asc" | "desc" | undefined;
patient?: Prisma.PatientOrderByWithRelationInput | undefined;
notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
claim?: Prisma.ClaimOrderByWithRelationInput | undefined;
totalBilled?: "asc" | "desc" | undefined;
totalPaid?: "asc" | "desc" | undefined;
totalAdjusted?: "asc" | "desc" | undefined;
totalDue?: "asc" | "desc" | undefined;
serviceLineTransactions?: Prisma.ServiceLineTransactionOrderByRelationAggregateInput | undefined;
icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
updatedAt?: "asc" | "desc" | undefined;
updatedBy?: Prisma.UserOrderByWithRelationInput | undefined;
serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined;
updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
}>;
//# sourceMappingURL=PaymentOrderByWithRelationInput.schema.d.ts.map