cmd-control-client-lib 3.0.216 → 3.0.218

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.
@@ -12,8 +12,6 @@ export declare enum EnumPowerEstimation {
12
12
  export declare class CMDP_STARTSEND implements ICOMMAND {
13
13
  action: ACTION;
14
14
  params: baseParamsType & {
15
- hasAudio?: EnumBooleanDigitized;
16
- bandWidth?: string;
17
15
  capabilities?: string;
18
16
  };
19
17
  }
@@ -154,6 +154,7 @@ export declare type MessageReadOnlyParams = {
154
154
  * ignored IN CMDP_MSG
155
155
  */
156
156
  flags?: string | "";
157
+ previewRun?: "1" | "0" | string;
157
158
  canDelete?: EnumBooleanStringified.TRUE;
158
159
  isDeleted?: EnumBooleanStringified.TRUE;
159
160
  /** message style/importance */
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.216",
4
+ "version": "3.0.218",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },