@things-factory/operato-board 6.2.162 → 6.2.163

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.2.162",
3
+ "version": "6.2.163",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -91,9 +91,9 @@
91
91
  "@things-factory/apptool-ui": "^6.2.162",
92
92
  "@things-factory/auth-azure-ad": "^6.2.162",
93
93
  "@things-factory/auth-google": "^6.2.162",
94
- "@things-factory/auth-ui": "^6.2.162",
95
- "@things-factory/board-service": "^6.2.162",
96
- "@things-factory/board-ui": "^6.2.162",
94
+ "@things-factory/auth-ui": "^6.2.163",
95
+ "@things-factory/board-service": "^6.2.163",
96
+ "@things-factory/board-ui": "^6.2.163",
97
97
  "@things-factory/context-ui": "^6.2.162",
98
98
  "@things-factory/export-ui": "^6.2.162",
99
99
  "@things-factory/fav-base": "^6.2.162",
@@ -102,13 +102,13 @@
102
102
  "@things-factory/help": "^6.2.162",
103
103
  "@things-factory/i18n-base": "^6.2.162",
104
104
  "@things-factory/import-ui": "^6.2.162",
105
- "@things-factory/integration-base": "^6.2.162",
106
- "@things-factory/integration-email": "^6.2.162",
107
- "@things-factory/integration-influxdb": "^6.2.162",
108
- "@things-factory/integration-msgraph": "^6.2.162",
109
- "@things-factory/integration-notification": "^6.2.162",
110
- "@things-factory/integration-openai": "^6.2.162",
111
- "@things-factory/integration-ui": "^6.2.162",
105
+ "@things-factory/integration-base": "^6.2.163",
106
+ "@things-factory/integration-email": "^6.2.163",
107
+ "@things-factory/integration-influxdb": "^6.2.163",
108
+ "@things-factory/integration-msgraph": "^6.2.163",
109
+ "@things-factory/integration-notification": "^6.2.163",
110
+ "@things-factory/integration-openai": "^6.2.163",
111
+ "@things-factory/integration-ui": "^6.2.163",
112
112
  "@things-factory/more-ui": "^6.2.162",
113
113
  "@things-factory/notification": "^6.2.162",
114
114
  "@things-factory/oauth2-client": "^6.2.162",
@@ -116,14 +116,14 @@
116
116
  "@things-factory/pdf": "^6.2.122",
117
117
  "@things-factory/print-service": "^6.2.162",
118
118
  "@things-factory/print-ui": "^6.2.162",
119
- "@things-factory/resource-ui": "^6.2.162",
119
+ "@things-factory/resource-ui": "^6.2.163",
120
120
  "@things-factory/setting-ui": "^6.2.162",
121
121
  "@things-factory/shell": "^6.2.162",
122
122
  "@things-factory/system": "^6.2.162"
123
123
  },
124
124
  "devDependencies": {
125
- "@things-factory/board-test": "^6.2.162",
125
+ "@things-factory/board-test": "^6.2.163",
126
126
  "@things-factory/builder": "^6.2.122"
127
127
  },
128
- "gitHead": "f2b53d64ebb063536ac4119380a29b448c03e59b"
128
+ "gitHead": "9709a69dcd717d56fb6d84d0f2c6a92c22d09f0c"
129
129
  }
package/schema.graphql CHANGED
@@ -3840,7 +3840,7 @@ type Terminology {
3840
3840
  createdAt: DateTimeISO
3841
3841
  description: String
3842
3842
  display: String!
3843
- domain: Domain
3843
+ domain: Domain!
3844
3844
  id: ID!
3845
3845
  locale: String!
3846
3846
  name: String!