@hiennc24/constant 1.1.47 → 1.1.49
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.
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"SVC_PRODUCT_WAREHOUSE_PRODUCTS": {
|
|
37
37
|
"NAME": "svc-product.warehouse-products",
|
|
38
38
|
"ACTION_UPLOAD_PRODUCT_ITEM": "upload",
|
|
39
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
39
40
|
"ACTION_GET_WAREHOUSE_PRODUCT_DETAIL": "getWarehouseProductDetail",
|
|
40
41
|
"ACTION_UPDATE_WAREHOUSE_PRODUCT_DETAIL": "updateWarehouseProductDetail",
|
|
41
42
|
"ACTION_GET_WAREHOUSE_AVAILABLE_BY_PRODUCT_CODE": "getWarehouseAvailable"
|
|
@@ -813,6 +814,7 @@
|
|
|
813
814
|
"SVC_REQUEST_MANAGEMENT": {
|
|
814
815
|
"NAME": "api-hcm.svc-request-management",
|
|
815
816
|
"ACTION_GET_LIST": "getList",
|
|
817
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
816
818
|
"ACTION_CREATE": "create",
|
|
817
819
|
"ACTION_UPDATE": "update"
|
|
818
820
|
},
|