fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const BackupDestinationGroupByZodSchema: z.ZodObject<{
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.BackupDestinationAvgAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.BackupDestinationSumAggregateInputType, z.ZodTypeDef, Prisma.BackupDestinationSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("path" | "createdAt" | "id" | "userId" | "isActive")[];
|
||||
by: ("path" | "id" | "createdAt" | "userId" | "isActive")[];
|
||||
where?: Prisma.BackupDestinationWhereInput | undefined;
|
||||
_count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.BackupDestinationOrderByWithAggregationInput | Prisma.BackupDestinationOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const BackupDestinationGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.BackupDestinationSumAggregateInputType | undefined;
|
||||
having?: Prisma.BackupDestinationScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("path" | "createdAt" | "id" | "userId" | "isActive")[];
|
||||
by: ("path" | "id" | "createdAt" | "userId" | "isActive")[];
|
||||
where?: Prisma.BackupDestinationWhereInput | undefined;
|
||||
_count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.BackupDestinationOrderByWithAggregationInput | Prisma.BackupDestinationOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user