@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): {
|