@mparticle/aquarium 1.48.0-chore-data-models-nav-item.3 → 1.48.1-chore-data-models-nav-item.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 +1 -1
- package/dist/aquarium.umd.cjs +1 -1
- package/dist/src/shared/Paths.d.ts +1 -1
- package/package.json +1 -1
|
@@ -58,7 +58,6 @@ export declare const Paths: {
|
|
|
58
58
|
readonly Trends: "/data-platform/trends";
|
|
59
59
|
readonly Setup: {
|
|
60
60
|
readonly Root: "/data-platform/setup";
|
|
61
|
-
readonly DataModels: "/data-platform/setup/data-models";
|
|
62
61
|
readonly Connections: "/data-platform/setup/connections";
|
|
63
62
|
readonly Inputs: {
|
|
64
63
|
readonly Root: "/data-platform/setup/inputs";
|
|
@@ -97,6 +96,7 @@ export declare const Paths: {
|
|
|
97
96
|
readonly EventForwarding: "/data-platform/event-forwarding";
|
|
98
97
|
};
|
|
99
98
|
readonly DataWarehouse: {
|
|
99
|
+
readonly Root: "/data-warehouse";
|
|
100
100
|
readonly WarehouseIngest: "/data-warehouse/warehouse-ingest";
|
|
101
101
|
readonly External: {
|
|
102
102
|
readonly Connections: "/data-warehouse/external/connections";
|