adb-shared 6.0.27 → 6.0.30

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.
@@ -5,9 +5,9 @@ import * as i1 from "./auth-callback.component";
5
5
  import * as i2 from "@angular/common";
6
6
  import * as i3 from "@angular/router";
7
7
  import * as i4 from "@ngx-translate/core";
8
- export declare class AdbUserModule {
9
- static forRoot(config?: AdbUserServiceConfig): ModuleWithProviders<AdbUserModule>;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AdbUserModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdbUserModule, [typeof i1.AuthCallbackComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.TranslateModule], [typeof i1.AuthCallbackComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<AdbUserModule>;
8
+ export declare class AdbUserModule2 {
9
+ static forRoot(config?: AdbUserServiceConfig): ModuleWithProviders<AdbUserModule2>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdbUserModule2, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AdbUserModule2, [typeof i1.AuthCallbackComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.TranslateModule], [typeof i1.AuthCallbackComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<AdbUserModule2>;
13
13
  }
@@ -26,7 +26,7 @@ export declare class AdbUserService implements OnDestroy {
26
26
  private getTokenTimeToLive;
27
27
  private canRefreshToken;
28
28
  private hasUserBeenActive;
29
- private log;
29
+ log(message: string, ...optionalParams: any[]): void;
30
30
  getUser(token: string): any;
31
31
  ngOnDestroy(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<AdbUserService, never>;
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from "@angular/core";
2
- import { AdbUserService } from "./adb-user.service";
3
2
  import { ActivatedRoute, Router } from "@angular/router";
4
3
  import { HttpClient } from "@angular/common/http";
4
+ import { AdbUserService } from "./adb-user.service";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AuthCallbackComponent implements OnInit {
7
7
  private activatedRoute;
@@ -1,8 +1,9 @@
1
- export declare class SessionIds {
1
+ export declare class UserModuleConstants {
2
2
  static CURRENT_URL: string;
3
3
  static CODE_VERIFIER: string;
4
4
  static REFRESH_TOKEN: string;
5
5
  static TOKEN_EXPIRES: string;
6
6
  static ACCESS_TOKEN: string;
7
7
  static USER_LAST_ACTIVE: string;
8
+ static ONGOING_CODEFLOW: string;
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adb-shared",
3
- "version": "6.0.27",
3
+ "version": "6.0.30",
4
4
  "author": "ADB",
5
5
  "license": "ISC",
6
6
  "peerDependencies": {