@hiennc24/constant 1.3.8 → 1.3.10

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.
@@ -80,8 +80,6 @@ declare const COLLECTIONS: {
80
80
  REFRESH_TOKEN_COLLECTION_NAME: string;
81
81
  TENANT_ROLE_REPOSITORY_NAME: string;
82
82
  TENANT_ROLE_COLLECTION_NAME: string;
83
- APPLICATION_ACTION_REPOSITORY_NAME: string;
84
- APPLICATION_ACTION_COLLECTION_NAME: string;
85
83
  AUTH2_REPOSITORY_NAME: string;
86
84
  AUTH2_COLLECTION_NAME: string;
87
85
  PLATFORM_REPOSITORY_NAME: string;
@@ -108,8 +108,6 @@ const COLLECTIONS = {
108
108
  // Authorize
109
109
  TENANT_ROLE_REPOSITORY_NAME: "tenantRole",
110
110
  TENANT_ROLE_COLLECTION_NAME: "tenant_roles",
111
- APPLICATION_ACTION_REPOSITORY_NAME: "applicationAction",
112
- APPLICATION_ACTION_COLLECTION_NAME: "application_actions",
113
111
  // AUTH2 PLATFORM
114
112
  AUTH2_REPOSITORY_NAME: "oAuth2",
115
113
  AUTH2_COLLECTION_NAME: "oauth2",
@@ -1260,26 +1260,20 @@
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",
1266
+ "ACTION_UPDATE_ACCOUNT_STATUS": "updateAccountStatus",
1267
+ "ACTION_ASSIGN_ROLE_TO_ACCOUNT": "assignRoleId",
1271
1268
  "ACTION_GET_LIST_ACCOUNT": "getListAccount",
1272
- "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1273
1269
  "ACTION_DELETE_ACCOUNTS": "deleteAccounts",
1274
1270
  "ACTION_CHANGE_PASSWORD": "changePassword",
1275
1271
  "ACTION_FORGOT_PASSWORD": "forgotPassword",
1276
- "ACTION_RESTORE_ACCOUNT": "restoreAccount",
1277
1272
  "ACTION_RESET_PASSWORD": "resetPassword",
1278
- "ACTION_ASSIGN_ROLE_ID": "assignRoleId",
1273
+ "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1279
1274
  "ACTION_CREATE_ACCOUNT": "createAccount",
1280
1275
  "ACTION_UPDATE_ACCOUNT": "updateAccount",
1281
- "ACTION_SWITCH_ORG": "switchOrg",
1282
- "ACTION_SEND_MAIL": "sendMail"
1276
+ "ACTION_SWITCH_ORG": "switchOrg"
1283
1277
  },
1284
1278
  "SVC_ORGANIZATION_EMPLOYEES": {
1285
1279
  "NAME": "svc-organization.employees",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.8",
3
+ "version": "1.3.10",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {