@databrainhq/plugin 0.14.39 → 0.14.40
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/components/MetricChart/CsvDownloadButton.d.ts +1 -0
- package/dist/consts/api.d.ts +2 -2
- package/dist/webcomponents.es.js +5888 -5880
- package/dist/webcomponents.umd.js +104 -104
- package/package.json +2 -1
package/dist/consts/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const API_BASE_URL: string;
|
|
2
|
-
export declare const DASHBOARD_PATH = "/dashboard";
|
|
3
|
-
export declare const METRIC_PATH = "/metric";
|
|
2
|
+
export declare const DASHBOARD_PATH = "/api/v2/dashboard";
|
|
3
|
+
export declare const METRIC_PATH = "/api/v2/metric";
|
|
4
4
|
export declare const DASHBOARD_DATA_QUERY = "dashboardData";
|
|
5
5
|
export declare const DASHBOARD_EMBEDDED_METRIC_PATH: string;
|
|
6
6
|
export declare const DASHBOARD_EMBEDDED_METRIC_QUERY = "embeddedMetric";
|