@hiennc24/constant 1.3.37 → 1.3.39
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.
|
@@ -905,8 +905,10 @@
|
|
|
905
905
|
},
|
|
906
906
|
"API_HCM_PAYROLL_TEMPLATES": {
|
|
907
907
|
"NAME": "api-hcm.payroll-templates",
|
|
908
|
-
"
|
|
908
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
909
|
+
"ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
|
|
909
910
|
"ACTION_UPDATE_EMPLOYEES": "updateEmployees",
|
|
911
|
+
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
910
912
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
911
913
|
"ACTION_UPDATE_SORT": "updateSort",
|
|
912
914
|
"ACTION_GET_DETAIL": "getDetail",
|
|
@@ -915,9 +917,6 @@
|
|
|
915
917
|
"ACTION_CREATE": "create",
|
|
916
918
|
"ACTION_UPDATE": "update"
|
|
917
919
|
},
|
|
918
|
-
"API_HCM_PAYROLL_TEMPLATE_DETAILS": {
|
|
919
|
-
"NAME": "api-hcm.payroll-template-details"
|
|
920
|
-
},
|
|
921
920
|
"API_HCM_PAYROLL_ADVANCE": {
|
|
922
921
|
"NAME": "api-hcm.payroll-advances",
|
|
923
922
|
"ACTION_CREATE": "create",
|