@operato/scene-grist 7.0.1 → 7.3.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/dist/templates/grist.d.ts +1 -0
- package/dist/templates/grist.js +1 -0
- package/dist/templates/grist.js.map +1 -1
- package/dist/templates/index.d.ts +1 -0
- package/package.json +2 -2
- package/schema.graphql +278 -41
- package/src/templates/grist.ts +1 -0
- package/tsconfig.tsbuildinfo +1 -1
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,7 +475,7 @@ 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
480
|
labels: Object
|
481
481
|
name: String!
|
@@ -548,7 +548,7 @@ input ConnectionPatch {
|
|
548
548
|
|
549
549
|
type ConnectionState {
|
550
550
|
description: String
|
551
|
-
domain: Domain
|
551
|
+
domain: Domain!
|
552
552
|
edge: Appliance
|
553
553
|
id: String
|
554
554
|
name: String
|
@@ -578,7 +578,7 @@ type Contact {
|
|
578
578
|
creator: User
|
579
579
|
deletedAt: DateTimeISO
|
580
580
|
department: String
|
581
|
-
domain: Domain
|
581
|
+
domain: Domain!
|
582
582
|
email: EmailAddress
|
583
583
|
id: ID!
|
584
584
|
items: [ContactItem!]
|
@@ -649,7 +649,7 @@ type Department {
|
|
649
649
|
creator: User
|
650
650
|
deletedAt: DateTimeISO
|
651
651
|
description: String
|
652
|
-
domain: Domain
|
652
|
+
domain: Domain!
|
653
653
|
extension: String
|
654
654
|
id: ID!
|
655
655
|
manager: Employee
|
@@ -756,7 +756,7 @@ type Employee {
|
|
756
756
|
creator: User
|
757
757
|
deletedAt: DateTimeISO
|
758
758
|
department: Department
|
759
|
-
domain: Domain
|
759
|
+
domain: Domain!
|
760
760
|
email: EmailAddress
|
761
761
|
extension: String
|
762
762
|
hiredOn: String
|
@@ -822,7 +822,7 @@ type Entity {
|
|
822
822
|
dataProp: String
|
823
823
|
delStrategy: String
|
824
824
|
description: String
|
825
|
-
domain: Domain
|
825
|
+
domain: Domain!
|
826
826
|
extEntity: Boolean
|
827
827
|
fixedColumns: Float
|
828
828
|
id: ID!
|
@@ -847,7 +847,7 @@ type EntityColumn {
|
|
847
847
|
creator: User
|
848
848
|
defVal: String
|
849
849
|
description: String
|
850
|
-
domain: Domain
|
850
|
+
domain: Domain!
|
851
851
|
entity: Entity!
|
852
852
|
formEditor: String
|
853
853
|
formFormat: String
|
@@ -1020,7 +1020,7 @@ type Font {
|
|
1020
1020
|
active: Boolean!
|
1021
1021
|
createdAt: DateTimeISO
|
1022
1022
|
creator: User
|
1023
|
-
domain: Domain
|
1023
|
+
domain: Domain!
|
1024
1024
|
files: [Attachment!]
|
1025
1025
|
id: ID!
|
1026
1026
|
name: String!
|
@@ -1143,14 +1143,14 @@ type LoginHistoryList {
|
|
1143
1143
|
type Menu {
|
1144
1144
|
buttons: [MenuButton!]!
|
1145
1145
|
category: String
|
1146
|
-
children: [Menu!]!
|
1146
|
+
children(permittedOnly: Boolean! = false): [Menu!]!
|
1147
1147
|
columns: [MenuColumn!]!
|
1148
1148
|
createdAt: DateTimeISO
|
1149
1149
|
creator: User
|
1150
1150
|
description: String
|
1151
1151
|
detailFormId: String
|
1152
1152
|
detailLayout: String
|
1153
|
-
domain: Domain
|
1153
|
+
domain: Domain!
|
1154
1154
|
fixedColumns: Float
|
1155
1155
|
gridSaveUrl: String
|
1156
1156
|
hiddenFlag: Boolean
|
@@ -1162,6 +1162,7 @@ type Menu {
|
|
1162
1162
|
name: String
|
1163
1163
|
pagination: Boolean
|
1164
1164
|
parent: Menu
|
1165
|
+
privilege: PrivilegeObject
|
1165
1166
|
rank: Float
|
1166
1167
|
resourceId: String
|
1167
1168
|
resourceName: String
|
@@ -1183,7 +1184,7 @@ type MenuButton {
|
|
1183
1184
|
auth: String
|
1184
1185
|
createdAt: DateTimeISO
|
1185
1186
|
creator: User
|
1186
|
-
domain: Domain
|
1187
|
+
domain: Domain!
|
1187
1188
|
icon: String
|
1188
1189
|
id: ID!
|
1189
1190
|
logic: String
|
@@ -1218,7 +1219,7 @@ type MenuColumn {
|
|
1218
1219
|
creator: User
|
1219
1220
|
defVal: String
|
1220
1221
|
description: String
|
1221
|
-
domain: Domain
|
1222
|
+
domain: Domain!
|
1222
1223
|
extField: Boolean
|
1223
1224
|
formEditor: String
|
1224
1225
|
formFormat: String
|
@@ -1307,7 +1308,7 @@ type MenuDetail {
|
|
1307
1308
|
creator: User
|
1308
1309
|
customView: String
|
1309
1310
|
dataProp: String
|
1310
|
-
domain: Domain
|
1311
|
+
domain: Domain!
|
1311
1312
|
entityId: String
|
1312
1313
|
id: ID!
|
1313
1314
|
masterField: String
|
@@ -1324,7 +1325,7 @@ type MenuDetail {
|
|
1324
1325
|
type MenuDetailButton {
|
1325
1326
|
createdAt: DateTimeISO
|
1326
1327
|
creator: User
|
1327
|
-
domain: Domain
|
1328
|
+
domain: Domain!
|
1328
1329
|
icon: String
|
1329
1330
|
id: ID!
|
1330
1331
|
logic: String
|
@@ -1358,7 +1359,7 @@ type MenuDetailColumn {
|
|
1358
1359
|
creator: User
|
1359
1360
|
defVal: String
|
1360
1361
|
description: String
|
1361
|
-
domain: Domain
|
1362
|
+
domain: Domain!
|
1362
1363
|
extField: Boolean
|
1363
1364
|
formEditor: String
|
1364
1365
|
formFormat: String
|
@@ -1483,6 +1484,7 @@ input MenuPatch {
|
|
1483
1484
|
name: String
|
1484
1485
|
pagination: Boolean
|
1485
1486
|
parent: ObjectRef
|
1487
|
+
privilege: PrivilegeInput
|
1486
1488
|
rank: Int
|
1487
1489
|
resourceId: String
|
1488
1490
|
resourceName: String
|
@@ -1504,6 +1506,9 @@ type Mutation {
|
|
1504
1506
|
attachContact(contactId: String!, id: String!): Employee!
|
1505
1507
|
cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
|
1506
1508
|
|
1509
|
+
"""To clear translations cache"""
|
1510
|
+
clearTranslationsCache: Boolean!
|
1511
|
+
|
1507
1512
|
"""To clone a Board from existing Board"""
|
1508
1513
|
cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
|
1509
1514
|
|
@@ -1593,6 +1598,9 @@ type Mutation {
|
|
1593
1598
|
"""To create new ApprovalLine for current user"""
|
1594
1599
|
createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
|
1595
1600
|
|
1601
|
+
"""To create my new PagePreference"""
|
1602
|
+
createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
|
1603
|
+
|
1596
1604
|
"""To create new Notification"""
|
1597
1605
|
createNotification(notification: NewNotification!): Notification!
|
1598
1606
|
|
@@ -1634,6 +1642,9 @@ type Mutation {
|
|
1634
1642
|
|
1635
1643
|
"""To create new user"""
|
1636
1644
|
createUser(user: NewUser!): User!
|
1645
|
+
|
1646
|
+
"""To create new UserPreference"""
|
1647
|
+
createUserPreference(preference: NewUserPreference!): UserPreference!
|
1637
1648
|
deleteAppBinding(id: String!): Boolean!
|
1638
1649
|
|
1639
1650
|
"""To delete appliance"""
|
@@ -1648,7 +1659,7 @@ type Mutation {
|
|
1648
1659
|
"""To delete multiple ApprovalLines"""
|
1649
1660
|
deleteApprovalLines(ids: [String!]!): Boolean!
|
1650
1661
|
deleteAttachment(id: String!): Boolean!
|
1651
|
-
deleteAttachmentsByRef(refBys: [String!]
|
1662
|
+
deleteAttachmentsByRef(refBys: [String!]!, refType: String): Boolean!
|
1652
1663
|
|
1653
1664
|
"""To delete AttributeSet"""
|
1654
1665
|
deleteAttributeSet(id: String!): Boolean!
|
@@ -1774,6 +1785,12 @@ type Mutation {
|
|
1774
1785
|
"""To delete multiple ApprovalLines for current user"""
|
1775
1786
|
deleteMyApprovalLines(ids: [String!]!): Boolean!
|
1776
1787
|
|
1788
|
+
"""To delete my PagePreference"""
|
1789
|
+
deleteMyPagePreference(element: String!, page: String!): Boolean!
|
1790
|
+
|
1791
|
+
"""To delete my preference"""
|
1792
|
+
deleteMyUserPreference(element: String!, key: String!): Boolean!
|
1793
|
+
|
1777
1794
|
"""To delete Notification"""
|
1778
1795
|
deleteNotification(id: String!): Boolean!
|
1779
1796
|
|
@@ -1792,6 +1809,12 @@ type Mutation {
|
|
1792
1809
|
"""To delete multiple Oauth2Clients"""
|
1793
1810
|
deleteOauth2Clients(ids: [String!]!): Boolean!
|
1794
1811
|
|
1812
|
+
"""To delete PagePreference"""
|
1813
|
+
deletePagePreference(id: String!): Boolean!
|
1814
|
+
|
1815
|
+
"""To delete multiple PagePreferences"""
|
1816
|
+
deletePagePreferences(ids: [String!]!): Boolean!
|
1817
|
+
|
1795
1818
|
"""To delete multiple partnerSettings"""
|
1796
1819
|
deletePartnerSettings(ids: [String!]!): Boolean!
|
1797
1820
|
|
@@ -1855,6 +1878,12 @@ type Mutation {
|
|
1855
1878
|
"""To delete a user"""
|
1856
1879
|
deleteUser(email: EmailAddress!): Boolean!
|
1857
1880
|
|
1881
|
+
"""To delete UserPreference"""
|
1882
|
+
deleteUserPreference(id: String!): Boolean!
|
1883
|
+
|
1884
|
+
"""To delete multiple UserPreferences"""
|
1885
|
+
deleteUserPreferences(ids: [String!]!): Boolean!
|
1886
|
+
|
1858
1887
|
"""To delete some users"""
|
1859
1888
|
deleteUsers(emails: [String!]!): Boolean!
|
1860
1889
|
|
@@ -1990,7 +2019,7 @@ type Mutation {
|
|
1990
2019
|
"""
|
1991
2020
|
To run new scenario instance and will return the result after the scenario stop.
|
1992
2021
|
"""
|
1993
|
-
runScenario(instanceName: String, scenarioName: String!, variables: Object):
|
2022
|
+
runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceRunResult!
|
1994
2023
|
sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
|
1995
2024
|
singleUpload(file: Upload!): Attachment!
|
1996
2025
|
|
@@ -2172,6 +2201,12 @@ type Mutation {
|
|
2172
2201
|
"""To modify ApprovalLine information for current user"""
|
2173
2202
|
updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
|
2174
2203
|
|
2204
|
+
"""To create or update my PagePreference"""
|
2205
|
+
updateMyPagePreference(element: String!, page: String!, preference: Object!): PagePreference!
|
2206
|
+
|
2207
|
+
"""To create or update my preference"""
|
2208
|
+
updateMyUserPreference(key: String!, preference: Object!): UserPreference!
|
2209
|
+
|
2175
2210
|
"""To modify Notification information"""
|
2176
2211
|
updateNotification(id: String!, patch: NotificationPatch!): Notification!
|
2177
2212
|
|
@@ -2226,6 +2261,9 @@ type Mutation {
|
|
2226
2261
|
"""To modify user information"""
|
2227
2262
|
updateUser(email: EmailAddress!, patch: UserPatch!): User!
|
2228
2263
|
|
2264
|
+
"""To modify UserPreference information"""
|
2265
|
+
updateUserPreference(id: String!, patch: UserPreferencePatch!): UserPreference!
|
2266
|
+
|
2229
2267
|
"""To update roles for a user"""
|
2230
2268
|
updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
|
2231
2269
|
}
|
@@ -2457,6 +2495,7 @@ input NewMenu {
|
|
2457
2495
|
name: String!
|
2458
2496
|
pagination: Boolean
|
2459
2497
|
parent: ObjectRef
|
2498
|
+
privilege: PrivilegeInput
|
2460
2499
|
rank: Int
|
2461
2500
|
resourceId: String
|
2462
2501
|
resourceName: String
|
@@ -2624,6 +2663,13 @@ input NewOauth2Client {
|
|
2624
2663
|
webhook: String
|
2625
2664
|
}
|
2626
2665
|
|
2666
|
+
input NewPagePreference {
|
2667
|
+
element: String
|
2668
|
+
page: String
|
2669
|
+
preference: Object!
|
2670
|
+
user: ObjectRef!
|
2671
|
+
}
|
2672
|
+
|
2627
2673
|
input NewPayloadLog {
|
2628
2674
|
description: String
|
2629
2675
|
name: String!
|
@@ -2673,6 +2719,7 @@ input NewScenario {
|
|
2673
2719
|
privilege: PrivilegeInput
|
2674
2720
|
schedule: String
|
2675
2721
|
timezone: String
|
2722
|
+
ttl: Float
|
2676
2723
|
type: String
|
2677
2724
|
}
|
2678
2725
|
|
@@ -2684,12 +2731,34 @@ input NewSetting {
|
|
2684
2731
|
}
|
2685
2732
|
|
2686
2733
|
input NewStateRegister {
|
2734
|
+
"""Description of the state register"""
|
2687
2735
|
description: String
|
2736
|
+
|
2737
|
+
"""Group name for the state register"""
|
2738
|
+
group: String
|
2739
|
+
|
2740
|
+
"""Name of the state register"""
|
2688
2741
|
name: String!
|
2742
|
+
|
2743
|
+
"""Number of decimal places if the state is a number type"""
|
2744
|
+
place: String
|
2745
|
+
|
2746
|
+
"""
|
2747
|
+
Reference to an external entity or data, used as a flexible foreign key
|
2748
|
+
"""
|
2689
2749
|
refBy: String
|
2750
|
+
|
2751
|
+
"""Current state value"""
|
2690
2752
|
state: Object
|
2753
|
+
|
2754
|
+
"""Time to live for the state value in seconds"""
|
2691
2755
|
ttl: Int
|
2756
|
+
|
2757
|
+
"""Type of the state"""
|
2692
2758
|
type: String
|
2759
|
+
|
2760
|
+
"""Unit of the state value"""
|
2761
|
+
unit: String
|
2693
2762
|
}
|
2694
2763
|
|
2695
2764
|
input NewTerminology {
|
@@ -2726,12 +2795,18 @@ input NewUserByDomainWizardInput {
|
|
2726
2795
|
roles: [NewRole!]!
|
2727
2796
|
}
|
2728
2797
|
|
2798
|
+
input NewUserPreference {
|
2799
|
+
key: String!
|
2800
|
+
preference: Object!
|
2801
|
+
user: ObjectRef!
|
2802
|
+
}
|
2803
|
+
|
2729
2804
|
"""Entity for Notification"""
|
2730
2805
|
type Notification {
|
2731
2806
|
body: String
|
2732
2807
|
createdAt: DateTimeISO
|
2733
2808
|
creator: User
|
2734
|
-
domain: Domain
|
2809
|
+
domain: Domain!
|
2735
2810
|
id: ID!
|
2736
2811
|
image: String
|
2737
2812
|
owner: User
|
@@ -2765,7 +2840,7 @@ type NotificationRule {
|
|
2765
2840
|
creator: User
|
2766
2841
|
deletedAt: DateTimeISO
|
2767
2842
|
description: String
|
2768
|
-
domain: Domain
|
2843
|
+
domain: Domain!
|
2769
2844
|
id: ID!
|
2770
2845
|
name: String
|
2771
2846
|
|
@@ -2822,7 +2897,7 @@ type Oauth2Client {
|
|
2822
2897
|
createdAt: DateTimeISO
|
2823
2898
|
creator: User
|
2824
2899
|
description: String
|
2825
|
-
domain: Domain
|
2900
|
+
domain: Domain!
|
2826
2901
|
expires: DateTimeISO
|
2827
2902
|
grantType: String
|
2828
2903
|
icon: String
|
@@ -2949,18 +3024,37 @@ enum OrgMemberTargetType {
|
|
2949
3024
|
Role
|
2950
3025
|
}
|
2951
3026
|
|
3027
|
+
"""Entity for PagePreference"""
|
3028
|
+
type PagePreference {
|
3029
|
+
createdAt: DateTimeISO
|
3030
|
+
creator: User
|
3031
|
+
domain: Domain!
|
3032
|
+
element: String
|
3033
|
+
id: ID!
|
3034
|
+
page: String
|
3035
|
+
preference: Object
|
3036
|
+
updatedAt: DateTimeISO
|
3037
|
+
updater: User
|
3038
|
+
user: User!
|
3039
|
+
}
|
3040
|
+
|
3041
|
+
type PagePreferenceList {
|
3042
|
+
items: [PagePreference!]!
|
3043
|
+
total: Int!
|
3044
|
+
}
|
3045
|
+
|
2952
3046
|
input Pagination {
|
2953
3047
|
limit: Int
|
2954
3048
|
page: Int
|
2955
3049
|
}
|
2956
3050
|
|
2957
3051
|
type Partner {
|
2958
|
-
approvedAt: DateTimeISO
|
3052
|
+
approvedAt: DateTimeISO
|
2959
3053
|
approver: User
|
2960
3054
|
domain: Domain!
|
2961
3055
|
id: ID!
|
2962
3056
|
partnerDomain: Domain!
|
2963
|
-
requestedAt: DateTimeISO
|
3057
|
+
requestedAt: DateTimeISO
|
2964
3058
|
requester: User
|
2965
3059
|
}
|
2966
3060
|
|
@@ -2975,7 +3069,7 @@ type PartnerSetting {
|
|
2975
3069
|
createdAt: DateTimeISO
|
2976
3070
|
creator: User
|
2977
3071
|
description: String
|
2978
|
-
domain: Domain
|
3072
|
+
domain: Domain!
|
2979
3073
|
id: ID!
|
2980
3074
|
name: String
|
2981
3075
|
partnerDomain: Domain
|
@@ -3004,7 +3098,7 @@ input PartnerSettingPatch {
|
|
3004
3098
|
type PayloadLog {
|
3005
3099
|
createdAt: DateTimeISO
|
3006
3100
|
creator: User
|
3007
|
-
domain: Domain
|
3101
|
+
domain: Domain!
|
3008
3102
|
endpoint: String!
|
3009
3103
|
id: ID!
|
3010
3104
|
name: String!
|
@@ -3170,6 +3264,7 @@ type PropertySpec {
|
|
3170
3264
|
name: String!
|
3171
3265
|
placeholder: String
|
3172
3266
|
property: Object
|
3267
|
+
styles: Object
|
3173
3268
|
type: String!
|
3174
3269
|
}
|
3175
3270
|
|
@@ -3425,12 +3520,30 @@ type Query {
|
|
3425
3520
|
myFavorites: [Favorite!]!
|
3426
3521
|
myLoginHistories(limit: Float!): [LoginHistory!]!
|
3427
3522
|
|
3523
|
+
"""To fetch my own Menus"""
|
3524
|
+
myMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
|
3525
|
+
|
3428
3526
|
"""To fetch my notifications"""
|
3429
3527
|
myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
|
3430
3528
|
|
3529
|
+
"""To fetch a User's own PagePreference"""
|
3530
|
+
myPageAllPreferences(page: String!): [PagePreference!]
|
3531
|
+
|
3532
|
+
"""To fetch a User's own PagePreference"""
|
3533
|
+
myPagePreference(element: String!, page: String!): PagePreference
|
3534
|
+
|
3535
|
+
"""To fetch multiple PagePreferences"""
|
3536
|
+
myPagePreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PagePreferenceList!
|
3537
|
+
|
3431
3538
|
"""To fetch roles of current user"""
|
3432
3539
|
myRoles: [Role!]!
|
3433
3540
|
|
3541
|
+
"""To fetch a User's own UserPreference"""
|
3542
|
+
myUserPreference(element: String!, key: String!): UserPreference
|
3543
|
+
|
3544
|
+
"""To fetch multiple UserPreferences"""
|
3545
|
+
myUserPreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserPreferenceList!
|
3546
|
+
|
3434
3547
|
"""To fetch a Notification"""
|
3435
3548
|
notification(id: String!): Notification
|
3436
3549
|
|
@@ -3449,6 +3562,9 @@ type Query {
|
|
3449
3562
|
"""To fetch multiple Oauth2Clients"""
|
3450
3563
|
oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
|
3451
3564
|
|
3565
|
+
"""To fetch a PagePreference"""
|
3566
|
+
pagePreference(id: String!): PagePreference
|
3567
|
+
|
3452
3568
|
"""To fetch specific domain's CommonCodes by given name"""
|
3453
3569
|
partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
|
3454
3570
|
|
@@ -3474,6 +3590,9 @@ type Query {
|
|
3474
3590
|
"""To fetch multiple PlayGroups"""
|
3475
3591
|
playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
|
3476
3592
|
|
3593
|
+
"""To fetch a UserPreference"""
|
3594
|
+
preference(id: String!): UserPreference
|
3595
|
+
|
3477
3596
|
"""To fetch a PrinterDevice"""
|
3478
3597
|
printerDevice(id: String!): PrinterDevice!
|
3479
3598
|
|
@@ -3579,7 +3698,7 @@ type Role {
|
|
3579
3698
|
description: String
|
3580
3699
|
domain: Domain!
|
3581
3700
|
id: ID!
|
3582
|
-
name: String
|
3701
|
+
name: String
|
3583
3702
|
privileges: [Privilege!]
|
3584
3703
|
updatedAt: DateTimeISO
|
3585
3704
|
updater: User
|
@@ -3615,7 +3734,7 @@ type Scenario {
|
|
3615
3734
|
createdAt: DateTimeISO
|
3616
3735
|
creator: User
|
3617
3736
|
description: String
|
3618
|
-
domain: Domain
|
3737
|
+
domain: Domain!
|
3619
3738
|
id: ID!
|
3620
3739
|
instances: [ScenarioInstance!]
|
3621
3740
|
name: String!
|
@@ -3629,6 +3748,7 @@ type Scenario {
|
|
3629
3748
|
state: String
|
3630
3749
|
steps: [Step!]
|
3631
3750
|
timezone: String
|
3751
|
+
ttl: Float
|
3632
3752
|
type: String
|
3633
3753
|
updatedAt: DateTimeISO
|
3634
3754
|
updater: User
|
@@ -3661,6 +3781,17 @@ type ScenarioInstanceProgress {
|
|
3661
3781
|
steps: Int!
|
3662
3782
|
}
|
3663
3783
|
|
3784
|
+
type ScenarioInstanceRunResult {
|
3785
|
+
data: Object
|
3786
|
+
instanceName: String
|
3787
|
+
message: String
|
3788
|
+
result: Object
|
3789
|
+
scenarioName: String
|
3790
|
+
state: String
|
3791
|
+
timestamp: DateTimeISO
|
3792
|
+
variables: Object
|
3793
|
+
}
|
3794
|
+
|
3664
3795
|
type ScenarioInstanceState {
|
3665
3796
|
data: Object
|
3666
3797
|
domain: Domain
|
@@ -3697,6 +3828,7 @@ input ScenarioPatch {
|
|
3697
3828
|
schedule: String
|
3698
3829
|
steps: [StepPatch!]
|
3699
3830
|
timezone: String
|
3831
|
+
ttl: Float
|
3700
3832
|
type: String
|
3701
3833
|
}
|
3702
3834
|
|
@@ -3711,7 +3843,7 @@ type Setting {
|
|
3711
3843
|
createdAt: DateTimeISO
|
3712
3844
|
creator: User
|
3713
3845
|
description: String
|
3714
|
-
domain: Domain
|
3846
|
+
domain: Domain!
|
3715
3847
|
id: ID!
|
3716
3848
|
name: String!
|
3717
3849
|
updatedAt: DateTimeISO
|
@@ -3745,36 +3877,113 @@ input Sorting {
|
|
3745
3877
|
|
3746
3878
|
"""Entity for StateRegister"""
|
3747
3879
|
type StateRegister {
|
3880
|
+
"""Creation time of the state register"""
|
3748
3881
|
createdAt: DateTimeISO
|
3882
|
+
|
3883
|
+
"""User who created the state register"""
|
3749
3884
|
creator: User
|
3885
|
+
|
3886
|
+
"""ID of the user who created the state register"""
|
3887
|
+
creatorId: String
|
3888
|
+
|
3889
|
+
"""Description of the state register"""
|
3750
3890
|
description: String
|
3751
|
-
|
3891
|
+
|
3892
|
+
"""Associated domain for the state register"""
|
3893
|
+
domain: Domain!
|
3894
|
+
|
3895
|
+
"""ID of the associated domain"""
|
3896
|
+
domainId: String!
|
3897
|
+
|
3898
|
+
"""Group name for the state register"""
|
3899
|
+
group: String
|
3752
3900
|
id: ID!
|
3901
|
+
|
3902
|
+
"""Name of the state register"""
|
3753
3903
|
name: String
|
3904
|
+
|
3905
|
+
"""Number of decimal places if the state is a number type"""
|
3906
|
+
place: String
|
3907
|
+
|
3908
|
+
"""
|
3909
|
+
Reference to an external entity or data, used as a flexible foreign key
|
3910
|
+
"""
|
3754
3911
|
refBy: String
|
3912
|
+
|
3913
|
+
"""Current state value"""
|
3755
3914
|
state: Object
|
3915
|
+
|
3916
|
+
"""Time to live for the state value in seconds"""
|
3756
3917
|
ttl: Int
|
3918
|
+
|
3919
|
+
"""Type of the state"""
|
3757
3920
|
type: String
|
3921
|
+
|
3922
|
+
"""Unit of the state value"""
|
3923
|
+
unit: String
|
3924
|
+
|
3925
|
+
"""Last update time of the state register"""
|
3758
3926
|
updatedAt: DateTimeISO
|
3927
|
+
|
3928
|
+
"""User who last updated the state register"""
|
3759
3929
|
updater: User
|
3930
|
+
|
3931
|
+
"""ID of the user who last updated the state register"""
|
3932
|
+
updaterId: String
|
3933
|
+
|
3934
|
+
"""User who wrote the state"""
|
3760
3935
|
writer: User
|
3936
|
+
|
3937
|
+
"""ID of the user who wrote the state"""
|
3938
|
+
writerId: String
|
3939
|
+
|
3940
|
+
"""Time when the state was recorded"""
|
3761
3941
|
wroteAt: DateTimeISO
|
3762
3942
|
}
|
3763
3943
|
|
3764
3944
|
type StateRegisterList {
|
3945
|
+
"""List of state registers"""
|
3765
3946
|
items: [StateRegister!]!
|
3947
|
+
|
3948
|
+
"""Total number of state registers"""
|
3766
3949
|
total: Int!
|
3767
3950
|
}
|
3768
3951
|
|
3769
3952
|
input StateRegisterPatch {
|
3953
|
+
"""Flag indicating create/update operations"""
|
3770
3954
|
cuFlag: String
|
3955
|
+
|
3956
|
+
"""Description of the state register"""
|
3771
3957
|
description: String
|
3958
|
+
|
3959
|
+
"""Group name for the state register"""
|
3960
|
+
group: String
|
3961
|
+
|
3962
|
+
"""ID of the state register"""
|
3772
3963
|
id: ID
|
3964
|
+
|
3965
|
+
"""Name of the state register"""
|
3773
3966
|
name: String
|
3967
|
+
|
3968
|
+
"""Number of decimal places if the state is a number type"""
|
3969
|
+
place: String
|
3970
|
+
|
3971
|
+
"""
|
3972
|
+
Reference to an external entity or data, used as a flexible foreign key
|
3973
|
+
"""
|
3774
3974
|
refBy: String
|
3975
|
+
|
3976
|
+
"""Current state value"""
|
3775
3977
|
state: Object
|
3978
|
+
|
3979
|
+
"""Time to live for the state value in seconds"""
|
3776
3980
|
ttl: Int
|
3981
|
+
|
3982
|
+
"""Type of the state"""
|
3777
3983
|
type: String
|
3984
|
+
|
3985
|
+
"""Unit of the state value"""
|
3986
|
+
unit: String
|
3778
3987
|
}
|
3779
3988
|
|
3780
3989
|
type Step {
|
@@ -3848,13 +4057,15 @@ type TaskTypeList {
|
|
3848
4057
|
type Terminology {
|
3849
4058
|
category: String!
|
3850
4059
|
createdAt: DateTimeISO
|
4060
|
+
creator: User
|
3851
4061
|
description: String
|
3852
4062
|
display: String!
|
3853
|
-
domain: Domain
|
4063
|
+
domain: Domain!
|
3854
4064
|
id: ID!
|
3855
4065
|
locale: String!
|
3856
4066
|
name: String!
|
3857
4067
|
updatedAt: DateTimeISO
|
4068
|
+
updater: User
|
3858
4069
|
}
|
3859
4070
|
|
3860
4071
|
type TerminologyList {
|
@@ -3863,12 +4074,12 @@ type TerminologyList {
|
|
3863
4074
|
}
|
3864
4075
|
|
3865
4076
|
input TerminologyPatch {
|
3866
|
-
category: String
|
4077
|
+
category: String
|
3867
4078
|
cuFlag: String
|
3868
4079
|
description: String
|
3869
|
-
display: String
|
4080
|
+
display: String
|
3870
4081
|
id: ID
|
3871
|
-
locale: String
|
4082
|
+
locale: String
|
3872
4083
|
name: String
|
3873
4084
|
}
|
3874
4085
|
|
@@ -3879,7 +4090,7 @@ type Theme {
|
|
3879
4090
|
creator: User
|
3880
4091
|
deletedAt: DateTimeISO
|
3881
4092
|
description: String
|
3882
|
-
domain: Domain
|
4093
|
+
domain: Domain!
|
3883
4094
|
id: ID!
|
3884
4095
|
name: String
|
3885
4096
|
type: String
|
@@ -3919,7 +4130,7 @@ type User {
|
|
3919
4130
|
email: EmailAddress!
|
3920
4131
|
id: ID!
|
3921
4132
|
locale: String
|
3922
|
-
name: String
|
4133
|
+
name: String
|
3923
4134
|
owner: Boolean
|
3924
4135
|
reference: String
|
3925
4136
|
roles: [Role!]!
|
@@ -3949,6 +4160,32 @@ input UserPatch {
|
|
3949
4160
|
userType: String
|
3950
4161
|
}
|
3951
4162
|
|
4163
|
+
"""Entity for UserPreference"""
|
4164
|
+
type UserPreference {
|
4165
|
+
createdAt: DateTimeISO
|
4166
|
+
creator: User
|
4167
|
+
domain: Domain
|
4168
|
+
id: ID!
|
4169
|
+
key: String
|
4170
|
+
preference: Object
|
4171
|
+
updatedAt: DateTimeISO
|
4172
|
+
updater: User
|
4173
|
+
user: User!
|
4174
|
+
}
|
4175
|
+
|
4176
|
+
type UserPreferenceList {
|
4177
|
+
items: [UserPreference!]!
|
4178
|
+
total: Int!
|
4179
|
+
}
|
4180
|
+
|
4181
|
+
input UserPreferencePatch {
|
4182
|
+
cuFlag: String
|
4183
|
+
id: ID
|
4184
|
+
key: String!
|
4185
|
+
preference: Object!
|
4186
|
+
user: ObjectRef!
|
4187
|
+
}
|
4188
|
+
|
3952
4189
|
type UserRole {
|
3953
4190
|
assigned: Boolean
|
3954
4191
|
description: String
|
@@ -3960,7 +4197,7 @@ type UserRole {
|
|
3960
4197
|
type UsersAuthProviders {
|
3961
4198
|
authProvider: AuthProvider
|
3962
4199
|
createdAt: DateTimeISO
|
3963
|
-
domain: Domain
|
4200
|
+
domain: Domain!
|
3964
4201
|
id: ID!
|
3965
4202
|
ssoId: String
|
3966
4203
|
updatedAt: DateTimeISO
|