@things-factory/operato-board 7.0.65 → 7.0.68

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": "7.0.65",
3
+ "version": "7.0.68",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -44,7 +44,7 @@
44
44
  "docker:push:cn": "docker image push hatiolab/operato-board:latest-cn && docker image push hatiolab/operato-board:$npm_package_version-cn"
45
45
  },
46
46
  "dependencies": {
47
- "@material/web": "^1.5.0",
47
+ "@material/web": "^2.0.0",
48
48
  "@operato/attachment": "^7.0.0",
49
49
  "@operato/font": "^7.0.0",
50
50
  "@operato/graphql": "^7.0.0",
@@ -89,45 +89,45 @@
89
89
  "@operato/shell": "^7.0.0",
90
90
  "@operato/styles": "^7.0.0",
91
91
  "@operato/utils": "^7.0.0",
92
- "@things-factory/apptool-ui": "^7.0.64",
93
- "@things-factory/auth-azure-ad": "^7.0.64",
94
- "@things-factory/auth-google": "^7.0.64",
95
- "@things-factory/auth-ui": "^7.0.64",
96
- "@things-factory/board-service": "^7.0.64",
97
- "@things-factory/board-ui": "^7.0.64",
98
- "@things-factory/context-ui": "^7.0.65",
99
- "@things-factory/export-ui": "^7.0.65",
100
- "@things-factory/fav-base": "^7.0.64",
101
- "@things-factory/font-base": "^7.0.64",
102
- "@things-factory/form-ui": "^7.0.55",
103
- "@things-factory/help": "^7.0.64",
104
- "@things-factory/i18n-base": "^7.0.64",
105
- "@things-factory/import-ui": "^7.0.65",
106
- "@things-factory/integration-base": "^7.0.64",
107
- "@things-factory/integration-email": "^7.0.64",
108
- "@things-factory/integration-influxdb": "^7.0.64",
109
- "@things-factory/integration-msgraph": "^7.0.64",
110
- "@things-factory/integration-notification": "^7.0.65",
111
- "@things-factory/integration-openai": "^7.0.64",
112
- "@things-factory/integration-ui": "^7.0.65",
113
- "@things-factory/more-ui": "^7.0.64",
114
- "@things-factory/notification": "^7.0.65",
115
- "@things-factory/oauth2-client": "^7.0.64",
116
- "@things-factory/offline-ui": "^7.0.64",
117
- "@things-factory/pdf": "^7.0.64",
118
- "@things-factory/print-service": "^7.0.64",
119
- "@things-factory/print-ui": "^7.0.65",
120
- "@things-factory/resource-ui": "^7.0.65",
121
- "@things-factory/setting-ui": "^7.0.64",
122
- "@things-factory/shell": "^7.0.64",
123
- "@things-factory/system": "^7.0.64"
92
+ "@things-factory/apptool-ui": "^7.0.68",
93
+ "@things-factory/auth-azure-ad": "^7.0.68",
94
+ "@things-factory/auth-google": "^7.0.68",
95
+ "@things-factory/auth-ui": "^7.0.68",
96
+ "@things-factory/board-service": "^7.0.68",
97
+ "@things-factory/board-ui": "^7.0.68",
98
+ "@things-factory/context-ui": "^7.0.68",
99
+ "@things-factory/export-ui": "^7.0.68",
100
+ "@things-factory/fav-base": "^7.0.68",
101
+ "@things-factory/font-base": "^7.0.68",
102
+ "@things-factory/form-ui": "^7.0.68",
103
+ "@things-factory/help": "^7.0.68",
104
+ "@things-factory/i18n-base": "^7.0.68",
105
+ "@things-factory/import-ui": "^7.0.68",
106
+ "@things-factory/integration-base": "^7.0.68",
107
+ "@things-factory/integration-email": "^7.0.68",
108
+ "@things-factory/integration-influxdb": "^7.0.68",
109
+ "@things-factory/integration-msgraph": "^7.0.68",
110
+ "@things-factory/integration-notification": "^7.0.68",
111
+ "@things-factory/integration-openai": "^7.0.68",
112
+ "@things-factory/integration-ui": "^7.0.68",
113
+ "@things-factory/more-ui": "^7.0.68",
114
+ "@things-factory/notification": "^7.0.68",
115
+ "@things-factory/oauth2-client": "^7.0.68",
116
+ "@things-factory/offline-ui": "^7.0.68",
117
+ "@things-factory/pdf": "^7.0.68",
118
+ "@things-factory/print-service": "^7.0.68",
119
+ "@things-factory/print-ui": "^7.0.68",
120
+ "@things-factory/resource-ui": "^7.0.68",
121
+ "@things-factory/setting-ui": "^7.0.68",
122
+ "@things-factory/shell": "^7.0.68",
123
+ "@things-factory/system": "^7.0.68"
124
124
  },
125
125
  "devDependencies": {
126
- "@things-factory/board-test": "^7.0.64",
127
- "@things-factory/builder": "^7.0.49"
126
+ "@things-factory/board-test": "^7.0.68",
127
+ "@things-factory/builder": "^7.0.68"
128
128
  },
129
129
  "resolutions": {
130
130
  "passport": "^0.7.0"
131
131
  },
132
- "gitHead": "24a2392283157242439c14aec5a1f6070a15752f"
132
+ "gitHead": "a9328d1a0f4e0c89cc793839e9b6154c2790bd15"
133
133
  }
package/schema.graphql CHANGED
@@ -787,9 +787,10 @@ type EmployeeList {
787
787
  input EmployeePatch {
788
788
  active: Boolean
789
789
  alias: String
790
+ contact: ObjectRefForContact
790
791
  controlNo: String
791
792
  cuFlag: String
792
- department: ObjectRef
793
+ department: ObjectRefForDepartment
793
794
  hiredOn: String
794
795
  id: ID
795
796
  jobPosition: String
@@ -2422,8 +2423,9 @@ input NewDepartment {
2422
2423
  input NewEmployee {
2423
2424
  active: Boolean
2424
2425
  alias: String
2426
+ contact: ObjectRefForContact
2425
2427
  controlNo: String!
2426
- department: ObjectRef
2428
+ department: ObjectRefForDepartment
2427
2429
  extension: String
2428
2430
  hiredOn: String
2429
2431
  jobPosition: String
@@ -3026,6 +3028,34 @@ input ObjectRefApprovalLineOwnerType {
3026
3028
  name: String
3027
3029
  }
3028
3030
 
3031
+ input ObjectRefForContact {
3032
+ address: String
3033
+
3034
+ """Field description"""
3035
+ description: String
3036
+ email: EmailAddress
3037
+
3038
+ """Field id"""
3039
+ id: ID!
3040
+
3041
+ """Field name"""
3042
+ name: String
3043
+ phone: String
3044
+ }
3045
+
3046
+ input ObjectRefForDepartment {
3047
+ controlNo: String
3048
+
3049
+ """Field description"""
3050
+ description: String
3051
+
3052
+ """Field id"""
3053
+ id: ID!
3054
+
3055
+ """Field name"""
3056
+ name: String
3057
+ }
3058
+
3029
3059
  input ObjectRefForEmployee {
3030
3060
  active: Boolean
3031
3061
  alias: String