cmd-control-client-lib 3.0.361 → 3.0.363

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.
@@ -102,6 +102,7 @@ export declare class SChatInfo {
102
102
  chattype: EnumIntentionString | string;
103
103
  /** preview state: "1" if the preview is run, "0" if the preview is stopped */
104
104
  previewRun?: "1" | "0" | string;
105
+ blurred?: "1" | "0" | string;
105
106
  }
106
107
  export declare class CMDC_CINIT implements ICOMMAND {
107
108
  action: ACTION;
@@ -22,7 +22,13 @@ export declare enum MSettingNameEnum {
22
22
  SERCIVE0900WEBSIP_ENABLED = "Service0900WebSipEnabled",
23
23
  SERVICE0900WEBSIP_VISIBLE = "Service0900WebSipVisible",
24
24
  SERVICE0900PHONE_ENABLED = "Service0900PhoneEnabled",
25
- MESSAGETEMPLATES_ENABLED = "MessageTemplatesEnabled"
25
+ SERVICE0900MOMENTUMSIP_ENABLED = "Service0900MomentumSipEnabled",
26
+ MESSAGETEMPLATES_ENABLED = "MessageTemplatesEnabled",
27
+ BUMPMESSAGING_ENABLED = "BumpMessagingEnabled",
28
+ BABESTATION24TAB_VISIBLE = "BabeStation24TabVisible",
29
+ BABESTATION24_ENABLED = "BabeStation24Enabled",
30
+ MOBILEVIDEOCALL_REQUEST = "MobileVideoCallRequest",
31
+ MOBILEVIDEOCALL_ENABLED = "MobileVideoCallEnabled"
26
32
  }
27
33
  export declare enum MSettingValueTypeEnum {
28
34
  FLOAT = "float",
@@ -104,6 +110,13 @@ export declare class MSettings {
104
110
  [MSettingNameEnum.SERVICE0900WEBSIP_VISIBLE]?: MSettingBool;
105
111
  [MSettingNameEnum.SERVICE0900PHONE_ENABLED]?: MSettingBool;
106
112
  [MSettingNameEnum.MESSAGETEMPLATES_ENABLED]?: MSettingBool;
113
+ [MSettingNameEnum.SERVICE0900MOMENTUMSIP_ENABLED]?: MSettingBool;
114
+ [MSettingNameEnum.MESSAGETEMPLATES_ENABLED]?: MSettingBool;
115
+ [MSettingNameEnum.BUMPMESSAGING_ENABLED]?: MSettingBool;
116
+ [MSettingNameEnum.BABESTATION24TAB_VISIBLE]?: MSettingBool;
117
+ [MSettingNameEnum.BABESTATION24_ENABLED]?: MSettingBool;
118
+ [MSettingNameEnum.MOBILEVIDEOCALL_REQUEST]?: MSettingFeatureRequest;
119
+ [MSettingNameEnum.MOBILEVIDEOCALL_ENABLED]?: MSettingBool;
107
120
  };
108
121
  }
109
122
  /**
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.361",
4
+ "version": "3.0.363",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },