@things-factory/operato-board 6.1.102 → 6.1.103
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.
|
|
3
|
+
"version": "6.1.103",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
"@things-factory/help": "^6.1.101",
|
|
96
96
|
"@things-factory/i18n-base": "^6.1.101",
|
|
97
97
|
"@things-factory/import-ui": "^6.1.101",
|
|
98
|
-
"@things-factory/integration-base": "^6.1.
|
|
99
|
-
"@things-factory/integration-msgraph": "^6.1.
|
|
100
|
-
"@things-factory/integration-notification": "^6.1.
|
|
101
|
-
"@things-factory/integration-openai": "^6.1.
|
|
102
|
-
"@things-factory/integration-ui": "^6.1.
|
|
98
|
+
"@things-factory/integration-base": "^6.1.103",
|
|
99
|
+
"@things-factory/integration-msgraph": "^6.1.103",
|
|
100
|
+
"@things-factory/integration-notification": "^6.1.103",
|
|
101
|
+
"@things-factory/integration-openai": "^6.1.103",
|
|
102
|
+
"@things-factory/integration-ui": "^6.1.103",
|
|
103
103
|
"@things-factory/layout-ui": "^6.1.99",
|
|
104
104
|
"@things-factory/more-ui": "^6.1.101",
|
|
105
105
|
"@things-factory/notification": "^6.1.101",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@things-factory/board-test": "^6.1.101",
|
|
120
|
-
"@things-factory/builder": "^6.1.
|
|
120
|
+
"@things-factory/builder": "^6.1.103"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "c5acba2345556dd71e885ca56692c8a50216568e"
|
|
123
123
|
}
|
package/schema.gql
CHANGED
|
@@ -3146,6 +3146,9 @@ type Query {
|
|
|
3146
3146
|
hasPrivilege(category: String!, name: String!): Boolean!
|
|
3147
3147
|
i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
|
|
3148
3148
|
imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
|
|
3149
|
+
|
|
3150
|
+
"""To fetch integration Analyses"""
|
|
3151
|
+
integrationAnalysis: Object!
|
|
3149
3152
|
invitation(email: String!, reference: String!, type: String!): Invitation!
|
|
3150
3153
|
invitations(reference: String!, type: String!): InvitationList!
|
|
3151
3154
|
|
|
@@ -3372,6 +3375,7 @@ type RolePrivilege {
|
|
|
3372
3375
|
type Scenario {
|
|
3373
3376
|
"""[will be deprecated] automatically be started when this server start"""
|
|
3374
3377
|
active: Boolean
|
|
3378
|
+
connectionNames: [Connection!]!
|
|
3375
3379
|
createdAt: Timestamp
|
|
3376
3380
|
creator: User
|
|
3377
3381
|
description: String
|
|
@@ -3382,6 +3386,7 @@ type Scenario {
|
|
|
3382
3386
|
|
|
3383
3387
|
"""accessible and executable system-wide"""
|
|
3384
3388
|
public: Boolean
|
|
3389
|
+
publishTags: [Connection!]!
|
|
3385
3390
|
schedule: String
|
|
3386
3391
|
scheduleId: String
|
|
3387
3392
|
state: String
|