taxtank-core 0.21.3 → 0.21.4

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.
@@ -3378,6 +3378,12 @@
3378
3378
  BankAccount.prototype.isPropertyTank = function () {
3379
3379
  return this.tankType === exports.TankTypeEnum.PROPERTY;
3380
3380
  };
3381
+ /**
3382
+ * check if bank account related to sole tank
3383
+ */
3384
+ BankAccount.prototype.isSoleTank = function () {
3385
+ return this.tankType === exports.TankTypeEnum.SOLE;
3386
+ };
3381
3387
  /**
3382
3388
  * Get Bank account property by id
3383
3389
  * @param id Id of property