@things-factory/operato-ecs 6.2.23 → 6.2.25
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/config/license.json +12 -0
- package/package.json +26 -26
- package/schema.graphql +47 -17
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"Product": "Operato ECS",
|
3
|
+
"License Type": "Evaluation",
|
4
|
+
"Purchase Date": "2023.11.16",
|
5
|
+
"Expiration Date": "2024.02.16",
|
6
|
+
"Host Address": "UNLIMITED",
|
7
|
+
"Max Target Count": 0,
|
8
|
+
"Max Domain Count": 0,
|
9
|
+
"Permissions For Board Usage": "Viewer, Modeller",
|
10
|
+
"Permissions For Tailor Tool": "Runner, Studio",
|
11
|
+
"Key": "5eyJQcm9kdWN0IjoiT3BlcmF0byBFQ1MiLCJMaWNlbnNlIFR5cGUiOiJFdmFsdWF0aW9uIiwiUHVyY2hhc2UgRGF0ZSI6IjIwMjMuMTEuMTYiLCJFeHBpcmF0aW9uIERhdGUiOiIyMDI0LjAyLjE2IiwiSG9zdCBBZGRyZXNzIjoiVU5MSU1JVEVEIiwiTWF4IFRhcmdldCBDb3VudCI6MCwiTWF4IERvbWFpbiBDb3VudCI6MCwiUGVybWlzc2lvbnMgRm9yIEJvYXJkIFVzYWdlIjoiVmlld2VyLCBNb2RlbGxlciIsIlBlcm1pc3Npb25zIEZvciBUYWlsb3IgVG9vbCI6IlJ1bm5lciwgU3R1ZGlvIiwiS2V5IjoiQXhncUdBeE5Nd29DS1JveEt3RUFTUmd1SUQ0RkRDNDVEVmtxR3hFREd3Z29KaVV0Q3dvVVBnWU5KZ01tSmhvc0FSa1RDQ1VBSlNZSURCeEZCQW91T1E0M014UVpPdzhJSHlFWldSTXZCam9GTHg4Q0hTY21NUWdsSHlzckFTWlhId2tWUnhzTkx3d2lOQk1JRmhVZUd3OGhMVkFKREJ3Q0J3bzdEQ1lsR2djQ0dSTUlKUUFtV1I4ZEdRSWNDVE1RSTBvbkx4azdEd2doSWpaYUNCNGdGQTRhSWhBVk9CNFpHVHdIQ0I0VU9pMFpEREVjRWh3ZUpDWkpDd2dPS1NJdEt5TWRTQWtNQWo0RUhqSWxEUk1XRkFJVkh5c25KZ2hKR0FvY0JoOGNJZzBOTnlZUEFEc21IUkkyR1ZVSUhoa0lHeDREQUJvbkZoZ0FLUVFaRVRjRFZnb05GVGtXRERzUUppVWlGUWtxSGdvckl4bGFFd29DUGg4SkJRQVpUUUFMQWdRU0dDZ21MUzRLTHhBK0Job0VBd3hKSXhJWlBpWUxFUVErVUFrdUZFSUdMejhSSmlVU0ZRRTdKZ3diRWdOVENpNFpPUklhT3cwTkl5TXJHVDRlTUJJRU9rd0pDQlU1RXk0aU9CVW5BQlVaUURnayJ988693"
|
12
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.25",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -54,34 +54,34 @@
|
|
54
54
|
"@operato/scene-switch": "^1.0.0",
|
55
55
|
"@operato/scene-table": "^1.0.0",
|
56
56
|
"@operato/scene-timer": "^1.0.0",
|
57
|
-
"@things-factory/api": "^6.2.
|
58
|
-
"@things-factory/apptool-ui": "^6.2.
|
59
|
-
"@things-factory/auth-ui": "^6.2.
|
60
|
-
"@things-factory/board-service": "^6.2.
|
61
|
-
"@things-factory/board-ui": "^6.2.
|
62
|
-
"@things-factory/context-ui": "^6.2.
|
63
|
-
"@things-factory/dashboard": "^6.2.
|
64
|
-
"@things-factory/export-ui": "^6.2.
|
65
|
-
"@things-factory/help": "^6.2.
|
66
|
-
"@things-factory/i18n-base": "^6.2.
|
67
|
-
"@things-factory/integration-melsec": "^6.2.
|
68
|
-
"@things-factory/integration-modbus": "^6.2.
|
69
|
-
"@things-factory/integration-opc": "^6.2.
|
70
|
-
"@things-factory/integration-ui": "^6.2.
|
71
|
-
"@things-factory/lite-menu": "^6.2.
|
72
|
-
"@things-factory/more-ui": "^6.2.
|
73
|
-
"@things-factory/notification": "^6.2.
|
74
|
-
"@things-factory/oauth2-client": "^6.2.
|
57
|
+
"@things-factory/api": "^6.2.25",
|
58
|
+
"@things-factory/apptool-ui": "^6.2.25",
|
59
|
+
"@things-factory/auth-ui": "^6.2.25",
|
60
|
+
"@things-factory/board-service": "^6.2.25",
|
61
|
+
"@things-factory/board-ui": "^6.2.25",
|
62
|
+
"@things-factory/context-ui": "^6.2.24",
|
63
|
+
"@things-factory/dashboard": "^6.2.25",
|
64
|
+
"@things-factory/export-ui": "^6.2.24",
|
65
|
+
"@things-factory/help": "^6.2.24",
|
66
|
+
"@things-factory/i18n-base": "^6.2.24",
|
67
|
+
"@things-factory/integration-melsec": "^6.2.25",
|
68
|
+
"@things-factory/integration-modbus": "^6.2.25",
|
69
|
+
"@things-factory/integration-opc": "^6.2.25",
|
70
|
+
"@things-factory/integration-ui": "^6.2.25",
|
71
|
+
"@things-factory/lite-menu": "^6.2.25",
|
72
|
+
"@things-factory/more-ui": "^6.2.24",
|
73
|
+
"@things-factory/notification": "^6.2.25",
|
74
|
+
"@things-factory/oauth2-client": "^6.2.25",
|
75
75
|
"@things-factory/operato-license-checker": "^3.1.0",
|
76
|
-
"@things-factory/print-ui": "^6.2.
|
77
|
-
"@things-factory/resource-ui": "^6.2.
|
78
|
-
"@things-factory/setting-base": "^6.2.
|
79
|
-
"@things-factory/setting-ui": "^6.2.
|
80
|
-
"@things-factory/shell": "^6.2.
|
81
|
-
"@things-factory/system-ui": "^6.2.
|
76
|
+
"@things-factory/print-ui": "^6.2.25",
|
77
|
+
"@things-factory/resource-ui": "^6.2.25",
|
78
|
+
"@things-factory/setting-base": "^6.2.25",
|
79
|
+
"@things-factory/setting-ui": "^6.2.25",
|
80
|
+
"@things-factory/shell": "^6.2.24",
|
81
|
+
"@things-factory/system-ui": "^6.2.24"
|
82
82
|
},
|
83
83
|
"devDependencies": {
|
84
84
|
"@things-factory/builder": "^6.2.23"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "9e6b8dadc24f446e55e5542c1df6376ada1f2ffc"
|
87
87
|
}
|
package/schema.graphql
CHANGED
@@ -420,13 +420,14 @@ type BoardTemplate {
|
|
420
420
|
description: String
|
421
421
|
domain: Domain
|
422
422
|
id: ID!
|
423
|
+
mine: Boolean!
|
423
424
|
model: String
|
424
425
|
name: String
|
425
|
-
|
426
|
+
tags: Object
|
426
427
|
thumbnail: String
|
427
428
|
updatedAt: DateTimeISO
|
428
429
|
updater: User
|
429
|
-
|
430
|
+
visibility: String
|
430
431
|
}
|
431
432
|
|
432
433
|
type BoardTemplateList {
|
@@ -438,16 +439,10 @@ input BoardTemplatePatch {
|
|
438
439
|
cuFlag: String
|
439
440
|
description: String
|
440
441
|
id: ID
|
441
|
-
model: String
|
442
|
+
model: String
|
442
443
|
name: String
|
443
|
-
state: BoardTemplateStatus
|
444
444
|
thumbnail: String
|
445
|
-
|
446
|
-
|
447
|
-
"""state enumeration of a boardTemplate"""
|
448
|
-
enum BoardTemplateStatus {
|
449
|
-
DRAFT
|
450
|
-
RELEASED
|
445
|
+
visibility: String
|
451
446
|
}
|
452
447
|
|
453
448
|
input ChatCompletionInput {
|
@@ -1128,6 +1123,7 @@ type LiteMenu {
|
|
1128
1123
|
id: ID!
|
1129
1124
|
name: String!
|
1130
1125
|
parent: String
|
1126
|
+
privilege: PrivilegeObject
|
1131
1127
|
rank: Int
|
1132
1128
|
type: String
|
1133
1129
|
updatedAt: DateTimeISO
|
@@ -1147,6 +1143,7 @@ input LiteMenuPatch {
|
|
1147
1143
|
icon: String
|
1148
1144
|
name: String
|
1149
1145
|
parent: String
|
1146
|
+
privilege: PrivilegeInput
|
1150
1147
|
rank: Int
|
1151
1148
|
type: String
|
1152
1149
|
value: String
|
@@ -1993,7 +1990,22 @@ type Mutation {
|
|
1993
1990
|
"""To refresh oauth2 access token"""
|
1994
1991
|
refreshOauth2AccessToken(id: String!): Oauth2Client!
|
1995
1992
|
|
1996
|
-
"""To
|
1993
|
+
"""To register a board as a board template with the given ID"""
|
1994
|
+
registerBoardAsTemplate(
|
1995
|
+
"""description of board template to be regiestered"""
|
1996
|
+
description: String!
|
1997
|
+
|
1998
|
+
"""board Id to be regiestered"""
|
1999
|
+
id: String!
|
2000
|
+
|
2001
|
+
"""name of board template to be regiestered"""
|
2002
|
+
name: String!
|
2003
|
+
|
2004
|
+
"""visibility of board template to be regiestered"""
|
2005
|
+
visibility: String!
|
2006
|
+
): BoardTemplate!
|
2007
|
+
|
2008
|
+
"""To release a Board"""
|
1997
2009
|
releaseBoard(id: String!): Board!
|
1998
2010
|
renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
|
1999
2011
|
|
@@ -2296,11 +2308,11 @@ input NewBoard {
|
|
2296
2308
|
}
|
2297
2309
|
|
2298
2310
|
input NewBoardTemplate {
|
2299
|
-
description: String
|
2311
|
+
description: String!
|
2300
2312
|
model: String!
|
2301
2313
|
name: String!
|
2302
|
-
state: BoardTemplateStatus
|
2303
2314
|
thumbnail: String
|
2315
|
+
visibility: String!
|
2304
2316
|
}
|
2305
2317
|
|
2306
2318
|
input NewCommonCode {
|
@@ -2449,6 +2461,7 @@ input NewLiteMenu {
|
|
2449
2461
|
icon: String
|
2450
2462
|
name: String!
|
2451
2463
|
parent: String
|
2464
|
+
privilege: PrivilegeInput
|
2452
2465
|
rank: Int
|
2453
2466
|
type: String
|
2454
2467
|
value: String
|
@@ -2685,6 +2698,7 @@ input NewScenario {
|
|
2685
2698
|
active: Boolean
|
2686
2699
|
description: String
|
2687
2700
|
name: String!
|
2701
|
+
privilege: PrivilegeInput
|
2688
2702
|
schedule: String
|
2689
2703
|
timezone: String
|
2690
2704
|
type: String
|
@@ -3123,11 +3137,25 @@ type Privilege {
|
|
3123
3137
|
updater: User
|
3124
3138
|
}
|
3125
3139
|
|
3140
|
+
input PrivilegeInput {
|
3141
|
+
category: String
|
3142
|
+
owner: Boolean
|
3143
|
+
privilege: String
|
3144
|
+
super: Boolean
|
3145
|
+
}
|
3146
|
+
|
3126
3147
|
type PrivilegeList {
|
3127
3148
|
items: [Privilege!]
|
3128
3149
|
total: Int
|
3129
3150
|
}
|
3130
3151
|
|
3152
|
+
type PrivilegeObject {
|
3153
|
+
category: String
|
3154
|
+
owner: Boolean
|
3155
|
+
privilege: String
|
3156
|
+
super: Boolean
|
3157
|
+
}
|
3158
|
+
|
3131
3159
|
input PrivilegePatch {
|
3132
3160
|
category: String
|
3133
3161
|
description: String
|
@@ -3225,9 +3253,6 @@ type Query {
|
|
3225
3253
|
"""To fetch a BoardTemplate"""
|
3226
3254
|
boardTemplate(id: String!): BoardTemplate
|
3227
3255
|
|
3228
|
-
"""To fetch a BoardTemplate by name"""
|
3229
|
-
boardTemplateByName(name: String!): BoardTemplate
|
3230
|
-
|
3231
3256
|
"""To fetch multiple BoardTemplates"""
|
3232
3257
|
boardTemplates(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
|
3233
3258
|
|
@@ -3423,6 +3448,9 @@ type Query {
|
|
3423
3448
|
|
3424
3449
|
"""To fetch current user's Favorites"""
|
3425
3450
|
myFavorites: [Favorite!]!
|
3451
|
+
|
3452
|
+
"""To fetch my own LiteMenus"""
|
3453
|
+
myLiteMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LiteMenuList!
|
3426
3454
|
myLoginHistories(limit: Float!): [LoginHistory!]!
|
3427
3455
|
|
3428
3456
|
"""To fetch my notifications"""
|
@@ -3495,7 +3523,7 @@ type Query {
|
|
3495
3523
|
"""To fetch Menus by role"""
|
3496
3524
|
roleMenus(roleId: String!): MenuList!
|
3497
3525
|
|
3498
|
-
"""To fetch
|
3526
|
+
"""To fetch privileges of a role"""
|
3499
3527
|
rolePrivileges(roleId: String!): [RolePrivilege!]!
|
3500
3528
|
|
3501
3529
|
"""To fetch multiple users"""
|
@@ -3613,6 +3641,7 @@ type Scenario {
|
|
3613
3641
|
id: ID!
|
3614
3642
|
instances: [ScenarioInstance!]
|
3615
3643
|
name: String!
|
3644
|
+
privilege: PrivilegeObject
|
3616
3645
|
|
3617
3646
|
"""accessible and executable system-wide"""
|
3618
3647
|
public: Boolean
|
@@ -3686,6 +3715,7 @@ input ScenarioPatch {
|
|
3686
3715
|
description: String
|
3687
3716
|
id: ID
|
3688
3717
|
name: String
|
3718
|
+
privilege: PrivilegeInput
|
3689
3719
|
schedule: String
|
3690
3720
|
steps: [StepPatch!]
|
3691
3721
|
timezone: String
|