taxtank-core 0.28.48 → 0.28.49

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.
@@ -20,6 +20,7 @@ export declare class BankConnectionService extends RestService<BankConnectionBas
20
20
  * Update cache when basiq accounts were retrieved or login to basic was failed to get actual connections statuses
21
21
  */
22
22
  listenNotifications(): void;
23
+ listenBasiqLogin(): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<BankConnectionService, never>;
24
25
  static ɵprov: i0.ɵɵInjectableDeclaration<BankConnectionService>;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.48",
3
+ "version": "0.28.49",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",