cmd-control-client-lib 3.0.205 → 3.0.206

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.
@@ -33,7 +33,7 @@ declare type TSubActionParams = {
33
33
  subaction: EnumQueryBackendSubAction;
34
34
  };
35
35
  /**
36
- * common command for take a backend action
36
+ * common command for take a backend action
37
37
  */
38
38
  export declare class CMDP_QUERYBACKEND implements ICOMMAND {
39
39
  action: ACTION;
@@ -420,6 +420,8 @@ export declare type channelSummaryInfo = {
420
420
  vip: string;
421
421
  /** number of online channels */
422
422
  online: string;
423
+ /** number of active channels */
424
+ active: string;
423
425
  };
424
426
  /**
425
427
  * 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.205",
4
+ "version": "3.0.206",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },