cmd-control-client-lib 3.0.273 → 3.0.275

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.
@@ -80,6 +80,7 @@ export interface SessionState extends IKeyMaybeValue {
80
80
  showMobileVideoCallTab?: EnumBooleanStringified;
81
81
  mobileVideoCallState?: EnumBooleanStringified;
82
82
  mobileVideoCallRun?: EnumBooleanStringified;
83
+ mobileVideoCallChannelId?: string;
83
84
  /** ticket show allowed*/
84
85
  canOpenLobby?: EnumBooleanStringified;
85
86
  /** private ticket show allowed*/
@@ -1,7 +1,11 @@
1
1
  /** messageKey for msgTyp="sys" */
2
+ export declare enum _SystemMessageKey {
3
+ }
2
4
  export declare enum SystemMessageKey {
3
5
  bonusCodeRedemption = "bonusCodeRedemption",
4
6
  h_vcall_code = "h_vcall_code",
7
+ feedPostBought = "feedPostBought",
8
+ feedPostTipped = "feedPostTipped",
5
9
  categories = "categories",
6
10
  category = "category",
7
11
  error_code_6010 = "error_code_6010",
@@ -340,9 +344,9 @@ export declare enum SystemMessageKey {
340
344
  h_video_cancel = "h_video_cancel",
341
345
  h_video_delayed = "h_video_delayed",
342
346
  h_video_reconnect = "h_video_reconnect",
343
- feedPostBought = "feedPostBought",
344
- feedPostTipped = "feedPostTipped",
345
347
  h_chat_mobilevideocall_missed = "h_chat_mobilevideocall_missed",
346
348
  h_chat_mobilevideocall_started = "h_chat_mobilevideocall_started",
347
- h_chat_mobilevideocall_ended = "h_chat_mobilevideocall_ended"
349
+ h_chat_mobilevideocall_ended = "h_chat_mobilevideocall_ended",
350
+ h_chat_mobilevideocall_started_price = "h_chat_mobilevideocall_started_price",
351
+ h_chat_mobilevideocall_init = "h_chat_mobilevideocall_init"
348
352
  }
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.273",
4
+ "version": "3.0.275",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },