initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByNpiProvider.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByNpiProvider.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const NpiProviderGroupBySchema: z.ZodType<Prisma.NpiProviderGroupByArgs>;
|
||||
export declare const NpiProviderGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.NpiProviderOrderByWithAggregationInput, z.ZodTypeDef, Prisma.NpiProviderOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.NpiProviderOrderByWithAggregationInput, z.ZodTypeDef, Prisma.NpiProviderOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.NpiProviderScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.NpiProviderScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "userId", "npiNumber", "providerName", "createdAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.NpiProviderCountAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.NpiProviderMinAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.NpiProviderMaxAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.NpiProviderAvgAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.NpiProviderSumAggregateInputType, z.ZodTypeDef, Prisma.NpiProviderSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[];
|
||||
where?: Prisma.NpiProviderWhereInput | undefined;
|
||||
_count?: true | Prisma.NpiProviderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.NpiProviderOrderByWithAggregationInput | Prisma.NpiProviderOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.NpiProviderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.NpiProviderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.NpiProviderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.NpiProviderSumAggregateInputType | undefined;
|
||||
having?: Prisma.NpiProviderScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("npiNumber" | "providerName" | "createdAt" | "id" | "userId")[];
|
||||
where?: Prisma.NpiProviderWhereInput | undefined;
|
||||
_count?: true | Prisma.NpiProviderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.NpiProviderOrderByWithAggregationInput | Prisma.NpiProviderOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.NpiProviderMinAggregateInputType | undefined;
|
||||
_max?: Prisma.NpiProviderMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.NpiProviderAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.NpiProviderSumAggregateInputType | undefined;
|
||||
having?: Prisma.NpiProviderScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByNpiProvider.schema.d.ts.map
|
||||
Reference in New Issue
Block a user