@hiennc24/constant 1.1.32 → 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",
@@ -2055,7 +2056,7 @@
2055
2056
  "ACTION_MIGRATION_DATA": "migrationData"
2056
2057
  },
2057
2058
  "SVC_INVENTORY_TRANSACTIONS": {
2058
- "NAME": "svc-inventory-transactions",
2059
+ "NAME": "svc-product.svc-inventory-transactions",
2059
2060
  "ACTION_GET_INVENTORY_REPORTS": "getInventoryReport",
2060
2061
  "ACTION_CREATE_INVENTORY_TRANSACTION": "createInventoryTransaction",
2061
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.32",
3
+ "version": "1.1.33",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {