@ballistix.digital/types-waardering-tool-react 0.13.25 → 0.13.26

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.
@@ -13,5 +13,6 @@ export declare class EarningsValueResultDto extends EarningsValueResultDto_base
13
13
  realEstateDeficit?: number;
14
14
  realEstateFiscalLatencyValue?: number;
15
15
  correctedRealEstateValue?: number;
16
+ shareValue?: number;
16
17
  }
17
18
  export {};
@@ -126,3 +126,13 @@ __decorate([
126
126
  (0, class_transformer_1.Expose)(),
127
127
  __metadata("design:type", Number)
128
128
  ], EarningsValueResultDto.prototype, "correctedRealEstateValue", void 0);
129
+ __decorate([
130
+ (0, nestjs_1.ApiProperty)({
131
+ type: Number,
132
+ required: false,
133
+ nullable: true,
134
+ description: 'The step 6 total in euro cents: enterpriseValue + correctedCashPosition + correctedRealEstateValue. Null while correctedRealEstateValue is null.',
135
+ }),
136
+ (0, class_transformer_1.Expose)(),
137
+ __metadata("design:type", Number)
138
+ ], EarningsValueResultDto.prototype, "shareValue", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ballistix.digital/types-waardering-tool-react",
3
- "version": "0.13.25",
3
+ "version": "0.13.26",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "tsc"