@the-liberators/ngx-scrumteamsurvey-tools 2.3.18 → 2.3.19

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.
@@ -1,6 +1,7 @@
1
1
  export declare class FeaturesDto {
2
2
  allowMFA: boolean;
3
3
  allowSSO: boolean;
4
+ allowAPI: boolean;
4
5
  allowCustomDomain: boolean;
5
6
  allowBrandedPdfs: boolean;
6
7
  allowScaleSelection: boolean;
@@ -23,10 +23,11 @@ export declare class UserProfileComponent extends ComponentWithViewStateBase<IRe
23
23
  changeAvatar: boolean;
24
24
  color: string;
25
25
  email: string;
26
- usesMfa: boolean;
27
- allowMfa: boolean;
26
+ usesMFA: boolean;
27
+ allowMFA: boolean;
28
28
  allowPasswordChange: boolean;
29
29
  showEmailInput: boolean;
30
+ allowAPI: any;
30
31
  constructor(state: ViewModelStateBase<IResultsState>, authService: AuthService, userProfileService: UserProfileService, accountService: AccountService, formBuilder: UntypedFormBuilder, snackbar: MatSnackBar, route: ActivatedRoute);
31
32
  ngOnInit(): void;
32
33
  private createForm;
@@ -35,8 +36,9 @@ export declare class UserProfileComponent extends ComponentWithViewStateBase<IRe
35
36
  uploadAvatar($fileInput: any): void;
36
37
  clearAvatar(): void;
37
38
  sendPasswordReset(): void;
38
- sendMfaEnrollment(): void;
39
- resetMfaEnrollment(): void;
39
+ sendMFAEnrollment(): void;
40
+ resetMFAEnrollment(): void;
41
+ createAPITokens(): void;
40
42
  protected onDataUpdate(data: IResultsState): void;
41
43
  static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileComponent, never>;
42
44
  static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "userprofile", never, {}, {}, never, never, false, never>;
@@ -11,8 +11,9 @@ export declare class UserProfileService {
11
11
  update(userProfile: UserProfileDto): Observable<any>;
12
12
  setAvatar(file: File): Observable<any>;
13
13
  clearAvatar(): Observable<any>;
14
- sendMfaEnrollment(): Observable<any>;
15
- resetMfaEnrollment(): Observable<any>;
14
+ sendMFAEnrollment(): Observable<any>;
15
+ resetMFAEnrollment(): Observable<any>;
16
+ createAPITokens(): Observable<any>;
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileService, never>;
17
18
  static ɵprov: i0.ɵɵInjectableDeclaration<UserProfileService>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.18",
3
+ "version": "2.3.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.9",
6
6
  "@angular/core": "^18.2.9",