@idsoftsource/initial-process 1.8.6 → 1.8.8
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
|
@@ -3370,6 +3370,9 @@ declare class PreviewComponent {
|
|
|
3370
3370
|
private toAbsoluteFileUrl;
|
|
3371
3371
|
private revokeObjectUrl;
|
|
3372
3372
|
previewSelectedFile(item: any): void;
|
|
3373
|
+
private get isProviderRole();
|
|
3374
|
+
private get effectiveProviderName();
|
|
3375
|
+
private get effectiveTargetProviderId();
|
|
3373
3376
|
mapBasicDetailsToUserDetail(data: any): {
|
|
3374
3377
|
providerName: string;
|
|
3375
3378
|
targetProviderId: string;
|