fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -7,14 +7,14 @@ export declare const CloudFileGroupByZodSchema: z.ZodObject<{
having: z.ZodOptional<z.ZodType<Prisma.CloudFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CloudFileScalarWhereWithAggregatesInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
by: z.ZodArray<z.ZodEnum<["id", "userId", "name", "mimeType", "fileSize", "folderId", "isComplete", "totalChunks", "createdAt", "updatedAt"]>, "many">;
by: z.ZodArray<z.ZodEnum<["id", "userId", "name", "mimeType", "fileSize", "folderId", "isComplete", "totalChunks", "diskPath", "createdAt", "updatedAt"]>, "many">;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CloudFileCountAggregateInputType, z.ZodTypeDef, Prisma.CloudFileCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.CloudFileMinAggregateInputType, z.ZodTypeDef, Prisma.CloudFileMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.CloudFileMaxAggregateInputType, z.ZodTypeDef, Prisma.CloudFileMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFileAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFileAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFileSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFileSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[];
by: ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[];
where?: Prisma.CloudFileWhereInput | undefined;
_count?: true | Prisma.CloudFileCountAggregateInputType | undefined;
orderBy?: Prisma.CloudFileOrderByWithAggregationInput | Prisma.CloudFileOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const CloudFileGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.CloudFileSumAggregateInputType | undefined;
having?: Prisma.CloudFileScalarWhereWithAggregatesInput | undefined;
}, {
by: ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[];
by: ("id" | "createdAt" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "diskPath" | "folderId")[];
where?: Prisma.CloudFileWhereInput | undefined;
_count?: true | Prisma.CloudFileCountAggregateInputType | undefined;
orderBy?: Prisma.CloudFileOrderByWithAggregationInput | Prisma.CloudFileOrderByWithAggregationInput[] | undefined;