@things-factory/operato-board 6.1.12 → 6.1.17

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.12",
3
+ "version": "6.1.17",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -80,41 +80,41 @@
80
80
  "@operato/shell": "^1.0.1",
81
81
  "@operato/styles": "^1.0.0",
82
82
  "@operato/utils": "^1.0.1",
83
- "@things-factory/apptool-ui": "^6.1.12",
84
- "@things-factory/auth-ui": "^6.1.12",
85
- "@things-factory/board-service": "^6.1.12",
86
- "@things-factory/board-ui": "^6.1.12",
87
- "@things-factory/context-ui": "^6.1.12",
88
- "@things-factory/export-ui": "^6.1.12",
89
- "@things-factory/fav-base": "^6.1.12",
90
- "@things-factory/font-base": "^6.1.12",
91
- "@things-factory/form-ui": "^6.1.8",
92
- "@things-factory/help": "^6.1.12",
93
- "@things-factory/i18n-base": "^6.1.12",
94
- "@things-factory/import-ui": "^6.1.12",
95
- "@things-factory/integration-base": "^6.1.12",
96
- "@things-factory/integration-msgraph": "^6.1.12",
97
- "@things-factory/integration-notification": "^6.1.12",
98
- "@things-factory/integration-openai": "^6.1.12",
99
- "@things-factory/integration-ui": "^6.1.12",
100
- "@things-factory/layout-ui": "^6.1.8",
101
- "@things-factory/more-ui": "^6.1.12",
102
- "@things-factory/notification": "^6.1.12",
103
- "@things-factory/oauth2-client": "^6.1.12",
104
- "@things-factory/offline-ui": "^6.1.12",
83
+ "@things-factory/apptool-ui": "^6.1.17",
84
+ "@things-factory/auth-ui": "^6.1.17",
85
+ "@things-factory/board-service": "^6.1.17",
86
+ "@things-factory/board-ui": "^6.1.17",
87
+ "@things-factory/context-ui": "^6.1.17",
88
+ "@things-factory/export-ui": "^6.1.17",
89
+ "@things-factory/fav-base": "^6.1.17",
90
+ "@things-factory/font-base": "^6.1.17",
91
+ "@things-factory/form-ui": "^6.1.17",
92
+ "@things-factory/help": "^6.1.17",
93
+ "@things-factory/i18n-base": "^6.1.17",
94
+ "@things-factory/import-ui": "^6.1.17",
95
+ "@things-factory/integration-base": "^6.1.17",
96
+ "@things-factory/integration-msgraph": "^6.1.17",
97
+ "@things-factory/integration-notification": "^6.1.17",
98
+ "@things-factory/integration-openai": "^6.1.17",
99
+ "@things-factory/integration-ui": "^6.1.17",
100
+ "@things-factory/layout-ui": "^6.1.17",
101
+ "@things-factory/more-ui": "^6.1.17",
102
+ "@things-factory/notification": "^6.1.17",
103
+ "@things-factory/oauth2-client": "^6.1.17",
104
+ "@things-factory/offline-ui": "^6.1.17",
105
105
  "@things-factory/operato-license-checker": "^3.1.0",
106
- "@things-factory/pdf": "^6.1.0",
107
- "@things-factory/print-service": "^6.1.12",
108
- "@things-factory/print-ui": "^6.1.12",
109
- "@things-factory/resource-ui": "^6.1.12",
110
- "@things-factory/scene-google-map": "^6.1.0",
111
- "@things-factory/setting-ui": "^6.1.12",
112
- "@things-factory/shell": "^6.1.12",
113
- "@things-factory/system-ui": "^6.1.12"
106
+ "@things-factory/pdf": "^6.1.17",
107
+ "@things-factory/print-service": "^6.1.17",
108
+ "@things-factory/print-ui": "^6.1.17",
109
+ "@things-factory/resource-ui": "^6.1.17",
110
+ "@things-factory/scene-google-map": "^6.1.17",
111
+ "@things-factory/setting-ui": "^6.1.17",
112
+ "@things-factory/shell": "^6.1.17",
113
+ "@things-factory/system-ui": "^6.1.17"
114
114
  },
115
115
  "devDependencies": {
116
- "@things-factory/board-test": "^6.1.12",
117
- "@things-factory/builder": "^6.1.11"
116
+ "@things-factory/board-test": "^6.1.17",
117
+ "@things-factory/builder": "^6.1.17"
118
118
  },
119
- "gitHead": "91c40b88e85856e41775f23d9ff67ebc3eb3e39b"
119
+ "gitHead": "acb9af0da0bef96c1936bd5ed4a22299dc8ef37c"
120
120
  }
package/schema.gql CHANGED
@@ -729,6 +729,16 @@ input GroupPatch {
729
729
  name: String
730
730
  }
731
731
 
732
+ input ImageCompletionInput {
733
+ count: Float!
734
+ description: String!
735
+ size: String!
736
+ }
737
+
738
+ type ImageCompletionOutput {
739
+ images: String
740
+ }
741
+
732
742
  enum InheritedValueType {
733
743
  Include
734
744
  None
@@ -2346,6 +2356,7 @@ type Query {
2346
2356
  """To query whether I have the given permission"""
2347
2357
  hasPrivilege(category: String!, name: String!): Boolean!
2348
2358
  i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
2359
+ imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
2349
2360
  invitation(email: String!, reference: String!, type: String!): Invitation!
2350
2361
  invitations(reference: String!, type: String!): InvitationList!
2351
2362