@things-factory/operato-board 6.1.166 → 6.1.167

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.1.166",
3
+ "version": "6.1.167",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -87,8 +87,8 @@
87
87
  "@operato/utils": "^1.0.1",
88
88
  "@things-factory/apptool-ui": "^6.1.166",
89
89
  "@things-factory/auth-ui": "^6.1.166",
90
- "@things-factory/board-service": "^6.1.166",
91
- "@things-factory/board-ui": "^6.1.166",
90
+ "@things-factory/board-service": "^6.1.167",
91
+ "@things-factory/board-ui": "^6.1.167",
92
92
  "@things-factory/context-ui": "^6.1.166",
93
93
  "@things-factory/export-ui": "^6.1.166",
94
94
  "@things-factory/fav-base": "^6.1.166",
@@ -118,8 +118,8 @@
118
118
  "@things-factory/system-ui": "^6.1.166"
119
119
  },
120
120
  "devDependencies": {
121
- "@things-factory/board-test": "^6.1.166",
121
+ "@things-factory/board-test": "^6.1.167",
122
122
  "@things-factory/builder": "^6.1.166"
123
123
  },
124
- "gitHead": "911a15cef99960e4d9dcb76df7895dff099d72d1"
124
+ "gitHead": "012035295e8b218de9b750c86294b61b5132a0c6"
125
125
  }
package/schema.gql CHANGED
@@ -1438,7 +1438,7 @@ type Mutation {
1438
1438
  cancelInvitation(email: String!, reference: String!, type: String!): Boolean!
1439
1439
 
1440
1440
  """To clone a Board from existing Board"""
1441
- cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String!, targetSubdomain: String!): Board!
1441
+ cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
1442
1442
 
1443
1443
  """To connect a connection"""
1444
1444
  connectConnection(name: String!): Connection!