@plmtest/plmtrustlink-enum-management 2.4.25 → 2.4.28
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
|
@@ -723,7 +723,8 @@ const WORKBENCH_REPORTS_SUBMODULES_FILTER = Object.freeze({
|
|
|
723
723
|
OUTBOUND_PRODUCT_REPORT: 'Outbound Product Report',
|
|
724
724
|
PRODUCT_SHELF_LIFE_OPTIMIZER_REPORT: 'Product Shelf Life Optimizer Report',
|
|
725
725
|
PRODUCT_WEIGHT_COMPLIANCE_REPORT: 'Product Weight Compliance Report',
|
|
726
|
-
PRODUCT_DWELL_TIME_REPORT: 'Product Dwell Time Report'
|
|
726
|
+
PRODUCT_DWELL_TIME_REPORT: 'Product Dwell Time Report',
|
|
727
|
+
SPECIAL_ORDER_LIFE_OVERRUN_REPORT: 'Special Order Life Overrun Report'
|
|
727
728
|
})
|
|
728
729
|
|
|
729
730
|
const WORKBENCH_DATAMANAGEMENT_SUBMODULES_IMPORT = Object.freeze({
|
|
@@ -769,7 +770,8 @@ const WORKBENCH_ALERTS_SUBMODULES_ALERTCATEGORIES = Object.freeze({
|
|
|
769
770
|
LOAD_UPDATE_MISMATCH: 'Load Update Mismatch',
|
|
770
771
|
LOAD_CREATION: 'Load Creation',
|
|
771
772
|
LOAD_UPDATE: 'Load Update',
|
|
772
|
-
SHELF_LIFE: 'Shelf Life'
|
|
773
|
+
SHELF_LIFE: 'Shelf Life',
|
|
774
|
+
CUSTOMER_EXPECTATION_MISMATCH: 'Customer Expectation Mismatch'
|
|
773
775
|
})
|
|
774
776
|
|
|
775
777
|
const WORKBENCH_BUSINESS_ENTITIES_ENTITY_NAME = Object.freeze({
|