@hiennc24/constant 1.1.48 → 1.1.50
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.
|
@@ -814,6 +814,7 @@
|
|
|
814
814
|
"SVC_REQUEST_MANAGEMENT": {
|
|
815
815
|
"NAME": "api-hcm.svc-request-management",
|
|
816
816
|
"ACTION_GET_LIST": "getList",
|
|
817
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
817
818
|
"ACTION_CREATE": "create",
|
|
818
819
|
"ACTION_UPDATE": "update"
|
|
819
820
|
},
|
|
@@ -2470,6 +2471,8 @@
|
|
|
2470
2471
|
"SVC_ORDERS_ORDER_VOUCHER": {
|
|
2471
2472
|
"NAME": "svc-orders.order-vouchers",
|
|
2472
2473
|
"ACTION_CREATE": "create",
|
|
2474
|
+
"ACTION_UPDATE": "update",
|
|
2475
|
+
"ACTION_DELETE": "delete",
|
|
2473
2476
|
"ACTION_GET_LIST": "getList",
|
|
2474
2477
|
"ACTION_GET_DETAIL": "getDetail"
|
|
2475
2478
|
},
|