@hiennc24/constant 1.3.36 → 1.3.37
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.
|
@@ -920,12 +920,13 @@
|
|
|
920
920
|
},
|
|
921
921
|
"API_HCM_PAYROLL_ADVANCE": {
|
|
922
922
|
"NAME": "api-hcm.payroll-advances",
|
|
923
|
-
"ACTION_GET_LIST": "getList",
|
|
924
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
925
923
|
"ACTION_CREATE": "create",
|
|
926
924
|
"ACTION_UPDATE": "update",
|
|
925
|
+
"ACTION_GET_LIST": "getList",
|
|
926
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
927
|
+
"ACTION_DELETE_MANY": "deleteMany",
|
|
927
928
|
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
928
|
-
"
|
|
929
|
+
"ACTION_GET_EMPLOYEE_NOT_CONFIGURED": "getEmployeeNotConfigured"
|
|
929
930
|
},
|
|
930
931
|
"API_HCM_PAYROLL_ADVANCE_DETAILS": {
|
|
931
932
|
"NAME": "api-hcm.payroll-advance-details",
|