41 lines
3.3 KiB
TypeScript
41 lines
3.3 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const PaymentGroupBySchema: z.ZodType<Prisma.PaymentGroupByArgs>;
|
|
export declare const PaymentGroupByZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.PaymentWhereInput, z.ZodTypeDef, Prisma.PaymentWhereInput>>;
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.PaymentOrderByWithAggregationInput, z.ZodTypeDef, Prisma.PaymentOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.PaymentOrderByWithAggregationInput, z.ZodTypeDef, Prisma.PaymentOrderByWithAggregationInput>, "many">]>>;
|
|
having: z.ZodOptional<z.ZodType<Prisma.PaymentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PaymentScalarWhereWithAggregatesInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
by: z.ZodArray<z.ZodEnum<["id", "claimId", "patientId", "userId", "updatedById", "totalBilled", "totalPaid", "totalAdjusted", "totalDue", "status", "notes", "icn", "createdAt", "updatedAt"]>, "many">;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.PaymentCountAggregateInputType, z.ZodTypeDef, Prisma.PaymentCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.PaymentMinAggregateInputType, z.ZodTypeDef, Prisma.PaymentMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.PaymentMaxAggregateInputType, z.ZodTypeDef, Prisma.PaymentMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.PaymentAvgAggregateInputType, z.ZodTypeDef, Prisma.PaymentAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.PaymentSumAggregateInputType, z.ZodTypeDef, Prisma.PaymentSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[];
|
|
where?: Prisma.PaymentWhereInput | undefined;
|
|
_count?: true | Prisma.PaymentCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.PaymentOrderByWithAggregationInput | Prisma.PaymentOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.PaymentMinAggregateInputType | undefined;
|
|
_max?: Prisma.PaymentMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.PaymentAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.PaymentSumAggregateInputType | undefined;
|
|
having?: Prisma.PaymentScalarWhereWithAggregatesInput | undefined;
|
|
}, {
|
|
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "notes" | "claimId" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue" | "icn" | "updatedAt" | "updatedById")[];
|
|
where?: Prisma.PaymentWhereInput | undefined;
|
|
_count?: true | Prisma.PaymentCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.PaymentOrderByWithAggregationInput | Prisma.PaymentOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.PaymentMinAggregateInputType | undefined;
|
|
_max?: Prisma.PaymentMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.PaymentAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.PaymentSumAggregateInputType | undefined;
|
|
having?: Prisma.PaymentScalarWhereWithAggregatesInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=groupByPayment.schema.d.ts.map
|