@hiennc24/constant 1.3.8 → 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",
|
|
@@ -1268,6 +1268,7 @@
|
|
|
1268
1268
|
"ACTION_VERIFY_EMAIL_REGISTER": "verifyEmailRegister",
|
|
1269
1269
|
"ACTION_CREATE_ACCOUNT_PASSWORD": "createAccountPassword",
|
|
1270
1270
|
"ACTION_ASSIGN_ROLE_TO_ACCOUNTS": "assignRoleToAccounts",
|
|
1271
|
+
"ACTION_UPDATE_ACCOUNT_STATUS": "updateAccountStatus",
|
|
1271
1272
|
"ACTION_GET_LIST_ACCOUNT": "getListAccount",
|
|
1272
1273
|
"ACTION_VERIFY_ACCOUNT": "verifyAccount",
|
|
1273
1274
|
"ACTION_DELETE_ACCOUNTS": "deleteAccounts",
|