@xoxno/types 1.0.43 → 1.0.44
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.
|
@@ -54,7 +54,7 @@ __decorate([
|
|
|
54
54
|
__metadata("design:type", Number)
|
|
55
55
|
], CollectionDto.prototype, "floorPrice", void 0);
|
|
56
56
|
__decorate([
|
|
57
|
-
(0, swagger_1.ApiProperty)({
|
|
57
|
+
(0, swagger_1.ApiProperty)({ enum: enums_1.ActivityChain, required: false }),
|
|
58
58
|
__metadata("design:type", String)
|
|
59
59
|
], CollectionDto.prototype, "chain", void 0);
|
|
60
60
|
class UserDto {
|
|
@@ -89,7 +89,7 @@ __decorate([
|
|
|
89
89
|
__metadata("design:type", String)
|
|
90
90
|
], UserDto.prototype, "addressTrimmed", void 0);
|
|
91
91
|
__decorate([
|
|
92
|
-
(0, swagger_1.ApiProperty)({
|
|
92
|
+
(0, swagger_1.ApiProperty)({ enum: enums_1.ActivityChain, required: false }),
|
|
93
93
|
__metadata("design:type", String)
|
|
94
94
|
], UserDto.prototype, "chain", void 0);
|
|
95
95
|
class CreatorDto {
|
|
@@ -137,7 +137,7 @@ __decorate([
|
|
|
137
137
|
__metadata("design:type", String)
|
|
138
138
|
], CreatorDto.prototype, "profile", void 0);
|
|
139
139
|
__decorate([
|
|
140
|
-
(0, swagger_1.ApiProperty)({
|
|
140
|
+
(0, swagger_1.ApiProperty)({ enum: enums_1.ActivityChain, required: false }),
|
|
141
141
|
__metadata("design:type", String)
|
|
142
142
|
], CreatorDto.prototype, "chain", void 0);
|
|
143
143
|
class NftDto {
|
|
@@ -177,7 +177,7 @@ __decorate([
|
|
|
177
177
|
__metadata("design:type", listings_1.MetadataDto)
|
|
178
178
|
], NftDto.prototype, "metadata", void 0);
|
|
179
179
|
__decorate([
|
|
180
|
-
(0, swagger_1.ApiProperty)({
|
|
180
|
+
(0, swagger_1.ApiProperty)({ enum: enums_1.ActivityChain, required: false }),
|
|
181
181
|
__metadata("design:type", String)
|
|
182
182
|
], NftDto.prototype, "chain", void 0);
|
|
183
183
|
class GlobalSearchResourcesDto {
|