hl-core 0.0.10-beta.80 → 0.0.10-beta.81

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.
@@ -1097,6 +1097,8 @@ export class RoleController {
1097
1097
  this.isUSNSsanctioner() ||
1098
1098
  this.isAccountantDirector() ||
1099
1099
  this.isRegisterSanctioner() ||
1100
+ this.isBranchDirector() ||
1101
+ this.isUrp() ||
1100
1102
  baseAccessRoles,
1101
1103
  toEFO:
1102
1104
  this.isAgentAuletti() ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.10-beta.80",
3
+ "version": "0.0.10-beta.81",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",
@@ -49,7 +49,7 @@
49
49
  "vue-tsc": "1.8.27"
50
50
  },
51
51
  "dependencies": {
52
- "hl-locales": "1.0.21",
52
+ "hl-locales": "1.0.23",
53
53
  "@intlify/unplugin-vue-i18n": "2.0.0",
54
54
  "@microsoft/signalr": "7.0.12",
55
55
  "@nuxtjs/tailwindcss": "6.11.4",