@hiennc24/constant 1.3.7 → 1.3.9

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",
@@ -1251,18 +1251,13 @@
1251
1251
  },
1252
1252
  "SVC_AUTH_AUTHORIZATIONS_TENANT_ROLE": {
1253
1253
  "NAME": "svc-auth.authorizations.tenant-role",
1254
+ "ACTION_GET_APPLICATION_ACTIONS": "getApplicationActions",
1254
1255
  "ACTION_UPDATE_MANY_TENANT_ROLES": "updateManyTenantRoles",
1255
1256
  "ACTION_DELETE_TENANT_ROLES": "deleteTenantRoles",
1256
1257
  "ACTION_CREATE_TENANT_ROLES": "createTenantRoles",
1257
1258
  "ACTION_UPDATE_TENANT_ROLES": "updateTenantRoles",
1258
1259
  "ACTION_GET_TENANT_ROLES": "getTenantRoles"
1259
1260
  },
1260
- "SVC_AUTH_AUTHORIZATIONS_APP_ACTION": {
1261
- "NAME": "svc-auth.authorizations.app-action",
1262
- "ACTION_GET_ACTION_LIST": "getActionList",
1263
- "ACTION_CREATE_ACTION": "createAction",
1264
- "ACTION_UPDATE_ACTION": "updateAction"
1265
- },
1266
1261
  "SVC_AUTH_ACCOUNTS": {
1267
1262
  "NAME": "svc-auth.accounts",
1268
1263
  "ACTION_CREATE_OR_UPDATE_ACCOUNT_BY_EMPLOYEE_ID": "createOrUpdateAccountByEmployeeId",
@@ -1273,6 +1268,7 @@
1273
1268
  "ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
1274
1269
  "ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
1275
1270
  "ACTION_ASSIGN_ROLE_TO_ACCOUNTS": "assignRoleToAccounts",
1271
+ "ACTION_UPDATE_ACCOUNT_STATUS": "updateAccountStatus",
1276
1272
  "ACTION_GET_LIST_ACCOUNT": "getListAccount",
1277
1273
  "ACTION_VERIFY_ACCOUNT": "verifyAccount",
1278
1274
  "ACTION_DELETE_ACCOUNTS": "deleteAccounts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {