fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -10,16 +10,16 @@ export declare const NotificationFindManyResultSchema: z.ZodObject<{
|
||||
user: z.ZodUnknown;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
message: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
type?: unknown;
|
||||
user?: unknown;
|
||||
}, {
|
||||
message: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
type?: unknown;
|
||||
@@ -50,8 +50,8 @@ export declare const NotificationFindManyResultSchema: z.ZodObject<{
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
data: {
|
||||
message: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
type?: unknown;
|
||||
@@ -68,8 +68,8 @@ export declare const NotificationFindManyResultSchema: z.ZodObject<{
|
||||
}, {
|
||||
data: {
|
||||
message: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
type?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user