@open-rlb/ng-app 3.1.93 → 3.1.95

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.93",
3
+ "version": "3.1.95",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -842,6 +842,8 @@ declare class AuthenticationService {
842
842
  private readonly aclStore;
843
843
  private readonly _authReady$;
844
844
  readonly authReady$: Observable<void>;
845
+ private readonly _authenticated$;
846
+ readonly authenticated$: Observable<void>;
845
847
  constructor(oidcSecurityService: OidcSecurityService, cookiesService: CookiesService, router: Router, parseJwtService: ParseJwtService, store: Store<BaseState>, log: AppLoggerService, localStorage: AppStorageService, adminApi: AdminApiService, envConfig: EnvironmentConfiguration, authConfig: AuthConfiguration, appconfig: IConfiguration, authUrlHandler: AuthUrlHandler | null);
846
848
  get oidc(): OidcSecurityService;
847
849
  get config(): AuthConfiguration;