@things-factory/operato-board 6.0.69 → 6.0.71

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.0.69",
3
+ "version": "6.0.71",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -78,40 +78,40 @@
78
78
  "@operato/shell": "^1.0.1",
79
79
  "@operato/styles": "^1.0.0",
80
80
  "@operato/utils": "^1.0.1",
81
- "@things-factory/apptool-ui": "^6.0.67",
82
- "@things-factory/auth-ui": "^6.0.67",
83
- "@things-factory/board-service": "^6.0.69",
84
- "@things-factory/board-ui": "^6.0.67",
85
- "@things-factory/context-ui": "^6.0.67",
86
- "@things-factory/export-ui": "^6.0.67",
87
- "@things-factory/fav-base": "^6.0.67",
88
- "@things-factory/font-base": "^6.0.67",
89
- "@things-factory/form-ui": "^6.0.49",
90
- "@things-factory/help": "^6.0.67",
91
- "@things-factory/i18n-base": "^6.0.67",
92
- "@things-factory/import-ui": "^6.0.67",
93
- "@things-factory/integration-base": "^6.0.69",
94
- "@things-factory/integration-msgraph": "^6.0.69",
95
- "@things-factory/integration-notification": "^6.0.69",
96
- "@things-factory/integration-openai": "^6.0.69",
97
- "@things-factory/integration-ui": "^6.0.69",
98
- "@things-factory/layout-ui": "^6.0.49",
99
- "@things-factory/more-ui": "^6.0.67",
100
- "@things-factory/notification": "^6.0.67",
101
- "@things-factory/oauth2-client": "^6.0.67",
102
- "@things-factory/offline-ui": "^6.0.67",
81
+ "@things-factory/apptool-ui": "^6.0.71",
82
+ "@things-factory/auth-ui": "^6.0.71",
83
+ "@things-factory/board-service": "^6.0.71",
84
+ "@things-factory/board-ui": "^6.0.71",
85
+ "@things-factory/context-ui": "^6.0.71",
86
+ "@things-factory/export-ui": "^6.0.71",
87
+ "@things-factory/fav-base": "^6.0.71",
88
+ "@things-factory/font-base": "^6.0.71",
89
+ "@things-factory/form-ui": "^6.0.71",
90
+ "@things-factory/help": "^6.0.71",
91
+ "@things-factory/i18n-base": "^6.0.71",
92
+ "@things-factory/import-ui": "^6.0.71",
93
+ "@things-factory/integration-base": "^6.0.71",
94
+ "@things-factory/integration-msgraph": "^6.0.71",
95
+ "@things-factory/integration-notification": "^6.0.71",
96
+ "@things-factory/integration-openai": "^6.0.71",
97
+ "@things-factory/integration-ui": "^6.0.71",
98
+ "@things-factory/layout-ui": "^6.0.71",
99
+ "@things-factory/more-ui": "^6.0.71",
100
+ "@things-factory/notification": "^6.0.71",
101
+ "@things-factory/oauth2-client": "^6.0.71",
102
+ "@things-factory/offline-ui": "^6.0.71",
103
103
  "@things-factory/operato-license-checker": "^3.1.0",
104
- "@things-factory/pdf": "^6.0.59",
105
- "@things-factory/print-service": "^6.0.67",
106
- "@things-factory/print-ui": "^6.0.67",
107
- "@things-factory/resource-ui": "^6.0.67",
108
- "@things-factory/scene-google-map": "^6.0.49",
109
- "@things-factory/setting-ui": "^6.0.67",
110
- "@things-factory/system-ui": "^6.0.67"
104
+ "@things-factory/pdf": "^6.0.71",
105
+ "@things-factory/print-service": "^6.0.71",
106
+ "@things-factory/print-ui": "^6.0.71",
107
+ "@things-factory/resource-ui": "^6.0.71",
108
+ "@things-factory/scene-google-map": "^6.0.71",
109
+ "@things-factory/setting-ui": "^6.0.71",
110
+ "@things-factory/system-ui": "^6.0.71"
111
111
  },
112
112
  "devDependencies": {
113
- "@things-factory/board-test": "^6.0.69",
114
- "@things-factory/builder": "^6.0.63"
113
+ "@things-factory/board-test": "^6.0.71",
114
+ "@things-factory/builder": "^6.0.71"
115
115
  },
116
- "gitHead": "d0198bba193b275f29fffd8c3963f556db4dda92"
116
+ "gitHead": "ab2f27c4e2c61002aa0e47925d2dcf523725eaa7"
117
117
  }
package/schema.gql CHANGED
@@ -1360,9 +1360,15 @@ type Mutation {
1360
1360
  """To start new scenario instance"""
1361
1361
  startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
1362
1362
 
1363
+ """To start posting scenario based on the schedule of the given scenario"""
1364
+ startScenarioSchedule(scenarioId: String!): Scenario!
1365
+
1363
1366
  """To start new scenario instance"""
1364
1367
  stopScenario(instanceName: String): ScenarioInstance
1365
1368
 
1369
+ """To stop posting scenario based on the schedule of the given scenario"""
1370
+ stopScenarioSchedule(scenarioId: String!): Scenario
1371
+
1366
1372
  """
1367
1373
  To synchronize privilege master from graphql directives. Only superuser is permitted.
1368
1374
  """
@@ -2193,6 +2199,9 @@ type Query {
2193
2199
 
2194
2200
  """To fetch multiple Fonts"""
2195
2201
  fonts(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): FontList!
2202
+
2203
+ """To fetch a Global Board Model"""
2204
+ globalBoardByName(name: String!): Board
2196
2205
  grantedRoles: [GrantedRole!]!
2197
2206
  grantingRoles(customerId: String!): [GrantedRole!]!
2198
2207
 
@@ -2398,6 +2407,7 @@ type Scenario {
2398
2407
  instances: [ScenarioInstance!]
2399
2408
  name: String!
2400
2409
  schedule: String
2410
+ scheduleId: String
2401
2411
  state: String
2402
2412
  steps: [Step!]
2403
2413
  timezone: String
@@ -34,7 +34,7 @@ export class BoardResolver {
34
34
  return permissions
35
35
  }
36
36
 
37
- @Directive('@privilege(category: "board", privilege: "query")')
37
+ @Directive('@privilege(category: "board", privilege: "query", domainOwnerGranted: true)')
38
38
  @Query(returns => Board, { description: 'To fetch a board' })
39
39
  async board(@Arg('id') id: string, @Ctx() context: ResolverContext): Promise<Board> {
40
40
  const { domain } = context.state