taxtank-core 0.21.2 → 0.21.5

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.
@@ -39,6 +39,10 @@ export declare class BankAccount extends BankAccountBase {
39
39
  * check if bank account related to work tank
40
40
  */
41
41
  isPropertyTank(): boolean;
42
+ /**
43
+ * check if bank account related to sole tank
44
+ */
45
+ isSoleTank(): boolean;
42
46
  /**
43
47
  * Get Bank account property by id
44
48
  * @param id Id of property
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.21.2",
3
+ "version": "0.21.5",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",