taxtank-core 2.1.87 → 2.1.88

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/index.d.ts CHANGED
@@ -779,7 +779,19 @@ declare enum TaxReturnItemEnum {
779
779
  INTEREST_EXPENSES_WITHIN_AUSTRALIA = 173,
780
780
  INTEREST_EXPENSES_OVERSEAS = 174,
781
781
  COMMISSION_EXPENSES = 175,
782
- LEASE_EXPENSES = 176
782
+ LEASE_EXPENSES = 176,
783
+ TRUST_INCOME = 155,
784
+ TRUST_EXPENSE = 157,
785
+ TRUST_FRANKED = 200,
786
+ TRUST_FRANKING = 210,
787
+ TFN = 211,
788
+ TRUSTEE = 212,
789
+ AMMA_FOREIGN_INCOME = 223,
790
+ AMMA_FOREIGN_TAX_WITHHELD = 224,
791
+ NZ_FRANKING_CREDITS = 226,
792
+ ASSESSABLE_FOREIGN_SOURCE_INCOME = 234,
793
+ NET_CAPITAL_GAIN = 235,
794
+ CAPITAL_GAIN = 236
783
795
  }
784
796
 
785
797
  declare enum ServicePriceEnum {
@@ -5784,7 +5796,7 @@ declare class HoldingTaxStatement extends AbstractModel implements HoldingTaxSta
5784
5796
  file: AppFile;
5785
5797
  items: HoldingTaxStatementItem[];
5786
5798
  get itemsCollection(): Collection<HoldingTaxStatementItem>;
5787
- get amount(): number;
5799
+ get cashPosition(): number;
5788
5800
  get cgt(): number;
5789
5801
  get netCgt(): number;
5790
5802
  get cgtDiscount(): number;