@hiennc24/constant 1.2.15 → 1.2.17

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.
@@ -1159,7 +1159,9 @@
1159
1159
  "ACTION_CREATE": "create",
1160
1160
  "ACTION_UPDATE": "update",
1161
1161
  "ACTION_DELETE_MANY": "deleteMany",
1162
- "ACTION_GENERATE_CODE": "generateCode"
1162
+ "ACTION_GENERATE_CODE": "generateCode",
1163
+ "ACTION_APPROVE_OR_REJECT": "approveOrReject",
1164
+ "ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployeeId"
1163
1165
  },
1164
1166
  "API_HCM_WORKSHIFT_REGISTRATION_DETAILS": {
1165
1167
  "NAME": "api-hcm.workshift-registration-details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.15",
3
+ "version": "1.2.17",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {