@omnia/workplace 7.6.25-preview → 7.6.27-preview
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.
|
@@ -23,6 +23,7 @@ export declare class AnalyticsStore extends Store {
|
|
|
23
23
|
private analyticsUrl;
|
|
24
24
|
private ensuredLoadSitesWithAtLeastViewAccessPromise;
|
|
25
25
|
private sitesWithAtLeastViewAccess;
|
|
26
|
+
private isInstalled;
|
|
26
27
|
onActivated(): void;
|
|
27
28
|
onDisposing(): void;
|
|
28
29
|
/**
|
|
@@ -36,6 +37,7 @@ export declare class AnalyticsStore extends Store {
|
|
|
36
37
|
tokens: (businessProfileId?: GuidValue) => string;
|
|
37
38
|
analyticsUrl: () => string;
|
|
38
39
|
sitesWithAtLeastViewAccess: () => MatomoSite[];
|
|
40
|
+
isInstalled: () => boolean;
|
|
39
41
|
};
|
|
40
42
|
actions: any;
|
|
41
43
|
}
|