@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),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.195",
3
+ "version": "1.0.196",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {