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

80 lines
5.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimOrderByWithRelationInputObjectSchema: z.ZodType<Prisma.ClaimOrderByWithRelationInput>;
export declare const ClaimOrderByWithRelationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
appointmentId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
staffId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
patientName: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
memberId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
dateOfBirth: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
remarks: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
missingTeethStatus: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
missingTeeth: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
serviceDate: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
insuranceProvider: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
updatedAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
status: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
claimNumber: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
patient: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientOrderByWithRelationInput>>>;
appointment: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentOrderByWithRelationInput, z.ZodTypeDef, Prisma.AppointmentOrderByWithRelationInput>>>;
user: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserOrderByWithRelationInput, z.ZodTypeDef, Prisma.UserOrderByWithRelationInput>>>;
staff: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.StaffOrderByWithRelationInput, z.ZodTypeDef, Prisma.StaffOrderByWithRelationInput>>>;
serviceLines: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ServiceLineOrderByRelationAggregateInput>>>;
claimFiles: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimFileOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ClaimFileOrderByRelationAggregateInput>>>;
payment: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentOrderByWithRelationInput, z.ZodTypeDef, Prisma.PaymentOrderByWithRelationInput>>>;
}, "strict", z.ZodTypeAny, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
user?: Prisma.UserOrderByWithRelationInput | undefined;
patientId?: "asc" | "desc" | undefined;
patient?: Prisma.PatientOrderByWithRelationInput | undefined;
appointmentId?: "asc" | "desc" | undefined;
appointment?: Prisma.AppointmentOrderByWithRelationInput | undefined;
staff?: Prisma.StaffOrderByWithRelationInput | undefined;
staffId?: "asc" | "desc" | undefined;
payment?: Prisma.PaymentOrderByWithRelationInput | undefined;
updatedAt?: "asc" | "desc" | undefined;
serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined;
patientName?: "asc" | "desc" | undefined;
memberId?: "asc" | "desc" | undefined;
dateOfBirth?: "asc" | "desc" | undefined;
remarks?: "asc" | "desc" | undefined;
missingTeethStatus?: "asc" | "desc" | undefined;
missingTeeth?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
serviceDate?: "asc" | "desc" | undefined;
insuranceProvider?: "asc" | "desc" | undefined;
claimNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
claimFiles?: Prisma.ClaimFileOrderByRelationAggregateInput | undefined;
}, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
user?: Prisma.UserOrderByWithRelationInput | undefined;
patientId?: "asc" | "desc" | undefined;
patient?: Prisma.PatientOrderByWithRelationInput | undefined;
appointmentId?: "asc" | "desc" | undefined;
appointment?: Prisma.AppointmentOrderByWithRelationInput | undefined;
staff?: Prisma.StaffOrderByWithRelationInput | undefined;
staffId?: "asc" | "desc" | undefined;
payment?: Prisma.PaymentOrderByWithRelationInput | undefined;
updatedAt?: "asc" | "desc" | undefined;
serviceLines?: Prisma.ServiceLineOrderByRelationAggregateInput | undefined;
patientName?: "asc" | "desc" | undefined;
memberId?: "asc" | "desc" | undefined;
dateOfBirth?: "asc" | "desc" | undefined;
remarks?: "asc" | "desc" | undefined;
missingTeethStatus?: "asc" | "desc" | undefined;
missingTeeth?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
serviceDate?: "asc" | "desc" | undefined;
insuranceProvider?: "asc" | "desc" | undefined;
claimNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
claimFiles?: Prisma.ClaimFileOrderByRelationAggregateInput | undefined;
}>;
//# sourceMappingURL=ClaimOrderByWithRelationInput.schema.d.ts.map