cmd-control-client-lib 3.0.223 → 3.0.224

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.
@@ -16,6 +16,8 @@ export declare enum EnumFormatValues {
16
16
  export declare type baseParamsType = {
17
17
  /** your app instance id, internal */
18
18
  _iid?: string;
19
+ /** unique command id, internal */
20
+ _uniq?: string;
19
21
  /** your app type */
20
22
  agent?: CmdClientAgent;
21
23
  /** your sessionID from CMDP_LOGIN_RESPONSE, Ignored in CMDP_LOGIN, CMDP_INIT */
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.223",
4
+ "version": "3.0.224",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },