@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.
@@ -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;