@idsoftsource/initial-process 2.4.2 → 2.4.5

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
@@ -928,7 +928,8 @@ declare class CredentialingStore {
928
928
  currentCoverage: i0.WritableSignal<boolean>;
929
929
  notApplicable: i0.WritableSignal<boolean>;
930
930
  selectedStates: i0.WritableSignal<string[]>;
931
- isUploadSuccess: i0.WritableSignal<string | null>;
931
+ isUploadSuccess: i0.WritableSignal<boolean>;
932
+ sectionDataLoaded: i0.WritableSignal<boolean>;
932
933
  uploadedResumeFile: i0.WritableSignal<{
933
934
  name: string;
934
935
  size: number;
@@ -963,7 +964,7 @@ declare class CredentialingStore {
963
964
  nextStep(): void;
964
965
  previousStep(): void;
965
966
  updateToolDetails(toolName: string, data: Partial<Tool>): void;
966
- addSuccess(value: any): void;
967
+ addSuccess(value: boolean): void;
967
968
  setProfile(data: ResumeProfile): void;
968
969
  static ɵfac: i0.ɵɵFactoryDeclaration<CredentialingStore, never>;
969
970
  static ɵprov: i0.ɵɵInjectableDeclaration<CredentialingStore>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.4.2",
3
+ "version": "2.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",