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

65 lines
4.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentOrderByWithRelationInputObjectSchema: z.ZodType<Prisma.AppointmentOrderByWithRelationInput>;
export declare const AppointmentOrderByWithRelationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
staffId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
title: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
date: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
startTime: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
endTime: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
type: 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>>]>>;
procedureCodeNotes: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
status: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
eligibilityStatus: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
patient: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientOrderByWithRelationInput, z.ZodTypeDef, Prisma.PatientOrderByWithRelationInput>>>;
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>>>;
procedures: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByRelationAggregateInput>>>;
claims: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ClaimOrderByRelationAggregateInput>>>;
}, "strict", z.ZodTypeAny, {
type?: "asc" | "desc" | undefined;
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
user?: Prisma.UserOrderByWithRelationInput | undefined;
date?: "asc" | "desc" | undefined;
title?: "asc" | "desc" | undefined;
patientId?: "asc" | "desc" | undefined;
patient?: Prisma.PatientOrderByWithRelationInput | undefined;
startTime?: "asc" | "desc" | undefined;
endTime?: "asc" | "desc" | undefined;
notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
procedureCodeNotes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
eligibilityStatus?: "asc" | "desc" | undefined;
staff?: Prisma.StaffOrderByWithRelationInput | undefined;
procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined;
staffId?: "asc" | "desc" | undefined;
claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined;
}, {
type?: "asc" | "desc" | undefined;
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
user?: Prisma.UserOrderByWithRelationInput | undefined;
date?: "asc" | "desc" | undefined;
title?: "asc" | "desc" | undefined;
patientId?: "asc" | "desc" | undefined;
patient?: Prisma.PatientOrderByWithRelationInput | undefined;
startTime?: "asc" | "desc" | undefined;
endTime?: "asc" | "desc" | undefined;
notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
procedureCodeNotes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
eligibilityStatus?: "asc" | "desc" | undefined;
staff?: Prisma.StaffOrderByWithRelationInput | undefined;
procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined;
staffId?: "asc" | "desc" | undefined;
claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined;
}>;
//# sourceMappingURL=AppointmentOrderByWithRelationInput.schema.d.ts.map