taxtank-core 0.32.11 → 0.32.13

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.
@@ -20,6 +20,10 @@ export declare class DepreciationService extends RestService<DepreciationBase, D
20
20
  */
21
21
  listenEvents(): void;
22
22
  getOpenBalance(depreciation: Depreciation): Observable<number>;
23
+ /**
24
+ * loan payout triggers depreciation writeOff event for borrowingExpenses
25
+ */
26
+ private listenLoanPayout;
23
27
  /**
24
28
  * Listen to EventDispatcherService event related to updated bank loan
25
29
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.32.11",
3
+ "version": "0.32.13",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^16.2.12",