intelica-library-components 1.1.153 → 1.1.154
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/index.d.ts
CHANGED
|
@@ -2737,9 +2737,7 @@ declare class Shared {
|
|
|
2737
2737
|
private readonly http;
|
|
2738
2738
|
private readonly configService;
|
|
2739
2739
|
private readonly path;
|
|
2740
|
-
getEmbedUrl(command: EmbedDashboardCommand): rxjs.Observable<
|
|
2741
|
-
embedUrl: string;
|
|
2742
|
-
}>;
|
|
2740
|
+
getEmbedUrl(command: EmbedDashboardCommand): rxjs.Observable<string>;
|
|
2743
2741
|
getEmbedVisualUrl(command: EmbedVisualCommand): rxjs.Observable<EmbedVisualUrlResponse>;
|
|
2744
2742
|
getEmbedVisualUrlsAnonymous(command: EmbedVisualCommand): rxjs.Observable<EmbedVisualUrlResponse>;
|
|
2745
2743
|
createEmbedContext(embedUrl: string, container: HTMLElement, options?: {
|