@idsoftsource/initial-process 3.1.2 → 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
|
@@ -3428,6 +3428,11 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3428
3428
|
private cdr;
|
|
3429
3429
|
private libConfig;
|
|
3430
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;
|
|
3431
3436
|
useremail: any;
|
|
3432
3437
|
readonly educationDegreeTypeOptions: string[];
|
|
3433
3438
|
readonly monthPickerConfig: {
|