fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const CloudFileChunkGroupByZodSchema: z.ZodObject<{
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkAvgAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkSumAggregateInputType, z.ZodTypeDef, Prisma.CloudFileChunkSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("createdAt" | "id" | "data" | "seq" | "fileId")[];
|
||||
by: ("id" | "data" | "createdAt" | "seq" | "fileId")[];
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const CloudFileChunkGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.CloudFileChunkSumAggregateInputType | undefined;
|
||||
having?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("createdAt" | "id" | "data" | "seq" | "fileId")[];
|
||||
by: ("id" | "data" | "createdAt" | "seq" | "fileId")[];
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
_count?: true | Prisma.CloudFileChunkCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CloudFileChunkOrderByWithAggregationInput | Prisma.CloudFileChunkOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user