initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFileOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.CloudFileOrderByWithAggregationInput>;
export declare const CloudFileOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
name: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
mimeType: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
fileSize: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
folderId: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
isComplete: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
totalChunks: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
updatedAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCountOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFileCountOrderByAggregateInput>>>;
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFileAvgOrderByAggregateInput>>>;
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFileMaxOrderByAggregateInput>>>;
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileMinOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFileMinOrderByAggregateInput>>>;
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileSumOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFileSumOrderByAggregateInput>>>;
}, "strict", z.ZodTypeAny, {
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
name?: "asc" | "desc" | undefined;
mimeType?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
updatedAt?: "asc" | "desc" | undefined;
fileSize?: "asc" | "desc" | undefined;
isComplete?: "asc" | "desc" | undefined;
totalChunks?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
folderId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
_count?: Prisma.CloudFileCountOrderByAggregateInput | undefined;
_min?: Prisma.CloudFileMinOrderByAggregateInput | undefined;
_max?: Prisma.CloudFileMaxOrderByAggregateInput | undefined;
_avg?: Prisma.CloudFileAvgOrderByAggregateInput | undefined;
_sum?: Prisma.CloudFileSumOrderByAggregateInput | undefined;
}, {
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
name?: "asc" | "desc" | undefined;
mimeType?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
updatedAt?: "asc" | "desc" | undefined;
fileSize?: "asc" | "desc" | undefined;
isComplete?: "asc" | "desc" | undefined;
totalChunks?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
folderId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
_count?: Prisma.CloudFileCountOrderByAggregateInput | undefined;
_min?: Prisma.CloudFileMinOrderByAggregateInput | undefined;
_max?: Prisma.CloudFileMaxOrderByAggregateInput | undefined;
_avg?: Prisma.CloudFileAvgOrderByAggregateInput | undefined;
_sum?: Prisma.CloudFileSumOrderByAggregateInput | undefined;
}>;
//# sourceMappingURL=CloudFileOrderByWithAggregationInput.schema.d.ts.map