fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const CloudFolderGroupByZodSchema: z.ZodObject<{
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFolderAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFolderSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFolderSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[];
|
||||
by: ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[];
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFolderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFolderOrderByWithAggregationInput | Prisma.CloudFolderOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const CloudFolderGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.CloudFolderSumAggregateInputType | undefined;
|
||||
having?: Prisma.CloudFolderScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[];
|
||||
by: ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[];
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFolderCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFolderOrderByWithAggregationInput | Prisma.CloudFolderOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user