taxtank-core 0.32.128 → 0.32.129

Sign up to get free protection for your applications and to get access to all the features.
@@ -98,4 +98,5 @@ export declare class TransactionCollection extends ExportableCollection<Transact
98
98
  * @TODO vik business transactions calculated differently, separated collection?
99
99
  */
100
100
  getBusinessClaimAmount(businessId?: number): number;
101
+ getTaxable(): this;
101
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.128",
3
+ "version": "0.32.129",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",