@hiennc24/constant 1.3.16 → 1.3.18

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.
@@ -906,7 +906,7 @@
906
906
  "API_HCM_PAYROLL_TEMPLATES": {
907
907
  "NAME": "api-hcm.payroll-templates",
908
908
  "ACTION_UPDATE_STATUS": "updateStatus",
909
- "ACTION_GET_DETAIL_WITH_EMPLOYEES": "getDetailWithEmployees",
909
+ "ACTION_PREVIEW": "preview",
910
910
  "ACTION_DELETE_MANY": "deleteMany",
911
911
  "ACTION_UPDATE_SORT": "updateSort",
912
912
  "ACTION_GET_DETAIL": "getDetail",
@@ -915,13 +915,7 @@
915
915
  "ACTION_UPDATE": "update"
916
916
  },
917
917
  "API_HCM_PAYROLL_TEMPLATE_DETAILS": {
918
- "NAME": "api-hcm.payroll-template-details",
919
- "ACTION_GET_EMPLOYEES_NOT_IN_PAYROLL_TEMPLATE": "getEmployeesNotInPayrollTemplate",
920
- "ACTION_GET_SALARY_RANGES_BY_PAYROLL_TEMPLATE_ID": "getSalaryRangesByPayrollTemplateId",
921
- "ACTION_DELETE_MANY": "deleteMany",
922
- "ACTION_UPDATE_MANY": "updateMany",
923
- "ACTION_GET_LIST": "getList",
924
- "ACTION_CREATE": "create"
918
+ "NAME": "api-hcm.payroll-template-details"
925
919
  },
926
920
  "API_HCM_PAYROLL_SHEET": {
927
921
  "NAME": "api-hcm.payroll-sheets",
@@ -1198,7 +1192,10 @@
1198
1192
  "ACTION_DELETE_MANY": "deleteMany",
1199
1193
  "ACTION_GENERATE_CODE": "generateCode",
1200
1194
  "ACTION_APPROVE_OR_REJECT": "approveOrReject",
1201
- "ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployeeId"
1195
+ "ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployeeId",
1196
+ "ACTION_APPROVE_CANCELLATION": "approveCancellation",
1197
+ "ACTION_REJECT_CANCELLATION": "rejectCancellation",
1198
+ "ACTION_REQUEST_CANCELLATION": "requestCancellation"
1202
1199
  },
1203
1200
  "API_HCM_WORK_SHIFT_REGISTRATION_DETAILS": {
1204
1201
  "NAME": "api-hcm.work-shift-registration-details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.16",
3
+ "version": "1.3.18",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {