taxtank-core 0.32.1 → 0.32.2

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.
@@ -74,6 +74,10 @@ export declare class BankAccountCollection extends Collection<BankAccount> {
74
74
  get propertiesMonthlyRepaymentAmount(): number;
75
75
  getPropertyMonthlyRepaymentAmount(propertyId: number): number;
76
76
  getLVR(property: Property): number;
77
+ /**
78
+ * @TODO Alex/Vik: maybe we should get it from jwtToken or think about some localStorageService?
79
+ * get own bankAccounts active for current financial year
80
+ */
77
81
  getOwn(): this;
78
82
  getActiveLoanAccountsByProperties(ids: number[]): BankAccountCollection;
79
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.1",
3
+ "version": "0.32.2",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",