fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -11,8 +11,8 @@ export declare const CloudFolderInputSchema: z.ZodObject<{
|
||||
createdAt: z.ZodDate;
|
||||
updatedAt: z.ZodDate;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
name: string;
|
||||
updatedAt: Date;
|
||||
@@ -22,8 +22,8 @@ export declare const CloudFolderInputSchema: z.ZodObject<{
|
||||
parentId?: number | null | undefined;
|
||||
parent?: unknown;
|
||||
}, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
name: string;
|
||||
updatedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user