@xoxno/types 1.0.201 → 1.0.202
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.
- package/dist/common/kusto/user-trading-summary.js +2 -2
- package/dist/common/kusto/volume-graph.js +3 -3
- package/dist/common/kusto/wallet-stats.js +13 -13
- package/dist/cosmos-db/documents/chat/chat-message-reply.dto.js +1 -1
- package/dist/cosmos-db/documents/lending/lending-oracle.js +3 -3
- package/dist/cosmos-db/documents/staking/staking-pool-doc.js +10 -10
- package/dist/cosmos-db/documents/ticketing/event-location.js +2 -2
- package/dist/cosmos-db/documents/ticketing/event-referral-filter.doc.js +2 -2
- package/dist/cosmos-db/documents/ticketing/event-ticket-qr-type.enum.js +4 -4
- package/dist/cosmos-db/documents/ticketing/event-voucher-filter.doc.js +2 -2
- package/dist/cosmos-db/documents/token/nft-details.doc.js +6 -6
- package/dist/cosmos-db/documents/token/nft-metadata-attributes.js +2 -2
- package/dist/cosmos-db/documents/token/nft-metadata.js +1 -1
- package/dist/cosmos-db/documents/token/nft-sale-info.js +4 -4
- package/dist/entities/delegation-data/delegation-data-output.js +1 -1
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ __decorate([
|
|
|
33
33
|
(0, swagger_1.ApiProperty)({
|
|
34
34
|
description: 'Unix timestamp of the transaction',
|
|
35
35
|
example: 1672531200,
|
|
36
|
-
type:
|
|
36
|
+
type: 'integer',
|
|
37
37
|
}),
|
|
38
38
|
__metadata("design:type", Number)
|
|
39
39
|
], UserTradingSummaryMin.prototype, "timestamp", void 0);
|
|
@@ -62,7 +62,7 @@ __decorate([
|
|
|
62
62
|
(0, swagger_1.ApiProperty)({
|
|
63
63
|
description: 'Total number of trades',
|
|
64
64
|
example: 150,
|
|
65
|
-
type:
|
|
65
|
+
type: 'integer',
|
|
66
66
|
}),
|
|
67
67
|
__metadata("design:type", Number)
|
|
68
68
|
], UserTradingSummary.prototype, "count", void 0);
|
|
@@ -103,7 +103,7 @@ __decorate([
|
|
|
103
103
|
(0, swagger_1.ApiProperty)({
|
|
104
104
|
description: 'Number of unique users',
|
|
105
105
|
example: 1016,
|
|
106
|
-
type:
|
|
106
|
+
type: 'integer',
|
|
107
107
|
}),
|
|
108
108
|
(0, class_validator_1.IsInt)(),
|
|
109
109
|
__metadata("design:type", Number)
|
|
@@ -112,7 +112,7 @@ __decorate([
|
|
|
112
112
|
(0, swagger_1.ApiProperty)({
|
|
113
113
|
description: 'Number of unique buyers',
|
|
114
114
|
example: 505,
|
|
115
|
-
type:
|
|
115
|
+
type: 'integer',
|
|
116
116
|
}),
|
|
117
117
|
(0, class_validator_1.IsInt)(),
|
|
118
118
|
__metadata("design:type", Number)
|
|
@@ -121,7 +121,7 @@ __decorate([
|
|
|
121
121
|
(0, swagger_1.ApiProperty)({
|
|
122
122
|
description: 'Number of unique sellers',
|
|
123
123
|
example: 656,
|
|
124
|
-
type:
|
|
124
|
+
type: 'integer',
|
|
125
125
|
}),
|
|
126
126
|
(0, class_validator_1.IsInt)(),
|
|
127
127
|
__metadata("design:type", Number)
|
|
@@ -35,7 +35,7 @@ __decorate([
|
|
|
35
35
|
(0, swagger_1.ApiProperty)({
|
|
36
36
|
description: 'Unix timestamp of the transaction',
|
|
37
37
|
example: 1672531200,
|
|
38
|
-
type:
|
|
38
|
+
type: 'integer',
|
|
39
39
|
}),
|
|
40
40
|
__metadata("design:type", Number)
|
|
41
41
|
], PriceData.prototype, "timestamp", void 0);
|
|
@@ -138,7 +138,7 @@ __decorate([
|
|
|
138
138
|
(0, swagger_1.ApiProperty)({
|
|
139
139
|
description: 'Total number of trades executed',
|
|
140
140
|
example: 250,
|
|
141
|
-
type:
|
|
141
|
+
type: 'integer',
|
|
142
142
|
}),
|
|
143
143
|
__metadata("design:type", Number)
|
|
144
144
|
], WalletTradingStats.prototype, "totalTrades", void 0);
|
|
@@ -146,7 +146,7 @@ __decorate([
|
|
|
146
146
|
(0, swagger_1.ApiProperty)({
|
|
147
147
|
description: 'Total number of unique collections traded',
|
|
148
148
|
example: 45,
|
|
149
|
-
type:
|
|
149
|
+
type: 'integer',
|
|
150
150
|
}),
|
|
151
151
|
__metadata("design:type", Number)
|
|
152
152
|
], WalletTradingStats.prototype, "totalCollections", void 0);
|
|
@@ -154,7 +154,7 @@ __decorate([
|
|
|
154
154
|
(0, swagger_1.ApiProperty)({
|
|
155
155
|
description: 'Total number of unique NFTs traded',
|
|
156
156
|
example: 125,
|
|
157
|
-
type:
|
|
157
|
+
type: 'integer',
|
|
158
158
|
}),
|
|
159
159
|
__metadata("design:type", Number)
|
|
160
160
|
], WalletTradingStats.prototype, "totalNfts", void 0);
|
|
@@ -162,7 +162,7 @@ __decorate([
|
|
|
162
162
|
(0, swagger_1.ApiProperty)({
|
|
163
163
|
description: 'Total number of unique trading partners',
|
|
164
164
|
example: 80,
|
|
165
|
-
type:
|
|
165
|
+
type: 'integer',
|
|
166
166
|
}),
|
|
167
167
|
__metadata("design:type", Number)
|
|
168
168
|
], WalletTradingStats.prototype, "totalPartners", void 0);
|
|
@@ -178,7 +178,7 @@ __decorate([
|
|
|
178
178
|
(0, swagger_1.ApiProperty)({
|
|
179
179
|
description: 'Total number of buy trades',
|
|
180
180
|
example: 120,
|
|
181
|
-
type:
|
|
181
|
+
type: 'integer',
|
|
182
182
|
}),
|
|
183
183
|
__metadata("design:type", Number)
|
|
184
184
|
], WalletTradingStats.prototype, "buyerTrades", void 0);
|
|
@@ -186,7 +186,7 @@ __decorate([
|
|
|
186
186
|
(0, swagger_1.ApiProperty)({
|
|
187
187
|
description: 'Total number of NFTs bought',
|
|
188
188
|
example: 65,
|
|
189
|
-
type:
|
|
189
|
+
type: 'integer',
|
|
190
190
|
}),
|
|
191
191
|
__metadata("design:type", Number)
|
|
192
192
|
], WalletTradingStats.prototype, "buyerNfts", void 0);
|
|
@@ -194,7 +194,7 @@ __decorate([
|
|
|
194
194
|
(0, swagger_1.ApiProperty)({
|
|
195
195
|
description: 'Total number of collections bought from',
|
|
196
196
|
example: 25,
|
|
197
|
-
type:
|
|
197
|
+
type: 'integer',
|
|
198
198
|
}),
|
|
199
199
|
__metadata("design:type", Number)
|
|
200
200
|
], WalletTradingStats.prototype, "buyerCollections", void 0);
|
|
@@ -202,7 +202,7 @@ __decorate([
|
|
|
202
202
|
(0, swagger_1.ApiProperty)({
|
|
203
203
|
description: 'Total number of unique sellers',
|
|
204
204
|
example: 40,
|
|
205
|
-
type:
|
|
205
|
+
type: 'integer',
|
|
206
206
|
}),
|
|
207
207
|
__metadata("design:type", Number)
|
|
208
208
|
], WalletTradingStats.prototype, "buyerPartners", void 0);
|
|
@@ -250,7 +250,7 @@ __decorate([
|
|
|
250
250
|
(0, swagger_1.ApiProperty)({
|
|
251
251
|
description: 'Total number of sell trades',
|
|
252
252
|
example: 130,
|
|
253
|
-
type:
|
|
253
|
+
type: 'integer',
|
|
254
254
|
}),
|
|
255
255
|
__metadata("design:type", Number)
|
|
256
256
|
], WalletTradingStats.prototype, "sellerTrades", void 0);
|
|
@@ -258,7 +258,7 @@ __decorate([
|
|
|
258
258
|
(0, swagger_1.ApiProperty)({
|
|
259
259
|
description: 'Total number of NFTs sold',
|
|
260
260
|
example: 60,
|
|
261
|
-
type:
|
|
261
|
+
type: 'integer',
|
|
262
262
|
}),
|
|
263
263
|
__metadata("design:type", Number)
|
|
264
264
|
], WalletTradingStats.prototype, "sellerNfts", void 0);
|
|
@@ -266,7 +266,7 @@ __decorate([
|
|
|
266
266
|
(0, swagger_1.ApiProperty)({
|
|
267
267
|
description: 'Total number of collections sold from',
|
|
268
268
|
example: 20,
|
|
269
|
-
type:
|
|
269
|
+
type: 'integer',
|
|
270
270
|
}),
|
|
271
271
|
__metadata("design:type", Number)
|
|
272
272
|
], WalletTradingStats.prototype, "sellerCollections", void 0);
|
|
@@ -274,7 +274,7 @@ __decorate([
|
|
|
274
274
|
(0, swagger_1.ApiProperty)({
|
|
275
275
|
description: 'Total number of unique buyers',
|
|
276
276
|
example: 40,
|
|
277
|
-
type:
|
|
277
|
+
type: 'integer',
|
|
278
278
|
}),
|
|
279
279
|
__metadata("design:type", Number)
|
|
280
280
|
], WalletTradingStats.prototype, "sellerPartners", void 0);
|
|
@@ -34,7 +34,7 @@ __decorate([
|
|
|
34
34
|
], ChatMessageReplyDto.prototype, "content", void 0);
|
|
35
35
|
__decorate([
|
|
36
36
|
(0, class_validator_1.IsNumber)(),
|
|
37
|
-
(0, swagger_1.ApiProperty)({ description: 'Message timestamp', type:
|
|
37
|
+
(0, swagger_1.ApiProperty)({ description: 'Message timestamp', type: 'integer' }),
|
|
38
38
|
__metadata("design:type", Number)
|
|
39
39
|
], ChatMessageReplyDto.prototype, "timestamp", void 0);
|
|
40
40
|
__decorate([
|
|
@@ -106,21 +106,21 @@ __decorate([
|
|
|
106
106
|
], LendingOracleUpdateStruct.prototype, "exchangeSource", void 0);
|
|
107
107
|
__decorate([
|
|
108
108
|
(0, swagger_1.ApiProperty)({
|
|
109
|
-
type:
|
|
109
|
+
type: 'integer',
|
|
110
110
|
description: 'Number of decimals for the asset',
|
|
111
111
|
}),
|
|
112
112
|
__metadata("design:type", Number)
|
|
113
113
|
], LendingOracleUpdateStruct.prototype, "assetDecimals", void 0);
|
|
114
114
|
__decorate([
|
|
115
115
|
(0, swagger_1.ApiProperty)({
|
|
116
|
-
type:
|
|
116
|
+
type: 'integer',
|
|
117
117
|
description: 'OneDex pair identifier',
|
|
118
118
|
}),
|
|
119
119
|
__metadata("design:type", Number)
|
|
120
120
|
], LendingOracleUpdateStruct.prototype, "onedexPairId", void 0);
|
|
121
121
|
__decorate([
|
|
122
122
|
(0, swagger_1.ApiProperty)({
|
|
123
|
-
type:
|
|
123
|
+
type: 'integer',
|
|
124
124
|
description: 'Maximum seconds before price is considered stale',
|
|
125
125
|
}),
|
|
126
126
|
__metadata("design:type", Number)
|
|
@@ -40,7 +40,7 @@ __decorate([
|
|
|
40
40
|
(0, swagger_1.ApiProperty)({
|
|
41
41
|
description: 'Unique identifier for the staking pool',
|
|
42
42
|
example: 3,
|
|
43
|
-
type:
|
|
43
|
+
type: 'integer',
|
|
44
44
|
}),
|
|
45
45
|
__metadata("design:type", Number)
|
|
46
46
|
], StakingPoolDoc.prototype, "poolId", void 0);
|
|
@@ -81,7 +81,7 @@ __decorate([
|
|
|
81
81
|
(0, swagger_1.ApiProperty)({
|
|
82
82
|
description: 'Maximum number of NFTs a wallet can stake',
|
|
83
83
|
example: 8000,
|
|
84
|
-
type:
|
|
84
|
+
type: 'integer',
|
|
85
85
|
minimum: 0,
|
|
86
86
|
}),
|
|
87
87
|
__metadata("design:type", Number)
|
|
@@ -90,7 +90,7 @@ __decorate([
|
|
|
90
90
|
(0, swagger_1.ApiProperty)({
|
|
91
91
|
description: 'Maximum total number of NFTs that can be staked in the pool',
|
|
92
92
|
example: 16000,
|
|
93
|
-
type:
|
|
93
|
+
type: 'integer',
|
|
94
94
|
minimum: 0,
|
|
95
95
|
}),
|
|
96
96
|
__metadata("design:type", Number)
|
|
@@ -108,7 +108,7 @@ __decorate([
|
|
|
108
108
|
(0, swagger_1.ApiProperty)({
|
|
109
109
|
description: 'Epoch deadline for reward issuing',
|
|
110
110
|
example: 1444,
|
|
111
|
-
type:
|
|
111
|
+
type: 'integer',
|
|
112
112
|
}),
|
|
113
113
|
__metadata("design:type", Number)
|
|
114
114
|
], StakingPoolDoc.prototype, "issuingDeadline", void 0);
|
|
@@ -116,7 +116,7 @@ __decorate([
|
|
|
116
116
|
(0, swagger_1.ApiProperty)({
|
|
117
117
|
description: 'Epoch when reward issuing starts',
|
|
118
118
|
example: 1381,
|
|
119
|
-
type:
|
|
119
|
+
type: 'integer',
|
|
120
120
|
}),
|
|
121
121
|
__metadata("design:type", Number)
|
|
122
122
|
], StakingPoolDoc.prototype, "issuingStart", void 0);
|
|
@@ -124,7 +124,7 @@ __decorate([
|
|
|
124
124
|
(0, swagger_1.ApiProperty)({
|
|
125
125
|
description: 'Number of days for the unbounding period',
|
|
126
126
|
example: 0,
|
|
127
|
-
type:
|
|
127
|
+
type: 'integer',
|
|
128
128
|
minimum: 0,
|
|
129
129
|
}),
|
|
130
130
|
__metadata("design:type", Number)
|
|
@@ -186,7 +186,7 @@ __decorate([
|
|
|
186
186
|
(0, swagger_1.ApiProperty)({
|
|
187
187
|
description: 'Total number of whitelisted addresses',
|
|
188
188
|
example: 100,
|
|
189
|
-
type:
|
|
189
|
+
type: 'integer',
|
|
190
190
|
required: false,
|
|
191
191
|
}),
|
|
192
192
|
__metadata("design:type", Number)
|
|
@@ -195,7 +195,7 @@ __decorate([
|
|
|
195
195
|
(0, swagger_1.ApiProperty)({
|
|
196
196
|
description: 'Number of delegators in the pool',
|
|
197
197
|
example: 267,
|
|
198
|
-
type:
|
|
198
|
+
type: 'integer',
|
|
199
199
|
required: false,
|
|
200
200
|
}),
|
|
201
201
|
__metadata("design:type", Number)
|
|
@@ -204,7 +204,7 @@ __decorate([
|
|
|
204
204
|
(0, swagger_1.ApiProperty)({
|
|
205
205
|
description: 'Total number of NFTs staked in the pool',
|
|
206
206
|
example: 5895,
|
|
207
|
-
type:
|
|
207
|
+
type: 'integer',
|
|
208
208
|
required: false,
|
|
209
209
|
}),
|
|
210
210
|
__metadata("design:type", Number)
|
|
@@ -537,6 +537,6 @@ __decorate([
|
|
|
537
537
|
__metadata("design:type", Array)
|
|
538
538
|
], StakingUserPoolNfts.prototype, "nftDocs", void 0);
|
|
539
539
|
__decorate([
|
|
540
|
-
(0, swagger_1.ApiProperty)({ example: 12, type:
|
|
540
|
+
(0, swagger_1.ApiProperty)({ example: 12, type: 'integer' }),
|
|
541
541
|
__metadata("design:type", Number)
|
|
542
542
|
], StakingUserPoolNfts.prototype, "count", void 0);
|
|
@@ -53,7 +53,7 @@ __decorate([
|
|
|
53
53
|
(0, swagger_1.ApiProperty)({
|
|
54
54
|
description: 'Event count',
|
|
55
55
|
example: 100,
|
|
56
|
-
type:
|
|
56
|
+
type: 'integer',
|
|
57
57
|
}),
|
|
58
58
|
__metadata("design:type", Number)
|
|
59
59
|
], EventLocationCities.prototype, "eventCount", void 0);
|
|
@@ -72,7 +72,7 @@ __decorate([
|
|
|
72
72
|
(0, swagger_1.ApiProperty)({
|
|
73
73
|
description: 'Event count',
|
|
74
74
|
example: 100,
|
|
75
|
-
type:
|
|
75
|
+
type: 'integer',
|
|
76
76
|
}),
|
|
77
77
|
__metadata("design:type", Number)
|
|
78
78
|
], EventCountGroupedByCountry.prototype, "eventCount", void 0);
|
|
@@ -73,7 +73,7 @@ __decorate([
|
|
|
73
73
|
__decorate([
|
|
74
74
|
(0, swagger_1.ApiProperty)({
|
|
75
75
|
required: false,
|
|
76
|
-
type:
|
|
76
|
+
type: 'integer',
|
|
77
77
|
description: 'Filter referrals by minimum successful referrals count.',
|
|
78
78
|
}),
|
|
79
79
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -83,7 +83,7 @@ __decorate([
|
|
|
83
83
|
__decorate([
|
|
84
84
|
(0, swagger_1.ApiProperty)({
|
|
85
85
|
required: false,
|
|
86
|
-
type:
|
|
86
|
+
type: 'integer',
|
|
87
87
|
description: 'Filter referrals by maximum successful referrals count.',
|
|
88
88
|
}),
|
|
89
89
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -40,7 +40,7 @@ __decorate([
|
|
|
40
40
|
__decorate([
|
|
41
41
|
(0, swagger_1.ApiProperty)({
|
|
42
42
|
description: 'Ticket Profile quantity',
|
|
43
|
-
type:
|
|
43
|
+
type: 'integer',
|
|
44
44
|
}),
|
|
45
45
|
(0, class_validator_1.IsNumber)(),
|
|
46
46
|
__metadata("design:type", Number)
|
|
@@ -143,7 +143,7 @@ __decorate([
|
|
|
143
143
|
__decorate([
|
|
144
144
|
(0, swagger_1.ApiProperty)({
|
|
145
145
|
description: 'Ticket Profile quantity',
|
|
146
|
-
type:
|
|
146
|
+
type: 'integer',
|
|
147
147
|
}),
|
|
148
148
|
(0, class_validator_1.IsNumber)(),
|
|
149
149
|
__metadata("design:type", Number)
|
|
@@ -181,7 +181,7 @@ __decorate([
|
|
|
181
181
|
__decorate([
|
|
182
182
|
(0, swagger_1.ApiProperty)({
|
|
183
183
|
description: 'Created timestamp',
|
|
184
|
-
type:
|
|
184
|
+
type: 'integer',
|
|
185
185
|
}),
|
|
186
186
|
(0, class_validator_1.IsString)(),
|
|
187
187
|
__metadata("design:type", Number)
|
|
@@ -189,7 +189,7 @@ __decorate([
|
|
|
189
189
|
__decorate([
|
|
190
190
|
(0, swagger_1.ApiProperty)({
|
|
191
191
|
description: 'Expires at timestamp',
|
|
192
|
-
type:
|
|
192
|
+
type: 'integer',
|
|
193
193
|
}),
|
|
194
194
|
(0, class_validator_1.IsString)(),
|
|
195
195
|
__metadata("design:type", Number)
|
|
@@ -78,7 +78,7 @@ __decorate([
|
|
|
78
78
|
__decorate([
|
|
79
79
|
(0, swagger_1.ApiProperty)({
|
|
80
80
|
required: false,
|
|
81
|
-
type:
|
|
81
|
+
type: 'integer',
|
|
82
82
|
description: 'Filter vouchers by maximum allowed uses.',
|
|
83
83
|
}),
|
|
84
84
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -88,7 +88,7 @@ __decorate([
|
|
|
88
88
|
__decorate([
|
|
89
89
|
(0, swagger_1.ApiProperty)({
|
|
90
90
|
required: false,
|
|
91
|
-
type:
|
|
91
|
+
type: 'integer',
|
|
92
92
|
description: 'Filter vouchers by maximum uses per user.',
|
|
93
93
|
}),
|
|
94
94
|
(0, class_validator_1.IsOptional)(),
|
|
@@ -78,7 +78,7 @@ __decorate([
|
|
|
78
78
|
class NftStats {
|
|
79
79
|
}
|
|
80
80
|
__decorate([
|
|
81
|
-
(0, swagger_1.ApiProperty)({ type:
|
|
81
|
+
(0, swagger_1.ApiProperty)({ type: 'integer', required: false }),
|
|
82
82
|
__metadata("design:type", Number)
|
|
83
83
|
], NftStats.prototype, "likedCount", void 0);
|
|
84
84
|
class NftDocBase {
|
|
@@ -141,7 +141,7 @@ __decorate([
|
|
|
141
141
|
], NftDocBase.prototype, "attributes", void 0);
|
|
142
142
|
__decorate([
|
|
143
143
|
(0, swagger_1.ApiProperty)({
|
|
144
|
-
type:
|
|
144
|
+
type: 'integer',
|
|
145
145
|
required: true,
|
|
146
146
|
description: 'The nonce of the NFT',
|
|
147
147
|
}),
|
|
@@ -167,7 +167,7 @@ __decorate([
|
|
|
167
167
|
], NftDocBase.prototype, "subType", void 0);
|
|
168
168
|
__decorate([
|
|
169
169
|
(0, swagger_1.ApiProperty)({
|
|
170
|
-
type:
|
|
170
|
+
type: 'integer',
|
|
171
171
|
required: true,
|
|
172
172
|
description: 'The supply of the NFT',
|
|
173
173
|
}),
|
|
@@ -298,7 +298,7 @@ __decorate([
|
|
|
298
298
|
], NftDocBase.prototype, "id", void 0);
|
|
299
299
|
__decorate([
|
|
300
300
|
(0, swagger_1.ApiProperty)({
|
|
301
|
-
type:
|
|
301
|
+
type: 'integer',
|
|
302
302
|
required: false,
|
|
303
303
|
description: 'The timestamp of the NFT last DB change',
|
|
304
304
|
}),
|
|
@@ -440,7 +440,7 @@ __decorate([
|
|
|
440
440
|
], NftDocHydrated.prototype, "balanceLong", void 0);
|
|
441
441
|
__decorate([
|
|
442
442
|
(0, swagger_1.ApiProperty)({
|
|
443
|
-
type:
|
|
443
|
+
type: 'integer',
|
|
444
444
|
required: false,
|
|
445
445
|
description: 'Left days until the staked NFT can be claimed back',
|
|
446
446
|
}),
|
|
@@ -448,7 +448,7 @@ __decorate([
|
|
|
448
448
|
], NftDocHydrated.prototype, "unboundDaysLeft", void 0);
|
|
449
449
|
__decorate([
|
|
450
450
|
(0, swagger_1.ApiProperty)({
|
|
451
|
-
type:
|
|
451
|
+
type: 'integer',
|
|
452
452
|
required: false,
|
|
453
453
|
description: 'The epoch day when the NFT will be available for claiming',
|
|
454
454
|
}),
|
|
@@ -31,7 +31,7 @@ class NftMetadataAttributesHydrated extends NftMetadataAttributes {
|
|
|
31
31
|
exports.NftMetadataAttributesHydrated = NftMetadataAttributesHydrated;
|
|
32
32
|
__decorate([
|
|
33
33
|
(0, swagger_1.ApiProperty)({
|
|
34
|
-
type:
|
|
34
|
+
type: 'integer',
|
|
35
35
|
description: 'Number of NFTs with this attribute combination',
|
|
36
36
|
example: 42,
|
|
37
37
|
}),
|
|
@@ -55,7 +55,7 @@ __decorate([
|
|
|
55
55
|
], NftMetadataAttributesHydrated.prototype, "floorPrice", void 0);
|
|
56
56
|
__decorate([
|
|
57
57
|
(0, swagger_1.ApiProperty)({
|
|
58
|
-
type:
|
|
58
|
+
type: 'integer',
|
|
59
59
|
description: 'Number of NFTs with this attribute currently on sale',
|
|
60
60
|
example: 5,
|
|
61
61
|
}),
|
|
@@ -59,7 +59,7 @@ __decorate([
|
|
|
59
59
|
], NftSaleInfoBase.prototype, "currentBid", void 0);
|
|
60
60
|
__decorate([
|
|
61
61
|
(0, swagger_1.ApiProperty)({
|
|
62
|
-
type:
|
|
62
|
+
type: 'integer',
|
|
63
63
|
description: 'Unix timestamp when the auction started',
|
|
64
64
|
example: 1640995200,
|
|
65
65
|
}),
|
|
@@ -67,7 +67,7 @@ __decorate([
|
|
|
67
67
|
], NftSaleInfoBase.prototype, "startTime", void 0);
|
|
68
68
|
__decorate([
|
|
69
69
|
(0, swagger_1.ApiProperty)({
|
|
70
|
-
type:
|
|
70
|
+
type: 'integer',
|
|
71
71
|
description: 'Unix timestamp when the auction ends',
|
|
72
72
|
example: 1641081600,
|
|
73
73
|
}),
|
|
@@ -83,7 +83,7 @@ __decorate([
|
|
|
83
83
|
], NftSaleInfoBase.prototype, "paymentToken", void 0);
|
|
84
84
|
__decorate([
|
|
85
85
|
(0, swagger_1.ApiProperty)({
|
|
86
|
-
type:
|
|
86
|
+
type: 'integer',
|
|
87
87
|
description: 'Nonce of the payment token (0 for EGLD)',
|
|
88
88
|
example: 0,
|
|
89
89
|
}),
|
|
@@ -99,7 +99,7 @@ __decorate([
|
|
|
99
99
|
], NftSaleInfoBase.prototype, "auctionType", void 0);
|
|
100
100
|
__decorate([
|
|
101
101
|
(0, swagger_1.ApiProperty)({
|
|
102
|
-
type:
|
|
102
|
+
type: 'integer',
|
|
103
103
|
description: 'Unix timestamp when the listing was created',
|
|
104
104
|
example: 1640995200,
|
|
105
105
|
}),
|
|
@@ -34,7 +34,7 @@ __decorate([
|
|
|
34
34
|
(0, swagger_1.ApiProperty)({
|
|
35
35
|
description: 'Unix timestamp when the undelegation was initiated',
|
|
36
36
|
example: 1704067200,
|
|
37
|
-
type:
|
|
37
|
+
type: 'integer',
|
|
38
38
|
}),
|
|
39
39
|
__metadata("design:type", Number)
|
|
40
40
|
], UndelegateInfo.prototype, "timestamp", void 0);
|