@yugabytedb/perf-advisor-ui 1.0.81 → 1.0.82
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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -92425
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -774,7 +774,7 @@ declare class ApiService {
|
|
|
774
774
|
fetchNamespaces: (universeUuid: string, apiUrl?: string) => Promise<string[]>;
|
|
775
775
|
fetchQueriesDatabases: (universeUuid: string, apiUrl?: string) => Promise<string[]>;
|
|
776
776
|
fetchAnomaliesById: (universeUuid: string, anomalyUuid: string, apiUrl?: string) => Promise<Anomaly>;
|
|
777
|
-
fetchGraphs: (universeUuid: String, data: any, apiUrl?: string) => Promise<ClusterLoadResponseData[]>;
|
|
777
|
+
fetchGraphs: (universeUuid: String, data: any, apiUrl?: string, requestKey?: string) => Promise<ClusterLoadResponseData[]>;
|
|
778
778
|
fetchQueries: (universeUuid: string, apiUrl?: string, queryParams?: QueryPageParams | null) => Promise<GraphRequestParams[]>;
|
|
779
779
|
fetchCustomerMetadataList: (apiUrl?: string) => Promise<MetadataFields[]>;
|
|
780
780
|
fetchCustomerMetadataById: (customerUuid: string, apiUrl?: string) => Promise<any>;
|
|
@@ -1033,7 +1033,7 @@ declare const QUERY_TYPE_TAG = "QUERY TYPE";
|
|
|
1033
1033
|
declare const DB_TYPE_TAG = "DATABASE TYPE";
|
|
1034
1034
|
declare const DB_TAG = "Database";
|
|
1035
1035
|
declare const USER_TAG = "User";
|
|
1036
|
-
declare const TABLE_TAG = "
|
|
1036
|
+
declare const TABLE_TAG = "TABLE";
|
|
1037
1037
|
declare const TABLET_TAG = "Tablet Id";
|
|
1038
1038
|
declare const TABLET_ID_TAG = "TABLET ID";
|
|
1039
1039
|
declare const ANOMALY_TAG = "ANOMALY";
|