@plmtest/plmtrustlink-enum-management 2.4.15 → 2.4.16
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
|
@@ -676,7 +676,8 @@ const WORKBENCH_PRINT_SUBMODULES = Object.freeze({
|
|
|
676
676
|
})
|
|
677
677
|
|
|
678
678
|
const WORKBENCH_REPORTS_SUBMODULES = Object.freeze({
|
|
679
|
-
LOADS: 'Loads'
|
|
679
|
+
LOADS: 'Loads',
|
|
680
|
+
BATCHES: 'Batches'
|
|
680
681
|
})
|
|
681
682
|
|
|
682
683
|
const WORKBENCH_DOCUMENTS_SUBMODULES = Object.freeze({
|