@docupace/ihub-config 1.1.8 → 1.1.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.
@@ -149,6 +149,14 @@ type Column {
149
149
  flex: Float
150
150
  pinned: TablePinnedPosition
151
151
  config: JSON
152
+ filter: ColumnFilter
153
+ }
154
+
155
+ type ColumnFilter {
156
+ operators: [String]
157
+ path: String
158
+ dataType: String
159
+ selectOptions: ISelectOptions
152
160
  }
153
161
 
154
162
  type SimpleSearch {
@@ -149,6 +149,14 @@ type Column {
149
149
  flex: Float
150
150
  pinned: TablePinnedPosition
151
151
  config: JSON
152
+ filter: ColumnFilter
153
+ }
154
+
155
+ type ColumnFilter {
156
+ operators: [String]
157
+ path: String
158
+ dataType: String
159
+ selectOptions: ISelectOptions
152
160
  }
153
161
 
154
162
  type SimpleSearch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docupace/ihub-config",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Reusable config GraphQL extension and standalone server",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",