fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -14,7 +14,7 @@ export declare const NotificationGroupByZodSchema: z.ZodObject<{
_avg: z.ZodOptional<z.ZodType<Prisma.NotificationAvgAggregateInputType, z.ZodTypeDef, Prisma.NotificationAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.NotificationSumAggregateInputType, z.ZodTypeDef, Prisma.NotificationSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("message" | "type" | "createdAt" | "id" | "userId" | "read")[];
by: ("message" | "type" | "id" | "createdAt" | "userId" | "read")[];
where?: Prisma.NotificationWhereInput | undefined;
_count?: true | Prisma.NotificationCountAggregateInputType | undefined;
orderBy?: Prisma.NotificationOrderByWithAggregationInput | Prisma.NotificationOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const NotificationGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.NotificationSumAggregateInputType | undefined;
having?: Prisma.NotificationScalarWhereWithAggregatesInput | undefined;
}, {
by: ("message" | "type" | "createdAt" | "id" | "userId" | "read")[];
by: ("message" | "type" | "id" | "createdAt" | "userId" | "read")[];
where?: Prisma.NotificationWhereInput | undefined;
_count?: true | Prisma.NotificationCountAggregateInputType | undefined;
orderBy?: Prisma.NotificationOrderByWithAggregationInput | Prisma.NotificationOrderByWithAggregationInput[] | undefined;