41 lines
3.5 KiB
TypeScript
41 lines
3.5 KiB
TypeScript
import type { Prisma } from '../../generated/prisma';
|
|
import * as z from 'zod';
|
|
export declare const ServiceLineGroupBySchema: z.ZodType<Prisma.ServiceLineGroupByArgs>;
|
|
export declare const ServiceLineGroupByZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodType<Prisma.ServiceLineWhereInput, z.ZodTypeDef, Prisma.ServiceLineWhereInput>>;
|
|
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ServiceLineOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ServiceLineOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.ServiceLineOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ServiceLineOrderByWithAggregationInput>, "many">]>>;
|
|
having: z.ZodOptional<z.ZodType<Prisma.ServiceLineScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ServiceLineScalarWhereWithAggregatesInput>>;
|
|
take: z.ZodOptional<z.ZodNumber>;
|
|
skip: z.ZodOptional<z.ZodNumber>;
|
|
by: z.ZodArray<z.ZodEnum<["id", "claimId", "paymentId", "procedureCode", "procedureDate", "quad", "arch", "toothNumber", "toothSurface", "totalBilled", "totalPaid", "totalAdjusted", "totalDue", "status"]>, "many">;
|
|
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ServiceLineCountAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineCountAggregateInputType>]>>;
|
|
_min: z.ZodOptional<z.ZodType<Prisma.ServiceLineMinAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineMinAggregateInputType>>;
|
|
_max: z.ZodOptional<z.ZodType<Prisma.ServiceLineMaxAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineMaxAggregateInputType>>;
|
|
_avg: z.ZodOptional<z.ZodType<Prisma.ServiceLineAvgAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineAvgAggregateInputType>>;
|
|
_sum: z.ZodOptional<z.ZodType<Prisma.ServiceLineSumAggregateInputType, z.ZodTypeDef, Prisma.ServiceLineSumAggregateInputType>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
by: ("status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue")[];
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
_count?: true | Prisma.ServiceLineCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ServiceLineOrderByWithAggregationInput | Prisma.ServiceLineOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ServiceLineMinAggregateInputType | undefined;
|
|
_max?: Prisma.ServiceLineMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ServiceLineAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ServiceLineSumAggregateInputType | undefined;
|
|
having?: Prisma.ServiceLineScalarWhereWithAggregatesInput | undefined;
|
|
}, {
|
|
by: ("status" | "id" | "procedureCode" | "toothNumber" | "toothSurface" | "claimId" | "paymentId" | "procedureDate" | "quad" | "arch" | "totalBilled" | "totalPaid" | "totalAdjusted" | "totalDue")[];
|
|
where?: Prisma.ServiceLineWhereInput | undefined;
|
|
_count?: true | Prisma.ServiceLineCountAggregateInputType | undefined;
|
|
orderBy?: Prisma.ServiceLineOrderByWithAggregationInput | Prisma.ServiceLineOrderByWithAggregationInput[] | undefined;
|
|
take?: number | undefined;
|
|
skip?: number | undefined;
|
|
_min?: Prisma.ServiceLineMinAggregateInputType | undefined;
|
|
_max?: Prisma.ServiceLineMaxAggregateInputType | undefined;
|
|
_avg?: Prisma.ServiceLineAvgAggregateInputType | undefined;
|
|
_sum?: Prisma.ServiceLineSumAggregateInputType | undefined;
|
|
having?: Prisma.ServiceLineScalarWhereWithAggregatesInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=groupByServiceLine.schema.d.ts.map
|