@plmtest/plmtrustlink-enum-management 2.4.20 → 2.4.22
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/package.json +1 -1
- package/src/enum.js +4 -2
package/package.json
CHANGED
package/src/enum.js
CHANGED
|
@@ -76,7 +76,8 @@ const EVENT_SUBJECTS = Object.freeze({
|
|
|
76
76
|
|
|
77
77
|
const MESSAGE_CATEGORY = Object.freeze({
|
|
78
78
|
LOADS: 'loads',
|
|
79
|
-
DROPS: 'drops'
|
|
79
|
+
DROPS: 'drops',
|
|
80
|
+
ORDERS: 'orders'
|
|
80
81
|
})
|
|
81
82
|
|
|
82
83
|
const VALUE_TYPE = Object.freeze({
|
|
@@ -720,7 +721,8 @@ const WORKBENCH_REPORTS_SUBMODULES_FILTER = Object.freeze({
|
|
|
720
721
|
INBOUND_PRODUCT_REPORT: 'Inbound Product Report',
|
|
721
722
|
OUTBOUND_PRODUCT_REPORT: 'Outbound Product Report',
|
|
722
723
|
PRODUCT_SHELF_LIFE_OPTIMIZER_REPORT: 'Product Shelf Life Optimizer Report',
|
|
723
|
-
PRODUCT_WEIGHT_COMPLIANCE_REPORT: 'Product Weight Compliance Report'
|
|
724
|
+
PRODUCT_WEIGHT_COMPLIANCE_REPORT: 'Product Weight Compliance Report',
|
|
725
|
+
PRODUCT_DWELL_TIME_REPORT: 'Product Dwell Time Report'
|
|
724
726
|
})
|
|
725
727
|
|
|
726
728
|
const WORKBENCH_DATAMANAGEMENT_SUBMODULES_IMPORT = Object.freeze({
|