@hiennc24/constant 1.3.7 → 1.3.8

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.
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {