@things-factory/operato-ecs 9.0.1 → 9.0.2
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/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +25 -25
- package/schema.graphql +24 -25
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.2",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -66,39 +66,39 @@
|
|
66
66
|
"@operato/scene-table": "^9.0.0",
|
67
67
|
"@operato/scene-timer": "^9.0.0",
|
68
68
|
"@operato/scene-wellstek-gantt": "^9.0.0",
|
69
|
-
"@things-factory/api": "^9.0.
|
70
|
-
"@things-factory/apptool-ui": "^9.0.
|
71
|
-
"@things-factory/auth-ui": "^9.0.
|
72
|
-
"@things-factory/board-service": "^9.0.
|
73
|
-
"@things-factory/board-ui": "^9.0.
|
69
|
+
"@things-factory/api": "^9.0.2",
|
70
|
+
"@things-factory/apptool-ui": "^9.0.2",
|
71
|
+
"@things-factory/auth-ui": "^9.0.2",
|
72
|
+
"@things-factory/board-service": "^9.0.2",
|
73
|
+
"@things-factory/board-ui": "^9.0.2",
|
74
74
|
"@things-factory/context-ui": "^9.0.0",
|
75
|
-
"@things-factory/dashboard": "^9.0.
|
75
|
+
"@things-factory/dashboard": "^9.0.2",
|
76
76
|
"@things-factory/evaluation": "^9.0.0",
|
77
77
|
"@things-factory/export-ui": "^9.0.0",
|
78
78
|
"@things-factory/help": "^9.0.0",
|
79
|
-
"@things-factory/i18n-base": "^9.0.
|
80
|
-
"@things-factory/integration-email": "^9.0.
|
81
|
-
"@things-factory/integration-headless": "^9.0.
|
82
|
-
"@things-factory/integration-influxdb": "^9.0.
|
83
|
-
"@things-factory/integration-melsec": "^9.0.
|
84
|
-
"@things-factory/integration-modbus": "^9.0.
|
85
|
-
"@things-factory/integration-opc": "^9.0.
|
86
|
-
"@things-factory/integration-qdrant": "^9.0.
|
87
|
-
"@things-factory/integration-ui": "^9.0.
|
88
|
-
"@things-factory/lite-menu": "^9.0.
|
79
|
+
"@things-factory/i18n-base": "^9.0.2",
|
80
|
+
"@things-factory/integration-email": "^9.0.2",
|
81
|
+
"@things-factory/integration-headless": "^9.0.2",
|
82
|
+
"@things-factory/integration-influxdb": "^9.0.2",
|
83
|
+
"@things-factory/integration-melsec": "^9.0.2",
|
84
|
+
"@things-factory/integration-modbus": "^9.0.2",
|
85
|
+
"@things-factory/integration-opc": "^9.0.2",
|
86
|
+
"@things-factory/integration-qdrant": "^9.0.2",
|
87
|
+
"@things-factory/integration-ui": "^9.0.2",
|
88
|
+
"@things-factory/lite-menu": "^9.0.2",
|
89
89
|
"@things-factory/more-ui": "^9.0.0",
|
90
|
-
"@things-factory/notification": "^9.0.
|
91
|
-
"@things-factory/oauth2-client": "^9.0.
|
92
|
-
"@things-factory/print-ui": "^9.0.
|
93
|
-
"@things-factory/resource-ui": "^9.0.
|
94
|
-
"@things-factory/scheduler": "^9.0.
|
95
|
-
"@things-factory/setting-base": "^9.0.
|
96
|
-
"@things-factory/setting-ui": "^9.0.
|
90
|
+
"@things-factory/notification": "^9.0.2",
|
91
|
+
"@things-factory/oauth2-client": "^9.0.2",
|
92
|
+
"@things-factory/print-ui": "^9.0.2",
|
93
|
+
"@things-factory/resource-ui": "^9.0.2",
|
94
|
+
"@things-factory/scheduler": "^9.0.2",
|
95
|
+
"@things-factory/setting-base": "^9.0.2",
|
96
|
+
"@things-factory/setting-ui": "^9.0.2",
|
97
97
|
"@things-factory/shell": "^9.0.0",
|
98
98
|
"@things-factory/system": "^9.0.0"
|
99
99
|
},
|
100
100
|
"devDependencies": {
|
101
101
|
"@things-factory/builder": "^9.0.0"
|
102
102
|
},
|
103
|
-
"gitHead": "
|
103
|
+
"gitHead": "5cf452159e611eea93c23010706ecfc6543405ba"
|
104
104
|
}
|
package/schema.graphql
CHANGED
@@ -3885,18 +3885,10 @@ input NewPrinterDevice {
|
|
3885
3885
|
type: String
|
3886
3886
|
}
|
3887
3887
|
|
3888
|
-
"""Input for creating a new privilege."""
|
3889
3888
|
input NewPrivilege {
|
3890
|
-
"""The category of the new privilege."""
|
3891
3889
|
category: String!
|
3892
|
-
|
3893
|
-
"""A description for the new privilege."""
|
3894
3890
|
description: String
|
3895
|
-
|
3896
|
-
"""The name of the new privilege."""
|
3897
3891
|
name: String!
|
3898
|
-
|
3899
|
-
"""Roles to which the new privilege will be assigned."""
|
3900
3892
|
roles: [ObjectRef!]
|
3901
3893
|
}
|
3902
3894
|
|
@@ -3960,13 +3952,20 @@ input NewSetting {
|
|
3960
3952
|
|
3961
3953
|
"""Input for creating a new state register."""
|
3962
3954
|
input NewStateRegister {
|
3955
|
+
"""
|
3956
|
+
Whether to automatically publish state changes. If true, state changes will be published using the name as the tag.
|
3957
|
+
"""
|
3958
|
+
autoPublish: Boolean
|
3959
|
+
|
3963
3960
|
"""Description of the state register"""
|
3964
3961
|
description: String
|
3965
3962
|
|
3966
3963
|
"""Group name for the state register"""
|
3967
3964
|
group: String
|
3968
3965
|
|
3969
|
-
"""
|
3966
|
+
"""
|
3967
|
+
Name of the state register. If autoPublish is enabled, this name is used as the publish tag.
|
3968
|
+
"""
|
3970
3969
|
name: String!
|
3971
3970
|
|
3972
3971
|
"""Number of decimal places if the state is a number type"""
|
@@ -4667,12 +4666,8 @@ type Privilege {
|
|
4667
4666
|
updater: User
|
4668
4667
|
}
|
4669
4668
|
|
4670
|
-
"""A paginated list of privileges."""
|
4671
4669
|
type PrivilegeList {
|
4672
|
-
"""The list of privilege items."""
|
4673
4670
|
items: [Privilege!]
|
4674
|
-
|
4675
|
-
"""The total number of privileges."""
|
4676
4671
|
total: Int
|
4677
4672
|
}
|
4678
4673
|
|
@@ -4691,21 +4686,11 @@ type PrivilegeObject {
|
|
4691
4686
|
super: Boolean
|
4692
4687
|
}
|
4693
4688
|
|
4694
|
-
"""Input for updating (patching) an existing privilege."""
|
4695
4689
|
input PrivilegePatch {
|
4696
|
-
"""The new category for the privilege."""
|
4697
4690
|
category: String
|
4698
|
-
|
4699
|
-
"""The new description for the privilege."""
|
4700
4691
|
description: String
|
4701
|
-
|
4702
|
-
"""The unique identifier of the privilege to update."""
|
4703
4692
|
id: String
|
4704
|
-
|
4705
|
-
"""The new name for the privilege."""
|
4706
4693
|
name: String
|
4707
|
-
|
4708
|
-
"""A new list of roles to be assigned to the privilege."""
|
4709
4694
|
roles: [ObjectRef!]
|
4710
4695
|
}
|
4711
4696
|
|
@@ -6454,6 +6439,11 @@ input Sorting {
|
|
6454
6439
|
Represents a key-value store for maintaining the state of various entities within a domain.
|
6455
6440
|
"""
|
6456
6441
|
type StateRegister {
|
6442
|
+
"""
|
6443
|
+
Whether to automatically publish state changes. If true, state changes will be published using the name as the tag.
|
6444
|
+
"""
|
6445
|
+
autoPublish: Boolean
|
6446
|
+
|
6457
6447
|
"""Creation time of the state register"""
|
6458
6448
|
createdAt: DateTimeISO
|
6459
6449
|
|
@@ -6478,7 +6468,9 @@ type StateRegister {
|
|
6478
6468
|
"""Unique identifier for the state register."""
|
6479
6469
|
id: ID!
|
6480
6470
|
|
6481
|
-
"""
|
6471
|
+
"""
|
6472
|
+
Name of the state register. If autoPublish is enabled, this name is used as the publish tag.
|
6473
|
+
"""
|
6482
6474
|
name: String
|
6483
6475
|
|
6484
6476
|
"""Number of decimal places if the state is a number type"""
|
@@ -6531,6 +6523,11 @@ type StateRegisterList {
|
|
6531
6523
|
|
6532
6524
|
"""Input for updating (patching) an existing state register."""
|
6533
6525
|
input StateRegisterPatch {
|
6526
|
+
"""
|
6527
|
+
Whether to automatically publish state changes. If true, state changes will be published using the name as the tag.
|
6528
|
+
"""
|
6529
|
+
autoPublish: Boolean
|
6530
|
+
|
6534
6531
|
"""Flag indicating create/update operations"""
|
6535
6532
|
cuFlag: String
|
6536
6533
|
|
@@ -6543,7 +6540,9 @@ input StateRegisterPatch {
|
|
6543
6540
|
"""ID of the state register"""
|
6544
6541
|
id: ID
|
6545
6542
|
|
6546
|
-
"""
|
6543
|
+
"""
|
6544
|
+
Name of the state register. If autoPublish is enabled, this name is used as the publish tag.
|
6545
|
+
"""
|
6547
6546
|
name: String
|
6548
6547
|
|
6549
6548
|
"""Number of decimal places if the state is a number type"""
|