@idsoftsource/initial-process 3.5.6 → 3.5.8
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$1 {
|
|
594
594
|
private http;
|
|
595
595
|
private baseUrl;
|
|
596
596
|
constructor(http: HttpClient);
|
|
@@ -600,8 +600,8 @@ declare class ProvidersService {
|
|
|
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, never>;
|
|
604
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProvidersService>;
|
|
603
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProvidersService$1, never>;
|
|
604
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProvidersService$1>;
|
|
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, roleService: RolesService, modalService: BsModalService, contractorSubCategoryService: ProviderContractorSubCategoryService, providerContractorSubCategoryService: ProviderContractorSubCategoryService, authService: AuthService, tokenService: TokenService, roleContextService: RoleContextService, authLogoutService: AuthLogoutService, credStore: CredentialingStore, libConfig: LibraryConfig);
|
|
1194
|
+
constructor(router: Router, route: ActivatedRoute, userDetailService: UserDetailService, formBuilder: FormBuilder, fileService: FileService, providerService: ProvidersService$1, 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;
|
|
@@ -1331,7 +1331,7 @@ declare class ClaimProcessService {
|
|
|
1331
1331
|
private providerService;
|
|
1332
1332
|
private frontEndProviderService;
|
|
1333
1333
|
private fileService;
|
|
1334
|
-
constructor(userDetailService: UserDetailService, roleService: RolesService, providerService: ProvidersService, frontEndProviderService: FrontEndProvidersService, fileService: FileService);
|
|
1334
|
+
constructor(userDetailService: UserDetailService, roleService: RolesService, providerService: ProvidersService$1, frontEndProviderService: FrontEndProvidersService, fileService: FileService);
|
|
1335
1335
|
getPrivacyConfig(appType: string): PrivacyAndTerms;
|
|
1336
1336
|
/** Load existing profile by token userId (ref: initial-process getUser + getByUserId) */
|
|
1337
1337
|
getUserById(userId: string): Observable<any>;
|
|
@@ -2707,7 +2707,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2707
2707
|
store: CredentialingStore;
|
|
2708
2708
|
private providerService;
|
|
2709
2709
|
private userService;
|
|
2710
|
-
userDocumentService: UserDocumentService;
|
|
2711
2710
|
router: Router;
|
|
2712
2711
|
private industrydata;
|
|
2713
2712
|
private userDetailService;
|
|
@@ -2720,15 +2719,12 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2720
2719
|
isLoaded: boolean;
|
|
2721
2720
|
previewUrl: string | null;
|
|
2722
2721
|
isImageLoading: boolean;
|
|
2723
|
-
isresumeLoading: boolean;
|
|
2724
2722
|
isResumeRequired: boolean;
|
|
2725
|
-
model: any;
|
|
2726
2723
|
isMappingCreated: boolean;
|
|
2727
2724
|
initialSelectedJobValue: any;
|
|
2728
2725
|
previousEmployeeType: EmployeeDesignation;
|
|
2729
2726
|
companyForm: FormGroup<CompanyFormControls>;
|
|
2730
2727
|
selectedTab: any;
|
|
2731
|
-
resumeName: any;
|
|
2732
2728
|
industries: any[];
|
|
2733
2729
|
selectedIndustries: any[];
|
|
2734
2730
|
isIndustriesLoading: boolean;
|
|
@@ -2736,7 +2732,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2736
2732
|
jobTitles: LookupItem1<number>[];
|
|
2737
2733
|
selectedIndustryIds: string[];
|
|
2738
2734
|
selectedIndustryObjects: any[];
|
|
2739
|
-
private readonly uploadToAws;
|
|
2740
2735
|
backToParent: EventEmitter<void>;
|
|
2741
2736
|
providerSaved: EventEmitter<{
|
|
2742
2737
|
providerId: string;
|
|
@@ -2749,7 +2744,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2749
2744
|
user: any;
|
|
2750
2745
|
userError: any;
|
|
2751
2746
|
showLoader: boolean;
|
|
2752
|
-
fileData: any;
|
|
2753
2747
|
fileDataUser: any;
|
|
2754
2748
|
zipcodeMask: RegExp[];
|
|
2755
2749
|
options: {
|
|
@@ -2767,9 +2761,7 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2767
2761
|
signaturePadData: {
|
|
2768
2762
|
publicUrl: null;
|
|
2769
2763
|
};
|
|
2770
|
-
previewresumeUrl: string | null;
|
|
2771
2764
|
useremail: any;
|
|
2772
|
-
awsFileUpdate: UpdateAwsFileModelModel[];
|
|
2773
2765
|
fileNameCompany: any;
|
|
2774
2766
|
selectedJobs: i0.WritableSignal<string[]>;
|
|
2775
2767
|
selectedJobValues: number[];
|
|
@@ -2793,14 +2785,13 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2793
2785
|
roleId: string;
|
|
2794
2786
|
})[];
|
|
2795
2787
|
provider: any;
|
|
2796
|
-
constructor(store: CredentialingStore, providerService: ProvidersService, userService: UserService,
|
|
2788
|
+
constructor(store: CredentialingStore, providerService: ProvidersService$1, userService: UserService, router: Router, industrydata: IndustryService, userDetailService: UserDetailService, fileService: FileService, tokenService: TokenService, roleContextService: RoleContextService, providerdetail: FrontEndProvidersService, fb: FormBuilder, cdr: ChangeDetectorRef);
|
|
2797
2789
|
cloudfrontUrl: string;
|
|
2798
2790
|
providerId: any;
|
|
2799
2791
|
providerName: string;
|
|
2800
2792
|
providerdata: any;
|
|
2801
2793
|
randomId: string;
|
|
2802
2794
|
ngOnInit(): Promise<void>;
|
|
2803
|
-
private get resolvedForUser();
|
|
2804
2795
|
getprovider(): void;
|
|
2805
2796
|
private mappingKey;
|
|
2806
2797
|
getYears(): void;
|
|
@@ -2853,10 +2844,6 @@ declare class RoleSelectComponent implements OnInit {
|
|
|
2853
2844
|
get c(): CompanyFormControls;
|
|
2854
2845
|
uploadUserImage(event: any): void;
|
|
2855
2846
|
removeUserImage(): void;
|
|
2856
|
-
selectFile(event: any): void;
|
|
2857
|
-
private saveAWSFile;
|
|
2858
|
-
saveResume(): void;
|
|
2859
|
-
uploadFileBrowseHandler(): void;
|
|
2860
2847
|
saveAWSHeadShot(): Promise<void>;
|
|
2861
2848
|
saveFinal(): Promise<void>;
|
|
2862
2849
|
bindUserDetails(): UserDetailModel;
|
|
@@ -3692,6 +3679,19 @@ interface ProfessionEditorData {
|
|
|
3692
3679
|
notes: string;
|
|
3693
3680
|
}
|
|
3694
3681
|
|
|
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
3695
|
declare class PreviewComponent implements OnDestroy {
|
|
3696
3696
|
store: CredentialingStore;
|
|
3697
3697
|
private fileService;
|
|
@@ -3706,6 +3706,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3706
3706
|
private tokenService;
|
|
3707
3707
|
private roleContextService;
|
|
3708
3708
|
private providerService;
|
|
3709
|
+
private providerUserMappingService;
|
|
3709
3710
|
private frontendProviderService;
|
|
3710
3711
|
private cdr;
|
|
3711
3712
|
private libConfig;
|
|
@@ -3828,7 +3829,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3828
3829
|
id: string;
|
|
3829
3830
|
roleId: string;
|
|
3830
3831
|
})[];
|
|
3831
|
-
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);
|
|
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$1, providerUserMappingService: ProvidersService, frontendProviderService: FrontEndProvidersService, cdr: ChangeDetectorRef, libConfig: LibraryConfig);
|
|
3832
3833
|
email: any;
|
|
3833
3834
|
expYears: number[];
|
|
3834
3835
|
details: i0.WritableSignal<BasicDetails | undefined>;
|
|
@@ -4317,6 +4318,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
4317
4318
|
logoFileName: any;
|
|
4318
4319
|
logoUrl: any;
|
|
4319
4320
|
};
|
|
4321
|
+
private restoreProviderMappingFromServer;
|
|
4320
4322
|
saveProvider(): Promise<void>;
|
|
4321
4323
|
validateCompanyDetails(): boolean;
|
|
4322
4324
|
saveCompanyDetails(): Promise<void>;
|