@unisphere/genie-types 1.22.0-tools.1 → 1.22.0-tools.3
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
|
@@ -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.
|
|
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.
|
|
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-
|
|
1
|
+
export * from './genie-chat-service-types';
|