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,15 +7,15 @@ export declare const DatabaseBackupFindFirstSelectZodSchema: z.ZodObject<{
createdAt: z.ZodOptional<z.ZodBoolean>;
user: 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;
}, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
createdAt?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
}>;
export declare const DatabaseBackupFindFirstSchema: z.ZodType<Prisma.DatabaseBackupFindFirstArgs>;
export declare const DatabaseBackupFindFirstZodSchema: z.ZodObject<{
@@ -35,7 +35,7 @@ export declare const DatabaseBackupFindFirstZodSchema: z.ZodObject<{
cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined;
distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined;
}, {
where?: Prisma.DatabaseBackupWhereInput | undefined;
include?: Prisma.DatabaseBackupInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -44,6 +44,6 @@ export declare const DatabaseBackupFindFirstZodSchema: z.ZodObject<{
cursor?: Prisma.DatabaseBackupWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "createdAt" | "id" | "userId" | ("createdAt" | "id" | "userId")[] | undefined;
distinct?: "id" | "createdAt" | "userId" | ("id" | "createdAt" | "userId")[] | undefined;
}>;
//# sourceMappingURL=findFirstDatabaseBackup.schema.d.ts.map