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

@@ -14,10 +14,10 @@ export declare const CloudFolderFindFirstOrThrowSelectZodSchema: z.ZodObject<{
updatedAt: z.ZodOptional<z.ZodBoolean>;
_count: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
createdAt?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
name?: boolean | undefined;
updatedAt?: boolean | undefined;
children?: boolean | undefined;
@@ -26,10 +26,10 @@ export declare const CloudFolderFindFirstOrThrowSelectZodSchema: z.ZodObject<{
parent?: boolean | undefined;
_count?: boolean | undefined;
}, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
createdAt?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
name?: boolean | undefined;
updatedAt?: boolean | undefined;
children?: boolean | undefined;
@@ -56,7 +56,7 @@ export declare const CloudFolderFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.CloudFolderWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
}, {
where?: Prisma.CloudFolderWhereInput | undefined;
include?: Prisma.CloudFolderInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -65,6 +65,6 @@ export declare const CloudFolderFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.CloudFolderWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
}>;
//# sourceMappingURL=findFirstOrThrowCloudFolder.schema.d.ts.map