@things-factory/operato-board 6.2.49 → 6.2.51

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.2.49",
3
+ "version": "6.2.51",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -88,41 +88,41 @@
88
88
  "@operato/shell": "^1.0.1",
89
89
  "@operato/styles": "^1.0.0",
90
90
  "@operato/utils": "^1.0.1",
91
- "@things-factory/apptool-ui": "^6.2.49",
92
- "@things-factory/auth-azure-ad": "^6.2.49",
93
- "@things-factory/auth-google": "^6.2.49",
94
- "@things-factory/auth-ui": "^6.2.49",
95
- "@things-factory/board-service": "^6.2.49",
96
- "@things-factory/board-ui": "^6.2.49",
97
- "@things-factory/context-ui": "^6.2.48",
98
- "@things-factory/export-ui": "^6.2.48",
99
- "@things-factory/fav-base": "^6.2.49",
100
- "@things-factory/font-base": "^6.2.49",
91
+ "@things-factory/apptool-ui": "^6.2.51",
92
+ "@things-factory/auth-azure-ad": "^6.2.51",
93
+ "@things-factory/auth-google": "^6.2.51",
94
+ "@things-factory/auth-ui": "^6.2.51",
95
+ "@things-factory/board-service": "^6.2.51",
96
+ "@things-factory/board-ui": "^6.2.51",
97
+ "@things-factory/context-ui": "^6.2.51",
98
+ "@things-factory/export-ui": "^6.2.51",
99
+ "@things-factory/fav-base": "^6.2.51",
100
+ "@things-factory/font-base": "^6.2.51",
101
101
  "@things-factory/form-ui": "^6.2.33",
102
- "@things-factory/help": "^6.2.48",
103
- "@things-factory/i18n-base": "^6.2.48",
104
- "@things-factory/import-ui": "^6.2.48",
105
- "@things-factory/integration-base": "^6.2.49",
106
- "@things-factory/integration-msgraph": "^6.2.49",
107
- "@things-factory/integration-notification": "^6.2.49",
108
- "@things-factory/integration-openai": "^6.2.49",
109
- "@things-factory/integration-ui": "^6.2.49",
110
- "@things-factory/more-ui": "^6.2.48",
111
- "@things-factory/notification": "^6.2.49",
112
- "@things-factory/oauth2-client": "^6.2.49",
113
- "@things-factory/offline-ui": "^6.2.48",
102
+ "@things-factory/help": "^6.2.51",
103
+ "@things-factory/i18n-base": "^6.2.51",
104
+ "@things-factory/import-ui": "^6.2.51",
105
+ "@things-factory/integration-base": "^6.2.51",
106
+ "@things-factory/integration-msgraph": "^6.2.51",
107
+ "@things-factory/integration-notification": "^6.2.51",
108
+ "@things-factory/integration-openai": "^6.2.51",
109
+ "@things-factory/integration-ui": "^6.2.51",
110
+ "@things-factory/more-ui": "^6.2.51",
111
+ "@things-factory/notification": "^6.2.51",
112
+ "@things-factory/oauth2-client": "^6.2.51",
113
+ "@things-factory/offline-ui": "^6.2.51",
114
114
  "@things-factory/pdf": "^6.2.48",
115
- "@things-factory/print-service": "^6.2.48",
116
- "@things-factory/print-ui": "^6.2.49",
117
- "@things-factory/resource-ui": "^6.2.49",
115
+ "@things-factory/print-service": "^6.2.51",
116
+ "@things-factory/print-ui": "^6.2.51",
117
+ "@things-factory/resource-ui": "^6.2.51",
118
118
  "@things-factory/scene-google-map": "^6.2.33",
119
- "@things-factory/setting-ui": "^6.2.49",
120
- "@things-factory/shell": "^6.2.48",
121
- "@things-factory/system": "^6.2.48"
119
+ "@things-factory/setting-ui": "^6.2.51",
120
+ "@things-factory/shell": "^6.2.51",
121
+ "@things-factory/system": "^6.2.51"
122
122
  },
123
123
  "devDependencies": {
124
- "@things-factory/board-test": "^6.2.49",
124
+ "@things-factory/board-test": "^6.2.51",
125
125
  "@things-factory/builder": "^6.2.33"
126
126
  },
127
- "gitHead": "57266c96220301729f9c5cd633af1a4e2a651096"
127
+ "gitHead": "365e8ae6475eede1a4fd51460c24569d13de14b6"
128
128
  }
package/schema.graphql CHANGED
@@ -693,6 +693,7 @@ type Domain {
693
693
  description: String
694
694
  extType: String
695
695
  id: ID!
696
+ iplist: Object
696
697
  name: String!
697
698
  owner: String
698
699
  ownerUser: User
@@ -2197,6 +2198,9 @@ type Mutation {
2197
2198
  """To modify scenario information"""
2198
2199
  updateScenario(name: String!, patch: ScenarioPatch!): Scenario!
2199
2200
 
2201
+ """To update secure IP list for domain"""
2202
+ updateSecureIPList(iplist: Object!): Object
2203
+
2200
2204
  """To modify Setting information"""
2201
2205
  updateSetting(name: String!, patch: SettingPatch!): Setting!
2202
2206
 
@@ -3501,6 +3505,9 @@ type Query {
3501
3505
  scenarios(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioList!
3502
3506
  searchCustomers(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
3503
3507
 
3508
+ """To fetch domain"""
3509
+ secureIPList: Object
3510
+
3504
3511
  """To fetch a Setting"""
3505
3512
  setting(name: String!, partnerDomainId: String): Setting!
3506
3513