@lightdash/common 0.1410.0 → 0.1410.2
Sign up to get free protection for your applications and to get access to all the features.
package/dist/types/analytics.js
CHANGED
@@ -22,4 +22,5 @@ var QueryExecutionContext;
|
|
22
22
|
QueryExecutionContext["API"] = "api";
|
23
23
|
QueryExecutionContext["CLI"] = "cli";
|
24
24
|
QueryExecutionContext["SEMANTIC_VIEWER"] = "semanticViewer";
|
25
|
+
QueryExecutionContext["METRICS_EXPLORER"] = "metricsExplorer";
|
25
26
|
})(QueryExecutionContext = exports.QueryExecutionContext || (exports.QueryExecutionContext = {}));
|