@hiennc24/constant 1.3.47 → 1.3.49
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.
|
@@ -907,7 +907,6 @@
|
|
|
907
907
|
"NAME": "api-hcm.payroll-templates",
|
|
908
908
|
"ACTION_GET_SALARY_RANGE_BY_PAYROLL_TEMPLATE": "getSalaryRangeByPayrollTemplate",
|
|
909
909
|
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured",
|
|
910
|
-
"ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate",
|
|
911
910
|
"ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
|
|
912
911
|
"ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
|
|
913
912
|
"ACTION_DELETE_MANY_EMPLOYEES": "deleteManyEmployees",
|
|
@@ -969,12 +968,17 @@
|
|
|
969
968
|
},
|
|
970
969
|
"API_HCM_PAYROLL": {
|
|
971
970
|
"NAME": "api-hcm.payrolls",
|
|
972
|
-
"ACTION_GET_LIST": "getList",
|
|
973
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
974
971
|
"ACTION_CREATE": "create",
|
|
975
972
|
"ACTION_UPDATE": "update",
|
|
973
|
+
"ACTION_GET_LIST": "getList",
|
|
974
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
976
975
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
977
|
-
"
|
|
976
|
+
"ACTION_GET_DETAIL_EMPLOYEES": "getDetailEmployees",
|
|
977
|
+
"ACTION_UPDATE_MANY_EMPLOYEES": "updateManyEmployees",
|
|
978
|
+
"ACTION_INSERT_MANY_EMPLOYEES": "insertManyEmployees",
|
|
979
|
+
"ACTION_DELETE_MANY_EMPLOYEES": "deleteManyEmployees",
|
|
980
|
+
"ACTION_PREPARE_DATA_BEFORE_CREATE": "prepareDataBeforeCreate",
|
|
981
|
+
"ACTION_GET_EMPLOYEES_NOT_CONFIGURED": "getEmployeesNotConfigured"
|
|
978
982
|
},
|
|
979
983
|
"API_HCM_PAYROLL_DETAILS": {
|
|
980
984
|
"NAME": "api-hcm.payroll-details",
|