cmd-control-client-lib 3.0.198 → 3.0.199

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.
@@ -418,6 +418,8 @@ export declare type channelSummaryInfo = {
418
418
  banned: string;
419
419
  /** number of vip channels */
420
420
  vip: string;
421
+ /** number of online channels */
422
+ online: string;
421
423
  };
422
424
  /**
423
425
  * channel summary
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.198",
4
+ "version": "3.0.199",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },