taxtank-core 0.21.14 → 0.21.15

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.
@@ -66,6 +66,7 @@ export declare class Transaction extends TransactionBase implements Expense, IRe
66
66
  * @TODO bad usage of get (and all is* methods), getter should sound like a noun
67
67
  */
68
68
  get isTransfer(): boolean;
69
+ isFindAndMatch(): boolean;
69
70
  get debit(): number;
70
71
  get credit(): number;
71
72
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.21.14",
3
+ "version": "0.21.15",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",