@things-factory/operato-board 6.2.47 → 6.2.49

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.47",
3
+ "version": "6.2.49",
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.44",
92
- "@things-factory/auth-azure-ad": "^6.2.44",
93
- "@things-factory/auth-google": "^6.2.44",
94
- "@things-factory/auth-ui": "^6.2.44",
95
- "@things-factory/board-service": "^6.2.44",
96
- "@things-factory/board-ui": "^6.2.44",
97
- "@things-factory/context-ui": "^6.2.44",
98
- "@things-factory/export-ui": "^6.2.44",
99
- "@things-factory/fav-base": "^6.2.44",
100
- "@things-factory/font-base": "^6.2.44",
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",
101
101
  "@things-factory/form-ui": "^6.2.33",
102
- "@things-factory/help": "^6.2.44",
103
- "@things-factory/i18n-base": "^6.2.44",
104
- "@things-factory/import-ui": "^6.2.44",
105
- "@things-factory/integration-base": "^6.2.44",
106
- "@things-factory/integration-msgraph": "^6.2.44",
107
- "@things-factory/integration-notification": "^6.2.44",
108
- "@things-factory/integration-openai": "^6.2.44",
109
- "@things-factory/integration-ui": "^6.2.44",
110
- "@things-factory/more-ui": "^6.2.44",
111
- "@things-factory/notification": "^6.2.44",
112
- "@things-factory/oauth2-client": "^6.2.44",
113
- "@things-factory/offline-ui": "^6.2.44",
114
- "@things-factory/pdf": "^6.2.33",
115
- "@things-factory/print-service": "^6.2.44",
116
- "@things-factory/print-ui": "^6.2.44",
117
- "@things-factory/resource-ui": "^6.2.44",
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",
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",
118
118
  "@things-factory/scene-google-map": "^6.2.33",
119
- "@things-factory/setting-ui": "^6.2.44",
120
- "@things-factory/shell": "^6.2.44",
121
- "@things-factory/system": "^6.2.44"
119
+ "@things-factory/setting-ui": "^6.2.49",
120
+ "@things-factory/shell": "^6.2.48",
121
+ "@things-factory/system": "^6.2.48"
122
122
  },
123
123
  "devDependencies": {
124
- "@things-factory/board-test": "^6.2.44",
124
+ "@things-factory/board-test": "^6.2.49",
125
125
  "@things-factory/builder": "^6.2.33"
126
126
  },
127
- "gitHead": "d6af36aaea9320a955f9bc69d774e7d4d779fa19"
127
+ "gitHead": "57266c96220301729f9c5cd633af1a4e2a651096"
128
128
  }
package/schema.graphql CHANGED
@@ -689,6 +689,7 @@ type Domain {
689
689
  children: Domain
690
690
  contentImage: String
691
691
  createdAt: DateTimeISO
692
+ deletedAt: DateTimeISO
692
693
  description: String
693
694
  extType: String
694
695
  id: ID!
@@ -3109,6 +3110,7 @@ input PrivilegeInput {
3109
3110
  category: String
3110
3111
  owner: Boolean
3111
3112
  privilege: String
3113
+ protected: Boolean
3112
3114
  super: Boolean
3113
3115
  }
3114
3116
 
@@ -3121,6 +3123,7 @@ type PrivilegeObject {
3121
3123
  category: String
3122
3124
  owner: Boolean
3123
3125
  privilege: String
3126
+ protected: Boolean
3124
3127
  super: Boolean
3125
3128
  }
3126
3129