@xoxno/types 1.0.195 → 1.0.197
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.
|
@@ -136,7 +136,10 @@ __decorate([
|
|
|
136
136
|
__metadata("design:type", Boolean)
|
|
137
137
|
], RegistrationDetailsDto.prototype, "botProtection", void 0);
|
|
138
138
|
__decorate([
|
|
139
|
-
(0, swagger_1.ApiProperty)(
|
|
139
|
+
(0, swagger_1.ApiProperty)({
|
|
140
|
+
required: false,
|
|
141
|
+
description: 'Whether the event accepts crypto',
|
|
142
|
+
}),
|
|
140
143
|
(0, class_validator_1.IsBoolean)(),
|
|
141
144
|
(0, class_validator_1.IsOptional)(),
|
|
142
145
|
__metadata("design:type", Boolean)
|
|
@@ -272,6 +275,10 @@ class EventProfileCreateDto extends (0, swagger_1.PickType)(event_profile_doc_1.
|
|
|
272
275
|
}
|
|
273
276
|
exports.EventProfileCreateDto = EventProfileCreateDto;
|
|
274
277
|
__decorate([
|
|
278
|
+
(0, swagger_1.ApiProperty)({
|
|
279
|
+
type: () => RegistrationDetailsCreateDto,
|
|
280
|
+
description: 'Registration details for the event',
|
|
281
|
+
}),
|
|
275
282
|
(0, class_validator_1.IsObject)(),
|
|
276
283
|
(0, class_validator_1.ValidateNested)(),
|
|
277
284
|
(0, class_transformer_1.Type)(() => RegistrationDetailsCreateDto),
|