@databrainhq/plugin 0.14.58 → 0.14.59
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/consts/metricOptions.d.ts +1 -0
- package/dist/webcomponents.es.js +10567 -10554
- package/dist/webcomponents.umd.js +128 -128
- package/package.json +1 -1
|
@@ -129,6 +129,7 @@ export declare const MONGODB = "mongodb";
|
|
|
129
129
|
export declare const DATABRICKS = "databricks";
|
|
130
130
|
export declare const CLICKHOUSE = "clickhouse";
|
|
131
131
|
export declare const AWSS3 = "awss3";
|
|
132
|
+
export declare const ELASTICSEARCH = "elasticsearch";
|
|
132
133
|
export declare const DOWNLOAD_DATA_OPTIONS: {
|
|
133
134
|
RAW_DATA: string;
|
|
134
135
|
DOWNLOAD_WITHOUT_FILTERS: string;
|