taxtank-core 1.0.57 → 1.0.58

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.2",
@@ -84,5 +84,6 @@ export declare enum TaxReturnCategoryListEnum {
84
84
  TAX_OFFSET_LOW = 61,
85
85
  tAX_OFFSET_MIDDLE = 62,
86
86
  TAX_OFFSET_SOLE = 63,
87
- DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR = 64
87
+ DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR = 64,
88
+ BUSINESS_LOSSES_APPLIED = 88
88
89
  }
@@ -61,6 +61,7 @@ export declare class TaxSummary {
61
61
  * https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/217677990/Dashboard+Main
62
62
  */
63
63
  get soleNetCash(): number;
64
+ get soleLossesApplied(): number;
64
65
  /**
65
66
  * Sole Net Total = Gross income - expenses
66
67
  * https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/217677990/Dashboard+Main