@hiennc24/constant 1.3.3 → 1.3.5
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.
|
@@ -908,6 +908,7 @@
|
|
|
908
908
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
909
909
|
"ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
|
|
910
910
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
911
|
+
"ACTION_UPDATE_SORT": "updateSort",
|
|
911
912
|
"ACTION_GET_DETAIL": "getDetail",
|
|
912
913
|
"ACTION_GET_LIST": "getList",
|
|
913
914
|
"ACTION_CREATE": "create",
|
|
@@ -916,6 +917,7 @@
|
|
|
916
917
|
"API_HCM_PAYROLL_TEMPLATE_DETAILS": {
|
|
917
918
|
"NAME": "api-hcm.payroll-template-details",
|
|
918
919
|
"ACTION_GET_EMPLOYEES_NOT_IN_PAYROLL_TEMPLATE": "getEmployeesNotInPayrollTemplate",
|
|
920
|
+
"ACTION_GET_SALARY_RANGES_BY_PAYROLL_TEMPLATE_ID": "getSalaryRangesByPayrollTemplateId",
|
|
919
921
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
920
922
|
"ACTION_UPDATE_MANY": "updateMany",
|
|
921
923
|
"ACTION_GET_LIST": "getList",
|