@idsoftsource/initial-process 1.9.1 → 1.9.2
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
|
@@ -565,6 +565,7 @@ declare class ProvidersService {
|
|
|
565
565
|
getContractors(query: any): Observable<GridResult<any>>;
|
|
566
566
|
getUserDetail(query: any): Observable<GridResult<UserDetailReadModel>>;
|
|
567
567
|
adminCreateProvider(model: any): Observable<Result>;
|
|
568
|
+
updateInitialSetUpProvider(model: any): Observable<Result>;
|
|
568
569
|
changeStatus(model: any): Observable<Result>;
|
|
569
570
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersService, never>;
|
|
570
571
|
static ɵprov: i0.ɵɵInjectableDeclaration<ProvidersService>;
|
|
@@ -3153,6 +3154,8 @@ declare class PreviewComponent {
|
|
|
3153
3154
|
resumeData: ResumeProfile | null;
|
|
3154
3155
|
statusList: any[];
|
|
3155
3156
|
isSavingCompany: boolean;
|
|
3157
|
+
isSavingProviderSetup: boolean;
|
|
3158
|
+
providerSetupError: string | null;
|
|
3156
3159
|
showPopup: boolean;
|
|
3157
3160
|
showBackConfirmPopup: boolean;
|
|
3158
3161
|
showDashboardConfirmPopup: boolean;
|
|
@@ -3234,6 +3237,8 @@ declare class PreviewComponent {
|
|
|
3234
3237
|
toolsSectionHasUnsavedItems(): boolean;
|
|
3235
3238
|
isAnyEditorOpen: i0.Signal<boolean>;
|
|
3236
3239
|
canConfirmAndContinue(): boolean;
|
|
3240
|
+
get isProviderSetupFormComplete(): boolean;
|
|
3241
|
+
saveProviderSetup(): Promise<void>;
|
|
3237
3242
|
expandedIndex: i0.WritableSignal<number>;
|
|
3238
3243
|
toggleJob(index: number): void;
|
|
3239
3244
|
private commitProfile;
|