mezon-js 2.10.90 → 2.10.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/socket.d.ts CHANGED
@@ -319,6 +319,7 @@ export interface ChannelUpdatedEvent {
319
319
  channel_type: number;
320
320
  status: number;
321
321
  meeting_code: string;
322
+ channel_private: number;
322
323
  is_error: boolean;
323
324
  app_url: string;
324
325
  e2ee: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.90",
4
+ "version": "2.10.91",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
package/socket.ts CHANGED
@@ -468,6 +468,8 @@ export interface ChannelUpdatedEvent {
468
468
  status: number;
469
469
  // meeting code
470
470
  meeting_code: string;
471
+ // channel private
472
+ channel_private: number;
471
473
  // is error
472
474
  is_error: boolean;
473
475
  // app url