fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user