@hiennc24/constant 1.4.1 → 1.4.2
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.
|
@@ -865,12 +865,14 @@
|
|
|
865
865
|
},
|
|
866
866
|
"SVC_REQUEST_MANAGEMENT": {
|
|
867
867
|
"NAME": "api-hcm.svc-request-management",
|
|
868
|
-
"ACTION_GET_LIST": "getList",
|
|
869
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
870
868
|
"ACTION_CREATE": "create",
|
|
871
869
|
"ACTION_UPDATE": "update",
|
|
872
|
-
"
|
|
873
|
-
"
|
|
870
|
+
"ACTION_REJECT": "reject",
|
|
871
|
+
"ACTION_APPROVE": "approve",
|
|
872
|
+
"ACTION_GET_LIST": "getList",
|
|
873
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
874
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
875
|
+
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail"
|
|
874
876
|
},
|
|
875
877
|
"API_HCM_SALARY_SETTINGS": {
|
|
876
878
|
"NAME": "api-hcm.salarySettings",
|