@databrainhq/plugin 0.9.44 → 0.9.46

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.
@@ -133,6 +133,7 @@ export type Schema = {
133
133
  label?: string;
134
134
  isDefault?: boolean;
135
135
  isShowHorizontal?: boolean;
136
+ defaultValue?: string[] | string | number | number[] | Record<string, any>;
136
137
  }[];
137
138
  };
138
139
  export type RlsFilterObjectType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databrainhq/plugin",
3
- "version": "0.9.44",
3
+ "version": "0.9.46",
4
4
  "description": "Databrain app dashboard ui plugin.",
5
5
  "author": "",
6
6
  "license": "MIT",