@idsoftsource/initial-process 2.4.2 → 2.4.4
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
|
@@ -896,7 +896,7 @@ declare class CredentialingStore {
|
|
|
896
896
|
clearStorage(): void;
|
|
897
897
|
resetAll(): void;
|
|
898
898
|
toolsList: i0.WritableSignal<Tool[]>;
|
|
899
|
-
uploadOption: i0.WritableSignal<"
|
|
899
|
+
uploadOption: i0.WritableSignal<"upload" | "manual" | null>;
|
|
900
900
|
certifications: i0.WritableSignal<Certification$2[]>;
|
|
901
901
|
licenses: i0.WritableSignal<License[]>;
|
|
902
902
|
stepView: i0.WritableSignal<"add" | "preview">;
|
|
@@ -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<
|
|
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:
|
|
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>;
|