@plmtest/plmtrustlink-enum-management 2.4.9 → 2.4.10
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
|
@@ -252,7 +252,8 @@ const DI_SUBJECT = Object.freeze({
|
|
|
252
252
|
AUDIT_BUILD: 'audit-build',
|
|
253
253
|
AUDIT_LABEL: 'audit-label',
|
|
254
254
|
LOAD_ITEM: 'load-item',
|
|
255
|
-
FILL_AND_GRADE: 'fill-and-grade'
|
|
255
|
+
FILL_AND_GRADE: 'fill-and-grade',
|
|
256
|
+
ITEMS_RECEIVE: 'items-receive'
|
|
256
257
|
})
|
|
257
258
|
|
|
258
259
|
const CTE_NAMES_LIST = Object.freeze({
|