@yugabytedb/perf-advisor-ui 1.0.144 → 1.0.146
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/esm/index.js +529 -520
- package/dist/esm/index.js.map +1 -1
- package/dist/helpers/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/helpers/utils.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ export declare const parseUrlState: (appName: AppName) => ParsedUrlState;
|
|
|
169
169
|
* @param overallSubTab - The overall sub-tab for cluster load (optional)
|
|
170
170
|
* @returns The complete URL path with query string
|
|
171
171
|
*/
|
|
172
|
-
export declare const buildUrlPath: (tab: InsightsTabs, subTab?: ClusterLoadSubTabs, overallSubTab?: ClusterLoadOverallTabs) => string;
|
|
172
|
+
export declare const buildUrlPath: (appName: AppName, tab: InsightsTabs, subTab?: ClusterLoadSubTabs, overallSubTab?: ClusterLoadOverallTabs) => string;
|
|
173
173
|
/**
|
|
174
174
|
* Update URL based on app type
|
|
175
175
|
* @param appName - The application name (YBA or Web)
|