@operato/scene-chartjs 1.3.24 → 1.3.26

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/schema.graphql CHANGED
@@ -29,7 +29,7 @@ type AppBinding {
29
29
  email: EmailAddress!
30
30
  id: ID!
31
31
  locale: String
32
- name: String!
32
+ name: String
33
33
  owner: Boolean
34
34
  reference: String
35
35
  refreshToken: String
@@ -133,7 +133,7 @@ type ApprovalLine {
133
133
  createdAt: DateTimeISO
134
134
  creator: User
135
135
  description: String
136
- domain: Domain
136
+ domain: Domain!
137
137
  id: ID!
138
138
  model: [ApprovalLineItem!]
139
139
  name: String
@@ -201,6 +201,7 @@ type Attachment {
201
201
  refBy: String
202
202
  refType: String
203
203
  size: String!
204
+ tags: Object
204
205
  updatedAt: DateTimeISO!
205
206
  updater: User
206
207
  }
@@ -219,6 +220,7 @@ input AttachmentPatch {
219
220
  name: String
220
221
  refBy: String
221
222
  refType: String
223
+ tags: Object
222
224
  }
223
225
 
224
226
  """Entity for AttributeSet"""
@@ -283,11 +285,10 @@ type AuthProvider {
283
285
  clientSecret: String
284
286
  createdAt: DateTimeISO
285
287
  creator: User
286
- domain: Domain
288
+ domain: Domain!
287
289
  id: ID!
288
290
  params: Object
289
291
  privateKey: String
290
- state: String
291
292
  tenantId: String
292
293
  type: String
293
294
  updatedAt: DateTimeISO
@@ -305,6 +306,7 @@ type AuthProviderParameterSpec {
305
306
  name: String!
306
307
  placeholder: String
307
308
  property: Object
309
+ styles: Object
308
310
  type: String!
309
311
  }
310
312
 
@@ -411,7 +413,7 @@ type BoardTemplate {
411
413
  createdAt: DateTimeISO
412
414
  creator: User
413
415
  description: String
414
- domain: Domain
416
+ domain: Domain!
415
417
  id: ID!
416
418
  mine: Boolean!
417
419
  model: String
@@ -462,7 +464,7 @@ type CommonCode {
462
464
  creator: User
463
465
  description: String
464
466
  details: [CommonCodeDetail!]!
465
- domain: Domain
467
+ domain: Domain!
466
468
  id: ID!
467
469
  name: String!
468
470
  updatedAt: DateTimeISO
@@ -475,8 +477,9 @@ type CommonCodeDetail {
475
477
  createdAt: DateTimeISO
476
478
  creator: User
477
479
  description: String
478
- domain: Domain
480
+ domain: Domain!
479
481
  id: ID!
482
+ labels: Object
480
483
  name: String!
481
484
  rank: Float
482
485
  updatedAt: DateTimeISO
@@ -493,6 +496,7 @@ input CommonCodeDetailPatch {
493
496
  cuFlag: String
494
497
  description: String
495
498
  id: ID
499
+ labels: Object
496
500
  name: String
497
501
  rank: Float
498
502
  }
@@ -516,6 +520,7 @@ type Connection {
516
520
  creator: User
517
521
  description: String
518
522
  domain: Domain
523
+ edge: Appliance
519
524
  endpoint: String
520
525
  id: ID!
521
526
  name: String!
@@ -535,6 +540,7 @@ input ConnectionPatch {
535
540
  active: Boolean
536
541
  cuFlag: String
537
542
  description: String
543
+ edge: ObjectRef
538
544
  endpoint: String
539
545
  id: ID
540
546
  name: String
@@ -544,7 +550,8 @@ input ConnectionPatch {
544
550
 
545
551
  type ConnectionState {
546
552
  description: String
547
- domain: Domain
553
+ domain: Domain!
554
+ edge: Appliance
548
555
  id: String
549
556
  name: String
550
557
  state: String
@@ -573,7 +580,7 @@ type Contact {
573
580
  creator: User
574
581
  deletedAt: DateTimeISO
575
582
  department: String
576
- domain: Domain
583
+ domain: Domain!
577
584
  email: EmailAddress
578
585
  id: ID!
579
586
  items: [ContactItem!]
@@ -644,7 +651,7 @@ type Department {
644
651
  creator: User
645
652
  deletedAt: DateTimeISO
646
653
  description: String
647
- domain: Domain
654
+ domain: Domain!
648
655
  extension: String
649
656
  id: ID!
650
657
  manager: Employee
@@ -742,19 +749,23 @@ scalar EmailAddress @specifiedBy(url: "https://html.spec.whatwg.org/multipage/in
742
749
  """Entity for Employee"""
743
750
  type Employee {
744
751
  active: Boolean
745
- address: String!
752
+ address: String
746
753
  alias: String
747
754
  approvalLines: [ApprovalLine!]!
755
+ bankAccount: String
756
+ bankName: String
748
757
  contact: Contact
749
758
  controlNo: String!
750
759
  createdAt: DateTimeISO
751
760
  creator: User
752
761
  deletedAt: DateTimeISO
753
762
  department: Department
754
- domain: Domain
763
+ domain: Domain!
755
764
  email: EmailAddress
765
+ emergencyContact: String
766
+ emergencyContactPhone: String
756
767
  extension: String
757
- hiredOn: String
768
+ hiredOn: DateTimeISO
758
769
  id: ID!
759
770
  jobPosition: String
760
771
  jobResponsibility: String
@@ -764,7 +775,7 @@ type Employee {
764
775
  phone: String
765
776
  photo: String
766
777
  profile: Profile
767
- retiredAt: String
778
+ retiredOn: DateTimeISO
768
779
  supervises: [Employee!]!
769
780
  supervisor: Employee
770
781
  type: String
@@ -782,17 +793,22 @@ type EmployeeList {
782
793
  input EmployeePatch {
783
794
  active: Boolean
784
795
  alias: String
796
+ bankAccount: String
797
+ bankName: String
798
+ contact: ObjectRefForContact
785
799
  controlNo: String
786
800
  cuFlag: String
787
- department: ObjectRef
788
- hiredOn: String
801
+ department: ObjectRefForDepartment
802
+ emergencyContact: String
803
+ emergencyContactPhone: String
804
+ hiredOn: DateTimeISO
789
805
  id: ID
790
806
  jobPosition: String
791
807
  jobResponsibility: String
792
808
  name: String
793
809
  note: String
794
810
  photo: Upload
795
- retiredAt: String
811
+ retiredOn: DateTimeISO
796
812
  supervisor: ObjectRefForEmployee
797
813
  type: EmployeeType
798
814
  user: ObjectRefForUser
@@ -817,7 +833,7 @@ type Entity {
817
833
  dataProp: String
818
834
  delStrategy: String
819
835
  description: String
820
- domain: Domain
836
+ domain: Domain!
821
837
  extEntity: Boolean
822
838
  fixedColumns: Float
823
839
  id: ID!
@@ -842,7 +858,7 @@ type EntityColumn {
842
858
  creator: User
843
859
  defVal: String
844
860
  description: String
845
- domain: Domain
861
+ domain: Domain!
846
862
  entity: Entity!
847
863
  formEditor: String
848
864
  formFormat: String
@@ -1015,7 +1031,7 @@ type Font {
1015
1031
  active: Boolean!
1016
1032
  createdAt: DateTimeISO
1017
1033
  creator: User
1018
- domain: Domain
1034
+ domain: Domain!
1019
1035
  files: [Attachment!]
1020
1036
  id: ID!
1021
1037
  name: String!
@@ -1138,14 +1154,14 @@ type LoginHistoryList {
1138
1154
  type Menu {
1139
1155
  buttons: [MenuButton!]!
1140
1156
  category: String
1141
- children: [Menu!]!
1157
+ children(permittedOnly: Boolean! = false): [Menu!]!
1142
1158
  columns: [MenuColumn!]!
1143
1159
  createdAt: DateTimeISO
1144
1160
  creator: User
1145
1161
  description: String
1146
1162
  detailFormId: String
1147
1163
  detailLayout: String
1148
- domain: Domain
1164
+ domain: Domain!
1149
1165
  fixedColumns: Float
1150
1166
  gridSaveUrl: String
1151
1167
  hiddenFlag: Boolean
@@ -1157,6 +1173,7 @@ type Menu {
1157
1173
  name: String
1158
1174
  pagination: Boolean
1159
1175
  parent: Menu
1176
+ privilege: PrivilegeObject
1160
1177
  rank: Float
1161
1178
  resourceId: String
1162
1179
  resourceName: String
@@ -1178,7 +1195,7 @@ type MenuButton {
1178
1195
  auth: String
1179
1196
  createdAt: DateTimeISO
1180
1197
  creator: User
1181
- domain: Domain
1198
+ domain: Domain!
1182
1199
  icon: String
1183
1200
  id: ID!
1184
1201
  logic: String
@@ -1213,7 +1230,7 @@ type MenuColumn {
1213
1230
  creator: User
1214
1231
  defVal: String
1215
1232
  description: String
1216
- domain: Domain
1233
+ domain: Domain!
1217
1234
  extField: Boolean
1218
1235
  formEditor: String
1219
1236
  formFormat: String
@@ -1302,7 +1319,7 @@ type MenuDetail {
1302
1319
  creator: User
1303
1320
  customView: String
1304
1321
  dataProp: String
1305
- domain: Domain
1322
+ domain: Domain!
1306
1323
  entityId: String
1307
1324
  id: ID!
1308
1325
  masterField: String
@@ -1319,7 +1336,7 @@ type MenuDetail {
1319
1336
  type MenuDetailButton {
1320
1337
  createdAt: DateTimeISO
1321
1338
  creator: User
1322
- domain: Domain
1339
+ domain: Domain!
1323
1340
  icon: String
1324
1341
  id: ID!
1325
1342
  logic: String
@@ -1353,7 +1370,7 @@ type MenuDetailColumn {
1353
1370
  creator: User
1354
1371
  defVal: String
1355
1372
  description: String
1356
- domain: Domain
1373
+ domain: Domain!
1357
1374
  extField: Boolean
1358
1375
  formEditor: String
1359
1376
  formFormat: String
@@ -1478,6 +1495,7 @@ input MenuPatch {
1478
1495
  name: String
1479
1496
  pagination: Boolean
1480
1497
  parent: ObjectRef
1498
+ privilege: PrivilegeInput
1481
1499
  rank: Int
1482
1500
  resourceId: String
1483
1501
  resourceName: String
@@ -1495,10 +1513,15 @@ type Mutation {
1495
1513
  """To activate user"""
1496
1514
  activateUser(userId: String!): Boolean!
1497
1515
 
1498
- """To attach a contact on Employee"""
1516
+ """
1517
+ Attaches an existing contact to an employee. The contact is identified by its ID and the employee is identified by their ID.
1518
+ """
1499
1519
  attachContact(contactId: String!, id: String!): Employee!
1500
1520
  cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
1501
1521
 
1522
+ """To clear translations cache"""
1523
+ clearTranslationsCache: Boolean!
1524
+
1502
1525
  """To clone a Board from existing Board"""
1503
1526
  cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
1504
1527
 
@@ -1549,7 +1572,9 @@ type Mutation {
1549
1572
  """To create domain (Only superuser is granted this privilege.)"""
1550
1573
  createDomain(domainInput: DomainPatch!): Domain!
1551
1574
 
1552
- """To create new Employee"""
1575
+ """
1576
+ 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.
1577
+ """
1553
1578
  createEmployee(employee: NewEmployee!): Employee!
1554
1579
 
1555
1580
  """To create new Entity"""
@@ -1588,6 +1613,9 @@ type Mutation {
1588
1613
  """To create new ApprovalLine for current user"""
1589
1614
  createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
1590
1615
 
1616
+ """To create my new PagePreference"""
1617
+ createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
1618
+
1591
1619
  """To create new Notification"""
1592
1620
  createNotification(notification: NewNotification!): Notification!
1593
1621
 
@@ -1597,6 +1625,12 @@ type Mutation {
1597
1625
  """To create new Oauth2Client"""
1598
1626
  createOauth2Client(oauth2Client: NewOauth2Client!): Oauth2Client!
1599
1627
 
1628
+ """To create new PDFRelease"""
1629
+ createPDFRelease(pdfRelease: NewPDFRelease!): PDFRelease!
1630
+
1631
+ """To create new PDFTemplate"""
1632
+ createPDFTemplate(pdfTemplate: NewPDFTemplate!): PDFTemplate!
1633
+
1600
1634
  """To create new PayloadLog"""
1601
1635
  createPayloadLog(payloadLog: NewPayloadLog!): PayloadLog!
1602
1636
 
@@ -1629,6 +1663,9 @@ type Mutation {
1629
1663
 
1630
1664
  """To create new user"""
1631
1665
  createUser(user: NewUser!): User!
1666
+
1667
+ """To create new UserPreference"""
1668
+ createUserPreference(preference: NewUserPreference!): UserPreference!
1632
1669
  deleteAppBinding(id: String!): Boolean!
1633
1670
 
1634
1671
  """To delete appliance"""
@@ -1643,7 +1680,7 @@ type Mutation {
1643
1680
  """To delete multiple ApprovalLines"""
1644
1681
  deleteApprovalLines(ids: [String!]!): Boolean!
1645
1682
  deleteAttachment(id: String!): Boolean!
1646
- deleteAttachmentsByRef(refBys: [String!]!): Boolean!
1683
+ deleteAttachmentsByRef(refBys: [String!]!, refType: String): Boolean!
1647
1684
 
1648
1685
  """To delete AttributeSet"""
1649
1686
  deleteAttributeSet(id: String!): Boolean!
@@ -1700,10 +1737,14 @@ type Mutation {
1700
1737
  """To delete multiple domains (Only superuser is granted this privilege.)"""
1701
1738
  deleteDomains(names: [String!]!): Boolean!
1702
1739
 
1703
- """To delete Employee"""
1740
+ """
1741
+ Deletes an employee record identified by the given ID. Also deletes any attachments associated with the employee.
1742
+ """
1704
1743
  deleteEmployee(id: String!): Boolean!
1705
1744
 
1706
- """To delete multiple Employees"""
1745
+ """
1746
+ Deletes multiple employee records identified by the given IDs. Also deletes any attachments associated with each employee.
1747
+ """
1707
1748
  deleteEmployees(ids: [String!]!): Boolean!
1708
1749
 
1709
1750
  """To delete multiple Entities"""
@@ -1769,6 +1810,12 @@ type Mutation {
1769
1810
  """To delete multiple ApprovalLines for current user"""
1770
1811
  deleteMyApprovalLines(ids: [String!]!): Boolean!
1771
1812
 
1813
+ """To delete my PagePreference"""
1814
+ deleteMyPagePreference(element: String!, page: String!): Boolean!
1815
+
1816
+ """To delete my preference"""
1817
+ deleteMyUserPreference(element: String!, key: String!): Boolean!
1818
+
1772
1819
  """To delete Notification"""
1773
1820
  deleteNotification(id: String!): Boolean!
1774
1821
 
@@ -1787,6 +1834,24 @@ type Mutation {
1787
1834
  """To delete multiple Oauth2Clients"""
1788
1835
  deleteOauth2Clients(ids: [String!]!): Boolean!
1789
1836
 
1837
+ """To delete PDFRelease"""
1838
+ deletePDFRelease(id: String!): Boolean!
1839
+
1840
+ """To delete multiple PDFReleases"""
1841
+ deletePDFReleases(ids: [String!]!): Boolean!
1842
+
1843
+ """To delete PDFTemplate"""
1844
+ deletePDFTemplate(id: String!): Boolean!
1845
+
1846
+ """To delete multiple PDFTemplates"""
1847
+ deletePDFTemplates(ids: [String!]!): Boolean!
1848
+
1849
+ """To delete PagePreference"""
1850
+ deletePagePreference(id: String!): Boolean!
1851
+
1852
+ """To delete multiple PagePreferences"""
1853
+ deletePagePreferences(ids: [String!]!): Boolean!
1854
+
1790
1855
  """To delete multiple partnerSettings"""
1791
1856
  deletePartnerSettings(ids: [String!]!): Boolean!
1792
1857
 
@@ -1850,10 +1915,18 @@ type Mutation {
1850
1915
  """To delete a user"""
1851
1916
  deleteUser(email: EmailAddress!): Boolean!
1852
1917
 
1918
+ """To delete UserPreference"""
1919
+ deleteUserPreference(id: String!): Boolean!
1920
+
1921
+ """To delete multiple UserPreferences"""
1922
+ deleteUserPreferences(ids: [String!]!): Boolean!
1923
+
1853
1924
  """To delete some users"""
1854
1925
  deleteUsers(emails: [String!]!): Boolean!
1855
1926
 
1856
- """To detach a contact from Employee"""
1927
+ """
1928
+ Detaches an existing contact from an employee. The employee is identified by their ID.
1929
+ """
1857
1930
  detachContact(id: String!): Employee!
1858
1931
 
1859
1932
  """To disconnect a connection"""
@@ -1895,7 +1968,9 @@ type Mutation {
1895
1968
  """To import multiple Departments"""
1896
1969
  importDepartments(departments: [DepartmentPatch!]!): Boolean!
1897
1970
 
1898
- """To import multiple Employees"""
1971
+ """
1972
+ Imports multiple employee records into the system. Each employee record must be provided in the EmployeePatch format.
1973
+ """
1899
1974
  importEmployees(employees: [EmployeePatch!]!): Boolean!
1900
1975
 
1901
1976
  """To import multiple MenuButtons"""
@@ -1922,6 +1997,12 @@ type Mutation {
1922
1997
  """To import multiple Oauth2Clients"""
1923
1998
  importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
1924
1999
 
2000
+ """To import multiple PDFReleases"""
2001
+ importPDFReleases(pdfReleases: [PDFReleasePatch!]!): Boolean!
2002
+
2003
+ """To import multiple PDFTemplates"""
2004
+ importPDFTemplates(pdfTemplates: [PDFTemplatePatch!]!): Boolean!
2005
+
1925
2006
  """To import multiple scenarios"""
1926
2007
  importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
1927
2008
 
@@ -1969,6 +2050,14 @@ type Mutation {
1969
2050
  visibility: String!
1970
2051
  ): BoardTemplate!
1971
2052
 
2053
+ """
2054
+ Registers an existing employee as a system user, granting them access to the system. The employee is identified by their ID.
2055
+ """
2056
+ registerEmployeeAsSystemUser(
2057
+ """Employee Id"""
2058
+ employeeId: String!
2059
+ ): Boolean!
2060
+
1972
2061
  """To release a Board"""
1973
2062
  releaseBoard(id: String!): Board!
1974
2063
  renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
@@ -1985,7 +2074,7 @@ type Mutation {
1985
2074
  """
1986
2075
  To run new scenario instance and will return the result after the scenario stop.
1987
2076
  """
1988
- runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
2077
+ runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceRunResult!
1989
2078
  sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
1990
2079
  singleUpload(file: Upload!): Attachment!
1991
2080
 
@@ -2058,7 +2147,9 @@ type Mutation {
2058
2147
  """To update multiple domains (Only superuser is granted this privilege.)"""
2059
2148
  updateDomains(patches: [DomainPatch!]!): Boolean!
2060
2149
 
2061
- """To modify Employee information"""
2150
+ """
2151
+ Updates the details of an existing employee identified by the given ID. Optionally updates the supervisor, department, system user, and photo associated with the employee.
2152
+ """
2062
2153
  updateEmployee(id: String!, patch: EmployeePatch!): Employee!
2063
2154
 
2064
2155
  """To modify Entity' information"""
@@ -2113,7 +2204,9 @@ type Mutation {
2113
2204
  """To modify multiple Departments' information"""
2114
2205
  updateMultipleDepartment(patches: [DepartmentPatch!]!): [Department!]!
2115
2206
 
2116
- """To modify multiple Employees' information"""
2207
+ """
2208
+ 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".
2209
+ """
2117
2210
  updateMultipleEmployee(patches: [EmployeePatch!]!): [Employee!]!
2118
2211
 
2119
2212
  """To modify multiple Entitys' information"""
@@ -2134,6 +2227,12 @@ type Mutation {
2134
2227
  """To modify multiple NotificationRules' information"""
2135
2228
  updateMultipleNotificationRule(patches: [NotificationRulePatch!]!): [NotificationRule!]!
2136
2229
 
2230
+ """To modify multiple PDFReleases' information"""
2231
+ updateMultiplePDFRelease(patches: [PDFReleasePatch!]!): [PDFRelease!]!
2232
+
2233
+ """To modify multiple PDFTemplates' information"""
2234
+ updateMultiplePDFTemplate(patches: [PDFTemplatePatch!]!): [PDFTemplate!]!
2235
+
2137
2236
  """To modify multiple PartnerSettings' information"""
2138
2237
  updateMultiplePartnerSetting(patches: [PartnerSettingPatch!]!): [PartnerSetting!]!
2139
2238
 
@@ -2167,6 +2266,12 @@ type Mutation {
2167
2266
  """To modify ApprovalLine information for current user"""
2168
2267
  updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2169
2268
 
2269
+ """To create or update my PagePreference"""
2270
+ updateMyPagePreference(element: String!, page: String!, preference: Object!): PagePreference!
2271
+
2272
+ """To create or update my preference"""
2273
+ updateMyUserPreference(key: String!, preference: Object!): UserPreference!
2274
+
2170
2275
  """To modify Notification information"""
2171
2276
  updateNotification(id: String!, patch: NotificationPatch!): Notification!
2172
2277
 
@@ -2176,6 +2281,12 @@ type Mutation {
2176
2281
  """To modify Oauth2Client information"""
2177
2282
  updateOauth2Client(id: String!, patch: Oauth2ClientPatch!): Oauth2Client!
2178
2283
 
2284
+ """To modify PDFRelease information"""
2285
+ updatePDFRelease(id: String!, patch: PDFReleasePatch!): PDFRelease!
2286
+
2287
+ """To modify PDFTemplate information"""
2288
+ updatePDFTemplate(id: String!, patch: PDFTemplatePatch!): PDFTemplate!
2289
+
2179
2290
  """To modify PayloadLog information"""
2180
2291
  updatePayloadLog(id: String!, patch: PayloadLogPatch!): PayloadLog!
2181
2292
 
@@ -2221,6 +2332,9 @@ type Mutation {
2221
2332
  """To modify user information"""
2222
2333
  updateUser(email: EmailAddress!, patch: UserPatch!): User!
2223
2334
 
2335
+ """To modify UserPreference information"""
2336
+ updateUserPreference(id: String!, patch: UserPreferencePatch!): UserPreference!
2337
+
2224
2338
  """To update roles for a user"""
2225
2339
  updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
2226
2340
  }
@@ -2259,6 +2373,7 @@ input NewAttachment {
2259
2373
  file: Upload!
2260
2374
  refBy: String
2261
2375
  refType: String
2376
+ tags: Object
2262
2377
  }
2263
2378
 
2264
2379
  input NewAttributeSet {
@@ -2303,12 +2418,14 @@ input NewCommonCode {
2303
2418
  input NewCommonCodeDetail {
2304
2419
  commonCode: ObjectRef!
2305
2420
  description: String
2421
+ labels: Object
2306
2422
  name: String!
2307
2423
  rank: Float!
2308
2424
  }
2309
2425
 
2310
2426
  input NewConnection {
2311
2427
  description: String
2428
+ edge: ObjectRef
2312
2429
  endpoint: String
2313
2430
  name: String!
2314
2431
  params: String
@@ -2341,16 +2458,21 @@ input NewDepartment {
2341
2458
  input NewEmployee {
2342
2459
  active: Boolean
2343
2460
  alias: String
2461
+ bankAccount: String
2462
+ bankName: String
2463
+ contact: ObjectRefForContact
2344
2464
  controlNo: String!
2345
- department: ObjectRef
2465
+ department: ObjectRefForDepartment
2466
+ emergencyContact: String
2467
+ emergencyContactPhone: String
2346
2468
  extension: String
2347
- hiredOn: String
2469
+ hiredOn: DateTimeISO
2348
2470
  jobPosition: String
2349
2471
  jobResponsibility: String
2350
2472
  name: String!
2351
2473
  note: String
2352
2474
  photo: Upload
2353
- retiredAt: String
2475
+ retiredOn: DateTimeISO
2354
2476
  supervisor: ObjectRefForEmployee
2355
2477
  type: EmployeeType
2356
2478
  user: ObjectRefForUser
@@ -2450,6 +2572,7 @@ input NewMenu {
2450
2572
  name: String!
2451
2573
  pagination: Boolean
2452
2574
  parent: ObjectRef
2575
+ privilege: PrivilegeInput
2453
2576
  rank: Int
2454
2577
  resourceId: String
2455
2578
  resourceName: String
@@ -2617,6 +2740,35 @@ input NewOauth2Client {
2617
2740
  webhook: String
2618
2741
  }
2619
2742
 
2743
+ input NewPDFRelease {
2744
+ active: Boolean
2745
+ description: String
2746
+ name: String!
2747
+ params: String
2748
+ state: PDFReleaseStatus
2749
+ }
2750
+
2751
+ input NewPDFTemplate {
2752
+ active: Boolean
2753
+ content_template: String
2754
+ cover_template: String
2755
+ description: String
2756
+ footer_template: String
2757
+ header_template: String
2758
+ last_template: String
2759
+ name: String!
2760
+ page_size: String = "A4"
2761
+ state: PDFTemplateStatus
2762
+ watermark: String
2763
+ }
2764
+
2765
+ input NewPagePreference {
2766
+ element: String
2767
+ page: String
2768
+ preference: Object!
2769
+ user: ObjectRef!
2770
+ }
2771
+
2620
2772
  input NewPayloadLog {
2621
2773
  description: String
2622
2774
  name: String!
@@ -2666,6 +2818,7 @@ input NewScenario {
2666
2818
  privilege: PrivilegeInput
2667
2819
  schedule: String
2668
2820
  timezone: String
2821
+ ttl: Float
2669
2822
  type: String
2670
2823
  }
2671
2824
 
@@ -2677,12 +2830,34 @@ input NewSetting {
2677
2830
  }
2678
2831
 
2679
2832
  input NewStateRegister {
2833
+ """Description of the state register"""
2680
2834
  description: String
2835
+
2836
+ """Group name for the state register"""
2837
+ group: String
2838
+
2839
+ """Name of the state register"""
2681
2840
  name: String!
2841
+
2842
+ """Number of decimal places if the state is a number type"""
2843
+ place: String
2844
+
2845
+ """
2846
+ Reference to an external entity or data, used as a flexible foreign key
2847
+ """
2682
2848
  refBy: String
2849
+
2850
+ """Current state value"""
2683
2851
  state: Object
2852
+
2853
+ """Time to live for the state value in seconds"""
2684
2854
  ttl: Int
2855
+
2856
+ """Type of the state"""
2685
2857
  type: String
2858
+
2859
+ """Unit of the state value"""
2860
+ unit: String
2686
2861
  }
2687
2862
 
2688
2863
  input NewTerminology {
@@ -2719,12 +2894,18 @@ input NewUserByDomainWizardInput {
2719
2894
  roles: [NewRole!]!
2720
2895
  }
2721
2896
 
2897
+ input NewUserPreference {
2898
+ key: String!
2899
+ preference: Object!
2900
+ user: ObjectRef!
2901
+ }
2902
+
2722
2903
  """Entity for Notification"""
2723
2904
  type Notification {
2724
2905
  body: String
2725
2906
  createdAt: DateTimeISO
2726
2907
  creator: User
2727
- domain: Domain
2908
+ domain: Domain!
2728
2909
  id: ID!
2729
2910
  image: String
2730
2911
  owner: User
@@ -2758,7 +2939,7 @@ type NotificationRule {
2758
2939
  creator: User
2759
2940
  deletedAt: DateTimeISO
2760
2941
  description: String
2761
- domain: Domain
2942
+ domain: Domain!
2762
2943
  id: ID!
2763
2944
  name: String
2764
2945
 
@@ -2815,7 +2996,7 @@ type Oauth2Client {
2815
2996
  createdAt: DateTimeISO
2816
2997
  creator: User
2817
2998
  description: String
2818
- domain: Domain
2999
+ domain: Domain!
2819
3000
  expires: DateTimeISO
2820
3001
  grantType: String
2821
3002
  icon: String
@@ -2886,6 +3067,34 @@ input ObjectRefApprovalLineOwnerType {
2886
3067
  name: String
2887
3068
  }
2888
3069
 
3070
+ input ObjectRefForContact {
3071
+ address: String
3072
+
3073
+ """Field description"""
3074
+ description: String
3075
+ email: EmailAddress
3076
+
3077
+ """Field id"""
3078
+ id: ID!
3079
+
3080
+ """Field name"""
3081
+ name: String
3082
+ phone: String
3083
+ }
3084
+
3085
+ input ObjectRefForDepartment {
3086
+ controlNo: String
3087
+
3088
+ """Field description"""
3089
+ description: String
3090
+
3091
+ """Field id"""
3092
+ id: ID!
3093
+
3094
+ """Field name"""
3095
+ name: String
3096
+ }
3097
+
2889
3098
  input ObjectRefForEmployee {
2890
3099
  active: Boolean
2891
3100
  alias: String
@@ -2894,7 +3103,7 @@ input ObjectRefForEmployee {
2894
3103
  """Field description"""
2895
3104
  description: String
2896
3105
  email: EmailAddress
2897
- hiredOn: String
3106
+ hiredOn: DateTimeISO
2898
3107
 
2899
3108
  """Field id"""
2900
3109
  id: ID!
@@ -2942,18 +3151,123 @@ enum OrgMemberTargetType {
2942
3151
  Role
2943
3152
  }
2944
3153
 
3154
+ """Entity for PDFRelease"""
3155
+ type PDFRelease {
3156
+ active: Boolean
3157
+ createdAt: DateTimeISO
3158
+ creator: User
3159
+ deletedAt: DateTimeISO
3160
+ description: String
3161
+ domain: Domain
3162
+ filePath: String
3163
+ fileUrl: String
3164
+ id: ID!
3165
+ name: String
3166
+ state: String
3167
+ template: PDFTemplate!
3168
+ templateId: String!
3169
+ updatedAt: DateTimeISO
3170
+ updater: User
3171
+ }
3172
+
3173
+ type PDFReleaseList {
3174
+ items: [PDFRelease!]!
3175
+ total: Int!
3176
+ }
3177
+
3178
+ input PDFReleasePatch {
3179
+ active: Boolean
3180
+ cuFlag: String
3181
+ description: String
3182
+ id: ID
3183
+ name: String
3184
+ state: PDFReleaseStatus
3185
+ }
3186
+
3187
+ """state enumeration of a PDFRelease"""
3188
+ enum PDFReleaseStatus {
3189
+ failed
3190
+ published
3191
+ }
3192
+
3193
+ """Entity for PDFTemplate"""
3194
+ type PDFTemplate {
3195
+ active: Boolean
3196
+ content_template: String
3197
+ cover_template: String
3198
+ createdAt: DateTimeISO
3199
+ creator: User
3200
+ description: String
3201
+ domain: Domain
3202
+ footer_template: String
3203
+ header_template: String
3204
+ id: ID!
3205
+ last_template: String
3206
+ name: String
3207
+ page_size: String
3208
+ state: String
3209
+ updatedAt: DateTimeISO
3210
+ updater: User
3211
+ watermark: String
3212
+ }
3213
+
3214
+ type PDFTemplateList {
3215
+ items: [PDFTemplate!]!
3216
+ total: Int!
3217
+ }
3218
+
3219
+ input PDFTemplatePatch {
3220
+ active: Boolean
3221
+ content_template: String
3222
+ cover_template: String
3223
+ cuFlag: String
3224
+ description: String
3225
+ footer_template: String
3226
+ header_template: String
3227
+ id: ID
3228
+ last_template: String
3229
+ name: String
3230
+ page_size: String = "A4"
3231
+ state: PDFTemplateStatus
3232
+ }
3233
+
3234
+ """state enumeration of a PDF Template"""
3235
+ enum PDFTemplateStatus {
3236
+ draft
3237
+ released
3238
+ }
3239
+
3240
+ """Entity for PagePreference"""
3241
+ type PagePreference {
3242
+ createdAt: DateTimeISO
3243
+ creator: User
3244
+ domain: Domain!
3245
+ element: String
3246
+ id: ID!
3247
+ page: String
3248
+ preference: Object
3249
+ updatedAt: DateTimeISO
3250
+ updater: User
3251
+ user: User!
3252
+ }
3253
+
3254
+ type PagePreferenceList {
3255
+ items: [PagePreference!]!
3256
+ total: Int!
3257
+ }
3258
+
2945
3259
  input Pagination {
2946
3260
  limit: Int
2947
3261
  page: Int
2948
3262
  }
2949
3263
 
2950
3264
  type Partner {
2951
- approvedAt: DateTimeISO!
3265
+ approvedAt: DateTimeISO
2952
3266
  approver: User
2953
3267
  domain: Domain!
2954
3268
  id: ID!
2955
3269
  partnerDomain: Domain!
2956
- requestedAt: DateTimeISO!
3270
+ requestedAt: DateTimeISO
2957
3271
  requester: User
2958
3272
  }
2959
3273
 
@@ -2968,7 +3282,7 @@ type PartnerSetting {
2968
3282
  createdAt: DateTimeISO
2969
3283
  creator: User
2970
3284
  description: String
2971
- domain: Domain
3285
+ domain: Domain!
2972
3286
  id: ID!
2973
3287
  name: String
2974
3288
  partnerDomain: Domain
@@ -2993,11 +3307,23 @@ input PartnerSettingPatch {
2993
3307
  value: String
2994
3308
  }
2995
3309
 
3310
+ type PasswordRule {
3311
+ allowRepeat: Boolean
3312
+ digit: Boolean
3313
+ looseCharacterLength: Float
3314
+ lowerCase: Boolean
3315
+ specialCharacter: Boolean
3316
+ tightCharacterLength: Float
3317
+ upperCase: Boolean
3318
+ useLoosePattern: Boolean
3319
+ useTightPattern: Boolean
3320
+ }
3321
+
2996
3322
  """Entity for PayloadLog"""
2997
3323
  type PayloadLog {
2998
3324
  createdAt: DateTimeISO
2999
3325
  creator: User
3000
- domain: Domain
3326
+ domain: Domain!
3001
3327
  endpoint: String!
3002
3328
  id: ID!
3003
3329
  name: String!
@@ -3163,11 +3489,18 @@ type PropertySpec {
3163
3489
  name: String!
3164
3490
  placeholder: String
3165
3491
  property: Object
3492
+ styles: Object
3166
3493
  type: String!
3167
3494
  }
3168
3495
 
3169
3496
  type Query {
3170
3497
  APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
3498
+
3499
+ """To fetch a PDFTemplate"""
3500
+ PDFTemplate(id: String!): PDFTemplate
3501
+
3502
+ """To fetch multiple PDFTemplates"""
3503
+ PDFTemplates(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PDFTemplateList!
3171
3504
  appBinding(id: String!): AppBinding!
3172
3505
  appBindings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AppBindingList!
3173
3506
 
@@ -3240,19 +3573,25 @@ type Query {
3240
3573
  boardsCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
3241
3574
  chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
3242
3575
 
3243
- """To check if system would provide default password to create new user"""
3576
+ """
3577
+ Checks if the system is configured to provide a default password for new users.
3578
+ """
3244
3579
  checkDefaultPassword: Boolean!
3245
3580
 
3246
- """To check if system would provide default password to create new user"""
3581
+ """
3582
+ Determines whether the system provides a default password when creating a new user.
3583
+ """
3247
3584
  checkResettablePasswordToDefault: Boolean!
3248
3585
 
3249
3586
  """To fetch the preset of role for new user"""
3250
3587
  checkRolePreset: [Role!]!
3251
3588
 
3252
- """To check if current user is belongs to current domain"""
3589
+ """
3590
+ Checks if the current authenticated user belongs to the current domain.
3591
+ """
3253
3592
  checkUserBelongsDomain: Boolean!
3254
3593
 
3255
- """..."""
3594
+ """Checks if a user with the given email address exists in the system."""
3256
3595
  checkUserExistence(email: EmailAddress!): Boolean!
3257
3596
 
3258
3597
  """To fetch common approval lines"""
@@ -3309,10 +3648,17 @@ type Query {
3309
3648
  """To fetch domains with given privilege for user"""
3310
3649
  domainsWithPrivilege(category: String!, privilege: String!): [Domain!]!
3311
3650
 
3312
- """To fetch a Employee"""
3651
+ """To fetch multiple appliance"""
3652
+ edges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
3653
+
3654
+ """
3655
+ Fetches a specific employee by their unique ID. Returns the employee object if found, or null if not found.
3656
+ """
3313
3657
  employee(id: String!): Employee
3314
3658
 
3315
- """To fetch multiple Employees"""
3659
+ """
3660
+ Fetches a list of employees based on provided query parameters. Supports searching by name, control number, and alias.
3661
+ """
3316
3662
  employees(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EmployeeList!
3317
3663
 
3318
3664
  """To fetch multiple Entities"""
@@ -3415,12 +3761,30 @@ type Query {
3415
3761
  myFavorites: [Favorite!]!
3416
3762
  myLoginHistories(limit: Float!): [LoginHistory!]!
3417
3763
 
3764
+ """To fetch my own Menus"""
3765
+ myMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
3766
+
3418
3767
  """To fetch my notifications"""
3419
3768
  myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3420
3769
 
3770
+ """To fetch a User's own PagePreference"""
3771
+ myPageAllPreferences(page: String!): [PagePreference!]
3772
+
3773
+ """To fetch a User's own PagePreference"""
3774
+ myPagePreference(element: String!, page: String!): PagePreference
3775
+
3776
+ """To fetch multiple PagePreferences"""
3777
+ myPagePreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PagePreferenceList!
3778
+
3421
3779
  """To fetch roles of current user"""
3422
3780
  myRoles: [Role!]!
3423
3781
 
3782
+ """To fetch a User's own UserPreference"""
3783
+ myUserPreference(element: String!, key: String!): UserPreference
3784
+
3785
+ """To fetch multiple UserPreferences"""
3786
+ myUserPreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserPreferenceList!
3787
+
3424
3788
  """To fetch a Notification"""
3425
3789
  notification(id: String!): Notification
3426
3790
 
@@ -3439,6 +3803,9 @@ type Query {
3439
3803
  """To fetch multiple Oauth2Clients"""
3440
3804
  oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
3441
3805
 
3806
+ """To fetch a PagePreference"""
3807
+ pagePreference(id: String!): PagePreference
3808
+
3442
3809
  """To fetch specific domain's CommonCodes by given name"""
3443
3810
  partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
3444
3811
 
@@ -3449,12 +3816,23 @@ type Query {
3449
3816
  partnerSettings(filters: [Filter!]!, pagination: Pagination!, partnerDomain: ObjectRef!, sortings: [Sorting!]!): PartnerSettingList!
3450
3817
  partners(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PartnerList!
3451
3818
 
3819
+ """
3820
+ Retrieves the current password rule configuration for the system, such as required character types and minimum length.
3821
+ """
3822
+ passwordRule: PasswordRule!
3823
+
3452
3824
  """To fetch a PayloadLog"""
3453
3825
  payloadLog(id: String!): PayloadLog!
3454
3826
 
3455
3827
  """To fetch multiple PayloadLogs"""
3456
3828
  payloadLogs(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
3457
3829
 
3830
+ """To fetch a PDFRelease"""
3831
+ pdfRelease(id: String!): PDFRelease
3832
+
3833
+ """To fetch multiple PDFReleases"""
3834
+ pdfReleases(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PDFReleaseList!
3835
+
3458
3836
  """To fetch a PlayGroup"""
3459
3837
  playGroup(id: String!): PlayGroup
3460
3838
 
@@ -3464,6 +3842,9 @@ type Query {
3464
3842
  """To fetch multiple PlayGroups"""
3465
3843
  playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
3466
3844
 
3845
+ """To fetch a UserPreference"""
3846
+ preference(id: String!): UserPreference
3847
+
3467
3848
  """To fetch a PrinterDevice"""
3468
3849
  printerDevice(id: String!): PrinterDevice!
3469
3850
 
@@ -3543,7 +3924,7 @@ type Query {
3543
3924
  """To fetch multiple Themes"""
3544
3925
  themes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ThemeList!
3545
3926
 
3546
- """To fetch user"""
3927
+ """Fetches a user by their email address within the current domain."""
3547
3928
  user(email: EmailAddress!): User!
3548
3929
 
3549
3930
  """To fetch Menus by role"""
@@ -3552,7 +3933,9 @@ type Query {
3552
3933
  """To fetch roles of a user"""
3553
3934
  userRoles(userId: String!): [UserRole!]!
3554
3935
 
3555
- """To fetch multiple users"""
3936
+ """
3937
+ Fetches a list of users based on provided search parameters within the current domain.
3938
+ """
3556
3939
  users(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserList!
3557
3940
  vendors: [Domain!]!
3558
3941
  }
@@ -3569,7 +3952,7 @@ type Role {
3569
3952
  description: String
3570
3953
  domain: Domain!
3571
3954
  id: ID!
3572
- name: String!
3955
+ name: String
3573
3956
  privileges: [Privilege!]
3574
3957
  updatedAt: DateTimeISO
3575
3958
  updater: User
@@ -3605,7 +3988,7 @@ type Scenario {
3605
3988
  createdAt: DateTimeISO
3606
3989
  creator: User
3607
3990
  description: String
3608
- domain: Domain
3991
+ domain: Domain!
3609
3992
  id: ID!
3610
3993
  instances: [ScenarioInstance!]
3611
3994
  name: String!
@@ -3619,6 +4002,7 @@ type Scenario {
3619
4002
  state: String
3620
4003
  steps: [Step!]
3621
4004
  timezone: String
4005
+ ttl: Float
3622
4006
  type: String
3623
4007
  updatedAt: DateTimeISO
3624
4008
  updater: User
@@ -3651,6 +4035,17 @@ type ScenarioInstanceProgress {
3651
4035
  steps: Int!
3652
4036
  }
3653
4037
 
4038
+ type ScenarioInstanceRunResult {
4039
+ data: Object
4040
+ instanceName: String
4041
+ message: String
4042
+ result: Object
4043
+ scenarioName: String
4044
+ state: String
4045
+ timestamp: DateTimeISO
4046
+ variables: Object
4047
+ }
4048
+
3654
4049
  type ScenarioInstanceState {
3655
4050
  data: Object
3656
4051
  domain: Domain
@@ -3687,6 +4082,7 @@ input ScenarioPatch {
3687
4082
  schedule: String
3688
4083
  steps: [StepPatch!]
3689
4084
  timezone: String
4085
+ ttl: Float
3690
4086
  type: String
3691
4087
  }
3692
4088
 
@@ -3701,7 +4097,7 @@ type Setting {
3701
4097
  createdAt: DateTimeISO
3702
4098
  creator: User
3703
4099
  description: String
3704
- domain: Domain
4100
+ domain: Domain!
3705
4101
  id: ID!
3706
4102
  name: String!
3707
4103
  updatedAt: DateTimeISO
@@ -3735,36 +4131,113 @@ input Sorting {
3735
4131
 
3736
4132
  """Entity for StateRegister"""
3737
4133
  type StateRegister {
4134
+ """Creation time of the state register"""
3738
4135
  createdAt: DateTimeISO
4136
+
4137
+ """User who created the state register"""
3739
4138
  creator: User
4139
+
4140
+ """ID of the user who created the state register"""
4141
+ creatorId: String
4142
+
4143
+ """Description of the state register"""
3740
4144
  description: String
3741
- domain: Domain
4145
+
4146
+ """Associated domain for the state register"""
4147
+ domain: Domain!
4148
+
4149
+ """ID of the associated domain"""
4150
+ domainId: String!
4151
+
4152
+ """Group name for the state register"""
4153
+ group: String
3742
4154
  id: ID!
4155
+
4156
+ """Name of the state register"""
3743
4157
  name: String
4158
+
4159
+ """Number of decimal places if the state is a number type"""
4160
+ place: String
4161
+
4162
+ """
4163
+ Reference to an external entity or data, used as a flexible foreign key
4164
+ """
3744
4165
  refBy: String
4166
+
4167
+ """Current state value"""
3745
4168
  state: Object
4169
+
4170
+ """Time to live for the state value in seconds"""
3746
4171
  ttl: Int
4172
+
4173
+ """Type of the state"""
3747
4174
  type: String
4175
+
4176
+ """Unit of the state value"""
4177
+ unit: String
4178
+
4179
+ """Last update time of the state register"""
3748
4180
  updatedAt: DateTimeISO
4181
+
4182
+ """User who last updated the state register"""
3749
4183
  updater: User
4184
+
4185
+ """ID of the user who last updated the state register"""
4186
+ updaterId: String
4187
+
4188
+ """User who wrote the state"""
3750
4189
  writer: User
4190
+
4191
+ """ID of the user who wrote the state"""
4192
+ writerId: String
4193
+
4194
+ """Time when the state was recorded"""
3751
4195
  wroteAt: DateTimeISO
3752
4196
  }
3753
4197
 
3754
4198
  type StateRegisterList {
4199
+ """List of state registers"""
3755
4200
  items: [StateRegister!]!
4201
+
4202
+ """Total number of state registers"""
3756
4203
  total: Int!
3757
4204
  }
3758
4205
 
3759
4206
  input StateRegisterPatch {
4207
+ """Flag indicating create/update operations"""
3760
4208
  cuFlag: String
4209
+
4210
+ """Description of the state register"""
3761
4211
  description: String
4212
+
4213
+ """Group name for the state register"""
4214
+ group: String
4215
+
4216
+ """ID of the state register"""
3762
4217
  id: ID
4218
+
4219
+ """Name of the state register"""
3763
4220
  name: String
4221
+
4222
+ """Number of decimal places if the state is a number type"""
4223
+ place: String
4224
+
4225
+ """
4226
+ Reference to an external entity or data, used as a flexible foreign key
4227
+ """
3764
4228
  refBy: String
4229
+
4230
+ """Current state value"""
3765
4231
  state: Object
4232
+
4233
+ """Time to live for the state value in seconds"""
3766
4234
  ttl: Int
4235
+
4236
+ """Type of the state"""
3767
4237
  type: String
4238
+
4239
+ """Unit of the state value"""
4240
+ unit: String
3768
4241
  }
3769
4242
 
3770
4243
  type Step {
@@ -3838,6 +4311,7 @@ type TaskTypeList {
3838
4311
  type Terminology {
3839
4312
  category: String!
3840
4313
  createdAt: DateTimeISO
4314
+ creator: User
3841
4315
  description: String
3842
4316
  display: String!
3843
4317
  domain: Domain!
@@ -3845,6 +4319,7 @@ type Terminology {
3845
4319
  locale: String!
3846
4320
  name: String!
3847
4321
  updatedAt: DateTimeISO
4322
+ updater: User
3848
4323
  }
3849
4324
 
3850
4325
  type TerminologyList {
@@ -3853,12 +4328,12 @@ type TerminologyList {
3853
4328
  }
3854
4329
 
3855
4330
  input TerminologyPatch {
3856
- category: String!
4331
+ category: String
3857
4332
  cuFlag: String
3858
4333
  description: String
3859
- display: String!
4334
+ display: String
3860
4335
  id: ID
3861
- locale: String!
4336
+ locale: String
3862
4337
  name: String
3863
4338
  }
3864
4339
 
@@ -3869,7 +4344,7 @@ type Theme {
3869
4344
  creator: User
3870
4345
  deletedAt: DateTimeISO
3871
4346
  description: String
3872
- domain: Domain
4347
+ domain: Domain!
3873
4348
  id: ID!
3874
4349
  name: String
3875
4350
  type: String
@@ -3909,7 +4384,7 @@ type User {
3909
4384
  email: EmailAddress!
3910
4385
  id: ID!
3911
4386
  locale: String
3912
- name: String!
4387
+ name: String
3913
4388
  owner: Boolean
3914
4389
  reference: String
3915
4390
  roles: [Role!]!
@@ -3939,6 +4414,32 @@ input UserPatch {
3939
4414
  userType: String
3940
4415
  }
3941
4416
 
4417
+ """Entity for UserPreference"""
4418
+ type UserPreference {
4419
+ createdAt: DateTimeISO
4420
+ creator: User
4421
+ domain: Domain
4422
+ id: ID!
4423
+ key: String
4424
+ preference: Object
4425
+ updatedAt: DateTimeISO
4426
+ updater: User
4427
+ user: User!
4428
+ }
4429
+
4430
+ type UserPreferenceList {
4431
+ items: [UserPreference!]!
4432
+ total: Int!
4433
+ }
4434
+
4435
+ input UserPreferencePatch {
4436
+ cuFlag: String
4437
+ id: ID
4438
+ key: String!
4439
+ preference: Object!
4440
+ user: ObjectRef!
4441
+ }
4442
+
3942
4443
  type UserRole {
3943
4444
  assigned: Boolean
3944
4445
  description: String
@@ -3950,7 +4451,7 @@ type UserRole {
3950
4451
  type UsersAuthProviders {
3951
4452
  authProvider: AuthProvider
3952
4453
  createdAt: DateTimeISO
3953
- domain: Domain
4454
+ domain: Domain!
3954
4455
  id: ID!
3955
4456
  ssoId: String
3956
4457
  updatedAt: DateTimeISO