@docupace/ihub-config 1.0.5 → 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.
@@ -30,6 +30,7 @@ type ComponentPage implements Page {
30
30
  component: String
31
31
  panel: Panel
32
32
  config: JSON
33
+ mutations: JSON
33
34
  }
34
35
 
35
36
  type TabbedPage implements Page {
@@ -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
  }
@@ -30,6 +30,7 @@ type ComponentPage implements Page {
30
30
  component: String
31
31
  panel: Panel
32
32
  config: JSON
33
+ mutations: JSON
33
34
  }
34
35
 
35
36
  type TabbedPage implements Page {
@@ -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.5",
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",