@things-factory/operato-ecs 6.1.135 → 6.1.136

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/schema.gql +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "6.1.135",
3
+ "version": "6.1.136",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -65,7 +65,7 @@
65
65
  "@things-factory/i18n-base": "^6.1.129",
66
66
  "@things-factory/integration-melsec": "^6.1.129",
67
67
  "@things-factory/integration-modbus": "^6.1.129",
68
- "@things-factory/integration-opc": "^6.1.129",
68
+ "@things-factory/integration-opc": "^6.1.136",
69
69
  "@things-factory/integration-ui": "^6.1.129",
70
70
  "@things-factory/lite-menu": "^6.1.135",
71
71
  "@things-factory/more-ui": "^6.1.129",
@@ -81,5 +81,5 @@
81
81
  "devDependencies": {
82
82
  "@things-factory/builder": "^6.1.129"
83
83
  },
84
- "gitHead": "47a1415679ac004eb4d6624dbcbf68e88e416aff"
84
+ "gitHead": "c7e750419ae4b8d48f07c43177af637a02036512"
85
85
  }
package/schema.gql CHANGED
@@ -219,6 +219,7 @@ type Board {
219
219
  model: String
220
220
  name: String!
221
221
  playGroups: [PlayGroup!]
222
+ state: String
222
223
  thumbnail: String
223
224
  updatedAt: Timestamp
224
225
  updater: User
@@ -1501,6 +1502,9 @@ type Mutation {
1501
1502
 
1502
1503
  """To refresh oauth2 access token"""
1503
1504
  refreshOauth2AccessToken(id: String!): Oauth2Client!
1505
+
1506
+ """To release Board information"""
1507
+ releaseBoard(id: String!): Board!
1504
1508
  renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
1505
1509
 
1506
1510
  """To reset password to default"""