@open-rlb/ng-app 3.1.109 → 3.1.110

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.1.109",
3
+ "version": "3.1.110",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=21.0.0 <22.0.0",
6
6
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -220,7 +220,7 @@ interface SidebarState {
220
220
 
221
221
  declare const aclFeatureKey = "acl";
222
222
  interface UserResource {
223
- businessId: string;
223
+ companyId: string;
224
224
  resources: Resource[];
225
225
  }
226
226
  interface Resource {