@escapenavigator/types 1.8.7 → 1.8.8

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.
@@ -25,11 +25,13 @@ __decorate([
25
25
  ], Locale.prototype, "language", void 0);
26
26
  __decorate([
27
27
  (0, class_validator_1.IsOptional)(),
28
+ (0, class_validator_1.MaxLength)(2000),
28
29
  (0, class_transformer_1.Expose)(),
29
30
  __metadata("design:type", String)
30
31
  ], Locale.prototype, "howToFind", void 0);
31
32
  __decorate([
32
33
  (0, class_validator_1.IsOptional)(),
34
+ (0, class_validator_1.MaxLength)(2000),
33
35
  (0, class_transformer_1.Expose)(),
34
36
  __metadata("design:type", String)
35
37
  ], Locale.prototype, "prepareText", void 0);
@@ -58,11 +60,13 @@ __decorate([
58
60
  __decorate([
59
61
  (0, class_validator_1.IsOptional)(),
60
62
  (0, class_validator_1.IsString)(),
63
+ (0, class_validator_1.MaxLength)(2000),
61
64
  (0, class_transformer_1.Expose)(),
62
65
  __metadata("design:type", String)
63
66
  ], CreateLocationDto.prototype, "howToFind", void 0);
64
67
  __decorate([
65
68
  (0, class_validator_1.IsOptional)(),
69
+ (0, class_validator_1.MaxLength)(2000),
66
70
  (0, class_transformer_1.Expose)(),
67
71
  __metadata("design:type", String)
68
72
  ], CreateLocationDto.prototype, "prepareText", void 0);
@@ -28,11 +28,13 @@ __decorate([
28
28
  __decorate([
29
29
  (0, class_validator_1.IsOptional)(),
30
30
  (0, class_transformer_1.Expose)(),
31
+ (0, class_validator_1.MaxLength)(3000),
31
32
  __metadata("design:type", String)
32
33
  ], Locale.prototype, "legend", void 0);
33
34
  __decorate([
34
35
  (0, class_validator_1.IsOptional)(),
35
36
  (0, class_transformer_1.Expose)(),
37
+ (0, class_validator_1.MaxLength)(2000),
36
38
  __metadata("design:type", String)
37
39
  ], Locale.prototype, "importantInfo", void 0);
38
40
  __decorate([
@@ -187,11 +189,13 @@ __decorate([
187
189
  (0, class_validator_1.ValidateIf)((o) => !o.closed),
188
190
  (0, is_not_blank_1.IsNotBlank)(),
189
191
  (0, class_transformer_1.Expose)(),
192
+ (0, class_validator_1.MaxLength)(3000),
190
193
  __metadata("design:type", String)
191
194
  ], CreateQuestroomDto.prototype, "legend", void 0);
192
195
  __decorate([
193
196
  (0, class_validator_1.IsOptional)(),
194
197
  (0, class_transformer_1.Expose)(),
198
+ (0, class_validator_1.MaxLength)(2000),
195
199
  __metadata("design:type", String)
196
200
  ], CreateQuestroomDto.prototype, "importantInfo", void 0);
197
201
  __decorate([