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,41 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFolderOrderByWithAggregationInputObjectSchema: z.ZodType<Prisma.CloudFolderOrderByWithAggregationInput>;
export declare const CloudFolderOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
name: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
parentId: 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.CloudFolderCountOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFolderCountOrderByAggregateInput>>>;
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderAvgOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFolderAvgOrderByAggregateInput>>>;
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderMaxOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFolderMaxOrderByAggregateInput>>>;
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderMinOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFolderMinOrderByAggregateInput>>>;
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderSumOrderByAggregateInput, z.ZodTypeDef, Prisma.CloudFolderSumOrderByAggregateInput>>>;
}, "strict", z.ZodTypeAny, {
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
name?: "asc" | "desc" | undefined;
updatedAt?: "asc" | "desc" | undefined;
parentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
_count?: Prisma.CloudFolderCountOrderByAggregateInput | undefined;
_min?: Prisma.CloudFolderMinOrderByAggregateInput | undefined;
_max?: Prisma.CloudFolderMaxOrderByAggregateInput | undefined;
_avg?: Prisma.CloudFolderAvgOrderByAggregateInput | undefined;
_sum?: Prisma.CloudFolderSumOrderByAggregateInput | undefined;
}, {
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
name?: "asc" | "desc" | undefined;
updatedAt?: "asc" | "desc" | undefined;
parentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
_count?: Prisma.CloudFolderCountOrderByAggregateInput | undefined;
_min?: Prisma.CloudFolderMinOrderByAggregateInput | undefined;
_max?: Prisma.CloudFolderMaxOrderByAggregateInput | undefined;
_avg?: Prisma.CloudFolderAvgOrderByAggregateInput | undefined;
_sum?: Prisma.CloudFolderSumOrderByAggregateInput | undefined;
}>;
//# sourceMappingURL=CloudFolderOrderByWithAggregationInput.schema.d.ts.map