taxtank-core 0.9.4 → 0.10.0

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.
@@ -0,0 +1,14 @@
1
+ import { Router } from '@angular/router';
2
+ import { IEventListener } from '../../interfaces/event-listener.interface';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Service listen and handle kompassify events
6
+ * @TODO break to different services when we got new kompassify functionality (check lists, progress, etc.)
7
+ */
8
+ export declare class KompassifyService implements IEventListener {
9
+ private router;
10
+ constructor(router: Router);
11
+ listenEvents(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<KompassifyService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<KompassifyService>;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.9.4",
3
+ "version": "0.10.0",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",
package/public-api.d.ts CHANGED
@@ -295,6 +295,7 @@ export * from './lib/services/http/income-source/income-source-forecast/income-s
295
295
  export * from './lib/services/http/income-source/salary-forecast/salary-forecast.service';
296
296
  export * from './lib/services/http/income-source/sole-forecast/sole-forecast.service';
297
297
  export * from './lib/services/intercom/intercom.service';
298
+ export * from './lib/services/kompassify/kompassify.service';
298
299
  export * from './lib/services/http/loan/loan.service';
299
300
  export * from './lib/services/http/service-notification/service-notification.service';
300
301
  export * from './lib/services/pdf/pdf.service';