@databrainhq/plugin 0.7.8 → 0.7.9

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.
@@ -116,6 +116,8 @@ export declare type RlsCondition = {
116
116
  isAddOnMetrics: boolean;
117
117
  options: string[] | number[];
118
118
  value?: string;
119
+ dimensionColumn?: string;
120
+ measureColumn?: string;
119
121
  };
120
122
  export declare type MetricData = {
121
123
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databrainhq/plugin",
3
- "version": "0.7.8",
3
+ "version": "0.7.9",
4
4
  "description": "Databrain app dashboard ui plugin.",
5
5
  "author": "",
6
6
  "license": "MIT",