@hiennc24/constant 1.5.22 → 1.5.24

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.
@@ -1538,8 +1538,10 @@
1538
1538
  "SVC_AUTH_ACCOUNTS": {
1539
1539
  "NAME": "svc-auth.accounts",
1540
1540
  "ACTION_SEND_ACCOUNT_MAIL_DEACTIVATED": "sendMailDeactivatedAccount",
1541
+ "ACTION_RESET_PASSWORD_WITH_TOKEN": "resetPasswordWithToken",
1541
1542
  "ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
1542
1543
  "ACTION_RESEND_ACCOUNT_MAIL_CONFIRM": "resendMailConfirm",
1544
+ "ACTION_FORGOT_PASSWORD_MOBILE": "forgotPasswordMobile",
1543
1545
  "ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
1544
1546
  "ACTION_UPDATE_ACCOUNT_STATUS": "updateAccountStatus",
1545
1547
  "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.22",
3
+ "version": "1.5.24",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -38,4 +38,4 @@
38
38
  "access": "public",
39
39
  "registry": "https://registry.npmjs.org/"
40
40
  }
41
- }
41
+ }