cmd-control-client-lib 3.0.271 → 3.0.273

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.
@@ -15,4 +15,5 @@ export declare class CmdControlSession {
15
15
  reconnect(): void;
16
16
  pause(isResumable?: boolean): void;
17
17
  resume(): boolean;
18
+ get isOpened(): boolean;
18
19
  }
@@ -94,6 +94,7 @@ export declare class CMDP_STARTBANDWIDTHTEST_RESPONSE extends CMDP_STARTBANDWIDT
94
94
  seconds: string;
95
95
  dataURL: string;
96
96
  dataID: string;
97
+ speedTestUrl?: string;
97
98
  };
98
99
  }
99
100
  export declare class CMDP_STOPBANDWIDTHTEST implements ICOMMAND {
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.271",
4
+ "version": "3.0.273",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },