65 lines
4.6 KiB
TypeScript
65 lines
4.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.ServiceLineOrderByWithAggregationInput>;
|
|
export declare const ServiceLineOrderByWithAggregationInputObjectZodSchema: 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>>]>>;
|
|
paymentId: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
procedureCode: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
procedureDate: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
|
quad: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
|
arch: 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>>]>>;
|
|
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"]>>;
|
|
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineCountOrderByAggregateInput, z.ZodTypeDef, Prisma.ServiceLineCountOrderByAggregateInput>>>;
|
|
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.ServiceLineAvgOrderByAggregateInput>>>;
|
|
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.ServiceLineMaxOrderByAggregateInput>>>;
|
|
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineMinOrderByAggregateInput, z.ZodTypeDef, Prisma.ServiceLineMinOrderByAggregateInput>>>;
|
|
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ServiceLineSumOrderByAggregateInput, z.ZodTypeDef, Prisma.ServiceLineSumOrderByAggregateInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
status?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
procedureCode?: "asc" | "desc" | undefined;
|
|
toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
paymentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
procedureDate?: "asc" | "desc" | undefined;
|
|
quad?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
arch?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
totalBilled?: "asc" | "desc" | undefined;
|
|
totalPaid?: "asc" | "desc" | undefined;
|
|
totalAdjusted?: "asc" | "desc" | undefined;
|
|
totalDue?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.ServiceLineCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.ServiceLineMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.ServiceLineMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.ServiceLineAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.ServiceLineSumOrderByAggregateInput | undefined;
|
|
}, {
|
|
status?: "asc" | "desc" | undefined;
|
|
id?: "asc" | "desc" | undefined;
|
|
procedureCode?: "asc" | "desc" | undefined;
|
|
toothNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
toothSurface?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
paymentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
procedureDate?: "asc" | "desc" | undefined;
|
|
quad?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
arch?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
|
totalBilled?: "asc" | "desc" | undefined;
|
|
totalPaid?: "asc" | "desc" | undefined;
|
|
totalAdjusted?: "asc" | "desc" | undefined;
|
|
totalDue?: "asc" | "desc" | undefined;
|
|
_count?: Prisma.ServiceLineCountOrderByAggregateInput | undefined;
|
|
_min?: Prisma.ServiceLineMinOrderByAggregateInput | undefined;
|
|
_max?: Prisma.ServiceLineMaxOrderByAggregateInput | undefined;
|
|
_avg?: Prisma.ServiceLineAvgOrderByAggregateInput | undefined;
|
|
_sum?: Prisma.ServiceLineSumOrderByAggregateInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineOrderByWithAggregationInput.schema.d.ts.map
|