@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.
@@ -45,7 +45,6 @@ export declare class CertificateSaleRO extends RO {
45
45
  deliveryHouse: string;
46
46
  deliveryApart: string;
47
47
  deliveryComment: string;
48
- comment: string;
49
48
  deliveryCity: string;
50
49
  deliveryPostcode: string;
51
50
  sendingEmailFullUtcDate: string;
@@ -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)
@@ -17,7 +17,6 @@ export declare class CreateCertificatesaleDto {
17
17
  deliveryHouse: string;
18
18
  deliveryApart: string;
19
19
  deliveryComment: string;
20
- comment: string;
21
20
  deliveryMessage: string;
22
21
  sendingDate: string;
23
22
  sendingTime: 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)(),
@@ -12,7 +12,6 @@ export declare class UpdateCertificatesaleDeliveryInfoDto {
12
12
  deliveryHouse: string;
13
13
  deliveryApart: string;
14
14
  deliveryComment: string;
15
- comment: string;
16
15
  deliveryMessage: string;
17
16
  sendingDate: string;
18
17
  sendingTime: string;
@@ -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)(),
@@ -31,7 +31,6 @@ export declare class OpenapiCertificateSaleRO {
31
31
  deliveryHouse: string;
32
32
  deliveryApart: string;
33
33
  deliveryComment: string;
34
- comment: string;
35
34
  deliveryCity?: string;
36
35
  deliveryPostCode?: string;
37
36
  deliveryEmail?: string;
@@ -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)
@@ -20,7 +20,6 @@ export declare class OpenapiCreateCertificateSaleDto {
20
20
  deliveryHouse: string;
21
21
  deliveryApart: string;
22
22
  deliveryComment: string;
23
- comment: string;
24
23
  deliveryCity: string;
25
24
  deliveryPostcode: string;
26
25
  deliveryMessage: 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)(),