initial commit
This commit is contained in:
41
packages/db/shared/schemas/groupByCloudFileChunk.schema.d.ts
vendored
Normal file
41
packages/db/shared/schemas/groupByCloudFileChunk.schema.d.ts
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const CloudFileChunkGroupBySchema: z.ZodType<Prisma.CloudFileChunkGroupByArgs>;
|
||||
export declare const CloudFileChunkGroupByZodSchema: z.ZodObject<{
|
||||
where: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereInput>>;
|
||||
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CloudFileChunkOrderByWithAggregationInput, z.ZodTypeDef, Prisma.CloudFileChunkOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.CloudFileChunkOrderByWithAggregationInput, z.ZodTypeDef, Prisma.CloudFileChunkOrderByWithAggregationInput>, "many">]>>;
|
||||
having: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileChunkScalarWhereWithAggregatesInput>>;
|
||||
take: z.ZodOptional<z.ZodNumber>;
|
||||
skip: z.ZodOptional<z.ZodNumber>;
|
||||
by: z.ZodArray<z.ZodEnum<["id", "fileId", "seq", "data", "createdAt"]>, "many">;
|
||||
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CloudFileChunkCountAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkCountAggregateInputType>]>>;
|
||||
_min: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkMinAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkMinAggregateInputType>>;
|
||||
_max: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkMaxAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkMaxAggregateInputType>>;
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "data" | "seq" | "fileId")[];
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFileChunkMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFileChunkMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFileChunkAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined;
|
||||
having?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "data" | "seq" | "fileId")[];
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
_min?: Prisma.CloudFileChunkMinAggregateInputType | undefined;
|
||||
_max?: Prisma.CloudFileChunkMaxAggregateInputType | undefined;
|
||||
_avg?: Prisma.CloudFileChunkAvgAggregateInputType | undefined;
|
||||
_sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined;
|
||||
having?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=groupByCloudFileChunk.schema.d.ts.map
|
||||
Reference in New Issue
Block a user