@xoxno/types 1.0.195 → 1.0.196
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.
|
@@ -272,6 +272,10 @@ class EventProfileCreateDto extends (0, swagger_1.PickType)(event_profile_doc_1.
|
|
|
272
272
|
}
|
|
273
273
|
exports.EventProfileCreateDto = EventProfileCreateDto;
|
|
274
274
|
__decorate([
|
|
275
|
+
(0, swagger_1.ApiProperty)({
|
|
276
|
+
type: () => RegistrationDetailsCreateDto,
|
|
277
|
+
description: 'Registration details for the event',
|
|
278
|
+
}),
|
|
275
279
|
(0, class_validator_1.IsObject)(),
|
|
276
280
|
(0, class_validator_1.ValidateNested)(),
|
|
277
281
|
(0, class_transformer_1.Type)(() => RegistrationDetailsCreateDto),
|