@idsoftsource/initial-process 3.5.8 → 3.6.1
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
|
@@ -590,7 +590,7 @@ declare class SignaturePad {
|
|
|
590
590
|
private _toSVG;
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
-
declare class ProvidersService
|
|
593
|
+
declare class ProvidersService {
|
|
594
594
|
private http;
|
|
595
595
|
private baseUrl;
|
|
596
596
|
constructor(http: HttpClient);
|
|
@@ -600,8 +600,8 @@ declare class ProvidersService$1 {
|
|
|
600
600
|
adminCreateProvider(model: any): Observable<Result>;
|
|
601
601
|
updateInitialSetUpProvider(model: any): Observable<Result>;
|
|
602
602
|
changeStatus(model: any): Observable<Result>;
|
|
603
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersService
|
|
604
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProvidersService
|
|
603
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersService, never>;
|
|
604
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProvidersService>;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
declare enum UserProviderMappingStatus {
|
|
@@ -1191,7 +1191,7 @@ declare class InitialProcessComponent implements OnInit {
|
|
|
1191
1191
|
contractorCategories: ContractorSubCategoryReadModel[];
|
|
1192
1192
|
isLoadingSubCategories: boolean;
|
|
1193
1193
|
appBrandingMap: Record<string, AppBranding>;
|
|
1194
|
-
constructor(router: Router, route: ActivatedRoute, userDetailService: UserDetailService, formBuilder: FormBuilder, fileService: FileService, providerService: ProvidersService
|
|
1194
|
+
constructor(router: Router, route: ActivatedRoute, userDetailService: UserDetailService, formBuilder: FormBuilder, fileService: FileService, providerService: ProvidersService, roleService: RolesService, modalService: BsModalService, contractorSubCategoryService: ProviderContractorSubCategoryService, providerContractorSubCategoryService: ProviderContractorSubCategoryService, authService: AuthService, tokenService: TokenService, roleContextService: RoleContextService, authLogoutService: AuthLogoutService, credStore: CredentialingStore, libConfig: LibraryConfig);
|
|
1195
1195
|
selectedContract: any;
|
|
1196
1196
|
changeContractor(event?: any[]): void;
|
|
1197
1197
|
selectAll(event: any, items: any[]): void;
|
|
@@ -1321,6 +1321,7 @@ declare class FrontEndProvidersService {
|
|
|
1321
1321
|
constructor(http: HttpClient);
|
|
1322
1322
|
private generateParams;
|
|
1323
1323
|
getProviderDetails(id: any): Observable<any[]>;
|
|
1324
|
+
getProviderUserMapping(query: any): Observable<any>;
|
|
1324
1325
|
static ɵfac: i0.ɵɵFactoryDeclaration<FrontEndProvidersService, never>;
|
|
1325
1326
|
static ɵprov: i0.ɵɵInjectableDeclaration<FrontEndProvidersService>;
|
|
1326
1327
|
}
|
|
@@ -1331,7 +1332,7 @@ declare class ClaimProcessService {
|
|
|
1331
1332
|
private providerService;
|
|
1332
1333
|
private frontEndProviderService;
|
|
1333
1334
|
private fileService;
|
|
1334
|
-
constructor(userDetailService: UserDetailService, roleService: RolesService, providerService: ProvidersService
|
|
1335
|
+
constructor(userDetailService: UserDetailService, roleService: RolesService, providerService: ProvidersService, frontEndProviderService: FrontEndProvidersService, fileService: FileService);
|
|
1335
1336
|
getPrivacyConfig(appType: string): PrivacyAndTerms;
|
|
1336
1337
|
/** Load existing profile by token userId (ref: initial-process getUser + getByUserId) */
|
|
1337
1338
|
getUserById(userId: string): Observable<any>;
|
|
@@ -2785,7 +2786,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2785
2786
|
roleId: string;
|
|
2786
2787
|
})[];
|
|
2787
2788
|
provider: any;
|
|
2788
|
-
constructor(store: CredentialingStore, providerService: ProvidersService
|
|
2789
|
+
constructor(store: CredentialingStore, providerService: ProvidersService, userService: UserService, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, roleContextService: RoleContextService, providerdetail: FrontEndProvidersService, fb: FormBuilder, cdr: ChangeDetectorRef);
|
|
2789
2790
|
cloudfrontUrl: string;
|
|
2790
2791
|
providerId: any;
|
|
2791
2792
|
providerName: string;
|
|
@@ -3679,19 +3680,6 @@ interface ProfessionEditorData {
|
|
|
3679
3680
|
notes: string;
|
|
3680
3681
|
}
|
|
3681
3682
|
|
|
3682
|
-
declare class ProvidersService {
|
|
3683
|
-
private http;
|
|
3684
|
-
private baseUrl;
|
|
3685
|
-
constructor(http: HttpClient);
|
|
3686
|
-
private generateParams;
|
|
3687
|
-
getProviderUserMapping(query: any): Observable<GridResult<UserDetailReadModel>>;
|
|
3688
|
-
changeStatus(model: any): Observable<Result>;
|
|
3689
|
-
createProviderUserMapping(model: any): Observable<Result>;
|
|
3690
|
-
updateProviderUserMapping(model: any): Observable<Result>;
|
|
3691
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersService, never>;
|
|
3692
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProvidersService>;
|
|
3693
|
-
}
|
|
3694
|
-
|
|
3695
3683
|
declare class PreviewComponent implements OnDestroy {
|
|
3696
3684
|
store: CredentialingStore;
|
|
3697
3685
|
private fileService;
|
|
@@ -3706,7 +3694,6 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3706
3694
|
private tokenService;
|
|
3707
3695
|
private roleContextService;
|
|
3708
3696
|
private providerService;
|
|
3709
|
-
private providerUserMappingService;
|
|
3710
3697
|
private frontendProviderService;
|
|
3711
3698
|
private cdr;
|
|
3712
3699
|
private libConfig;
|
|
@@ -3829,7 +3816,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3829
3816
|
id: string;
|
|
3830
3817
|
roleId: string;
|
|
3831
3818
|
})[];
|
|
3832
|
-
constructor(store: CredentialingStore, fileService: FileService, userSkillSetService: UserSkillSetService, userToolService: UserToolService, professionService: ProfessionService, userProfessionService: UserProfessionService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, roleContextService: RoleContextService, providerService: ProvidersService
|
|
3819
|
+
constructor(store: CredentialingStore, fileService: FileService, userSkillSetService: UserSkillSetService, userToolService: UserToolService, professionService: ProfessionService, userProfessionService: UserProfessionService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, roleContextService: RoleContextService, providerService: ProvidersService, frontendProviderService: FrontEndProvidersService, cdr: ChangeDetectorRef, libConfig: LibraryConfig);
|
|
3833
3820
|
email: any;
|
|
3834
3821
|
expYears: number[];
|
|
3835
3822
|
details: i0.WritableSignal<BasicDetails | undefined>;
|
|
@@ -4318,7 +4305,11 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4318
4305
|
logoFileName: any;
|
|
4319
4306
|
logoUrl: any;
|
|
4320
4307
|
};
|
|
4308
|
+
private providerCacheKey;
|
|
4321
4309
|
private restoreProviderMappingFromServer;
|
|
4310
|
+
private restoreProviderId;
|
|
4311
|
+
private restoreProviderIdFromLocalCache;
|
|
4312
|
+
private cacheProviderIdLocally;
|
|
4322
4313
|
saveProvider(): Promise<void>;
|
|
4323
4314
|
validateCompanyDetails(): boolean;
|
|
4324
4315
|
saveCompanyDetails(): Promise<void>;
|