taxtank-core 0.32.86 → 0.32.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.
@@ -9,6 +9,6 @@ export declare enum ChartAccountsAdjustmentIncludedListEnum {
9
9
  TRAVEL_ALLOWANCE = 649,
10
10
  OTHER_ALLOWANCE = 650,
11
11
  LAFH = 651,
12
- FUNDS_OVER_ADJUSTMENT = 1385,
13
- LANDLORD_REIMBURSEMENT = 1387
12
+ FUNDS_OVER_ADJUSTMENT = 906,
13
+ LANDLORD_REIMBURSEMENT = 908
14
14
  }
@@ -40,9 +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 = 1383,
44
- FUNDS_HELD_BY_AGENT = 1384,
45
- FUNDS_OVER_ADJUSTMENT = 1385,
46
- RENT_NOT_PAID_OUT = 1386,
47
- LANDLORD_REIMBURSEMENT = 1387
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
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.86",
3
+ "version": "0.32.88",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",