@ballistix.digital/types-waardering-tool-react 0.13.23 → 0.13.24

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.
@@ -1,6 +1,6 @@
1
1
  import { AnnualAccountAttachmentDto } from './annualAccountAttachment.dto';
2
2
  declare class EmbeddedAttachment {
3
- attachments?: AnnualAccountAttachmentDto[];
3
+ annualAccountAttachments?: AnnualAccountAttachmentDto[];
4
4
  }
5
5
  declare const AnnualAccountAttachmentPageDto_base: {
6
6
  new (): {
@@ -21,7 +21,7 @@ __decorate([
21
21
  (0, class_transformer_1.Type)(() => annualAccountAttachment_dto_1.AnnualAccountAttachmentDto),
22
22
  (0, class_transformer_1.Expose)({ name: 'items' }),
23
23
  __metadata("design:type", Array)
24
- ], EmbeddedAttachment.prototype, "attachments", void 0);
24
+ ], EmbeddedAttachment.prototype, "annualAccountAttachments", void 0);
25
25
  class AnnualAccountAttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
26
26
  }
27
27
  exports.AnnualAccountAttachmentPageDto = AnnualAccountAttachmentPageDto;
@@ -1,6 +1,6 @@
1
1
  import { AppraisalReportAttachmentDto } from './appraisalReportAttachment.dto';
2
2
  declare class EmbeddedAttachment {
3
- attachments?: AppraisalReportAttachmentDto[];
3
+ appraisalReportAttachments?: AppraisalReportAttachmentDto[];
4
4
  }
5
5
  declare const AppraisalReportAttachmentPageDto_base: {
6
6
  new (): {
@@ -21,7 +21,7 @@ __decorate([
21
21
  (0, class_transformer_1.Type)(() => appraisalReportAttachment_dto_1.AppraisalReportAttachmentDto),
22
22
  (0, class_transformer_1.Expose)({ name: 'items' }),
23
23
  __metadata("design:type", Array)
24
- ], EmbeddedAttachment.prototype, "attachments", void 0);
24
+ ], EmbeddedAttachment.prototype, "appraisalReportAttachments", void 0);
25
25
  class AppraisalReportAttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
26
26
  }
27
27
  exports.AppraisalReportAttachmentPageDto = AppraisalReportAttachmentPageDto;
@@ -1,6 +1,6 @@
1
1
  import { DcfBudgetAttachmentDto } from './dcfBudgetAttachment.dto';
2
2
  declare class EmbeddedAttachment {
3
- attachments?: DcfBudgetAttachmentDto[];
3
+ dcfBudgetAttachments?: DcfBudgetAttachmentDto[];
4
4
  }
5
5
  declare const DcfBudgetAttachmentPageDto_base: {
6
6
  new (): {
@@ -21,7 +21,7 @@ __decorate([
21
21
  (0, class_transformer_1.Type)(() => dcfBudgetAttachment_dto_1.DcfBudgetAttachmentDto),
22
22
  (0, class_transformer_1.Expose)({ name: 'items' }),
23
23
  __metadata("design:type", Array)
24
- ], EmbeddedAttachment.prototype, "attachments", void 0);
24
+ ], EmbeddedAttachment.prototype, "dcfBudgetAttachments", void 0);
25
25
  class DcfBudgetAttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
26
26
  }
27
27
  exports.DcfBudgetAttachmentPageDto = DcfBudgetAttachmentPageDto;
@@ -1,6 +1,6 @@
1
1
  import { DepreciationTableAttachmentDto } from './depreciationTableAttachment.dto';
2
2
  declare class EmbeddedAttachment {
3
- attachments?: DepreciationTableAttachmentDto[];
3
+ depreciationTableAttachments?: DepreciationTableAttachmentDto[];
4
4
  }
5
5
  declare const DepreciationTableAttachmentPageDto_base: {
6
6
  new (): {
@@ -21,7 +21,7 @@ __decorate([
21
21
  (0, class_transformer_1.Type)(() => depreciationTableAttachment_dto_1.DepreciationTableAttachmentDto),
22
22
  (0, class_transformer_1.Expose)({ name: 'items' }),
23
23
  __metadata("design:type", Array)
24
- ], EmbeddedAttachment.prototype, "attachments", void 0);
24
+ ], EmbeddedAttachment.prototype, "depreciationTableAttachments", void 0);
25
25
  class DepreciationTableAttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
26
26
  }
27
27
  exports.DepreciationTableAttachmentPageDto = DepreciationTableAttachmentPageDto;
@@ -1,6 +1,6 @@
1
1
  import { MultipleJustificationAttachmentDto } from './multipleJustificationAttachment.dto';
2
2
  declare class EmbeddedAttachment {
3
- attachments?: MultipleJustificationAttachmentDto[];
3
+ multipleJustificationAttachments?: MultipleJustificationAttachmentDto[];
4
4
  }
5
5
  declare const MultipleJustificationAttachmentPageDto_base: {
6
6
  new (): {
@@ -24,7 +24,7 @@ __decorate([
24
24
  (0, class_transformer_1.Type)(() => multipleJustificationAttachment_dto_1.MultipleJustificationAttachmentDto),
25
25
  (0, class_transformer_1.Expose)({ name: 'items' }),
26
26
  __metadata("design:type", Array)
27
- ], EmbeddedAttachment.prototype, "attachments", void 0);
27
+ ], EmbeddedAttachment.prototype, "multipleJustificationAttachments", void 0);
28
28
  class MultipleJustificationAttachmentPageDto extends (0, page_dto_1.PageDto)(EmbeddedAttachment) {
29
29
  }
30
30
  exports.MultipleJustificationAttachmentPageDto = MultipleJustificationAttachmentPageDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ballistix.digital/types-waardering-tool-react",
3
- "version": "0.13.23",
3
+ "version": "0.13.24",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "tsc"