@idsoftsource/initial-process 2.7.7 → 2.7.9

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/index.d.ts CHANGED
@@ -1358,6 +1358,7 @@ declare class ClaimProcessComponent implements OnInit, OnDestroy {
1358
1358
  isInitialSetupCompleted: boolean;
1359
1359
  resetPasswordEnabled: boolean;
1360
1360
  setPasswordEnabled: boolean;
1361
+ pendingParamType: number | null;
1361
1362
  passwordStep: number;
1362
1363
  otpValue: string;
1363
1364
  isPasswordChanging: boolean;
@@ -1397,6 +1398,7 @@ declare class ClaimProcessComponent implements OnInit, OnDestroy {
1397
1398
  };
1398
1399
  private static readonly SESSION_KEY;
1399
1400
  private static readonly ROLE_TYPE_KEY;
1401
+ get pendingRoleName(): string | null;
1400
1402
  /** userForm controls accessor */
1401
1403
  get u(): {
1402
1404
  [key: string]: AbstractControl<any, any, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.7.7",
3
+ "version": "2.7.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",