mezon-js 2.8.69 → 2.8.70

Sign up to get free protection for your applications and to get access to all the features.
package/api.gen.ts CHANGED
@@ -487,7 +487,7 @@ export interface ApiChannelDescription {
487
487
  //The parrent channel this message belongs to.
488
488
  parrent_id?: string;
489
489
  //
490
- status?: number;
490
+ is_online?: Array<boolean>;
491
491
  //The channel type.
492
492
  type?: number;
493
493
  //
package/dist/api.gen.d.ts CHANGED
@@ -281,7 +281,7 @@ export interface ApiChannelDescription {
281
281
  meeting_code?: string;
282
282
  meeting_uri?: string;
283
283
  parrent_id?: string;
284
- status?: number;
284
+ is_online?: Array<boolean>;
285
285
  type?: number;
286
286
  update_time_seconds?: number;
287
287
  user_id?: Array<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.8.69",
3
+ "version": "2.8.70",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },