taxtank-core 0.2.2 → 0.2.3

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.
@@ -5,8 +5,7 @@ export declare enum ChartAccountsMetadataListEnum {
5
5
  TAX_OFFSETS = 8,
6
6
  HOURS = 11,
7
7
  TAX_PAID = 13,
8
- REDUNDANCY = 17,
9
- NON_REDUNDANCY = 18,
8
+ TAX_FREE_COMPONENT = 18,
10
9
  YEARS_OF_SERVICE = 19,
11
10
  UNTAXED_ELEMENT = 24,
12
11
  FRANKED = 26,
@@ -57,9 +57,7 @@ export declare class Transaction extends TransactionBase implements IReceipt, IT
57
57
  * Get gross income amount
58
58
  */
59
59
  getGrossIncome(): number;
60
- /**
61
- * find franking credits metadata and return value
62
- */
60
+ get taxFreeComponent(): number;
63
61
  get frankingCredit(): number;
64
62
  get untaxedElement(): number;
65
63
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",