@hiennc24/constant 1.2.27 → 1.2.29
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.
|
@@ -46,8 +46,9 @@
|
|
|
46
46
|
"ACTION_UPDATE_DETAIL": "updateDetail",
|
|
47
47
|
"ACTION_GET_INVENTORY_REPORT": "getInventoryReport",
|
|
48
48
|
"ACTION_GET_QUEUE_IMPORT_STATUS": "getQueueImportStatus",
|
|
49
|
+
"ACTION_GET_WAREHOUSE_AVAILABLE_BY_PRODUCT_ID": "getWarehouseAvailable",
|
|
49
50
|
"ACTION_GET_PRODUCT_LIST_BY_WAREHOUSE_ID": "getProductListByWarehouseId",
|
|
50
|
-
"
|
|
51
|
+
"ACTION_CREATE_INVENTORY_TRANSACTION_DATA_SEED": "seedInventoryTransactionsData"
|
|
51
52
|
},
|
|
52
53
|
"SVC_INVENTORY_TRANSACTIONS": {
|
|
53
54
|
"NAME": "svc-product.inventory-transactions",
|
|
@@ -62,8 +63,9 @@
|
|
|
62
63
|
"ACTION_UPDATE_DETAIL": "updateDetail",
|
|
63
64
|
"ACTION_GET_INVENTORY_REPORT": "getInventoryReport",
|
|
64
65
|
"ACTION_GET_QUEUE_IMPORT_STATUS": "getQueueImportStatus",
|
|
66
|
+
"ACTION_GET_WAREHOUSE_AVAILABLE_BY_PRODUCT_ID": "getWarehouseAvailable",
|
|
65
67
|
"ACTION_GET_PRODUCT_LIST_BY_WAREHOUSE_ID": "getProductListByWarehouseId",
|
|
66
|
-
"
|
|
68
|
+
"ACTION_CREATE_INVENTORY_TRANSACTION_DATA_SEED": "seedInventoryTransactionsData"
|
|
67
69
|
},
|
|
68
70
|
"SVC_ORDER_INVENTORY_TRANSACTIONS": {
|
|
69
71
|
"NAME": "svc-product.order-inventory-transactions",
|
|
@@ -888,14 +890,12 @@
|
|
|
888
890
|
"ACTION_DELETE_MANY_VERSIONS": "deleteManyVersions",
|
|
889
891
|
"ACTION_SYNC_DATA_VERSION": "syncDataVersion"
|
|
890
892
|
},
|
|
891
|
-
"
|
|
892
|
-
"NAME": "api-hcm.
|
|
893
|
+
"API_HCM_PAYROLL_TEMPLATES": {
|
|
894
|
+
"NAME": "api-hcm.payroll-templates",
|
|
893
895
|
"ACTION_CREATE": "create",
|
|
894
|
-
"ACTION_GET_PAGE": "getPage",
|
|
895
896
|
"ACTION_UPDATE": "update",
|
|
896
897
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
897
|
-
"
|
|
898
|
-
"ACTION_DELETE_DEPARTMENT": "deleteByDepartment"
|
|
898
|
+
"ACTION_GET_LIST": "getList"
|
|
899
899
|
},
|
|
900
900
|
"API_HCM_PAYROLL": {
|
|
901
901
|
"NAME": "api-hcm.payrolls",
|