@idsoftsource/initial-process 3.1.1 → 3.1.3
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
|
@@ -3425,8 +3425,14 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3425
3425
|
private roleContextService;
|
|
3426
3426
|
private providerService;
|
|
3427
3427
|
private frontendProviderService;
|
|
3428
|
+
private cdr;
|
|
3428
3429
|
private libConfig;
|
|
3429
3430
|
providerId: string;
|
|
3431
|
+
private readonly EMPTY_GUID;
|
|
3432
|
+
/** Set when withTargetProviderIdFallback substitutes the empty GUID, i.e. there's no real targetProviderId/company. */
|
|
3433
|
+
providerIdFallbackUsed: i0.WritableSignal<boolean>;
|
|
3434
|
+
/** initialSetUpCreateUserDetail rejects a null targetProviderId with 400; substitute the empty GUID only when it's actually missing. */
|
|
3435
|
+
private withTargetProviderIdFallback;
|
|
3430
3436
|
useremail: any;
|
|
3431
3437
|
readonly educationDegreeTypeOptions: string[];
|
|
3432
3438
|
readonly monthPickerConfig: {
|
|
@@ -3534,7 +3540,7 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3534
3540
|
id: string;
|
|
3535
3541
|
roleId: string;
|
|
3536
3542
|
})[];
|
|
3537
|
-
constructor(store: CredentialingStore, fileService: FileService, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, roleContextService: RoleContextService, providerService: ProvidersService, frontendProviderService: FrontEndProvidersService, libConfig: LibraryConfig);
|
|
3543
|
+
constructor(store: CredentialingStore, fileService: FileService, userSkillSetService: UserSkillSetService, userToolService: UserToolService, userDocumentService: UserDocumentService, userEducation: UserEducationService, userDetailService: UserDetailService, userExperienceService: UserExperienceService, tokenService: TokenService, roleContextService: RoleContextService, providerService: ProvidersService, frontendProviderService: FrontEndProvidersService, cdr: ChangeDetectorRef, libConfig: LibraryConfig);
|
|
3538
3544
|
email: any;
|
|
3539
3545
|
expYears: number[];
|
|
3540
3546
|
details: i0.WritableSignal<BasicDetails | undefined>;
|