taxtank-core 0.32.85 → 0.32.87

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.
@@ -9,5 +9,6 @@ export declare enum ChartAccountsAdjustmentIncludedListEnum {
9
9
  TRAVEL_ALLOWANCE = 649,
10
10
  OTHER_ALLOWANCE = 650,
11
11
  LAFH = 651,
12
- FUNDS_OVER_ADJUSTMENT = 959
12
+ FUNDS_OVER_ADJUSTMENT = 906,
13
+ LANDLORD_REIMBURSEMENT = 908
13
14
  }
@@ -94,6 +94,7 @@ export declare enum ChartAccountsListEnum {
94
94
  PSI_DEDUCTION_OTHER = 860,
95
95
  AUSTRALIAN_GOVERNMENT_SPECIAL_PAYMENTS = 871,
96
96
  FHSS = 872,
97
+ LOAN_DRAWDOWN = 883,
97
98
  PROGRESS_PAYMENTS = 884,
98
99
  LOAN_PAYMENT = 885
99
100
  }
@@ -40,6 +40,9 @@ export declare enum ChartAccountsPropertyAdjustmentsListEnum {
40
40
  SUNDRY_ELECTRICITY_GAS = 664,
41
41
  MANAGEMENT_FEES_PLATFORM_FEES = 857,
42
42
  LOAN_DRAWDOWN = 883,
43
- LANDLORD_CONTRIBUTION = 957,
44
- FUNDS_HELD_BY_AGENT = 958
43
+ LANDLORD_CONTRIBUTION = 904,
44
+ FUNDS_HELD_BY_AGENT = 905,
45
+ FUNDS_OVER_ADJUSTMENT = 906,
46
+ RENT_NOT_PAID_OUT = 907,
47
+ LANDLORD_REIMBURSEMENT = 908
45
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.85",
3
+ "version": "0.32.87",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",