@plmtest/plmtrustlink-enum-management 2.4.9 → 2.4.11
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
|
@@ -174,7 +174,8 @@ const DI_SUBJECT_TYPES = Object.freeze({
|
|
|
174
174
|
RECEIVE_ITEM: 'receive-item',
|
|
175
175
|
AUDIT_LABEL: 'audit-label',
|
|
176
176
|
LOAD_ITEM: 'load-item',
|
|
177
|
-
FILL_AND_GRADE: 'fill-and-grade'
|
|
177
|
+
FILL_AND_GRADE: 'fill-and-grade',
|
|
178
|
+
ITEMS_RECEIVE: 'items-receive'
|
|
178
179
|
})
|
|
179
180
|
|
|
180
181
|
// ------ Create Trailer Load Edge -------
|
|
@@ -252,7 +253,8 @@ const DI_SUBJECT = Object.freeze({
|
|
|
252
253
|
AUDIT_BUILD: 'audit-build',
|
|
253
254
|
AUDIT_LABEL: 'audit-label',
|
|
254
255
|
LOAD_ITEM: 'load-item',
|
|
255
|
-
FILL_AND_GRADE: 'fill-and-grade'
|
|
256
|
+
FILL_AND_GRADE: 'fill-and-grade',
|
|
257
|
+
ITEMS_RECEIVE: 'items-receive'
|
|
256
258
|
})
|
|
257
259
|
|
|
258
260
|
const CTE_NAMES_LIST = Object.freeze({
|