@hiennc24/constant 1.5.23 → 1.5.25

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.
@@ -1475,7 +1475,8 @@
1475
1475
  "ACTION_GET_DETAIL": "getDetail",
1476
1476
  "ACTION_DELETE_MANY": "deleteMany",
1477
1477
  "ACTION_GENERATE_CODE": "generateCode",
1478
- "ACTION_GET_DASHBOARD_STATISTICS": "viewDashboard"
1478
+ "ACTION_GET_DASHBOARD_STATISTICS": "viewDashboard",
1479
+ "ACTION_GET_PENDING_EMPLOYEES": "getPendingEmployees"
1479
1480
  },
1480
1481
  "API_HCM_BUSINESS_TRIP": {
1481
1482
  "NAME": "api-hcm.business-trips",
@@ -1541,6 +1542,7 @@
1541
1542
  "ACTION_RESET_PASSWORD_WITH_TOKEN": "resetPasswordWithToken",
1542
1543
  "ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
1543
1544
  "ACTION_RESEND_ACCOUNT_MAIL_CONFIRM": "resendMailConfirm",
1545
+ "ACTION_FORGOT_PASSWORD_MOBILE": "forgotPasswordMobile",
1544
1546
  "ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
1545
1547
  "ACTION_UPDATE_ACCOUNT_STATUS": "updateAccountStatus",
1546
1548
  "ACTION_ASSIGN_ROLE_TO_ACCOUNT": "assignRoleId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.5.23",
3
+ "version": "1.5.25",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {