cmd-control-client-lib 3.0.225 → 3.0.227

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.
@@ -130,6 +130,8 @@ export declare type MessageId = {
130
130
  export declare type RelationId = {
131
131
  /** messageId of related message */
132
132
  relationId?: string;
133
+ relationText?: string;
134
+ relationMediaType?: string;
133
135
  };
134
136
  /** more message params, readonly (set by server, ignored if set by client) */
135
137
  export declare type MessageReadOnlyParams = {
@@ -76,6 +76,8 @@ export interface SessionState extends IKeyMaybeValue {
76
76
  livePreviewState?: EnumBooleanStringified;
77
77
  /** only exclusive stream available*/
78
78
  babeStation24State?: EnumBooleanStringified;
79
+ showMobileVideoCallTab?: EnumBooleanStringified;
80
+ mobileVideoCallState?: EnumBooleanStringified;
79
81
  /** ticket show allowed*/
80
82
  canOpenLobby?: EnumBooleanStringified;
81
83
  /** private ticket show allowed*/
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.225",
4
+ "version": "3.0.227",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },