@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/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 = "Table";
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",