@xoxno/types 1.0.99 → 1.0.100

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.
@@ -20,6 +20,7 @@ export declare class RegistrationDetailsDto {
20
20
  refundable: boolean;
21
21
  nameWithNumber: boolean;
22
22
  botProtection: boolean;
23
+ allowCrypto?: boolean;
23
24
  }
24
25
  export declare class EventLocationDto {
25
26
  address?: string;
@@ -127,6 +127,12 @@ __decorate([
127
127
  (0, class_validator_1.IsBoolean)(),
128
128
  __metadata("design:type", Boolean)
129
129
  ], RegistrationDetailsDto.prototype, "botProtection", void 0);
130
+ __decorate([
131
+ (0, swagger_1.ApiProperty)(),
132
+ (0, class_validator_1.IsBoolean)(),
133
+ (0, class_validator_1.IsOptional)(),
134
+ __metadata("design:type", Boolean)
135
+ ], RegistrationDetailsDto.prototype, "allowCrypto", void 0);
130
136
  class EventLocationDto {
131
137
  }
132
138
  exports.EventLocationDto = EventLocationDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",