@idsoftsource/initial-process 3.1.4 → 3.1.6

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;
@@ -3754,6 +3753,7 @@ declare class PreviewComponent implements OnDestroy {
3754
3753
  previewSelectedFile(item: any): void;
3755
3754
  private get isProviderRole();
3756
3755
  get hasRoleContextUserId(): boolean;
3756
+ private get effectiveTargetUserId();
3757
3757
  private get effectiveProviderName();
3758
3758
  private get effectiveTargetProviderId();
3759
3759
  mapBasicDetailsToUserDetail(data: any): {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.1.4",
3
+ "version": "3.1.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",