initial commit
This commit is contained in:
74
packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
74
packages/db/shared/schemas/objects/ClaimOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const ClaimOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.ClaimOrderByWithAggregationInput>;
|
||||
export declare const ClaimOrderByWithAggregationInputObjectZodSchema: 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>>]>>;
|
||||
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCountOrderByAggregateInput, z.ZodTypeDef, Prisma.ClaimCountOrderByAggregateInput>>>;
|
||||
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.ClaimAvgOrderByAggregateInput>>>;
|
||||
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.ClaimMaxOrderByAggregateInput>>>;
|
||||
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimMinOrderByAggregateInput, z.ZodTypeDef, Prisma.ClaimMinOrderByAggregateInput>>>;
|
||||
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimSumOrderByAggregateInput, z.ZodTypeDef, Prisma.ClaimSumOrderByAggregateInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
status?: "asc" | "desc" | undefined;
|
||||
createdAt?: "asc" | "desc" | undefined;
|
||||
id?: "asc" | "desc" | undefined;
|
||||
userId?: "asc" | "desc" | undefined;
|
||||
patientId?: "asc" | "desc" | undefined;
|
||||
appointmentId?: "asc" | "desc" | undefined;
|
||||
staffId?: "asc" | "desc" | undefined;
|
||||
updatedAt?: "asc" | "desc" | 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;
|
||||
_count?: Prisma.ClaimCountOrderByAggregateInput | undefined;
|
||||
_min?: Prisma.ClaimMinOrderByAggregateInput | undefined;
|
||||
_max?: Prisma.ClaimMaxOrderByAggregateInput | undefined;
|
||||
_avg?: Prisma.ClaimAvgOrderByAggregateInput | undefined;
|
||||
_sum?: Prisma.ClaimSumOrderByAggregateInput | undefined;
|
||||
}, {
|
||||
status?: "asc" | "desc" | undefined;
|
||||
createdAt?: "asc" | "desc" | undefined;
|
||||
id?: "asc" | "desc" | undefined;
|
||||
userId?: "asc" | "desc" | undefined;
|
||||
patientId?: "asc" | "desc" | undefined;
|
||||
appointmentId?: "asc" | "desc" | undefined;
|
||||
staffId?: "asc" | "desc" | undefined;
|
||||
updatedAt?: "asc" | "desc" | 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;
|
||||
_count?: Prisma.ClaimCountOrderByAggregateInput | undefined;
|
||||
_min?: Prisma.ClaimMinOrderByAggregateInput | undefined;
|
||||
_max?: Prisma.ClaimMaxOrderByAggregateInput | undefined;
|
||||
_avg?: Prisma.ClaimAvgOrderByAggregateInput | undefined;
|
||||
_sum?: Prisma.ClaimSumOrderByAggregateInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=ClaimOrderByWithAggregationInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user