65 lines
4.0 KiB
TypeScript
65 lines
4.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.AppointmentOrderByWithAggregationInput>;
|
|
export declare const AppointmentOrderByWithAggregationInputObjectZodSchema: 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"]>>;
|
|
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCountOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentCountOrderByAggregateInput>>>;
|
|
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentAvgOrderByAggregateInput>>>;
|
|
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentMaxOrderByAggregateInput>>>;
|
|
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentMinOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentMinOrderByAggregateInput>>>;
|
|
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentSumOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentSumOrderByAggregateInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
type?: "asc" | "desc" | undefined;
|
|
status?: "asc" | "desc" | undefined;
|
|
createdAt?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
userId?: "asc" | "desc" | undefined;
|
|
date?: "asc" | "desc" | undefined;
|
|
title?: "asc" | "desc" | undefined;
|
|
patientId?: "asc" | "desc" | 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;
|
|
staffId?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.AppointmentCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.AppointmentMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.AppointmentMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.AppointmentAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.AppointmentSumOrderByAggregateInput | undefined;
|
|
}, {
|
|
type?: "asc" | "desc" | undefined;
|
|
status?: "asc" | "desc" | undefined;
|
|
createdAt?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
userId?: "asc" | "desc" | undefined;
|
|
date?: "asc" | "desc" | undefined;
|
|
title?: "asc" | "desc" | undefined;
|
|
patientId?: "asc" | "desc" | 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;
|
|
staffId?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.AppointmentCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.AppointmentMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.AppointmentMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.AppointmentAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.AppointmentSumOrderByAggregateInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentOrderByWithAggregationInput.schema.d.ts.map
|