@unisphere/genie-types 1.22.0-tools.2 → 1.22.0-tools.4

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.22.0-tools.2",
3
+ "version": "1.22.0-tools.4",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
@@ -253,6 +253,7 @@ export interface AvatarServiceType extends UnisphereService {
253
253
  uiConfId: string;
254
254
  ks: string;
255
255
  } | null;
256
+ getEntrySourceUrl(entryId: string, startTime?: number): string;
256
257
  askViaText(text: string): void;
257
258
  changeDevice(deviceType: DeviceType, deviceId: string): Promise<boolean>;
258
259
  toggleMuteAudio(muted: boolean): Promise<void>;