@operato/scene-integration 7.0.1 → 7.3.9

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
@@ -283,11 +283,10 @@ type AuthProvider {
283
283
  clientSecret: String
284
284
  createdAt: DateTimeISO
285
285
  creator: User
286
- domain: Domain
286
+ domain: Domain!
287
287
  id: ID!
288
288
  params: Object
289
289
  privateKey: String
290
- state: String
291
290
  tenantId: String
292
291
  type: String
293
292
  updatedAt: DateTimeISO
@@ -305,6 +304,7 @@ type AuthProviderParameterSpec {
305
304
  name: String!
306
305
  placeholder: String
307
306
  property: Object
307
+ styles: Object
308
308
  type: String!
309
309
  }
310
310
 
@@ -411,7 +411,7 @@ type BoardTemplate {
411
411
  createdAt: DateTimeISO
412
412
  creator: User
413
413
  description: String
414
- domain: Domain
414
+ domain: Domain!
415
415
  id: ID!
416
416
  mine: Boolean!
417
417
  model: String
@@ -462,7 +462,7 @@ type CommonCode {
462
462
  creator: User
463
463
  description: String
464
464
  details: [CommonCodeDetail!]!
465
- domain: Domain
465
+ domain: Domain!
466
466
  id: ID!
467
467
  name: String!
468
468
  updatedAt: DateTimeISO
@@ -475,8 +475,9 @@ type CommonCodeDetail {
475
475
  createdAt: DateTimeISO
476
476
  creator: User
477
477
  description: String
478
- domain: Domain
478
+ domain: Domain!
479
479
  id: ID!
480
+ labels: Object
480
481
  name: String!
481
482
  rank: Float
482
483
  updatedAt: DateTimeISO
@@ -493,6 +494,7 @@ input CommonCodeDetailPatch {
493
494
  cuFlag: String
494
495
  description: String
495
496
  id: ID
497
+ labels: Object
496
498
  name: String
497
499
  rank: Float
498
500
  }
@@ -516,6 +518,7 @@ type Connection {
516
518
  creator: User
517
519
  description: String
518
520
  domain: Domain
521
+ edge: Appliance
519
522
  endpoint: String
520
523
  id: ID!
521
524
  name: String!
@@ -535,6 +538,7 @@ input ConnectionPatch {
535
538
  active: Boolean
536
539
  cuFlag: String
537
540
  description: String
541
+ edge: ObjectRef
538
542
  endpoint: String
539
543
  id: ID
540
544
  name: String
@@ -544,7 +548,8 @@ input ConnectionPatch {
544
548
 
545
549
  type ConnectionState {
546
550
  description: String
547
- domain: Domain
551
+ domain: Domain!
552
+ edge: Appliance
548
553
  id: String
549
554
  name: String
550
555
  state: String
@@ -573,7 +578,7 @@ type Contact {
573
578
  creator: User
574
579
  deletedAt: DateTimeISO
575
580
  department: String
576
- domain: Domain
581
+ domain: Domain!
577
582
  email: EmailAddress
578
583
  id: ID!
579
584
  items: [ContactItem!]
@@ -644,7 +649,7 @@ type Department {
644
649
  creator: User
645
650
  deletedAt: DateTimeISO
646
651
  description: String
647
- domain: Domain
652
+ domain: Domain!
648
653
  extension: String
649
654
  id: ID!
650
655
  manager: Employee
@@ -751,7 +756,7 @@ type Employee {
751
756
  creator: User
752
757
  deletedAt: DateTimeISO
753
758
  department: Department
754
- domain: Domain
759
+ domain: Domain!
755
760
  email: EmailAddress
756
761
  extension: String
757
762
  hiredOn: String
@@ -817,7 +822,7 @@ type Entity {
817
822
  dataProp: String
818
823
  delStrategy: String
819
824
  description: String
820
- domain: Domain
825
+ domain: Domain!
821
826
  extEntity: Boolean
822
827
  fixedColumns: Float
823
828
  id: ID!
@@ -842,7 +847,7 @@ type EntityColumn {
842
847
  creator: User
843
848
  defVal: String
844
849
  description: String
845
- domain: Domain
850
+ domain: Domain!
846
851
  entity: Entity!
847
852
  formEditor: String
848
853
  formFormat: String
@@ -1015,7 +1020,7 @@ type Font {
1015
1020
  active: Boolean!
1016
1021
  createdAt: DateTimeISO
1017
1022
  creator: User
1018
- domain: Domain
1023
+ domain: Domain!
1019
1024
  files: [Attachment!]
1020
1025
  id: ID!
1021
1026
  name: String!
@@ -1138,14 +1143,14 @@ type LoginHistoryList {
1138
1143
  type Menu {
1139
1144
  buttons: [MenuButton!]!
1140
1145
  category: String
1141
- children: [Menu!]!
1146
+ children(permittedOnly: Boolean! = false): [Menu!]!
1142
1147
  columns: [MenuColumn!]!
1143
1148
  createdAt: DateTimeISO
1144
1149
  creator: User
1145
1150
  description: String
1146
1151
  detailFormId: String
1147
1152
  detailLayout: String
1148
- domain: Domain
1153
+ domain: Domain!
1149
1154
  fixedColumns: Float
1150
1155
  gridSaveUrl: String
1151
1156
  hiddenFlag: Boolean
@@ -1157,6 +1162,7 @@ type Menu {
1157
1162
  name: String
1158
1163
  pagination: Boolean
1159
1164
  parent: Menu
1165
+ privilege: PrivilegeObject
1160
1166
  rank: Float
1161
1167
  resourceId: String
1162
1168
  resourceName: String
@@ -1178,7 +1184,7 @@ type MenuButton {
1178
1184
  auth: String
1179
1185
  createdAt: DateTimeISO
1180
1186
  creator: User
1181
- domain: Domain
1187
+ domain: Domain!
1182
1188
  icon: String
1183
1189
  id: ID!
1184
1190
  logic: String
@@ -1213,7 +1219,7 @@ type MenuColumn {
1213
1219
  creator: User
1214
1220
  defVal: String
1215
1221
  description: String
1216
- domain: Domain
1222
+ domain: Domain!
1217
1223
  extField: Boolean
1218
1224
  formEditor: String
1219
1225
  formFormat: String
@@ -1302,7 +1308,7 @@ type MenuDetail {
1302
1308
  creator: User
1303
1309
  customView: String
1304
1310
  dataProp: String
1305
- domain: Domain
1311
+ domain: Domain!
1306
1312
  entityId: String
1307
1313
  id: ID!
1308
1314
  masterField: String
@@ -1319,7 +1325,7 @@ type MenuDetail {
1319
1325
  type MenuDetailButton {
1320
1326
  createdAt: DateTimeISO
1321
1327
  creator: User
1322
- domain: Domain
1328
+ domain: Domain!
1323
1329
  icon: String
1324
1330
  id: ID!
1325
1331
  logic: String
@@ -1353,7 +1359,7 @@ type MenuDetailColumn {
1353
1359
  creator: User
1354
1360
  defVal: String
1355
1361
  description: String
1356
- domain: Domain
1362
+ domain: Domain!
1357
1363
  extField: Boolean
1358
1364
  formEditor: String
1359
1365
  formFormat: String
@@ -1478,6 +1484,7 @@ input MenuPatch {
1478
1484
  name: String
1479
1485
  pagination: Boolean
1480
1486
  parent: ObjectRef
1487
+ privilege: PrivilegeInput
1481
1488
  rank: Int
1482
1489
  resourceId: String
1483
1490
  resourceName: String
@@ -1499,6 +1506,9 @@ type Mutation {
1499
1506
  attachContact(contactId: String!, id: String!): Employee!
1500
1507
  cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
1501
1508
 
1509
+ """To clear translations cache"""
1510
+ clearTranslationsCache: Boolean!
1511
+
1502
1512
  """To clone a Board from existing Board"""
1503
1513
  cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
1504
1514
 
@@ -1588,6 +1598,9 @@ type Mutation {
1588
1598
  """To create new ApprovalLine for current user"""
1589
1599
  createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
1590
1600
 
1601
+ """To create my new PagePreference"""
1602
+ createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
1603
+
1591
1604
  """To create new Notification"""
1592
1605
  createNotification(notification: NewNotification!): Notification!
1593
1606
 
@@ -1597,6 +1610,12 @@ type Mutation {
1597
1610
  """To create new Oauth2Client"""
1598
1611
  createOauth2Client(oauth2Client: NewOauth2Client!): Oauth2Client!
1599
1612
 
1613
+ """To create new PDFRelease"""
1614
+ createPDFRelease(pdfRelease: NewPDFRelease!): PDFRelease!
1615
+
1616
+ """To create new PDFTemplate"""
1617
+ createPDFTemplate(pdfTemplate: NewPDFTemplate!): PDFTemplate!
1618
+
1600
1619
  """To create new PayloadLog"""
1601
1620
  createPayloadLog(payloadLog: NewPayloadLog!): PayloadLog!
1602
1621
 
@@ -1629,6 +1648,9 @@ type Mutation {
1629
1648
 
1630
1649
  """To create new user"""
1631
1650
  createUser(user: NewUser!): User!
1651
+
1652
+ """To create new UserPreference"""
1653
+ createUserPreference(preference: NewUserPreference!): UserPreference!
1632
1654
  deleteAppBinding(id: String!): Boolean!
1633
1655
 
1634
1656
  """To delete appliance"""
@@ -1643,7 +1665,7 @@ type Mutation {
1643
1665
  """To delete multiple ApprovalLines"""
1644
1666
  deleteApprovalLines(ids: [String!]!): Boolean!
1645
1667
  deleteAttachment(id: String!): Boolean!
1646
- deleteAttachmentsByRef(refBys: [String!]!): Boolean!
1668
+ deleteAttachmentsByRef(refBys: [String!]!, refType: String): Boolean!
1647
1669
 
1648
1670
  """To delete AttributeSet"""
1649
1671
  deleteAttributeSet(id: String!): Boolean!
@@ -1769,6 +1791,12 @@ type Mutation {
1769
1791
  """To delete multiple ApprovalLines for current user"""
1770
1792
  deleteMyApprovalLines(ids: [String!]!): Boolean!
1771
1793
 
1794
+ """To delete my PagePreference"""
1795
+ deleteMyPagePreference(element: String!, page: String!): Boolean!
1796
+
1797
+ """To delete my preference"""
1798
+ deleteMyUserPreference(element: String!, key: String!): Boolean!
1799
+
1772
1800
  """To delete Notification"""
1773
1801
  deleteNotification(id: String!): Boolean!
1774
1802
 
@@ -1787,6 +1815,24 @@ type Mutation {
1787
1815
  """To delete multiple Oauth2Clients"""
1788
1816
  deleteOauth2Clients(ids: [String!]!): Boolean!
1789
1817
 
1818
+ """To delete PDFRelease"""
1819
+ deletePDFRelease(id: String!): Boolean!
1820
+
1821
+ """To delete multiple PDFReleases"""
1822
+ deletePDFReleases(ids: [String!]!): Boolean!
1823
+
1824
+ """To delete PDFTemplate"""
1825
+ deletePDFTemplate(id: String!): Boolean!
1826
+
1827
+ """To delete multiple PDFTemplates"""
1828
+ deletePDFTemplates(ids: [String!]!): Boolean!
1829
+
1830
+ """To delete PagePreference"""
1831
+ deletePagePreference(id: String!): Boolean!
1832
+
1833
+ """To delete multiple PagePreferences"""
1834
+ deletePagePreferences(ids: [String!]!): Boolean!
1835
+
1790
1836
  """To delete multiple partnerSettings"""
1791
1837
  deletePartnerSettings(ids: [String!]!): Boolean!
1792
1838
 
@@ -1850,6 +1896,12 @@ type Mutation {
1850
1896
  """To delete a user"""
1851
1897
  deleteUser(email: EmailAddress!): Boolean!
1852
1898
 
1899
+ """To delete UserPreference"""
1900
+ deleteUserPreference(id: String!): Boolean!
1901
+
1902
+ """To delete multiple UserPreferences"""
1903
+ deleteUserPreferences(ids: [String!]!): Boolean!
1904
+
1853
1905
  """To delete some users"""
1854
1906
  deleteUsers(emails: [String!]!): Boolean!
1855
1907
 
@@ -1922,6 +1974,12 @@ type Mutation {
1922
1974
  """To import multiple Oauth2Clients"""
1923
1975
  importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
1924
1976
 
1977
+ """To import multiple PDFReleases"""
1978
+ importPDFReleases(pdfReleases: [PDFReleasePatch!]!): Boolean!
1979
+
1980
+ """To import multiple PDFTemplates"""
1981
+ importPDFTemplates(pdfTemplates: [PDFTemplatePatch!]!): Boolean!
1982
+
1925
1983
  """To import multiple scenarios"""
1926
1984
  importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
1927
1985
 
@@ -1985,7 +2043,7 @@ type Mutation {
1985
2043
  """
1986
2044
  To run new scenario instance and will return the result after the scenario stop.
1987
2045
  """
1988
- runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
2046
+ runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceRunResult!
1989
2047
  sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
1990
2048
  singleUpload(file: Upload!): Attachment!
1991
2049
 
@@ -2134,6 +2192,12 @@ type Mutation {
2134
2192
  """To modify multiple NotificationRules' information"""
2135
2193
  updateMultipleNotificationRule(patches: [NotificationRulePatch!]!): [NotificationRule!]!
2136
2194
 
2195
+ """To modify multiple PDFReleases' information"""
2196
+ updateMultiplePDFRelease(patches: [PDFReleasePatch!]!): [PDFRelease!]!
2197
+
2198
+ """To modify multiple PDFTemplates' information"""
2199
+ updateMultiplePDFTemplate(patches: [PDFTemplatePatch!]!): [PDFTemplate!]!
2200
+
2137
2201
  """To modify multiple PartnerSettings' information"""
2138
2202
  updateMultiplePartnerSetting(patches: [PartnerSettingPatch!]!): [PartnerSetting!]!
2139
2203
 
@@ -2167,6 +2231,12 @@ type Mutation {
2167
2231
  """To modify ApprovalLine information for current user"""
2168
2232
  updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2169
2233
 
2234
+ """To create or update my PagePreference"""
2235
+ updateMyPagePreference(element: String!, page: String!, preference: Object!): PagePreference!
2236
+
2237
+ """To create or update my preference"""
2238
+ updateMyUserPreference(key: String!, preference: Object!): UserPreference!
2239
+
2170
2240
  """To modify Notification information"""
2171
2241
  updateNotification(id: String!, patch: NotificationPatch!): Notification!
2172
2242
 
@@ -2176,6 +2246,12 @@ type Mutation {
2176
2246
  """To modify Oauth2Client information"""
2177
2247
  updateOauth2Client(id: String!, patch: Oauth2ClientPatch!): Oauth2Client!
2178
2248
 
2249
+ """To modify PDFRelease information"""
2250
+ updatePDFRelease(id: String!, patch: PDFReleasePatch!): PDFRelease!
2251
+
2252
+ """To modify PDFTemplate information"""
2253
+ updatePDFTemplate(id: String!, patch: PDFTemplatePatch!): PDFTemplate!
2254
+
2179
2255
  """To modify PayloadLog information"""
2180
2256
  updatePayloadLog(id: String!, patch: PayloadLogPatch!): PayloadLog!
2181
2257
 
@@ -2221,6 +2297,9 @@ type Mutation {
2221
2297
  """To modify user information"""
2222
2298
  updateUser(email: EmailAddress!, patch: UserPatch!): User!
2223
2299
 
2300
+ """To modify UserPreference information"""
2301
+ updateUserPreference(id: String!, patch: UserPreferencePatch!): UserPreference!
2302
+
2224
2303
  """To update roles for a user"""
2225
2304
  updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
2226
2305
  }
@@ -2303,12 +2382,14 @@ input NewCommonCode {
2303
2382
  input NewCommonCodeDetail {
2304
2383
  commonCode: ObjectRef!
2305
2384
  description: String
2385
+ labels: Object
2306
2386
  name: String!
2307
2387
  rank: Float!
2308
2388
  }
2309
2389
 
2310
2390
  input NewConnection {
2311
2391
  description: String
2392
+ edge: ObjectRef
2312
2393
  endpoint: String
2313
2394
  name: String!
2314
2395
  params: String
@@ -2450,6 +2531,7 @@ input NewMenu {
2450
2531
  name: String!
2451
2532
  pagination: Boolean
2452
2533
  parent: ObjectRef
2534
+ privilege: PrivilegeInput
2453
2535
  rank: Int
2454
2536
  resourceId: String
2455
2537
  resourceName: String
@@ -2617,6 +2699,35 @@ input NewOauth2Client {
2617
2699
  webhook: String
2618
2700
  }
2619
2701
 
2702
+ input NewPDFRelease {
2703
+ active: Boolean
2704
+ description: String
2705
+ name: String!
2706
+ params: String
2707
+ state: PDFReleaseStatus
2708
+ }
2709
+
2710
+ input NewPDFTemplate {
2711
+ active: Boolean
2712
+ content_template: String
2713
+ cover_template: String
2714
+ description: String
2715
+ footer_template: String
2716
+ header_template: String
2717
+ last_template: String
2718
+ name: String!
2719
+ page_size: String = "A4"
2720
+ state: PDFTemplateStatus
2721
+ watermark: String
2722
+ }
2723
+
2724
+ input NewPagePreference {
2725
+ element: String
2726
+ page: String
2727
+ preference: Object!
2728
+ user: ObjectRef!
2729
+ }
2730
+
2620
2731
  input NewPayloadLog {
2621
2732
  description: String
2622
2733
  name: String!
@@ -2666,6 +2777,7 @@ input NewScenario {
2666
2777
  privilege: PrivilegeInput
2667
2778
  schedule: String
2668
2779
  timezone: String
2780
+ ttl: Float
2669
2781
  type: String
2670
2782
  }
2671
2783
 
@@ -2677,12 +2789,34 @@ input NewSetting {
2677
2789
  }
2678
2790
 
2679
2791
  input NewStateRegister {
2792
+ """Description of the state register"""
2680
2793
  description: String
2794
+
2795
+ """Group name for the state register"""
2796
+ group: String
2797
+
2798
+ """Name of the state register"""
2681
2799
  name: String!
2800
+
2801
+ """Number of decimal places if the state is a number type"""
2802
+ place: String
2803
+
2804
+ """
2805
+ Reference to an external entity or data, used as a flexible foreign key
2806
+ """
2682
2807
  refBy: String
2808
+
2809
+ """Current state value"""
2683
2810
  state: Object
2811
+
2812
+ """Time to live for the state value in seconds"""
2684
2813
  ttl: Int
2814
+
2815
+ """Type of the state"""
2685
2816
  type: String
2817
+
2818
+ """Unit of the state value"""
2819
+ unit: String
2686
2820
  }
2687
2821
 
2688
2822
  input NewTerminology {
@@ -2719,12 +2853,18 @@ input NewUserByDomainWizardInput {
2719
2853
  roles: [NewRole!]!
2720
2854
  }
2721
2855
 
2856
+ input NewUserPreference {
2857
+ key: String!
2858
+ preference: Object!
2859
+ user: ObjectRef!
2860
+ }
2861
+
2722
2862
  """Entity for Notification"""
2723
2863
  type Notification {
2724
2864
  body: String
2725
2865
  createdAt: DateTimeISO
2726
2866
  creator: User
2727
- domain: Domain
2867
+ domain: Domain!
2728
2868
  id: ID!
2729
2869
  image: String
2730
2870
  owner: User
@@ -2758,7 +2898,7 @@ type NotificationRule {
2758
2898
  creator: User
2759
2899
  deletedAt: DateTimeISO
2760
2900
  description: String
2761
- domain: Domain
2901
+ domain: Domain!
2762
2902
  id: ID!
2763
2903
  name: String
2764
2904
 
@@ -2815,7 +2955,7 @@ type Oauth2Client {
2815
2955
  createdAt: DateTimeISO
2816
2956
  creator: User
2817
2957
  description: String
2818
- domain: Domain
2958
+ domain: Domain!
2819
2959
  expires: DateTimeISO
2820
2960
  grantType: String
2821
2961
  icon: String
@@ -2942,18 +3082,123 @@ enum OrgMemberTargetType {
2942
3082
  Role
2943
3083
  }
2944
3084
 
3085
+ """Entity for PDFRelease"""
3086
+ type PDFRelease {
3087
+ active: Boolean
3088
+ createdAt: DateTimeISO
3089
+ creator: User
3090
+ deletedAt: DateTimeISO
3091
+ description: String
3092
+ domain: Domain
3093
+ filePath: String
3094
+ fileUrl: String
3095
+ id: ID!
3096
+ name: String
3097
+ state: String
3098
+ template: PDFTemplate!
3099
+ templateId: String!
3100
+ updatedAt: DateTimeISO
3101
+ updater: User
3102
+ }
3103
+
3104
+ type PDFReleaseList {
3105
+ items: [PDFRelease!]!
3106
+ total: Int!
3107
+ }
3108
+
3109
+ input PDFReleasePatch {
3110
+ active: Boolean
3111
+ cuFlag: String
3112
+ description: String
3113
+ id: ID
3114
+ name: String
3115
+ state: PDFReleaseStatus
3116
+ }
3117
+
3118
+ """state enumeration of a PDFRelease"""
3119
+ enum PDFReleaseStatus {
3120
+ failed
3121
+ published
3122
+ }
3123
+
3124
+ """Entity for PDFTemplate"""
3125
+ type PDFTemplate {
3126
+ active: Boolean
3127
+ content_template: String
3128
+ cover_template: String
3129
+ createdAt: DateTimeISO
3130
+ creator: User
3131
+ description: String
3132
+ domain: Domain
3133
+ footer_template: String
3134
+ header_template: String
3135
+ id: ID!
3136
+ last_template: String
3137
+ name: String
3138
+ page_size: String
3139
+ state: String
3140
+ updatedAt: DateTimeISO
3141
+ updater: User
3142
+ watermark: String
3143
+ }
3144
+
3145
+ type PDFTemplateList {
3146
+ items: [PDFTemplate!]!
3147
+ total: Int!
3148
+ }
3149
+
3150
+ input PDFTemplatePatch {
3151
+ active: Boolean
3152
+ content_template: String
3153
+ cover_template: String
3154
+ cuFlag: String
3155
+ description: String
3156
+ footer_template: String
3157
+ header_template: String
3158
+ id: ID
3159
+ last_template: String
3160
+ name: String
3161
+ page_size: String = "A4"
3162
+ state: PDFTemplateStatus
3163
+ }
3164
+
3165
+ """state enumeration of a PDF Template"""
3166
+ enum PDFTemplateStatus {
3167
+ draft
3168
+ released
3169
+ }
3170
+
3171
+ """Entity for PagePreference"""
3172
+ type PagePreference {
3173
+ createdAt: DateTimeISO
3174
+ creator: User
3175
+ domain: Domain!
3176
+ element: String
3177
+ id: ID!
3178
+ page: String
3179
+ preference: Object
3180
+ updatedAt: DateTimeISO
3181
+ updater: User
3182
+ user: User!
3183
+ }
3184
+
3185
+ type PagePreferenceList {
3186
+ items: [PagePreference!]!
3187
+ total: Int!
3188
+ }
3189
+
2945
3190
  input Pagination {
2946
3191
  limit: Int
2947
3192
  page: Int
2948
3193
  }
2949
3194
 
2950
3195
  type Partner {
2951
- approvedAt: DateTimeISO!
3196
+ approvedAt: DateTimeISO
2952
3197
  approver: User
2953
3198
  domain: Domain!
2954
3199
  id: ID!
2955
3200
  partnerDomain: Domain!
2956
- requestedAt: DateTimeISO!
3201
+ requestedAt: DateTimeISO
2957
3202
  requester: User
2958
3203
  }
2959
3204
 
@@ -2968,7 +3213,7 @@ type PartnerSetting {
2968
3213
  createdAt: DateTimeISO
2969
3214
  creator: User
2970
3215
  description: String
2971
- domain: Domain
3216
+ domain: Domain!
2972
3217
  id: ID!
2973
3218
  name: String
2974
3219
  partnerDomain: Domain
@@ -2997,7 +3242,7 @@ input PartnerSettingPatch {
2997
3242
  type PayloadLog {
2998
3243
  createdAt: DateTimeISO
2999
3244
  creator: User
3000
- domain: Domain
3245
+ domain: Domain!
3001
3246
  endpoint: String!
3002
3247
  id: ID!
3003
3248
  name: String!
@@ -3163,11 +3408,18 @@ type PropertySpec {
3163
3408
  name: String!
3164
3409
  placeholder: String
3165
3410
  property: Object
3411
+ styles: Object
3166
3412
  type: String!
3167
3413
  }
3168
3414
 
3169
3415
  type Query {
3170
3416
  APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
3417
+
3418
+ """To fetch a PDFTemplate"""
3419
+ PDFTemplate(id: String!): PDFTemplate
3420
+
3421
+ """To fetch multiple PDFTemplates"""
3422
+ PDFTemplates(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PDFTemplateList!
3171
3423
  appBinding(id: String!): AppBinding!
3172
3424
  appBindings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AppBindingList!
3173
3425
 
@@ -3309,6 +3561,9 @@ type Query {
3309
3561
  """To fetch domains with given privilege for user"""
3310
3562
  domainsWithPrivilege(category: String!, privilege: String!): [Domain!]!
3311
3563
 
3564
+ """To fetch multiple appliance"""
3565
+ edges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
3566
+
3312
3567
  """To fetch a Employee"""
3313
3568
  employee(id: String!): Employee
3314
3569
 
@@ -3415,15 +3670,30 @@ type Query {
3415
3670
  myFavorites: [Favorite!]!
3416
3671
  myLoginHistories(limit: Float!): [LoginHistory!]!
3417
3672
 
3673
+ """To fetch my own Menus"""
3674
+ myMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
3675
+
3418
3676
  """To fetch my notifications"""
3419
3677
  myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
3420
3678
 
3421
- """To fetch current users privileges for current domain"""
3422
- myPrivileges: [Privilege!]!
3679
+ """To fetch a User's own PagePreference"""
3680
+ myPageAllPreferences(page: String!): [PagePreference!]
3681
+
3682
+ """To fetch a User's own PagePreference"""
3683
+ myPagePreference(element: String!, page: String!): PagePreference
3684
+
3685
+ """To fetch multiple PagePreferences"""
3686
+ myPagePreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PagePreferenceList!
3423
3687
 
3424
3688
  """To fetch roles of current user"""
3425
3689
  myRoles: [Role!]!
3426
3690
 
3691
+ """To fetch a User's own UserPreference"""
3692
+ myUserPreference(element: String!, key: String!): UserPreference
3693
+
3694
+ """To fetch multiple UserPreferences"""
3695
+ myUserPreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserPreferenceList!
3696
+
3427
3697
  """To fetch a Notification"""
3428
3698
  notification(id: String!): Notification
3429
3699
 
@@ -3442,6 +3712,9 @@ type Query {
3442
3712
  """To fetch multiple Oauth2Clients"""
3443
3713
  oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
3444
3714
 
3715
+ """To fetch a PagePreference"""
3716
+ pagePreference(id: String!): PagePreference
3717
+
3445
3718
  """To fetch specific domain's CommonCodes by given name"""
3446
3719
  partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
3447
3720
 
@@ -3458,6 +3731,12 @@ type Query {
3458
3731
  """To fetch multiple PayloadLogs"""
3459
3732
  payloadLogs(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
3460
3733
 
3734
+ """To fetch a PDFRelease"""
3735
+ pdfRelease(id: String!): PDFRelease
3736
+
3737
+ """To fetch multiple PDFReleases"""
3738
+ pdfReleases(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PDFReleaseList!
3739
+
3461
3740
  """To fetch a PlayGroup"""
3462
3741
  playGroup(id: String!): PlayGroup
3463
3742
 
@@ -3467,6 +3746,9 @@ type Query {
3467
3746
  """To fetch multiple PlayGroups"""
3468
3747
  playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
3469
3748
 
3749
+ """To fetch a UserPreference"""
3750
+ preference(id: String!): UserPreference
3751
+
3470
3752
  """To fetch a PrinterDevice"""
3471
3753
  printerDevice(id: String!): PrinterDevice!
3472
3754
 
@@ -3572,7 +3854,7 @@ type Role {
3572
3854
  description: String
3573
3855
  domain: Domain!
3574
3856
  id: ID!
3575
- name: String!
3857
+ name: String
3576
3858
  privileges: [Privilege!]
3577
3859
  updatedAt: DateTimeISO
3578
3860
  updater: User
@@ -3608,7 +3890,7 @@ type Scenario {
3608
3890
  createdAt: DateTimeISO
3609
3891
  creator: User
3610
3892
  description: String
3611
- domain: Domain
3893
+ domain: Domain!
3612
3894
  id: ID!
3613
3895
  instances: [ScenarioInstance!]
3614
3896
  name: String!
@@ -3622,6 +3904,7 @@ type Scenario {
3622
3904
  state: String
3623
3905
  steps: [Step!]
3624
3906
  timezone: String
3907
+ ttl: Float
3625
3908
  type: String
3626
3909
  updatedAt: DateTimeISO
3627
3910
  updater: User
@@ -3654,6 +3937,17 @@ type ScenarioInstanceProgress {
3654
3937
  steps: Int!
3655
3938
  }
3656
3939
 
3940
+ type ScenarioInstanceRunResult {
3941
+ data: Object
3942
+ instanceName: String
3943
+ message: String
3944
+ result: Object
3945
+ scenarioName: String
3946
+ state: String
3947
+ timestamp: DateTimeISO
3948
+ variables: Object
3949
+ }
3950
+
3657
3951
  type ScenarioInstanceState {
3658
3952
  data: Object
3659
3953
  domain: Domain
@@ -3690,6 +3984,7 @@ input ScenarioPatch {
3690
3984
  schedule: String
3691
3985
  steps: [StepPatch!]
3692
3986
  timezone: String
3987
+ ttl: Float
3693
3988
  type: String
3694
3989
  }
3695
3990
 
@@ -3704,7 +3999,7 @@ type Setting {
3704
3999
  createdAt: DateTimeISO
3705
4000
  creator: User
3706
4001
  description: String
3707
- domain: Domain
4002
+ domain: Domain!
3708
4003
  id: ID!
3709
4004
  name: String!
3710
4005
  updatedAt: DateTimeISO
@@ -3738,36 +4033,113 @@ input Sorting {
3738
4033
 
3739
4034
  """Entity for StateRegister"""
3740
4035
  type StateRegister {
4036
+ """Creation time of the state register"""
3741
4037
  createdAt: DateTimeISO
4038
+
4039
+ """User who created the state register"""
3742
4040
  creator: User
4041
+
4042
+ """ID of the user who created the state register"""
4043
+ creatorId: String
4044
+
4045
+ """Description of the state register"""
3743
4046
  description: String
3744
- domain: Domain
4047
+
4048
+ """Associated domain for the state register"""
4049
+ domain: Domain!
4050
+
4051
+ """ID of the associated domain"""
4052
+ domainId: String!
4053
+
4054
+ """Group name for the state register"""
4055
+ group: String
3745
4056
  id: ID!
4057
+
4058
+ """Name of the state register"""
3746
4059
  name: String
4060
+
4061
+ """Number of decimal places if the state is a number type"""
4062
+ place: String
4063
+
4064
+ """
4065
+ Reference to an external entity or data, used as a flexible foreign key
4066
+ """
3747
4067
  refBy: String
4068
+
4069
+ """Current state value"""
3748
4070
  state: Object
4071
+
4072
+ """Time to live for the state value in seconds"""
3749
4073
  ttl: Int
4074
+
4075
+ """Type of the state"""
3750
4076
  type: String
4077
+
4078
+ """Unit of the state value"""
4079
+ unit: String
4080
+
4081
+ """Last update time of the state register"""
3751
4082
  updatedAt: DateTimeISO
4083
+
4084
+ """User who last updated the state register"""
3752
4085
  updater: User
4086
+
4087
+ """ID of the user who last updated the state register"""
4088
+ updaterId: String
4089
+
4090
+ """User who wrote the state"""
3753
4091
  writer: User
4092
+
4093
+ """ID of the user who wrote the state"""
4094
+ writerId: String
4095
+
4096
+ """Time when the state was recorded"""
3754
4097
  wroteAt: DateTimeISO
3755
4098
  }
3756
4099
 
3757
4100
  type StateRegisterList {
4101
+ """List of state registers"""
3758
4102
  items: [StateRegister!]!
4103
+
4104
+ """Total number of state registers"""
3759
4105
  total: Int!
3760
4106
  }
3761
4107
 
3762
4108
  input StateRegisterPatch {
4109
+ """Flag indicating create/update operations"""
3763
4110
  cuFlag: String
4111
+
4112
+ """Description of the state register"""
3764
4113
  description: String
4114
+
4115
+ """Group name for the state register"""
4116
+ group: String
4117
+
4118
+ """ID of the state register"""
3765
4119
  id: ID
4120
+
4121
+ """Name of the state register"""
3766
4122
  name: String
4123
+
4124
+ """Number of decimal places if the state is a number type"""
4125
+ place: String
4126
+
4127
+ """
4128
+ Reference to an external entity or data, used as a flexible foreign key
4129
+ """
3767
4130
  refBy: String
4131
+
4132
+ """Current state value"""
3768
4133
  state: Object
4134
+
4135
+ """Time to live for the state value in seconds"""
3769
4136
  ttl: Int
4137
+
4138
+ """Type of the state"""
3770
4139
  type: String
4140
+
4141
+ """Unit of the state value"""
4142
+ unit: String
3771
4143
  }
3772
4144
 
3773
4145
  type Step {
@@ -3841,13 +4213,15 @@ type TaskTypeList {
3841
4213
  type Terminology {
3842
4214
  category: String!
3843
4215
  createdAt: DateTimeISO
4216
+ creator: User
3844
4217
  description: String
3845
4218
  display: String!
3846
- domain: Domain
4219
+ domain: Domain!
3847
4220
  id: ID!
3848
4221
  locale: String!
3849
4222
  name: String!
3850
4223
  updatedAt: DateTimeISO
4224
+ updater: User
3851
4225
  }
3852
4226
 
3853
4227
  type TerminologyList {
@@ -3856,12 +4230,12 @@ type TerminologyList {
3856
4230
  }
3857
4231
 
3858
4232
  input TerminologyPatch {
3859
- category: String!
4233
+ category: String
3860
4234
  cuFlag: String
3861
4235
  description: String
3862
- display: String!
4236
+ display: String
3863
4237
  id: ID
3864
- locale: String!
4238
+ locale: String
3865
4239
  name: String
3866
4240
  }
3867
4241
 
@@ -3872,7 +4246,7 @@ type Theme {
3872
4246
  creator: User
3873
4247
  deletedAt: DateTimeISO
3874
4248
  description: String
3875
- domain: Domain
4249
+ domain: Domain!
3876
4250
  id: ID!
3877
4251
  name: String
3878
4252
  type: String
@@ -3912,7 +4286,7 @@ type User {
3912
4286
  email: EmailAddress!
3913
4287
  id: ID!
3914
4288
  locale: String
3915
- name: String!
4289
+ name: String
3916
4290
  owner: Boolean
3917
4291
  reference: String
3918
4292
  roles: [Role!]!
@@ -3942,6 +4316,32 @@ input UserPatch {
3942
4316
  userType: String
3943
4317
  }
3944
4318
 
4319
+ """Entity for UserPreference"""
4320
+ type UserPreference {
4321
+ createdAt: DateTimeISO
4322
+ creator: User
4323
+ domain: Domain
4324
+ id: ID!
4325
+ key: String
4326
+ preference: Object
4327
+ updatedAt: DateTimeISO
4328
+ updater: User
4329
+ user: User!
4330
+ }
4331
+
4332
+ type UserPreferenceList {
4333
+ items: [UserPreference!]!
4334
+ total: Int!
4335
+ }
4336
+
4337
+ input UserPreferencePatch {
4338
+ cuFlag: String
4339
+ id: ID
4340
+ key: String!
4341
+ preference: Object!
4342
+ user: ObjectRef!
4343
+ }
4344
+
3945
4345
  type UserRole {
3946
4346
  assigned: Boolean
3947
4347
  description: String
@@ -3953,7 +4353,7 @@ type UserRole {
3953
4353
  type UsersAuthProviders {
3954
4354
  authProvider: AuthProvider
3955
4355
  createdAt: DateTimeISO
3956
- domain: Domain
4356
+ domain: Domain!
3957
4357
  id: ID!
3958
4358
  ssoId: String
3959
4359
  updatedAt: DateTimeISO