fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const DatabaseBackupGroupByZodSchema: z.ZodObject<{
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupAvgAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.DatabaseBackupSumAggregateInputType, z.ZodTypeDef, Prisma.DatabaseBackupSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "userId")[];
|
||||
by: ("id" | "createdAt" | "userId")[];
|
||||
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
||||
_count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const DatabaseBackupGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined;
|
||||
having?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "userId")[];
|
||||
by: ("id" | "createdAt" | "userId")[];
|
||||
where?: Prisma.DatabaseBackupWhereInput | undefined;
|
||||
_count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user