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