@plmtest/plmtrustlink-enum-management 2.4.29 → 2.4.30
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 +2 -1
package/package.json
CHANGED
package/src/enum.js
CHANGED
|
@@ -725,7 +725,8 @@ const WORKBENCH_REPORTS_SUBMODULES_FILTER = Object.freeze({
|
|
|
725
725
|
PRODUCT_SHELF_LIFE_OPTIMIZER_REPORT: 'Product Shelf Life Optimizer Report',
|
|
726
726
|
PRODUCT_WEIGHT_COMPLIANCE_REPORT: 'Product Weight Compliance Report',
|
|
727
727
|
PRODUCT_DWELL_TIME_REPORT: 'Product Dwell Time Report',
|
|
728
|
-
SPECIAL_ORDER_LIFE_OVERRUN_REPORT: 'Special Order Life Overrun Report'
|
|
728
|
+
SPECIAL_ORDER_LIFE_OVERRUN_REPORT: 'Special Order Life Overrun Report',
|
|
729
|
+
BUILD_COMPLETION_REPORT: 'Build Completion Report'
|
|
729
730
|
})
|
|
730
731
|
|
|
731
732
|
const WORKBENCH_DATAMANAGEMENT_SUBMODULES_IMPORT = Object.freeze({
|