@things-factory/operato-board 9.0.0-beta.7 → 9.0.0-beta.70
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/_index.html +0 -1
- package/config/config.development.js +1 -0
- package/config/config.production.js +1 -0
- package/dist-client/bootstrap.d.ts +3 -3
- package/dist-client/bootstrap.js +10 -10
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/pages/app-board-player-page.d.ts +1 -1
- package/dist-client/pages/app-board-player-page.js +1 -1
- package/dist-client/pages/app-board-player-page.js.map +1 -1
- package/dist-client/pages/app-board-viewer-page.d.ts +1 -1
- package/dist-client/pages/app-board-viewer-page.js +1 -1
- package/dist-client/pages/app-board-viewer-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/migrations/1610516350460-SeedRole.js +1 -1
- package/dist-server/migrations/1610516350460-SeedRole.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +39 -37
- package/schema.graphql +184 -33
- package/db-for-v7.sqlite +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-board",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.70",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"@operato/scene-legend": "^9.0.0-beta",
|
|
77
77
|
"@operato/scene-manufacturing": "^9.0.0-beta",
|
|
78
78
|
"@operato/scene-marker": "^9.0.0-beta",
|
|
79
|
+
"@operato/scene-material-design": "^9.0.0-beta",
|
|
79
80
|
"@operato/scene-news-ticker": "^9.0.0-beta",
|
|
80
81
|
"@operato/scene-polypath": "^9.0.0-beta",
|
|
81
82
|
"@operato/scene-progressbar": "^9.0.0-beta",
|
|
@@ -91,46 +92,47 @@
|
|
|
91
92
|
"@operato/shell": "^9.0.0-beta",
|
|
92
93
|
"@operato/styles": "^9.0.0-beta",
|
|
93
94
|
"@operato/utils": "^9.0.0-beta",
|
|
94
|
-
"@things-factory/apptool-ui": "^9.0.0-beta.
|
|
95
|
-
"@things-factory/auth-azure-ad": "^9.0.0-beta.
|
|
96
|
-
"@things-factory/auth-google": "^9.0.0-beta.
|
|
97
|
-
"@things-factory/auth-ui": "^9.0.0-beta.
|
|
98
|
-
"@things-factory/board-service": "^9.0.0-beta.
|
|
99
|
-
"@things-factory/board-ui": "^9.0.0-beta.
|
|
100
|
-
"@things-factory/context-ui": "^9.0.0-beta.
|
|
101
|
-
"@things-factory/evaluation": "^9.0.0-beta.
|
|
102
|
-
"@things-factory/export-ui": "^9.0.0-beta.
|
|
103
|
-
"@things-factory/fav-base": "^9.0.0-beta.
|
|
104
|
-
"@things-factory/font-base": "^9.0.0-beta.
|
|
105
|
-
"@things-factory/form-ui": "^9.0.0-beta.
|
|
106
|
-
"@things-factory/help": "^9.0.0-beta.
|
|
107
|
-
"@things-factory/i18n-base": "^9.0.0-beta.
|
|
108
|
-
"@things-factory/import-ui": "^9.0.0-beta.
|
|
109
|
-
"@things-factory/integration-base": "^9.0.0-beta.
|
|
110
|
-
"@things-factory/integration-email": "^9.0.0-beta.
|
|
111
|
-
"@things-factory/integration-influxdb": "^9.0.0-beta.
|
|
112
|
-
"@things-factory/integration-msgraph": "^9.0.0-beta.
|
|
113
|
-
"@things-factory/integration-notification": "^9.0.0-beta.
|
|
114
|
-
"@things-factory/integration-openai": "^9.0.0-beta.
|
|
115
|
-
"@things-factory/integration-ui": "^9.0.0-beta.
|
|
116
|
-
"@things-factory/
|
|
117
|
-
"@things-factory/
|
|
118
|
-
"@things-factory/
|
|
119
|
-
"@things-factory/
|
|
120
|
-
"@things-factory/
|
|
121
|
-
"@things-factory/
|
|
122
|
-
"@things-factory/
|
|
123
|
-
"@things-factory/
|
|
124
|
-
"@things-factory/
|
|
125
|
-
"@things-factory/
|
|
126
|
-
"@things-factory/
|
|
95
|
+
"@things-factory/apptool-ui": "^9.0.0-beta.70",
|
|
96
|
+
"@things-factory/auth-azure-ad": "^9.0.0-beta.70",
|
|
97
|
+
"@things-factory/auth-google": "^9.0.0-beta.70",
|
|
98
|
+
"@things-factory/auth-ui": "^9.0.0-beta.70",
|
|
99
|
+
"@things-factory/board-service": "^9.0.0-beta.70",
|
|
100
|
+
"@things-factory/board-ui": "^9.0.0-beta.70",
|
|
101
|
+
"@things-factory/context-ui": "^9.0.0-beta.70",
|
|
102
|
+
"@things-factory/evaluation": "^9.0.0-beta.70",
|
|
103
|
+
"@things-factory/export-ui": "^9.0.0-beta.70",
|
|
104
|
+
"@things-factory/fav-base": "^9.0.0-beta.70",
|
|
105
|
+
"@things-factory/font-base": "^9.0.0-beta.70",
|
|
106
|
+
"@things-factory/form-ui": "^9.0.0-beta.70",
|
|
107
|
+
"@things-factory/help": "^9.0.0-beta.70",
|
|
108
|
+
"@things-factory/i18n-base": "^9.0.0-beta.70",
|
|
109
|
+
"@things-factory/import-ui": "^9.0.0-beta.70",
|
|
110
|
+
"@things-factory/integration-base": "^9.0.0-beta.70",
|
|
111
|
+
"@things-factory/integration-email": "^9.0.0-beta.70",
|
|
112
|
+
"@things-factory/integration-influxdb": "^9.0.0-beta.70",
|
|
113
|
+
"@things-factory/integration-msgraph": "^9.0.0-beta.70",
|
|
114
|
+
"@things-factory/integration-notification": "^9.0.0-beta.70",
|
|
115
|
+
"@things-factory/integration-openai": "^9.0.0-beta.70",
|
|
116
|
+
"@things-factory/integration-ui": "^9.0.0-beta.70",
|
|
117
|
+
"@things-factory/integration-weather": "^9.0.0-beta.70",
|
|
118
|
+
"@things-factory/more-ui": "^9.0.0-beta.70",
|
|
119
|
+
"@things-factory/notification": "^9.0.0-beta.70",
|
|
120
|
+
"@things-factory/oauth2-client": "^9.0.0-beta.70",
|
|
121
|
+
"@things-factory/offline-ui": "^9.0.0-beta.70",
|
|
122
|
+
"@things-factory/pdf": "^9.0.0-beta.70",
|
|
123
|
+
"@things-factory/print-ui": "^9.0.0-beta.70",
|
|
124
|
+
"@things-factory/resource-ui": "^9.0.0-beta.70",
|
|
125
|
+
"@things-factory/scheduler": "^9.0.0-beta.70",
|
|
126
|
+
"@things-factory/setting-ui": "^9.0.0-beta.70",
|
|
127
|
+
"@things-factory/shell": "^9.0.0-beta.70",
|
|
128
|
+
"@things-factory/system": "^9.0.0-beta.70"
|
|
127
129
|
},
|
|
128
130
|
"devDependencies": {
|
|
129
|
-
"@things-factory/board-test": "^9.0.0-beta.
|
|
130
|
-
"@things-factory/builder": "^9.0.0-beta.
|
|
131
|
+
"@things-factory/board-test": "^9.0.0-beta.70",
|
|
132
|
+
"@things-factory/builder": "^9.0.0-beta.70"
|
|
131
133
|
},
|
|
132
134
|
"resolutions": {
|
|
133
135
|
"passport": "^0.7.0"
|
|
134
136
|
},
|
|
135
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "758395e0db4594fc5c62c5c6ec9ec63d449e5842"
|
|
136
138
|
}
|
package/schema.graphql
CHANGED
|
@@ -40,6 +40,7 @@ type AppBinding {
|
|
|
40
40
|
updatedAt: DateTimeISO
|
|
41
41
|
updater: User!
|
|
42
42
|
userType: String
|
|
43
|
+
username: String
|
|
43
44
|
usersAuthProviders: [UsersAuthProviders!]
|
|
44
45
|
}
|
|
45
46
|
|
|
@@ -524,7 +525,7 @@ type Connection {
|
|
|
524
525
|
endpoint: String
|
|
525
526
|
id: ID!
|
|
526
527
|
name: String!
|
|
527
|
-
params:
|
|
528
|
+
params: Object
|
|
528
529
|
state: String
|
|
529
530
|
type: String
|
|
530
531
|
updatedAt: DateTimeISO
|
|
@@ -544,7 +545,7 @@ input ConnectionPatch {
|
|
|
544
545
|
endpoint: String
|
|
545
546
|
id: ID
|
|
546
547
|
name: String
|
|
547
|
-
params:
|
|
548
|
+
params: Object
|
|
548
549
|
type: String
|
|
549
550
|
}
|
|
550
551
|
|
|
@@ -711,9 +712,35 @@ input DomainGeneratorInput {
|
|
|
711
712
|
|
|
712
713
|
input DomainInput {
|
|
713
714
|
description: String
|
|
715
|
+
extType: String
|
|
714
716
|
name: String!
|
|
715
717
|
}
|
|
716
718
|
|
|
719
|
+
"""Entity for DomainLink representing a connection between two domains"""
|
|
720
|
+
type DomainLink {
|
|
721
|
+
createdAt: DateTimeISO!
|
|
722
|
+
creator: User
|
|
723
|
+
id: ID!
|
|
724
|
+
sourceDomain: Domain!
|
|
725
|
+
targetDomain: Domain!
|
|
726
|
+
type: String!
|
|
727
|
+
updatedAt: DateTimeISO!
|
|
728
|
+
updater: User
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
type DomainLinkList {
|
|
732
|
+
items: [DomainLink!]!
|
|
733
|
+
total: Int!
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
input DomainLinkPatch {
|
|
737
|
+
cuFlag: String
|
|
738
|
+
id: ID!
|
|
739
|
+
sourceDomain: ObjectRef
|
|
740
|
+
targetDomain: ObjectRef
|
|
741
|
+
type: String
|
|
742
|
+
}
|
|
743
|
+
|
|
717
744
|
type DomainList {
|
|
718
745
|
items: [Domain!]
|
|
719
746
|
total: Int
|
|
@@ -725,6 +752,7 @@ input DomainPatch {
|
|
|
725
752
|
brandName: String
|
|
726
753
|
contentImage: String
|
|
727
754
|
description: String
|
|
755
|
+
extType: String
|
|
728
756
|
id: String
|
|
729
757
|
name: String
|
|
730
758
|
owner: String
|
|
@@ -752,6 +780,8 @@ type Employee {
|
|
|
752
780
|
address: String
|
|
753
781
|
alias: String
|
|
754
782
|
approvalLines: [ApprovalLine!]!
|
|
783
|
+
bankAccount: String
|
|
784
|
+
bankName: String
|
|
755
785
|
contact: Contact
|
|
756
786
|
controlNo: String!
|
|
757
787
|
createdAt: DateTimeISO
|
|
@@ -760,8 +790,10 @@ type Employee {
|
|
|
760
790
|
department: Department
|
|
761
791
|
domain: Domain!
|
|
762
792
|
email: EmailAddress
|
|
793
|
+
emergencyContact: String
|
|
794
|
+
emergencyContactPhone: String
|
|
763
795
|
extension: String
|
|
764
|
-
hiredOn:
|
|
796
|
+
hiredOn: DateTimeISO
|
|
765
797
|
id: ID!
|
|
766
798
|
jobPosition: String
|
|
767
799
|
jobResponsibility: String
|
|
@@ -771,7 +803,7 @@ type Employee {
|
|
|
771
803
|
phone: String
|
|
772
804
|
photo: String
|
|
773
805
|
profile: Profile
|
|
774
|
-
|
|
806
|
+
retiredOn: DateTimeISO
|
|
775
807
|
supervises: [Employee!]!
|
|
776
808
|
supervisor: Employee
|
|
777
809
|
type: String
|
|
@@ -789,18 +821,22 @@ type EmployeeList {
|
|
|
789
821
|
input EmployeePatch {
|
|
790
822
|
active: Boolean
|
|
791
823
|
alias: String
|
|
824
|
+
bankAccount: String
|
|
825
|
+
bankName: String
|
|
792
826
|
contact: ObjectRefForContact
|
|
793
827
|
controlNo: String
|
|
794
828
|
cuFlag: String
|
|
795
829
|
department: ObjectRefForDepartment
|
|
796
|
-
|
|
830
|
+
emergencyContact: String
|
|
831
|
+
emergencyContactPhone: String
|
|
832
|
+
hiredOn: DateTimeISO
|
|
797
833
|
id: ID
|
|
798
834
|
jobPosition: String
|
|
799
835
|
jobResponsibility: String
|
|
800
836
|
name: String
|
|
801
837
|
note: String
|
|
802
838
|
photo: Upload
|
|
803
|
-
|
|
839
|
+
retiredOn: DateTimeISO
|
|
804
840
|
supervisor: ObjectRefForEmployee
|
|
805
841
|
type: EmployeeType
|
|
806
842
|
user: ObjectRefForUser
|
|
@@ -1165,7 +1201,6 @@ type Menu {
|
|
|
1165
1201
|
name: String
|
|
1166
1202
|
pagination: Boolean
|
|
1167
1203
|
parent: Menu
|
|
1168
|
-
privilege: PrivilegeObject
|
|
1169
1204
|
rank: Float
|
|
1170
1205
|
resourceId: String
|
|
1171
1206
|
resourceName: String
|
|
@@ -1487,7 +1522,6 @@ input MenuPatch {
|
|
|
1487
1522
|
name: String
|
|
1488
1523
|
pagination: Boolean
|
|
1489
1524
|
parent: ObjectRef
|
|
1490
|
-
privilege: PrivilegeInput
|
|
1491
1525
|
rank: Int
|
|
1492
1526
|
resourceId: String
|
|
1493
1527
|
resourceName: String
|
|
@@ -1503,7 +1537,7 @@ input MenuPatch {
|
|
|
1503
1537
|
|
|
1504
1538
|
type Mutation {
|
|
1505
1539
|
"""To activate user"""
|
|
1506
|
-
activateUser(
|
|
1540
|
+
activateUser(username: String!): Boolean!
|
|
1507
1541
|
|
|
1508
1542
|
"""
|
|
1509
1543
|
Attaches an existing contact to an employee. The contact is identified by its ID and the employee is identified by their ID.
|
|
@@ -1564,6 +1598,9 @@ type Mutation {
|
|
|
1564
1598
|
"""To create domain (Only superuser is granted this privilege.)"""
|
|
1565
1599
|
createDomain(domainInput: DomainPatch!): Domain!
|
|
1566
1600
|
|
|
1601
|
+
"""To create new DomainLink"""
|
|
1602
|
+
createDomainLink(domainLink: NewDomainLink!): DomainLink!
|
|
1603
|
+
|
|
1567
1604
|
"""
|
|
1568
1605
|
Creates a new employee record with the provided details. Optionally associates the employee with a supervisor, department, and system user. If a photo is provided, it will be attached to the employee record.
|
|
1569
1606
|
"""
|
|
@@ -1723,8 +1760,14 @@ type Mutation {
|
|
|
1723
1760
|
"""To delete domain (Only superuser is granted this privilege.)"""
|
|
1724
1761
|
deleteDomain(name: String!): Domain!
|
|
1725
1762
|
|
|
1763
|
+
"""To delete DomainLink"""
|
|
1764
|
+
deleteDomainLink(id: String!): Boolean!
|
|
1765
|
+
|
|
1766
|
+
"""To delete multiple DomainLinks"""
|
|
1767
|
+
deleteDomainLinks(ids: [String!]!): Boolean!
|
|
1768
|
+
|
|
1726
1769
|
"""To delete domain user"""
|
|
1727
|
-
deleteDomainUser(
|
|
1770
|
+
deleteDomainUser(username: String!): Boolean!
|
|
1728
1771
|
|
|
1729
1772
|
"""To delete multiple domains (Only superuser is granted this privilege.)"""
|
|
1730
1773
|
deleteDomains(names: [String!]!): Boolean!
|
|
@@ -1905,7 +1948,7 @@ type Mutation {
|
|
|
1905
1948
|
deleteThemes(ids: [String!]!): Boolean!
|
|
1906
1949
|
|
|
1907
1950
|
"""To delete a user"""
|
|
1908
|
-
deleteUser(
|
|
1951
|
+
deleteUser(username: String!): Boolean!
|
|
1909
1952
|
|
|
1910
1953
|
"""To delete UserPreference"""
|
|
1911
1954
|
deleteUserPreference(id: String!): Boolean!
|
|
@@ -1914,7 +1957,7 @@ type Mutation {
|
|
|
1914
1957
|
deleteUserPreferences(ids: [String!]!): Boolean!
|
|
1915
1958
|
|
|
1916
1959
|
"""To delete some users"""
|
|
1917
|
-
deleteUsers(
|
|
1960
|
+
deleteUsers(usernames: [String!]!): Boolean!
|
|
1918
1961
|
|
|
1919
1962
|
"""
|
|
1920
1963
|
Detaches an existing contact from an employee. The employee is identified by their ID.
|
|
@@ -2008,11 +2051,11 @@ type Mutation {
|
|
|
2008
2051
|
importThemes(themes: [ThemePatch!]!): Boolean!
|
|
2009
2052
|
|
|
2010
2053
|
"""To inactivate user"""
|
|
2011
|
-
inactivateUser(
|
|
2054
|
+
inactivateUser(username: String!): Boolean!
|
|
2012
2055
|
inviteCustomer(customerDomainName: String!): Boolean!
|
|
2013
2056
|
|
|
2014
2057
|
"""To invite new user"""
|
|
2015
|
-
inviteUser(
|
|
2058
|
+
inviteUser(username: String!): Boolean!
|
|
2016
2059
|
|
|
2017
2060
|
"""To make the board to join the group"""
|
|
2018
2061
|
joinGroup(boardIds: [String!]!, id: String!): Group!
|
|
@@ -2049,6 +2092,7 @@ type Mutation {
|
|
|
2049
2092
|
"""Employee Id"""
|
|
2050
2093
|
employeeId: String!
|
|
2051
2094
|
): Boolean!
|
|
2095
|
+
registerSchedule(schedule: NewSchedule!): ID!
|
|
2052
2096
|
|
|
2053
2097
|
"""To release a Board"""
|
|
2054
2098
|
releaseBoard(id: String!): Board!
|
|
@@ -2058,7 +2102,7 @@ type Mutation {
|
|
|
2058
2102
|
reorderPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
|
|
2059
2103
|
|
|
2060
2104
|
"""To reset password to default"""
|
|
2061
|
-
resetPasswordToDefault(
|
|
2105
|
+
resetPasswordToDefault(username: String!): Boolean!
|
|
2062
2106
|
|
|
2063
2107
|
"""To revert Board version"""
|
|
2064
2108
|
revertBoardVersion(id: String!, version: Float!): Board!
|
|
@@ -2098,7 +2142,8 @@ type Mutation {
|
|
|
2098
2142
|
terminateContract(partnerName: String!): Boolean!
|
|
2099
2143
|
|
|
2100
2144
|
"""To transfer owner of domain"""
|
|
2101
|
-
transferOwner(
|
|
2145
|
+
transferOwner(username: String!): Boolean!
|
|
2146
|
+
unregisterSchedule(handle: ID!): Boolean!
|
|
2102
2147
|
updateAppliance(id: String!, patch: AppliancePatch!): Appliance!
|
|
2103
2148
|
updateApplication(id: String!, patch: ApplicationPatch!): Application!
|
|
2104
2149
|
|
|
@@ -2136,6 +2181,9 @@ type Mutation {
|
|
|
2136
2181
|
"""To update domain (Only superuser is granted this privilege.)"""
|
|
2137
2182
|
updateDomain(name: String!, patch: DomainPatch!): Domain!
|
|
2138
2183
|
|
|
2184
|
+
"""To modify DomainLink information"""
|
|
2185
|
+
updateDomainLink(id: String!, patch: DomainLinkPatch!): DomainLink!
|
|
2186
|
+
|
|
2139
2187
|
"""To update multiple domains (Only superuser is granted this privilege.)"""
|
|
2140
2188
|
updateDomains(patches: [DomainPatch!]!): Boolean!
|
|
2141
2189
|
|
|
@@ -2196,6 +2244,9 @@ type Mutation {
|
|
|
2196
2244
|
"""To modify multiple Departments' information"""
|
|
2197
2245
|
updateMultipleDepartment(patches: [DepartmentPatch!]!): [Department!]!
|
|
2198
2246
|
|
|
2247
|
+
"""To modify multiple DomainLinks' information"""
|
|
2248
|
+
updateMultipleDomainLink(patches: [DomainLinkPatch!]!): [DomainLink!]!
|
|
2249
|
+
|
|
2199
2250
|
"""
|
|
2200
2251
|
Updates or creates multiple employee records based on the provided patches. New employees are created if the "cuFlag" is "+", and existing employees are updated if the "cuFlag" is "M".
|
|
2201
2252
|
"""
|
|
@@ -2302,6 +2353,7 @@ type Mutation {
|
|
|
2302
2353
|
|
|
2303
2354
|
"""To modify scenario information"""
|
|
2304
2355
|
updateScenario(name: String!, patch: ScenarioPatch!): Scenario!
|
|
2356
|
+
updateSchedule(schedule: SchedulePatch!): ID!
|
|
2305
2357
|
|
|
2306
2358
|
"""To update secure IP list for domain"""
|
|
2307
2359
|
updateSecureIPList(iplist: Object!): Object
|
|
@@ -2328,7 +2380,7 @@ type Mutation {
|
|
|
2328
2380
|
updateUserPreference(id: String!, patch: UserPreferencePatch!): UserPreference!
|
|
2329
2381
|
|
|
2330
2382
|
"""To update roles for a user"""
|
|
2331
|
-
updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!,
|
|
2383
|
+
updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, username: String!): User!
|
|
2332
2384
|
}
|
|
2333
2385
|
|
|
2334
2386
|
input NewAppliance {
|
|
@@ -2420,7 +2472,7 @@ input NewConnection {
|
|
|
2420
2472
|
edge: ObjectRef
|
|
2421
2473
|
endpoint: String
|
|
2422
2474
|
name: String!
|
|
2423
|
-
params:
|
|
2475
|
+
params: Object
|
|
2424
2476
|
type: String
|
|
2425
2477
|
}
|
|
2426
2478
|
|
|
@@ -2447,20 +2499,30 @@ input NewDepartment {
|
|
|
2447
2499
|
picture: Upload
|
|
2448
2500
|
}
|
|
2449
2501
|
|
|
2502
|
+
input NewDomainLink {
|
|
2503
|
+
sourceDomain: ObjectRef!
|
|
2504
|
+
targetDomain: ObjectRef!
|
|
2505
|
+
type: String!
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2450
2508
|
input NewEmployee {
|
|
2451
2509
|
active: Boolean
|
|
2452
2510
|
alias: String
|
|
2511
|
+
bankAccount: String
|
|
2512
|
+
bankName: String
|
|
2453
2513
|
contact: ObjectRefForContact
|
|
2454
2514
|
controlNo: String!
|
|
2455
2515
|
department: ObjectRefForDepartment
|
|
2516
|
+
emergencyContact: String
|
|
2517
|
+
emergencyContactPhone: String
|
|
2456
2518
|
extension: String
|
|
2457
|
-
hiredOn:
|
|
2519
|
+
hiredOn: DateTimeISO
|
|
2458
2520
|
jobPosition: String
|
|
2459
2521
|
jobResponsibility: String
|
|
2460
2522
|
name: String!
|
|
2461
2523
|
note: String
|
|
2462
2524
|
photo: Upload
|
|
2463
|
-
|
|
2525
|
+
retiredOn: DateTimeISO
|
|
2464
2526
|
supervisor: ObjectRefForEmployee
|
|
2465
2527
|
type: EmployeeType
|
|
2466
2528
|
user: ObjectRefForUser
|
|
@@ -2560,7 +2622,6 @@ input NewMenu {
|
|
|
2560
2622
|
name: String!
|
|
2561
2623
|
pagination: Boolean
|
|
2562
2624
|
parent: ObjectRef
|
|
2563
|
-
privilege: PrivilegeInput
|
|
2564
2625
|
rank: Int
|
|
2565
2626
|
resourceId: String
|
|
2566
2627
|
resourceName: String
|
|
@@ -2803,13 +2864,22 @@ input NewScenario {
|
|
|
2803
2864
|
active: Boolean
|
|
2804
2865
|
description: String
|
|
2805
2866
|
name: String!
|
|
2806
|
-
|
|
2867
|
+
role: ObjectRef
|
|
2807
2868
|
schedule: String
|
|
2808
2869
|
timezone: String
|
|
2809
2870
|
ttl: Float
|
|
2810
2871
|
type: String
|
|
2811
2872
|
}
|
|
2812
2873
|
|
|
2874
|
+
input NewSchedule {
|
|
2875
|
+
client: ScheduleClientInput!
|
|
2876
|
+
name: String!
|
|
2877
|
+
schedule: String
|
|
2878
|
+
task: ScheduleTaskInput!
|
|
2879
|
+
timezone: String
|
|
2880
|
+
type: String!
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2813
2883
|
input NewSetting {
|
|
2814
2884
|
category: String!
|
|
2815
2885
|
description: String
|
|
@@ -2871,6 +2941,7 @@ input NewUser {
|
|
|
2871
2941
|
password: String
|
|
2872
2942
|
roles: [ObjectRef!]
|
|
2873
2943
|
userType: String
|
|
2944
|
+
username: String!
|
|
2874
2945
|
}
|
|
2875
2946
|
|
|
2876
2947
|
input NewUserByDomainWizardInput {
|
|
@@ -3091,7 +3162,7 @@ input ObjectRefForEmployee {
|
|
|
3091
3162
|
"""Field description"""
|
|
3092
3163
|
description: String
|
|
3093
3164
|
email: EmailAddress
|
|
3094
|
-
hiredOn:
|
|
3165
|
+
hiredOn: DateTimeISO
|
|
3095
3166
|
|
|
3096
3167
|
"""Field id"""
|
|
3097
3168
|
id: ID!
|
|
@@ -3428,13 +3499,6 @@ type Privilege {
|
|
|
3428
3499
|
updater: User
|
|
3429
3500
|
}
|
|
3430
3501
|
|
|
3431
|
-
input PrivilegeInput {
|
|
3432
|
-
category: String
|
|
3433
|
-
owner: Boolean
|
|
3434
|
-
privilege: String
|
|
3435
|
-
super: Boolean
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3438
3502
|
type PrivilegeList {
|
|
3439
3503
|
items: [Privilege!]
|
|
3440
3504
|
total: Int
|
|
@@ -3630,6 +3694,12 @@ type Query {
|
|
|
3630
3694
|
"""To fetch domain"""
|
|
3631
3695
|
domain(id: String!): Domain!
|
|
3632
3696
|
|
|
3697
|
+
"""To fetch multiple DomainLinks"""
|
|
3698
|
+
domainLinks(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainLinkList!
|
|
3699
|
+
|
|
3700
|
+
"""To fetch domain"""
|
|
3701
|
+
domainTypes: [String!]!
|
|
3702
|
+
|
|
3633
3703
|
"""To fetch all domains (Only superuser is granted this privilege.)"""
|
|
3634
3704
|
domains(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
|
|
3635
3705
|
|
|
@@ -3865,6 +3935,10 @@ type Query {
|
|
|
3865
3935
|
|
|
3866
3936
|
"""To fetch multiple scenarios"""
|
|
3867
3937
|
scenarios(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioList!
|
|
3938
|
+
schedule(id: ID!): Schedule
|
|
3939
|
+
|
|
3940
|
+
"""To fetch multiple Schedules"""
|
|
3941
|
+
schedules(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScheduleList!
|
|
3868
3942
|
searchCustomers(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
|
|
3869
3943
|
|
|
3870
3944
|
"""To fetch domain"""
|
|
@@ -3985,6 +4059,7 @@ type Scenario {
|
|
|
3985
4059
|
"""accessible and executable system-wide"""
|
|
3986
4060
|
public: Boolean
|
|
3987
4061
|
publishTags: [Connection!]!
|
|
4062
|
+
role: Role
|
|
3988
4063
|
schedule: String
|
|
3989
4064
|
scheduleId: String
|
|
3990
4065
|
state: String
|
|
@@ -4066,7 +4141,7 @@ input ScenarioPatch {
|
|
|
4066
4141
|
description: String
|
|
4067
4142
|
id: ID
|
|
4068
4143
|
name: String
|
|
4069
|
-
|
|
4144
|
+
role: ObjectRef
|
|
4070
4145
|
schedule: String
|
|
4071
4146
|
steps: [StepPatch!]
|
|
4072
4147
|
timezone: String
|
|
@@ -4079,6 +4154,81 @@ type ScenarioQueueState {
|
|
|
4079
4154
|
queue: [PendingObject!]!
|
|
4080
4155
|
}
|
|
4081
4156
|
|
|
4157
|
+
type Schedule {
|
|
4158
|
+
client: ScheduleClient!
|
|
4159
|
+
id: ID!
|
|
4160
|
+
name: String
|
|
4161
|
+
schedule: String
|
|
4162
|
+
task: ScheduleTask!
|
|
4163
|
+
timezone: String
|
|
4164
|
+
type: String!
|
|
4165
|
+
}
|
|
4166
|
+
|
|
4167
|
+
type ScheduleClient {
|
|
4168
|
+
application: String!
|
|
4169
|
+
group: String!
|
|
4170
|
+
key: String!
|
|
4171
|
+
operation: String!
|
|
4172
|
+
type: String!
|
|
4173
|
+
}
|
|
4174
|
+
|
|
4175
|
+
input ScheduleClientInput {
|
|
4176
|
+
application: String!
|
|
4177
|
+
group: String!
|
|
4178
|
+
key: String!
|
|
4179
|
+
operation: String!
|
|
4180
|
+
type: String!
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
type ScheduleList {
|
|
4184
|
+
items: [Schedule!]!
|
|
4185
|
+
total: Int!
|
|
4186
|
+
}
|
|
4187
|
+
|
|
4188
|
+
input SchedulePatch {
|
|
4189
|
+
client: ScheduleClientInput!
|
|
4190
|
+
id: String
|
|
4191
|
+
name: String
|
|
4192
|
+
schedule: String
|
|
4193
|
+
task: ScheduleTaskInput!
|
|
4194
|
+
timezone: String
|
|
4195
|
+
type: String!
|
|
4196
|
+
}
|
|
4197
|
+
|
|
4198
|
+
type ScheduleTask {
|
|
4199
|
+
connection: ScheduleTaskConnection!
|
|
4200
|
+
data: Object!
|
|
4201
|
+
failed_policy: String!
|
|
4202
|
+
history_check: Boolean!
|
|
4203
|
+
max_retry_count: Int!
|
|
4204
|
+
retry_count: Int!
|
|
4205
|
+
retry_wait: Int!
|
|
4206
|
+
type: String!
|
|
4207
|
+
}
|
|
4208
|
+
|
|
4209
|
+
type ScheduleTaskConnection {
|
|
4210
|
+
headers: Object
|
|
4211
|
+
host: String
|
|
4212
|
+
topic: String
|
|
4213
|
+
}
|
|
4214
|
+
|
|
4215
|
+
input ScheduleTaskConnectionInput {
|
|
4216
|
+
headers: Object
|
|
4217
|
+
host: String
|
|
4218
|
+
topic: String
|
|
4219
|
+
}
|
|
4220
|
+
|
|
4221
|
+
input ScheduleTaskInput {
|
|
4222
|
+
connection: ScheduleTaskConnectionInput!
|
|
4223
|
+
data: Object!
|
|
4224
|
+
failed_policy: String!
|
|
4225
|
+
history_check: Boolean!
|
|
4226
|
+
max_retry_count: Int!
|
|
4227
|
+
retry_count: Int!
|
|
4228
|
+
retry_wait: Int!
|
|
4229
|
+
type: String!
|
|
4230
|
+
}
|
|
4231
|
+
|
|
4082
4232
|
"""Entity for Setting"""
|
|
4083
4233
|
type Setting {
|
|
4084
4234
|
category: String!
|
|
@@ -4237,7 +4387,7 @@ type Step {
|
|
|
4237
4387
|
id: ID!
|
|
4238
4388
|
log: Boolean
|
|
4239
4389
|
name: String!
|
|
4240
|
-
params:
|
|
4390
|
+
params: Object
|
|
4241
4391
|
|
|
4242
4392
|
"""
|
|
4243
4393
|
A boolean attribute indicating the inclusion status of an element in the result
|
|
@@ -4263,7 +4413,7 @@ input StepPatch {
|
|
|
4263
4413
|
id: ID
|
|
4264
4414
|
log: Boolean
|
|
4265
4415
|
name: String
|
|
4266
|
-
params:
|
|
4416
|
+
params: Object
|
|
4267
4417
|
result: Boolean
|
|
4268
4418
|
sequence: Int
|
|
4269
4419
|
skip: Boolean
|
|
@@ -4381,6 +4531,7 @@ type User {
|
|
|
4381
4531
|
updatedAt: DateTimeISO
|
|
4382
4532
|
updater: User
|
|
4383
4533
|
userType: String
|
|
4534
|
+
username: String
|
|
4384
4535
|
usersAuthProviders: [UsersAuthProviders!]
|
|
4385
4536
|
}
|
|
4386
4537
|
|
package/db-for-v7.sqlite
DELETED
|
Binary file
|