@unisphere/genie-types 1.22.0-tools.1 → 1.22.0-tools.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.22.0-tools.1",
3
+ "version": "1.22.0-tools.2",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
@@ -224,7 +224,7 @@ export interface AvatarConnectionProxyType {
224
224
  }
225
225
  export declare const isAvatarConnectionProxyInternalType: (x: any) => x is AvatarConnectionProxInternalType;
226
226
  export interface AvatarServiceType extends UnisphereService {
227
- id: 'unisphere.widgets.genie.avatar';
227
+ id: 'unisphere.widget.genie.avatar';
228
228
  connection: TinyDataStoreConsumer<AvatarConnectionProxyType | null>;
229
229
  audioState: TinyDataStoreConsumer<{
230
230
  muted: boolean;
@@ -32,7 +32,7 @@ type ClassGenieGetClipPlayerPosterUrlData = {
32
32
  */
33
33
  export interface GenieChatServiceType extends UnisphereService {
34
34
  /** Service identifier */
35
- id: 'unisphere.widgets.genie.chat';
35
+ id: 'unisphere.widget.genie.chat';
36
36
  /** Generate URL for video clip player with time range */
37
37
  getClipPlayerUrl?: (source: ClassGenieGetClipPlayerUrlData) => string | null;
38
38
  /** Generate poster/thumbnail URL for video clip */
@@ -1 +1 @@
1
- export * from './chat-tools-service-types';
1
+ export * from './genie-chat-service-types';