@hiennc24/constant 1.3.50 → 1.3.52
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.
|
@@ -973,6 +973,7 @@
|
|
|
973
973
|
"ACTION_GET_LIST": "getList",
|
|
974
974
|
"ACTION_GET_DETAIL": "getDetail",
|
|
975
975
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
976
|
+
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
976
977
|
"ACTION_GET_DETAIL_EMPLOYEES": "getDetailEmployees",
|
|
977
978
|
"ACTION_UPDATE_MANY_EMPLOYEES": "updateManyEmployees",
|
|
978
979
|
"ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
|
|
@@ -996,7 +997,8 @@
|
|
|
996
997
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
997
998
|
"ACTION_SEND_PAYSLIPS": "sendPayslips",
|
|
998
999
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
999
|
-
"ACTION_GET_PAYROLL_DATA_BY_PERIOD": "getPayrollDataByPeriod"
|
|
1000
|
+
"ACTION_GET_PAYROLL_DATA_BY_PERIOD": "getPayrollDataByPeriod",
|
|
1001
|
+
"ACTION_GET_PAYSLIP_DETAIL_WITH_EMPLOYEES": "getPayslipDetailWithEmployees"
|
|
1000
1002
|
},
|
|
1001
1003
|
"API_HCM_PAYROLL_SETTINGS": {
|
|
1002
1004
|
"NAME": "api-hcm.payrollSettings",
|