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.
- package/bundles/taxtank-core.umd.js +7 -0
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +7 -1
- package/fesm2015/taxtank-core.js +6 -0
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
}
|