initial commit
This commit is contained in:
65
packages/db/shared/schemas/objects/PaymentOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
65
packages/db/shared/schemas/objects/PaymentOrderByWithAggregationInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const PaymentOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.PaymentOrderByWithAggregationInput>;
|
||||
export declare const PaymentOrderByWithAggregationInputObjectZodSchema: 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>>]>>;
|
||||
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
updatedById: 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"]>>;
|
||||
notes: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
|
||||
icn: 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"]>>;
|
||||
updatedAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
|
||||
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentCountOrderByAggregateInput, z.ZodTypeDef, Prisma.PaymentCountOrderByAggregateInput>>>;
|
||||
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.PaymentAvgOrderByAggregateInput>>>;
|
||||
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.PaymentMaxOrderByAggregateInput>>>;
|
||||
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentMinOrderByAggregateInput, z.ZodTypeDef, Prisma.PaymentMinOrderByAggregateInput>>>;
|
||||
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentSumOrderByAggregateInput, z.ZodTypeDef, Prisma.PaymentSumOrderByAggregateInput>>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
status?: "asc" | "desc" | undefined;
|
||||
createdAt?: "asc" | "desc" | undefined;
|
||||
id?: "asc" | "desc" | undefined;
|
||||
userId?: "asc" | "desc" | undefined;
|
||||
patientId?: "asc" | "desc" | undefined;
|
||||
notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
totalBilled?: "asc" | "desc" | undefined;
|
||||
totalPaid?: "asc" | "desc" | undefined;
|
||||
totalAdjusted?: "asc" | "desc" | undefined;
|
||||
totalDue?: "asc" | "desc" | undefined;
|
||||
icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
updatedAt?: "asc" | "desc" | undefined;
|
||||
updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
_count?: Prisma.PaymentCountOrderByAggregateInput | undefined;
|
||||
_min?: Prisma.PaymentMinOrderByAggregateInput | undefined;
|
||||
_max?: Prisma.PaymentMaxOrderByAggregateInput | undefined;
|
||||
_avg?: Prisma.PaymentAvgOrderByAggregateInput | undefined;
|
||||
_sum?: Prisma.PaymentSumOrderByAggregateInput | undefined;
|
||||
}, {
|
||||
status?: "asc" | "desc" | undefined;
|
||||
createdAt?: "asc" | "desc" | undefined;
|
||||
id?: "asc" | "desc" | undefined;
|
||||
userId?: "asc" | "desc" | undefined;
|
||||
patientId?: "asc" | "desc" | undefined;
|
||||
notes?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
claimId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
totalBilled?: "asc" | "desc" | undefined;
|
||||
totalPaid?: "asc" | "desc" | undefined;
|
||||
totalAdjusted?: "asc" | "desc" | undefined;
|
||||
totalDue?: "asc" | "desc" | undefined;
|
||||
icn?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
updatedAt?: "asc" | "desc" | undefined;
|
||||
updatedById?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
|
||||
_count?: Prisma.PaymentCountOrderByAggregateInput | undefined;
|
||||
_min?: Prisma.PaymentMinOrderByAggregateInput | undefined;
|
||||
_max?: Prisma.PaymentMaxOrderByAggregateInput | undefined;
|
||||
_avg?: Prisma.PaymentAvgOrderByAggregateInput | undefined;
|
||||
_sum?: Prisma.PaymentSumOrderByAggregateInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=PaymentOrderByWithAggregationInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user