taxtank-core 0.28.33 → 0.28.35

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.
@@ -4,5 +4,7 @@ import { SoleBusinessLossOffsetRule } from './sole-business-loss-offset-rule';
4
4
  export declare class SoleBusinessLoss extends SoleBusinessLossBase {
5
5
  business: SoleBusiness;
6
6
  offsetRule: SoleBusinessLossOffsetRule;
7
+ openBalance: number;
8
+ financialYear: number;
7
9
  get hasOffset(): boolean;
8
10
  }
@@ -23,6 +23,10 @@ export declare class SoleForecastService extends RestService<SoleForecastBase, S
23
23
  * @param incomeSources by which sole forecasts will be assigned
24
24
  */
25
25
  private assignSoleForecasts;
26
+ /**
27
+ * Listen business created because we create sole forests together with business
28
+ */
29
+ private listenBusinessCreated;
26
30
  static ɵfac: i0.ɵɵFactoryDeclaration<SoleForecastService, never>;
27
31
  static ɵprov: i0.ɵɵInjectableDeclaration<SoleForecastService>;
28
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.33",
3
+ "version": "0.28.35",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",