@unisphere/genie-types 1.24.1 → 1.24.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/genie-types",
3
- "version": "1.24.1",
3
+ "version": "1.24.2",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
@@ -125,6 +125,8 @@ export interface KalturaIntegration {
125
125
  export interface GlobalChatSettings {
126
126
  /** Kaltura session token for authentication */
127
127
  ks: string;
128
+ /** Server url for genie services */
129
+ serverUrl: string;
128
130
  /** Context for the chat session */
129
131
  context?: ChatContext;
130
132
  /** Whether running in everywhere mode */