@hiennc24/constant 1.1.31 → 1.1.33

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.
@@ -34,7 +34,8 @@
34
34
  "NAME": "svc-product.warehouseSettings"
35
35
  },
36
36
  "SVC_PRODUCT_WAREHOUSE_PRODUCTS": {
37
- "NAME": "svc-product.warehouseProducts"
37
+ "NAME": "svc-product.warehouse-products",
38
+ "ACTION_UPLOAD_PRODUCT_ITEM": "upload"
38
39
  },
39
40
  "SVC_PRODUCT_ORDER_PRODUCT_ITEMS": {
40
41
  "NAME": "svc-product.orderProductItems",
@@ -907,6 +908,15 @@
907
908
  "ACTION_GET": "get",
908
909
  "ACTION_UPDATE": "update"
909
910
  },
911
+ "API_HCM_BONUS_CATEGORIES": {
912
+ "NAME": "api-hcm.bonusCategories",
913
+ "ACTION_GENERATE_CODE": "generateCode",
914
+ "ACTION_GET_PAGE": "getPage",
915
+ "ACTION_GET_DETAIL": "getDetail",
916
+ "ACTION_CREATE": "create",
917
+ "ACTION_UPDATE": "update",
918
+ "ACTION_DELETE": "delete"
919
+ },
910
920
  "API_HCM_SETTINGS": {
911
921
  "NAME": "api-hcm.settings",
912
922
  "ACTION_GET_PAGE": "getPage",
@@ -2046,7 +2056,7 @@
2046
2056
  "ACTION_MIGRATION_DATA": "migrationData"
2047
2057
  },
2048
2058
  "SVC_INVENTORY_TRANSACTIONS": {
2049
- "NAME": "svc-inventory-transactions",
2059
+ "NAME": "svc-product.svc-inventory-transactions",
2050
2060
  "ACTION_GET_INVENTORY_REPORTS": "getInventoryReport",
2051
2061
  "ACTION_CREATE_INVENTORY_TRANSACTION": "createInventoryTransaction",
2052
2062
  "ACTION_GET_WAREHOUSE_AVAILABLE_BY_PRODUCT_VARIANT_ID": "getWarehouseAvailable"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {