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.
@@ -6608,6 +6608,7 @@
6608
6608
  BankConnectionService.prototype.listenEvents = function () {
6609
6609
  this.listenToAddedBankAccounts();
6610
6610
  this.listenNotifications();
6611
+ this.listenBasiqLogin();
6611
6612
  };
6612
6613
  BankConnectionService.prototype.add = function (bankConnection) {
6613
6614
  var _this = this;
@@ -6654,6 +6655,12 @@
6654
6655
  }
6655
6656
  });
6656
6657
  };
6658
+ BankConnectionService.prototype.listenBasiqLogin = function () {
6659
+ var _this = this;
6660
+ this.eventDispatcherService.on(exports.AppEventTypeEnum.BASIQ_LOGIN_FINISHED).subscribe(function () {
6661
+ _this.resetCache();
6662
+ });
6663
+ };
6657
6664
  return BankConnectionService;
6658
6665
  }(RestService));
6659
6666
  BankConnectionService.userEventTypes = [