@idsoftsource/initial-process 3.1.4 → 3.1.5
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
|
@@ -3431,7 +3431,6 @@ declare class PreviewComponent implements OnDestroy {
|
|
|
3431
3431
|
providerId: string;
|
|
3432
3432
|
private readonly EMPTY_GUID;
|
|
3433
3433
|
/** Set when withTargetProviderIdFallback substitutes the empty GUID, i.e. there's no real targetProviderId/company. */
|
|
3434
|
-
providerIdFallbackUsed: i0.WritableSignal<boolean>;
|
|
3435
3434
|
/** initialSetUpCreateUserDetail rejects a null targetProviderId with 400; substitute the empty GUID only when it's actually missing. */
|
|
3436
3435
|
private withTargetProviderIdFallback;
|
|
3437
3436
|
useremail: any;
|