taxtank-core 0.28.80 → 0.28.82

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,7 @@ export declare class TransactionCollection extends ExportableCollection<Transact
39
39
  * Get summary of claim amounts
40
40
  */
41
41
  get claimAmount(): number;
42
+ get grossAmount(): number;
42
43
  getByChartAccountsCategories(categories: ChartAccountsCategoryEnum[]): TransactionCollection;
43
44
  /**
44
45
  * Get transactions by month
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.80",
3
+ "version": "0.28.82",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",