cmd-control-client-lib 3.0.214 → 3.0.217

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.
@@ -129,7 +129,8 @@ export declare enum EndChatType {
129
129
  PREVIEW = "PREVIEW",
130
130
  PREVIEW_VIP = "PREVIEW_VIP",
131
131
  PREVIEW_SHORT = "PREVIEW_SHORT",
132
- PREVIEW_VOUCHER = "PREVIEW_VOUCHER"
132
+ PREVIEW_VOUCHER = "PREVIEW_VOUCHER",
133
+ MOBILEVIDEOCALL = "MOBILEVIDEOCALL"
133
134
  }
134
135
  export declare class CMDC_CEXIT implements ICOMMAND {
135
136
  action: ACTION;
@@ -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 */
@@ -13,6 +13,7 @@ export declare type WebSipEndpointClientConfigSipml5Type = {
13
13
  displayName: string;
14
14
  privateId: string;
15
15
  publicId: string;
16
+ password: string;
16
17
  realm: string;
17
18
  websocketUrl: string;
18
19
  iceServers: string;
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.214",
4
+ "version": "3.0.217",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },