Files
DentalManagementMHAprilgg/packages/db/shared/schemas/groupByClaim.schema.d.ts
2026-04-04 22:13:55 -04:00

41 lines
3.4 KiB
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ClaimGroupBySchema: z.ZodType<Prisma.ClaimGroupByArgs>;
export declare const ClaimGroupByZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>;
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.ClaimOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ClaimOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.ClaimOrderByWithAggregationInput, z.ZodTypeDef, Prisma.ClaimOrderByWithAggregationInput>, "many">]>>;
having: z.ZodOptional<z.ZodType<Prisma.ClaimScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.ClaimScalarWhereWithAggregatesInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
by: z.ZodArray<z.ZodEnum<["id", "patientId", "appointmentId", "userId", "staffId", "patientName", "memberId", "dateOfBirth", "remarks", "missingTeethStatus", "missingTeeth", "serviceDate", "insuranceProvider", "createdAt", "updatedAt", "status", "claimNumber"]>, "many">;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.ClaimCountAggregateInputType, z.ZodTypeDef, Prisma.ClaimCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.ClaimMinAggregateInputType, z.ZodTypeDef, Prisma.ClaimMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.ClaimMaxAggregateInputType, z.ZodTypeDef, Prisma.ClaimMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.ClaimAvgAggregateInputType, z.ZodTypeDef, Prisma.ClaimAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.ClaimSumAggregateInputType, z.ZodTypeDef, Prisma.ClaimSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[];
where?: Prisma.ClaimWhereInput | undefined;
_count?: true | Prisma.ClaimCountAggregateInputType | undefined;
orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.ClaimMinAggregateInputType | undefined;
_max?: Prisma.ClaimMaxAggregateInputType | undefined;
_avg?: Prisma.ClaimAvgAggregateInputType | undefined;
_sum?: Prisma.ClaimSumAggregateInputType | undefined;
having?: Prisma.ClaimScalarWhereWithAggregatesInput | undefined;
}, {
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "appointmentId" | "staffId" | "updatedAt" | "patientName" | "memberId" | "dateOfBirth" | "remarks" | "missingTeethStatus" | "missingTeeth" | "serviceDate" | "insuranceProvider" | "claimNumber")[];
where?: Prisma.ClaimWhereInput | undefined;
_count?: true | Prisma.ClaimCountAggregateInputType | undefined;
orderBy?: Prisma.ClaimOrderByWithAggregationInput | Prisma.ClaimOrderByWithAggregationInput[] | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.ClaimMinAggregateInputType | undefined;
_max?: Prisma.ClaimMaxAggregateInputType | undefined;
_avg?: Prisma.ClaimAvgAggregateInputType | undefined;
_sum?: Prisma.ClaimSumAggregateInputType | undefined;
having?: Prisma.ClaimScalarWhereWithAggregatesInput | undefined;
}>;
//# sourceMappingURL=groupByClaim.schema.d.ts.map