fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user