@hiennc24/constant 1.3.9 → 1.3.11

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.
@@ -1260,27 +1260,21 @@
1260
1260
  },
1261
1261
  "SVC_AUTH_ACCOUNTS": {
1262
1262
  "NAME": "svc-auth.accounts",
1263
- "ACTION_CREATE_OR_UPDATE_ACCOUNT_BY_EMPLOYEE_ID": "createOrUpdateAccountByEmployeeId",
1264
- "ACTION_GET_ACCOUNT_BY_EMPLOYEE_ID": "getAccountByEmployeeId",
1265
- "ACTION_GET_ACCOUNT_DETAIL_BY_ID_OR_EMAIL": "getAccountDetailByIdOrEmail",
1266
- "ACTION_DELETE_ACCOUNT_BY_EMPLOYEE_ID": "deleteAccountByEmployeeId",
1267
- "ACTION_DELETE_ACCOUNT_FROM_EMPLOYEE": "deleteAccountFromEmployee",
1268
1263
  "ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
1269
1264
  "ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
1270
- "ACTION_ASSIGN_ROLE_TO_ACCOUNTS": "assignRoleToAccounts",
1265
+ "ACTION_RESEND_ACCOUNT_MAIL_CONFIRM": "resendMailConfirm",
1271
1266
  "ACTION_UPDATE_ACCOUNT_STATUS": "updateAccountStatus",
1267
+ "ACTION_ASSIGN_ROLE_TO_ACCOUNT": "assignRoleId",
1268
+ "ACTION_GET_DETAIL_ACCOUNT": "getDetailAccount",
1272
1269
  "ACTION_GET_LIST_ACCOUNT": "getListAccount",
1273
- "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1274
1270
  "ACTION_DELETE_ACCOUNTS": "deleteAccounts",
1275
1271
  "ACTION_CHANGE_PASSWORD": "changePassword",
1276
1272
  "ACTION_FORGOT_PASSWORD": "forgotPassword",
1277
- "ACTION_RESTORE_ACCOUNT": "restoreAccount",
1278
1273
  "ACTION_RESET_PASSWORD": "resetPassword",
1279
- "ACTION_ASSIGN_ROLE_ID": "assignRoleId",
1274
+ "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1280
1275
  "ACTION_CREATE_ACCOUNT": "createAccount",
1281
1276
  "ACTION_UPDATE_ACCOUNT": "updateAccount",
1282
- "ACTION_SWITCH_ORG": "switchOrg",
1283
- "ACTION_SEND_MAIL": "sendMail"
1277
+ "ACTION_SWITCH_ORG": "switchOrg"
1284
1278
  },
1285
1279
  "SVC_ORGANIZATION_EMPLOYEES": {
1286
1280
  "NAME": "svc-organization.employees",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {