@hiennc24/constant 1.2.34 → 1.2.35

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.
@@ -324,7 +324,8 @@
324
324
  },
325
325
  "API_SALES_LEAD_HISTORY": {
326
326
  "NAME": "api-sales.lead-history",
327
- "ACTION_GET_LIST": "getListLeadHistory"
327
+ "ACTION_GET_LIST": "getListLeadHistory",
328
+ "ACTION_CREATE": "createLeadHistory"
328
329
  },
329
330
  "API_SALES_LEAD_SCHEDULE": {
330
331
  "NAME": "api-sales.lead-schedule",
@@ -482,7 +483,7 @@
482
483
  },
483
484
  "SVC_SALES_ORDER_HISTORIES": {
484
485
  "NAME": "api-sales-order-histories",
485
- "ACTION_CREATE_MANY": "createHistory"
486
+ "ACTION_CREATE": "createHistory"
486
487
  },
487
488
  "API_SALES_DELIVERY_MODIFY_HISTORY": {
488
489
  "NAME": "api-sales.delivery-modify-history"
@@ -518,8 +519,8 @@
518
519
  },
519
520
  "API_PURCHASE_DELIVERY_HISTORY": {
520
521
  "NAME": "api-purchase.delivery-history",
521
- "ACTION_CREATE_DELIVERY_HISTORY": "createDeliveryHistories",
522
- "ACTION_UPDATE_DELIVERY_HISTORY": "updateDeliveryHistories"
522
+ "ACTION_CREATE_DELIVERY_HISTORY": "create",
523
+ "ACTION_UPDATE_DELIVERY_HISTORY": "update"
523
524
  },
524
525
  "API_PURCHASE_DELIVERY_MODIFY_HISTORY": {
525
526
  "NAME": "api-purchase.delivery-modify-history"
@@ -587,8 +588,8 @@
587
588
  "ACTION_GET_LIST": "getListOrderVouchers",
588
589
  "ACTION_CREATE": "createOrderVouchers"
589
590
  },
590
- "API_PURCHASE_ORDER_MODIFY_HISTORY": {
591
- "NAME": "api-purchase.orderModifyHistory"
591
+ "API_PURCHASE_ORDER_HISTORY": {
592
+ "NAME": "api-purchase.histories"
592
593
  },
593
594
  "API_PURCHASE_ORDER_PRODUCT": {
594
595
  "NAME": "api-purchase.orderProduct",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.34",
3
+ "version": "1.2.35",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {