@things-factory/operato-dataset 7.0.61 → 7.0.63

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.
Files changed (2) hide show
  1. package/package.json +37 -37
  2. package/schema.graphql +32 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-dataset",
3
- "version": "7.0.61",
3
+ "version": "7.0.63",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -61,44 +61,44 @@
61
61
  "@operato/scene-table": "^7.0.0",
62
62
  "@operato/scene-timer": "^7.0.0",
63
63
  "@operato/shell": "^7.0.0",
64
- "@things-factory/api": "^7.0.61",
65
- "@things-factory/apptool-base": "^7.0.61",
66
- "@things-factory/apptool-ui": "^7.0.61",
67
- "@things-factory/auth-base": "^7.0.61",
68
- "@things-factory/auth-ui": "^7.0.61",
69
- "@things-factory/board-service": "^7.0.61",
70
- "@things-factory/board-ui": "^7.0.61",
71
- "@things-factory/ccp": "^7.0.61",
72
- "@things-factory/context-ui": "^7.0.61",
73
- "@things-factory/dashboard": "^7.0.61",
74
- "@things-factory/dataset": "^7.0.61",
75
- "@things-factory/edge-client": "^7.0.61",
76
- "@things-factory/export-ui": "^7.0.61",
77
- "@things-factory/help": "^7.0.61",
78
- "@things-factory/i18n-base": "^7.0.61",
79
- "@things-factory/integration-base": "^7.0.61",
80
- "@things-factory/integration-influxdb": "^7.0.61",
81
- "@things-factory/integration-msgraph": "^7.0.61",
82
- "@things-factory/integration-ui": "^7.0.61",
83
- "@things-factory/lite-menu": "^7.0.61",
84
- "@things-factory/lock-client": "^7.0.61",
85
- "@things-factory/more-base": "^7.0.61",
86
- "@things-factory/more-ui": "^7.0.61",
87
- "@things-factory/notification": "^7.0.61",
88
- "@things-factory/oauth2-client": "^7.0.61",
89
- "@things-factory/organization": "^7.0.61",
90
- "@things-factory/qc": "^7.0.61",
91
- "@things-factory/resource-ui": "^7.0.61",
92
- "@things-factory/setting-base": "^7.0.61",
93
- "@things-factory/setting-ui": "^7.0.61",
94
- "@things-factory/shell": "^7.0.61",
95
- "@things-factory/spc": "^7.0.61",
96
- "@things-factory/system": "^7.0.61",
97
- "@things-factory/work-shift": "^7.0.61",
98
- "@things-factory/worklist": "^7.0.61"
64
+ "@things-factory/api": "^7.0.62",
65
+ "@things-factory/apptool-base": "^7.0.62",
66
+ "@things-factory/apptool-ui": "^7.0.62",
67
+ "@things-factory/auth-base": "^7.0.62",
68
+ "@things-factory/auth-ui": "^7.0.62",
69
+ "@things-factory/board-service": "^7.0.62",
70
+ "@things-factory/board-ui": "^7.0.62",
71
+ "@things-factory/ccp": "^7.0.63",
72
+ "@things-factory/context-ui": "^7.0.62",
73
+ "@things-factory/dashboard": "^7.0.62",
74
+ "@things-factory/dataset": "^7.0.63",
75
+ "@things-factory/edge-client": "^7.0.62",
76
+ "@things-factory/export-ui": "^7.0.62",
77
+ "@things-factory/help": "^7.0.62",
78
+ "@things-factory/i18n-base": "^7.0.62",
79
+ "@things-factory/integration-base": "^7.0.62",
80
+ "@things-factory/integration-influxdb": "^7.0.62",
81
+ "@things-factory/integration-msgraph": "^7.0.62",
82
+ "@things-factory/integration-ui": "^7.0.62",
83
+ "@things-factory/lite-menu": "^7.0.62",
84
+ "@things-factory/lock-client": "^7.0.62",
85
+ "@things-factory/more-base": "^7.0.62",
86
+ "@things-factory/more-ui": "^7.0.62",
87
+ "@things-factory/notification": "^7.0.63",
88
+ "@things-factory/oauth2-client": "^7.0.62",
89
+ "@things-factory/organization": "^7.0.63",
90
+ "@things-factory/qc": "^7.0.63",
91
+ "@things-factory/resource-ui": "^7.0.62",
92
+ "@things-factory/setting-base": "^7.0.62",
93
+ "@things-factory/setting-ui": "^7.0.62",
94
+ "@things-factory/shell": "^7.0.62",
95
+ "@things-factory/spc": "^7.0.63",
96
+ "@things-factory/system": "^7.0.62",
97
+ "@things-factory/work-shift": "^7.0.62",
98
+ "@things-factory/worklist": "^7.0.63"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@things-factory/builder": "^7.0.49"
102
102
  },
103
- "gitHead": "8de7ddb7124b90416c1ffe4c5c53db679a0cb62d"
103
+ "gitHead": "f67259b5ee2f33f06728a7404ba8b589bb1ea675"
104
104
  }
package/schema.graphql CHANGED
@@ -1907,9 +1907,10 @@ type EmployeeList {
1907
1907
  input EmployeePatch {
1908
1908
  active: Boolean
1909
1909
  alias: String
1910
+ contact: ObjectRefForContact
1910
1911
  controlNo: String
1911
1912
  cuFlag: String
1912
- department: ObjectRef
1913
+ department: ObjectRefForDepartment
1913
1914
  hiredOn: String
1914
1915
  id: ID
1915
1916
  jobPosition: String
@@ -3964,8 +3965,9 @@ input NewDepartment {
3964
3965
  input NewEmployee {
3965
3966
  active: Boolean
3966
3967
  alias: String
3968
+ contact: ObjectRefForContact
3967
3969
  controlNo: String!
3968
- department: ObjectRef
3970
+ department: ObjectRefForDepartment
3969
3971
  extension: String
3970
3972
  hiredOn: String
3971
3973
  jobPosition: String
@@ -4560,6 +4562,34 @@ input ObjectRefApprovalLineOwnerType {
4560
4562
  name: String
4561
4563
  }
4562
4564
 
4565
+ input ObjectRefForContact {
4566
+ address: String
4567
+
4568
+ """Field description"""
4569
+ description: String
4570
+ email: EmailAddress
4571
+
4572
+ """Field id"""
4573
+ id: ID!
4574
+
4575
+ """Field name"""
4576
+ name: String
4577
+ phone: String
4578
+ }
4579
+
4580
+ input ObjectRefForDepartment {
4581
+ controlNo: String
4582
+
4583
+ """Field description"""
4584
+ description: String
4585
+
4586
+ """Field id"""
4587
+ id: ID!
4588
+
4589
+ """Field name"""
4590
+ name: String
4591
+ }
4592
+
4563
4593
  input ObjectRefForEmployee {
4564
4594
  active: Boolean
4565
4595
  alias: String