@escapenavigator/types 1.9.32 → 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 +2 -0
- package/dist/openapi/certificates/openapi-certificate-sale.ro.js +8 -0
- package/dist/openapi/certificates/openapi-certificate-template.ro.d.ts +1 -0
- package/dist/openapi/certificates/openapi-certificate-template.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)(),
|
|
@@ -21,6 +21,7 @@ export declare class OpenapiCertificateSaleRO {
|
|
|
21
21
|
extraPrice: number;
|
|
22
22
|
client: OpenapiClientRO;
|
|
23
23
|
deliveryPrice: number;
|
|
24
|
+
deliveryExtraPrice: number;
|
|
24
25
|
payed: number;
|
|
25
26
|
toPay: number;
|
|
26
27
|
total: number;
|
|
@@ -30,6 +31,7 @@ export declare class OpenapiCertificateSaleRO {
|
|
|
30
31
|
deliveryHouse: string;
|
|
31
32
|
deliveryApart: string;
|
|
32
33
|
deliveryComment: string;
|
|
34
|
+
comment: string;
|
|
33
35
|
deliveryCity?: string;
|
|
34
36
|
deliveryPostCode?: string;
|
|
35
37
|
deliveryEmail?: string;
|
|
@@ -85,6 +85,10 @@ __decorate([
|
|
|
85
85
|
(0, class_transformer_1.Expose)(),
|
|
86
86
|
__metadata("design:type", Number)
|
|
87
87
|
], OpenapiCertificateSaleRO.prototype, "deliveryPrice", void 0);
|
|
88
|
+
__decorate([
|
|
89
|
+
(0, class_transformer_1.Expose)(),
|
|
90
|
+
__metadata("design:type", Number)
|
|
91
|
+
], OpenapiCertificateSaleRO.prototype, "deliveryExtraPrice", void 0);
|
|
88
92
|
__decorate([
|
|
89
93
|
(0, class_transformer_1.Expose)(),
|
|
90
94
|
__metadata("design:type", Number)
|
|
@@ -121,6 +125,10 @@ __decorate([
|
|
|
121
125
|
(0, class_transformer_1.Expose)(),
|
|
122
126
|
__metadata("design:type", String)
|
|
123
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);
|
|
124
132
|
__decorate([
|
|
125
133
|
(0, class_transformer_1.Expose)(),
|
|
126
134
|
__metadata("design:type", String)
|
|
@@ -57,6 +57,10 @@ __decorate([
|
|
|
57
57
|
(0, class_transformer_1.Expose)(),
|
|
58
58
|
__metadata("design:type", Number)
|
|
59
59
|
], OpenapiCertificateTemplateRO.prototype, "deliveryPrice", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, class_transformer_1.Expose)(),
|
|
62
|
+
__metadata("design:type", Number)
|
|
63
|
+
], OpenapiCertificateTemplateRO.prototype, "deliveryExtraPrice", void 0);
|
|
60
64
|
__decorate([
|
|
61
65
|
(0, class_transformer_1.Expose)(),
|
|
62
66
|
__metadata("design:type", Boolean)
|
|
@@ -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)(),
|