@databrainhq/plugin 0.8.17 → 0.8.19

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.
@@ -137,7 +137,7 @@ export declare type RlsCondition = {
137
137
  datatype: string;
138
138
  isAddOnMetrics: boolean;
139
139
  options: string[] | number[] | DateOptionType[];
140
- value?: string | DateOptionType;
140
+ value?: string | DateOptionType | string[];
141
141
  dimensionColumn?: string;
142
142
  measureColumn?: string;
143
143
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databrainhq/plugin",
3
- "version": "0.8.17",
3
+ "version": "0.8.19",
4
4
  "description": "Databrain app dashboard ui plugin.",
5
5
  "author": "",
6
6
  "license": "MIT",