@ballistix.digital/types-waardering-tool-react 0.13.15 → 0.13.16
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.
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachment.dto.d.ts +1 -0
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachment.dto.js +5 -0
- package/dist/dto/appraisalReportAttachment/appraisalReportAttachment.dto.js.map +1 -1
- package/dist/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.d.ts +1 -0
- package/dist/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.js +6 -0
- package/dist/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.js.map +1 -1
- package/package.json +1 -1
|
@@ -64,4 +64,9 @@ __decorate([
|
|
|
64
64
|
(0, class_transformer_1.Expose)(),
|
|
65
65
|
__metadata("design:type", String)
|
|
66
66
|
], AppraisalReportAttachmentDto.prototype, "presignedUrl", void 0);
|
|
67
|
+
__decorate([
|
|
68
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
69
|
+
(0, class_transformer_1.Expose)(),
|
|
70
|
+
__metadata("design:type", String)
|
|
71
|
+
], AppraisalReportAttachmentDto.prototype, "valuationId", void 0);
|
|
67
72
|
//# sourceMappingURL=appraisalReportAttachment.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appraisalReportAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/appraisalReportAttachment/appraisalReportAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,4EAAwE;AACxE,wFAAoF;AACpF,mGAA+F;AAE/F,kCAA0C,SAAQ,IAAA,kBAAO,EACxD,4EAAoC,CACpC;
|
|
1
|
+
{"version":3,"file":"appraisalReportAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/appraisalReportAttachment/appraisalReportAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,kDAA8C;AAC9C,yDAA2C;AAC3C,yCAA2C;AAC3C,4EAAwE;AACxE,wFAAoF;AACpF,mGAA+F;AAE/F,kCAA0C,SAAQ,IAAA,kBAAO,EACxD,4EAAoC,CACpC;CAwCA;;AArCA;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;wDACG;AAIZ;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAM,GAAE;;0DACK;AAId;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;8DACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;iEACY;AAIrB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;8DACS;AAIlB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,wDAA0B,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,0BAAM,GAAE;;kEACiC;AAI1C;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,4CAAoB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAA,0BAAM,GAAE;;4DACqB;AAI9B;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;+DACU;AAInB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAM,GAAE;;kEACa;AAItB;IAFC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,0BAAM,GAAE;;iEACY"}
|
|
@@ -29,4 +29,10 @@ __decorate([
|
|
|
29
29
|
(0, class_transformer_1.Expose)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
31
|
], CreateAppraisalReportAttachmentDto.prototype, "description", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, nestjs_1.ApiProperty)({ type: String, required: true, format: 'uuid' }),
|
|
34
|
+
(0, class_validator_1.IsUUID)(),
|
|
35
|
+
(0, class_transformer_1.Expose)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], CreateAppraisalReportAttachmentDto.prototype, "valuationId", void 0);
|
|
32
38
|
//# sourceMappingURL=createAppraisalReportAttachment.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createAppraisalReportAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,
|
|
1
|
+
{"version":3,"file":"createAppraisalReportAttachment.dto.js","sourceRoot":"","sources":["../../../src/dto/appraisalReportAttachment/createAppraisalReportAttachment.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA+D;AAC/D,yCAA2C;AAE3C;CAgBC;;AAZA;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;;gEACK;AAMd;IAJC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAC9C,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;uEACY;AAKrB;IAHC,IAAA,oBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;IAC7D,IAAA,wBAAM,GAAE;IACR,IAAA,0BAAM,GAAE;;uEACY"}
|