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

@@ -10,17 +10,17 @@ export declare const BackupDestinationFindFirstSelectZodSchema: z.ZodObject<{
user: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
path?: boolean | undefined;
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
createdAt?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
isActive?: boolean | undefined;
}, {
path?: boolean | undefined;
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
createdAt?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
isActive?: boolean | undefined;
}>;
export declare const BackupDestinationFindFirstSchema: z.ZodType<Prisma.BackupDestinationFindFirstArgs>;
@@ -41,7 +41,7 @@ export declare const BackupDestinationFindFirstZodSchema: z.ZodObject<{
cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined;
distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined;
}, {
where?: Prisma.BackupDestinationWhereInput | undefined;
include?: Prisma.BackupDestinationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -50,6 +50,6 @@ export declare const BackupDestinationFindFirstZodSchema: z.ZodObject<{
cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "path" | "createdAt" | "id" | "userId" | "isActive" | ("path" | "createdAt" | "id" | "userId" | "isActive")[] | undefined;
distinct?: "path" | "id" | "createdAt" | "userId" | "isActive" | ("path" | "id" | "createdAt" | "userId" | "isActive")[] | undefined;
}>;
//# sourceMappingURL=findFirstBackupDestination.schema.d.ts.map