initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByInsuranceCredential.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByInsuranceCredential.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
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
|
||||
Reference in New Issue
Block a user