@things-factory/operato-board 6.0.54 → 6.0.55

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 +2 -2
  2. package/schema.gql +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.0.54",
3
+ "version": "6.0.55",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -113,5 +113,5 @@
113
113
  "@things-factory/board-test": "^6.0.54",
114
114
  "@things-factory/builder": "^6.0.49"
115
115
  },
116
- "gitHead": "5ffd411868ed85ea8d6580e6299ad5d54104e1c4"
116
+ "gitHead": "88d78552c97939bbf3a813a5f0253e3082169d60"
117
117
  }
package/schema.gql CHANGED
@@ -1363,7 +1363,9 @@ type Mutation {
1363
1363
  """To start new scenario instance"""
1364
1364
  stopScenario(instanceName: String): ScenarioInstance
1365
1365
 
1366
- """To synchronize privilege master from API schema."""
1366
+ """
1367
+ To synchronize privilege master from graphql directives. Only superuser is permitted.
1368
+ """
1367
1369
  synchronizePrivilegeMaster(privilege: NewPrivilege!): Boolean!
1368
1370
  terminateContract(partnerName: String!): Boolean!
1369
1371