@yugabytedb/perf-advisor-ui 1.0.10 → 1.0.12

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
@@ -282,7 +282,7 @@ interface UrlParams {
282
282
  dbId?: string | null;
283
283
  universeId: string | null;
284
284
  userId?: string | null;
285
- type: QueryType | null;
285
+ type?: QueryType | null;
286
286
  }
287
287
  interface MetadataFields {
288
288
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yugabytedb/perf-advisor-ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types.d.ts",
6
6
  "author": "Rajagopalan Madhavan",