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