@idsoftsource/initial-process 3.3.5 → 3.3.6
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
|
@@ -942,7 +942,7 @@ declare class CredentialingStore {
|
|
|
942
942
|
clearStorage(): void;
|
|
943
943
|
resetAll(): void;
|
|
944
944
|
toolsList: i0.WritableSignal<Tool[]>;
|
|
945
|
-
uploadOption: i0.WritableSignal<"
|
|
945
|
+
uploadOption: i0.WritableSignal<"manual" | "upload" | null>;
|
|
946
946
|
certifications: i0.WritableSignal<Certification$2[]>;
|
|
947
947
|
licenses: i0.WritableSignal<License[]>;
|
|
948
948
|
stepView: i0.WritableSignal<"add" | "preview">;
|
|
@@ -3770,6 +3770,8 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3770
3770
|
private licenseItemIssues;
|
|
3771
3771
|
private skillItemIssues;
|
|
3772
3772
|
private toolItemIssues;
|
|
3773
|
+
private skillsMissingRatingOrYear;
|
|
3774
|
+
private toolsMissingRatingOrYear;
|
|
3773
3775
|
private professionItemIssues;
|
|
3774
3776
|
basicIssues: i0.Signal<string[]>;
|
|
3775
3777
|
basicSectionHasIssues: i0.Signal<boolean>;
|
|
@@ -3820,6 +3822,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3820
3822
|
private buildSectionForUserQuery;
|
|
3821
3823
|
private buildUserName;
|
|
3822
3824
|
private getCreatedId;
|
|
3825
|
+
private extractBatchCreatedId;
|
|
3823
3826
|
private getEntityId;
|
|
3824
3827
|
private reindexServerIdsAfterDelete;
|
|
3825
3828
|
private reindexSavedFlagsAfterDelete;
|