@escapenavigator/types 1.9.33 → 1.9.34
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/certificate-sale/certificate-sale.ro.d.ts +1 -0
- package/dist/certificate-sale/certificate-sale.ro.js +4 -0
- package/dist/certificate-sale/create-certificatesale.dto.d.ts +1 -0
- package/dist/certificate-sale/create-certificatesale.dto.js +5 -0
- package/dist/certificate-sale/legacy/update-certificatesale-delivery-info.dto.d.ts +1 -0
- package/dist/certificate-sale/legacy/update-certificatesale-delivery-info.dto.js +5 -0
- package/dist/openapi/certificates/openapi-certificate-sale.ro.d.ts +1 -0
- package/dist/openapi/certificates/openapi-certificate-sale.ro.js +4 -0
- package/dist/openapi/certificates/openapi-create-certificate-sale.dto.d.ts +1 -0
- package/dist/openapi/certificates/openapi-create-certificate-sale.dto.js +5 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -178,6 +178,10 @@ __decorate([
|
|
|
178
178
|
(0, class_transformer_1.Expose)(),
|
|
179
179
|
__metadata("design:type", String)
|
|
180
180
|
], CertificateSaleRO.prototype, "deliveryComment", void 0);
|
|
181
|
+
__decorate([
|
|
182
|
+
(0, class_transformer_1.Expose)(),
|
|
183
|
+
__metadata("design:type", String)
|
|
184
|
+
], CertificateSaleRO.prototype, "comment", void 0);
|
|
181
185
|
__decorate([
|
|
182
186
|
(0, class_transformer_1.Expose)(),
|
|
183
187
|
__metadata("design:type", String)
|
|
@@ -112,6 +112,11 @@ __decorate([
|
|
|
112
112
|
(0, class_transformer_1.Expose)(),
|
|
113
113
|
__metadata("design:type", String)
|
|
114
114
|
], CreateCertificatesaleDto.prototype, "deliveryComment", void 0);
|
|
115
|
+
__decorate([
|
|
116
|
+
(0, class_validator_1.IsOptional)(),
|
|
117
|
+
(0, class_transformer_1.Expose)(),
|
|
118
|
+
__metadata("design:type", String)
|
|
119
|
+
], CreateCertificatesaleDto.prototype, "comment", void 0);
|
|
115
120
|
__decorate([
|
|
116
121
|
(0, class_validator_1.IsOptional)(),
|
|
117
122
|
(0, class_transformer_1.Expose)(),
|
|
@@ -86,6 +86,11 @@ __decorate([
|
|
|
86
86
|
(0, class_transformer_1.Expose)(),
|
|
87
87
|
__metadata("design:type", String)
|
|
88
88
|
], UpdateCertificatesaleDeliveryInfoDto.prototype, "deliveryComment", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, class_validator_1.IsOptional)(),
|
|
91
|
+
(0, class_transformer_1.Expose)(),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], UpdateCertificatesaleDeliveryInfoDto.prototype, "comment", void 0);
|
|
89
94
|
__decorate([
|
|
90
95
|
(0, class_validator_1.IsOptional)(),
|
|
91
96
|
(0, class_transformer_1.Expose)(),
|
|
@@ -125,6 +125,10 @@ __decorate([
|
|
|
125
125
|
(0, class_transformer_1.Expose)(),
|
|
126
126
|
__metadata("design:type", String)
|
|
127
127
|
], OpenapiCertificateSaleRO.prototype, "deliveryComment", void 0);
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, class_transformer_1.Expose)(),
|
|
130
|
+
__metadata("design:type", String)
|
|
131
|
+
], OpenapiCertificateSaleRO.prototype, "comment", void 0);
|
|
128
132
|
__decorate([
|
|
129
133
|
(0, class_transformer_1.Expose)(),
|
|
130
134
|
__metadata("design:type", String)
|
|
@@ -123,6 +123,11 @@ __decorate([
|
|
|
123
123
|
(0, class_transformer_1.Expose)(),
|
|
124
124
|
__metadata("design:type", String)
|
|
125
125
|
], OpenapiCreateCertificateSaleDto.prototype, "deliveryComment", void 0);
|
|
126
|
+
__decorate([
|
|
127
|
+
(0, class_validator_1.IsOptional)(),
|
|
128
|
+
(0, class_transformer_1.Expose)(),
|
|
129
|
+
__metadata("design:type", String)
|
|
130
|
+
], OpenapiCreateCertificateSaleDto.prototype, "comment", void 0);
|
|
126
131
|
__decorate([
|
|
127
132
|
(0, class_validator_1.ValidateIf)((row) => row.deliveryType === certificatesales_delivery_type_enum_1.CertificatesaleDeliveryTypeEnum.POST),
|
|
128
133
|
(0, is_not_blank_1.IsNotBlank)(),
|