Files
DentalManagementMHAprilgg/packages/db/shared/schemas/groupByInsuranceCredential.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 InsuranceCredentialGroupBySchema: z.ZodType<Prisma.InsuranceCredentialGroupByArgs>;
export declare const InsuranceCredentialGroupByZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialWhereInput, z.ZodTypeDef, Prisma.InsuranceCredentialWhereInput>>;
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.InsuranceCredentialOrderByWithAggregationInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.InsuranceCredentialOrderByWithAggregationInput, z.ZodTypeDef, Prisma.InsuranceCredentialOrderByWithAggregationInput>, "many">]>>;
having: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.InsuranceCredentialScalarWhereWithAggregatesInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
by: z.ZodArray<z.ZodEnum<["id", "userId", "siteKey", "username", "password"]>, "many">;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.InsuranceCredentialCountAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialMinAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialMaxAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialAvgAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.InsuranceCredentialSumAggregateInputType, z.ZodTypeDef, Prisma.InsuranceCredentialSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("id" | "userId" | "siteKey" | "username" | "password")[];
where?: Prisma.InsuranceCredentialWhereInput | undefined;
_count?: true | Prisma.InsuranceCredentialCountAggregateInputType | undefined;
orderBy?: Prisma.InsuranceCredentialOrderByWithAggregationInput | Prisma.InsuranceCredentialOrderByWithAggregationInput[] | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.InsuranceCredentialMinAggregateInputType | undefined;
_max?: Prisma.InsuranceCredentialMaxAggregateInputType | undefined;
_avg?: Prisma.InsuranceCredentialAvgAggregateInputType | undefined;
_sum?: Prisma.InsuranceCredentialSumAggregateInputType | undefined;
having?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | undefined;
}, {
by: ("id" | "userId" | "siteKey" | "username" | "password")[];
where?: Prisma.InsuranceCredentialWhereInput | undefined;
_count?: true | Prisma.InsuranceCredentialCountAggregateInputType | undefined;
orderBy?: Prisma.InsuranceCredentialOrderByWithAggregationInput | Prisma.InsuranceCredentialOrderByWithAggregationInput[] | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.InsuranceCredentialMinAggregateInputType | undefined;
_max?: Prisma.InsuranceCredentialMaxAggregateInputType | undefined;
_avg?: Prisma.InsuranceCredentialAvgAggregateInputType | undefined;
_sum?: Prisma.InsuranceCredentialSumAggregateInputType | undefined;
having?: Prisma.InsuranceCredentialScalarWhereWithAggregatesInput | undefined;
}>;
//# sourceMappingURL=groupByInsuranceCredential.schema.d.ts.map