@idsoftsource/initial-process 3.5.9 → 3.6.1

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
@@ -1321,6 +1321,7 @@ declare class FrontEndProvidersService {
1321
1321
  constructor(http: HttpClient);
1322
1322
  private generateParams;
1323
1323
  getProviderDetails(id: any): Observable<any[]>;
1324
+ getProviderUserMapping(query: any): Observable<any>;
1324
1325
  static ɵfac: i0.ɵɵFactoryDeclaration<FrontEndProvidersService, never>;
1325
1326
  static ɵprov: i0.ɵɵInjectableDeclaration<FrontEndProvidersService>;
1326
1327
  }
@@ -4305,6 +4306,8 @@ declare class PreviewComponent implements OnDestroy {
4305
4306
  logoUrl: any;
4306
4307
  };
4307
4308
  private providerCacheKey;
4309
+ private restoreProviderMappingFromServer;
4310
+ private restoreProviderId;
4308
4311
  private restoreProviderIdFromLocalCache;
4309
4312
  private cacheProviderIdLocally;
4310
4313
  saveProvider(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "3.5.9",
3
+ "version": "3.6.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",