taxtank-core 1.0.56 → 1.0.57

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.56",
3
+ "version": "1.0.57",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.0.2",
@@ -73,6 +73,7 @@ export declare class ChartAccounts extends ChartAccountsBase {
73
73
  isSole(): boolean;
74
74
  isWorkExpense(): boolean;
75
75
  isSoleExpense(): boolean;
76
+ isHoldingExpense(): boolean;
76
77
  /**
77
78
  * Check if chart accounts is property expense
78
79
  */
@@ -25,6 +25,8 @@ export declare class TaxSummary {
25
25
  get soleTaxCredits(): number;
26
26
  get income(): number;
27
27
  get expense(): number;
28
+ get taxCredits(): number;
29
+ get depreciation(): number;
28
30
  get netCash(): number;
29
31
  get netTotal(): number;
30
32
  /**