taxtank-core 0.28.22 → 0.28.23

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.
@@ -55,12 +55,9 @@ export declare class Property extends PropertyBase implements Photoable, Documen
55
55
  get firstForecastYear(): number;
56
56
  get marketValueGrowth(): number;
57
57
  get myShare(): PropertyShare;
58
- /**
59
- * exact claim including share percent
60
- */
61
- get shareClaimPercent(): number;
62
58
  get actualValuation(): PropertyValuation;
63
59
  get claimPercent(): number;
60
+ get claimCoefficient(): number;
64
61
  get sharePercent(): number;
65
62
  get shareRatio(): number;
66
63
  get previousCategory(): PropertyCategory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.28.22",
3
+ "version": "0.28.23",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^12.2.3 || ~13.0.0",