@xoxno/types 1.0.202 → 1.0.203

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.
@@ -40,12 +40,14 @@ __decorate([
40
40
  description: 'Unique identifier for the event.',
41
41
  required: false,
42
42
  }),
43
+ (0, class_validator_1.IsOptional)(),
43
44
  (0, class_validator_1.IsUUID)(),
44
45
  __metadata("design:type", String)
45
46
  ], EventUserRoleDoc.prototype, "eventId", void 0);
46
47
  __decorate([
47
48
  (0, swagger_1.ApiProperty)({ description: 'User wallet address', required: false }),
48
49
  (0, class_validator_1.IsString)(),
50
+ (0, class_validator_1.IsOptional)(),
49
51
  __metadata("design:type", String)
50
52
  ], EventUserRoleDoc.prototype, "wallet", void 0);
51
53
  __decorate([
@@ -56,6 +58,7 @@ __decorate([
56
58
  __decorate([
57
59
  (0, swagger_1.ApiProperty)({ description: 'User email address', required: false }),
58
60
  (0, class_validator_1.IsEmail)(),
61
+ (0, class_validator_1.IsOptional)(),
59
62
  __metadata("design:type", String)
60
63
  ], EventUserRoleDoc.prototype, "email", void 0);
61
64
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.202",
3
+ "version": "1.0.203",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {