@docupace/ihub-config 1.0.6 → 1.0.7

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.
@@ -98,6 +98,7 @@ type TableCriteria {
98
98
  defaultValue: String
99
99
  multiple: Boolean
100
100
  exactMatchEnabled: Boolean
101
+ operator: String
101
102
  dateShortcuts: DateShortcuts
102
103
  selectOptions: ISelectOptions
103
104
  }
@@ -98,6 +98,7 @@ type TableCriteria {
98
98
  defaultValue: String
99
99
  multiple: Boolean
100
100
  exactMatchEnabled: Boolean
101
+ operator: String
101
102
  dateShortcuts: DateShortcuts
102
103
  selectOptions: ISelectOptions
103
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docupace/ihub-config",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Reusable config GraphQL extension and standalone server",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",