@hiennc24/constant 1.5.2 → 1.5.4
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.
|
@@ -870,7 +870,9 @@
|
|
|
870
870
|
"ACTION_GET_APPROVAL_DETAIL": "getApprovalDetail",
|
|
871
871
|
"ACTION_GET_DETAIL_FOR_ADMIN": "getDetailForAdmin",
|
|
872
872
|
"ACTION_VIEW_ADMIN_DASHBOARD": "viewAdminDashboard",
|
|
873
|
+
"ACTION_VIEW_LEAVE_DASHBOARD": "viewLeaveDashboard",
|
|
873
874
|
"ACTION_GET_LEAVE_REQUEST_TYPE_LIST": "getLeaveRequestTypeList",
|
|
875
|
+
"ACTION_VIEW_BUSINESS_TRIP_DASHBOARD": "viewBusinessTripDashboard",
|
|
874
876
|
"ACTION_ASSIGN_APPROVER_FOR_NEXT_STEP": "assignApproverForNextStep",
|
|
875
877
|
"ACTION_GET_LIST_REQUEST_FOR_EMPLOYEE_RESPONSIBLE": "getPageRequestForEmployeeResponsible"
|
|
876
878
|
},
|
|
@@ -895,6 +897,11 @@
|
|
|
895
897
|
"ACTION_CREATE": "create",
|
|
896
898
|
"ACTION_DELETE": "delete"
|
|
897
899
|
},
|
|
900
|
+
"API_HCM_SETTING_LATE_EARLY_THRESHOLDS": {
|
|
901
|
+
"NAME": "api-hcm.setting-late-early-thresholds",
|
|
902
|
+
"ACTION_UPDATE": "update",
|
|
903
|
+
"ACTION_GET": "get"
|
|
904
|
+
},
|
|
898
905
|
"API_HCM_SALARY_SETTINGS": {
|
|
899
906
|
"NAME": "api-hcm.salarySettings",
|
|
900
907
|
"ACTION_UPDATE": "update",
|