@open-rlb/ng-app 3.1.24 → 3.1.25

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.24",
3
+ "version": "3.1.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -353,6 +353,8 @@ declare const AclActions: {
353
353
  error: any;
354
354
  } & _ngrx_store.Action<"[ACL] Load ACL Failure">>;
355
355
  reset: _ngrx_store.ActionCreator<"[ACL] Reset", () => _ngrx_store.Action<"[ACL] Reset">>;
356
+ finalizedAppsSuccess: _ngrx_store.ActionCreator<"[ACL] Finalized Apps Success", () => _ngrx_store.Action<"[ACL] Finalized Apps Success">>;
357
+ finalizedAppsFailure: _ngrx_store.ActionCreator<"[ACL] Finalized Apps Failure", () => _ngrx_store.Action<"[ACL] Finalized Apps Failure">>;
356
358
  };
357
359
 
358
360
  interface BaseState extends AclState, AuthState, SidebarState, NavbarState, AppState {