62 lines
4.9 KiB
TypeScript
62 lines
4.9 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureOrderByWithAggregationInput>;
|
|
export declare const AppointmentProcedureOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
appointmentId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
procedureCode: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
procedureLabel: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
fee: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
category: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
toothNumber: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
toothSurface: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
oralCavityArea: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
source: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
comboKey: 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"]>>;
|
|
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCountOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureCountOrderByAggregateInput>>>;
|
|
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureAvgOrderByAggregateInput>>>;
|
|
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureMaxOrderByAggregateInput>>>;
|
|
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureMinOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureMinOrderByAggregateInput>>>;
|
|
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureSumOrderByAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureSumOrderByAggregateInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
createdAt?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
patientId?: "asc" | "desc" | undefined;
|
|
procedureCode?: "asc" | "desc" | undefined;
|
|
procedureLabel?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
fee?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
category?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
oralCavityArea?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
source?: "asc" | "desc" | undefined;
|
|
comboKey?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
appointmentId?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.AppointmentProcedureCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.AppointmentProcedureMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.AppointmentProcedureMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.AppointmentProcedureAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.AppointmentProcedureSumOrderByAggregateInput | undefined;
|
|
}, {
|
|
createdAt?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
patientId?: "asc" | "desc" | undefined;
|
|
procedureCode?: "asc" | "desc" | undefined;
|
|
procedureLabel?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
fee?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
category?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
oralCavityArea?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
source?: "asc" | "desc" | undefined;
|
|
comboKey?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
appointmentId?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.AppointmentProcedureCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.AppointmentProcedureMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.AppointmentProcedureMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.AppointmentProcedureAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.AppointmentProcedureSumOrderByAggregateInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureOrderByWithAggregationInput.schema.d.ts.map
|