@xoxno/types 1.0.189 → 1.0.191

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.
@@ -232,6 +232,7 @@ __decorate([
232
232
  required: false,
233
233
  }),
234
234
  (0, class_validator_1.IsEnum)(event_category_enum_1.EventSubCategory),
235
+ (0, class_validator_1.IsOptional)(),
235
236
  __metadata("design:type", String)
236
237
  ], EventProfileDoc.prototype, "subCategory", void 0);
237
238
  __decorate([
@@ -285,6 +286,7 @@ __decorate([
285
286
  }),
286
287
  (0, class_validator_1.IsObject)(),
287
288
  (0, class_validator_1.ValidateNested)(),
289
+ (0, class_validator_1.IsOptional)(),
288
290
  (0, class_transformer_1.Type)(() => event_profile_create_dto_1.EventSeoDto),
289
291
  __metadata("design:type", event_profile_create_dto_1.EventSeoDto)
290
292
  ], EventProfileDoc.prototype, "seo", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.189",
3
+ "version": "1.0.191",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {