@hiennc24/constant 1.1.49 → 1.1.51
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.
|
@@ -453,7 +453,8 @@
|
|
|
453
453
|
"ACTION_CRUD_ORDER_ADDRESS": "crudOrderAddress"
|
|
454
454
|
},
|
|
455
455
|
"SVC_SALES_ORDER_HISTORIES": {
|
|
456
|
-
"NAME": "api-sales-order-histories"
|
|
456
|
+
"NAME": "api-sales-order-histories",
|
|
457
|
+
"ACTION_CREATE_MANY": "createHistory"
|
|
457
458
|
},
|
|
458
459
|
"API_SALES_DEBT_HISTORIES": {
|
|
459
460
|
"NAME": "api-sales.debt-histories",
|
|
@@ -2471,6 +2472,8 @@
|
|
|
2471
2472
|
"SVC_ORDERS_ORDER_VOUCHER": {
|
|
2472
2473
|
"NAME": "svc-orders.order-vouchers",
|
|
2473
2474
|
"ACTION_CREATE": "create",
|
|
2475
|
+
"ACTION_UPDATE": "update",
|
|
2476
|
+
"ACTION_DELETE": "delete",
|
|
2474
2477
|
"ACTION_GET_LIST": "getList",
|
|
2475
2478
|
"ACTION_GET_DETAIL": "getDetail"
|
|
2476
2479
|
},
|