@hiennc24/constant 1.3.6 → 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.
@@ -1079,6 +1079,7 @@
1079
1079
  "NAME": "api-hcm.leave-configs",
1080
1080
  "ACTION_GET_LIST_BY_EMPLOYEE": "getListByEmployee",
1081
1081
  "ACTION_GET_LIST": "getList",
1082
+ "ACTION_GET_DETAIL": "getDetail",
1082
1083
  "ACTION_CREATE": "create",
1083
1084
  "ACTION_UPDATE": "update",
1084
1085
  "ACTION_DELETE_MANY": "deleteMany"
@@ -1250,18 +1251,13 @@
1250
1251
  },
1251
1252
  "SVC_AUTH_AUTHORIZATIONS_TENANT_ROLE": {
1252
1253
  "NAME": "svc-auth.authorizations.tenant-role",
1254
+ "ACTION_GET_APPLICATION_ACTIONS": "getApplicationActions",
1253
1255
  "ACTION_UPDATE_MANY_TENANT_ROLES": "updateManyTenantRoles",
1254
1256
  "ACTION_DELETE_TENANT_ROLES": "deleteTenantRoles",
1255
1257
  "ACTION_CREATE_TENANT_ROLES": "createTenantRoles",
1256
1258
  "ACTION_UPDATE_TENANT_ROLES": "updateTenantRoles",
1257
1259
  "ACTION_GET_TENANT_ROLES": "getTenantRoles"
1258
1260
  },
1259
- "SVC_AUTH_AUTHORIZATIONS_APP_ACTION": {
1260
- "NAME": "svc-auth.authorizations.app-action",
1261
- "ACTION_GET_ACTION_LIST": "getActionList",
1262
- "ACTION_CREATE_ACTION": "createAction",
1263
- "ACTION_UPDATE_ACTION": "updateAction"
1264
- },
1265
1261
  "SVC_AUTH_ACCOUNTS": {
1266
1262
  "NAME": "svc-auth.accounts",
1267
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.6",
3
+ "version": "1.3.8",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {