@hiennc24/constant 1.3.17 → 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.
@@ -1192,7 +1192,10 @@
1192
1192
  "ACTION_DELETE_MANY": "deleteMany",
1193
1193
  "ACTION_GENERATE_CODE": "generateCode",
1194
1194
  "ACTION_APPROVE_OR_REJECT": "approveOrReject",
1195
- "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"
1196
1199
  },
1197
1200
  "API_HCM_WORK_SHIFT_REGISTRATION_DETAILS": {
1198
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.17",
3
+ "version": "1.3.18",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {