@mparticle/aquarium 1.55.0 → 1.56.0-navigation-update.1
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/dist/aquarium.js +1602 -1613
- package/dist/aquarium.umd.cjs +29 -29
- package/dist/src/shared/services/FeatureFlagsService.d.ts +2 -1
- package/dist/src/shared/services/NavigationItemsService.d.ts +0 -1
- package/dist/src/shared/services/routeAuthorizations/root-authorizations.d.ts +0 -1
- package/package.json +1 -1
|
@@ -39,7 +39,8 @@ export declare enum FeatureFlag {
|
|
|
39
39
|
JourneyAudienceRefreshCadence = "JourneyAudienceRefreshCadence",
|
|
40
40
|
TemporarilyUnifiedExperience = "Unify.TemporarilyUnifiedExperience",
|
|
41
41
|
DataManagerOptimizationDataCatalogDetails = "DataManagerOptimization.DataCatalogDetails",
|
|
42
|
-
JourneysMilestoneWithAudienceNode = "Journeys.MilestoneWithAudienceNode"
|
|
42
|
+
JourneysMilestoneWithAudienceNode = "Journeys.MilestoneWithAudienceNode",
|
|
43
|
+
AudienceUnificationEnabled = "Audience.Unification.Enabled"
|
|
43
44
|
}
|
|
44
45
|
export declare class FeatureFlagsService {
|
|
45
46
|
private static enabledFeatures;
|
|
@@ -9,7 +9,6 @@ export declare enum NavigationItemId {
|
|
|
9
9
|
Oversight_Privacy = "oversight_privacy",
|
|
10
10
|
Oversight_Privacy_DSRs = "oversight_privacy_dsrs",
|
|
11
11
|
Oversight_Privacy_PrivacySettings = "oversight_privacy_privacySettings",
|
|
12
|
-
Predictions = "predictions",
|
|
13
12
|
Customer360 = "customer360",
|
|
14
13
|
Customer360_UserProfiles = "customer360_userProfiles",
|
|
15
14
|
Customer360_GroupIdentity = "customer360_groupIdentity",
|
|
@@ -4,7 +4,6 @@ export declare class RootAuthorizations extends BaseRoutesAuthorizations {
|
|
|
4
4
|
protected suite: Suite;
|
|
5
5
|
protected getAuthorizations(): Record<string, boolean>;
|
|
6
6
|
private canViewWorkspacesSettings;
|
|
7
|
-
private canViewPredictions;
|
|
8
7
|
private canViewAnalytics;
|
|
9
8
|
private canViewPlayground;
|
|
10
9
|
private canViewUsageReport;
|