41 lines
3.2 KiB
TypeScript
41 lines
3.2 KiB
TypeScript
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
|