@xoxno/sdk-js 1.0.81 → 1.0.91
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/README.md +42 -48
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.esm.js +1 -1
- package/dist/sdk/swagger.d.ts +410 -436
- package/dist/utils/api.d.ts +1 -2
- package/package.json +29 -40
- package/dist/interactions/index.d.ts +0 -278
- package/dist/interactions/types.d.ts +0 -59
- package/dist/interactor.cjs.js +0 -1
- package/dist/interactor.d.ts +0 -3
- package/dist/interactor.esm.js +0 -1
- package/dist/launchpad/index.d.ts +0 -77
- package/dist/utils/SmartContractAbis.d.ts +0 -15
- package/dist/utils/SmartContractService.d.ts +0 -2
- package/dist/utils/scCalls.d.ts +0 -10
package/dist/sdk/swagger.d.ts
CHANGED
|
@@ -1,15 +1,36 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { ActivityChain,
|
|
1
|
+
import type { PublicOnly, RateType, LoginAccessDto, LoginRequestDto, UserNetworkInfoDto, UserTokenInventoryResponseDto, UserProfileDoc, UserProfileEditDto, UserProfileDto, UserSettingsDoc, NotificationPreferencesPostDto, SetEmailDto, SetPhoneDto, UserBillingDetails, VerifyEmailDto, TradesilvaniaSignature, SuccessDto, CreatorProfileDto, CreatorProfileDoc, CreatorProfileEditDto, CollectionStatsFilter, CollectionStatsPaginated, CheckLikeStatusResponseDto, UserFavoriteResponseDto, TokenDataDocHydrated, XoxnoInfo, XoxnoLiquidStatsDto, AnalyticsMarketplaceUniqueUsers, ProtocolAprType, ProviderDto, DelegationDataOutput, LendingMarketProfile, LendingMarketProfileFilter, LendingMarketProfileQuery, LendingAccountProfile, LendingIndexesDto, LendingAccountPnl, LendingAccountSummary, LendingEModeCategoryProfile, LendingMarketAnalyticsGraph, LendingMarketAverageGraph, LendingPositionStatus, LendingOverallStats, NftDocFilter, NftPaginated, LikeNftDto, InventorySummaryDtoHydrated, NftOfferPaginated, NftOfferDocFilter, NftOfferDocHydrated, ValueFp, TraitInfo, CollectionRanksDTO, ListingsResponseDto, NftDocHydrated, SignDataDto, SignWithdrawDto, SignAcceptGlobalOfferDto, SignMintDto, NftDocFull, CollectionProfileDoc, CollectionProfileEditDto, FloorPriceDto, PinnedCollectionDto, CollectionMintProfileDocHydrated, CollectionPinnedStatusDto, FollowCollectionDto, CollectionProfileFilter, CollectionProfilePaginated, CollectionMintProfileFilter, CollectionMintProfilePaginated, CollectionMintProfileDocWithStages, CollectionHoldersDto, CollectionHoldersExportDto, CollectionOwnerDto, CollectionStatsDocHydrated, CollectionOffersFilter, GlobalOfferPaginated, CreatorDetailsDto, ShareholderDto, StakingSummary, StakingPoolDoc, StakingEditDto, OwnedCollectionsDto, UserStakingSummaryDto, StakingCreatorDoc, StakingUserPoolNfts, StakingExploreDtoHydrated, OwnedServicesDto, FilterQueryDto, GlobalSearchResourcesPaginated, LendingNftAttributes, LendingTokenPriceDto, NotificationPaginated, PushNotificationCountResponse, NotificationDoc, MobileDeviceDoc, MobileDeviceRegistrationDto, PushNotificationResponse, PushNotificationDoc, NotificationSuccessResponseDto, EventNotificationDto, CreatorMarketingNotificationDto, Web2UserDoc, SuccessWithMessageDto, NativeWalletDto, SwitchWalletDto, Web2WalletDto, Web2UserShardsDto, NftActivityFilter, NftActivityPaginated, NftActivityDocHydrated, VolumeGraph, AnalyticsVolumeDto, UserAnalyticsDto, GlobalAnalyticsOverviewResponseDto, UserStatsDto, AirdropDtoHydrated, TransactionDetailed, TransactionProcessStatus, TransactionCostData, TransactionCreate, TransactionSendResult, PerpOrderResponse, BarDto, SymbolInfoDto, PerpCoinExtended, PerpSpotCoinExtended, PerpCoinExtendedSlim, PerpLegalCheck, PerpSpotCoinExtendedSlim, L2BookPerpResponseSingle, TradesPerpResponseSingle, ActiveSpotAssetCtx, ActivePerpAssetCtx, PerpEvent, ChatMessageDocHydrated, SendChatMessageDto, UserConversationPaginated, ChatMessagePaginated, GlobalConversationSummaryDto, UserBlockPaginated, WebSocketTokenDto, UserInfo, EventProfile, EventProfileCreateDto, EventProfileEditDto, EventProfileFilter, EventProfileQuery, EventRegistrationResponseDto, EventGuestRegistrationDto, EventTicketProfileDoc, EventTicketProfileCreateDto, EventTicketProfileEditDto, EventStageProfileDoc, EventStageProfileCreateDto, EventStageProfileEditDto, TicketPricesResponse, TicketCalculationRequestDto, DiscountCodeValidationResponse, EventInvitationDoc, EventInvitationCreateDto, EventInvitationFilter, EventInvitationQuery, EventInvitation, EventAcceptInvitation, EventClaimInvitationDto, EventVoucherFilter, EventVoucherQuery, EventQuestionDoc, EventQuestionCreateDto, EventQuestionEditDto, EventGuestFilter, EventGuestProfileQuery, EventGuestProfile, EventGuestExport, EventUserRole, EventUserRoleCreateDto, EventUserRoleEditDto, EventUserRoleDoc, BageQRData, TicketValidationResult, EventCheckInQR, EventVoucherDoc, EventVoucherCreateDto, EventVoucherEditDto, ManualCheckInDto, AnsweredQuestionWithDetails, EventGuestApproveDto, EventCountGroupedByCountry, EventReferralConfigDoc, EventReferralConfigCreateDto, EventReferralConfigEditDto, EventReferralConfigFilter, EventReferralConfigPaginated, EventReferralDoc, EventReferralCreateDto, EventReferralEditDto, EventReferralFilter, EventReferralPaginated } from '@xoxno/types';
|
|
2
|
+
import type { ActivityChain, TokenCategory, LendingPositionOrderByColumn, KustoOrderDirection, OfferType, StakingStatus, UserStatsOrderByColumn } from '@xoxno/types/enums';
|
|
3
3
|
export declare const endpoints: {
|
|
4
|
-
readonly
|
|
4
|
+
readonly "/liquid/xoxno/rate": {
|
|
5
|
+
readonly input: {};
|
|
6
|
+
readonly output: RateType;
|
|
7
|
+
};
|
|
8
|
+
readonly "/liquid/xoxno/liquid-supply": {
|
|
9
|
+
readonly input: {};
|
|
10
|
+
readonly output: string;
|
|
11
|
+
};
|
|
12
|
+
readonly "/liquid/xoxno/staked": {
|
|
13
|
+
readonly input: {};
|
|
14
|
+
readonly output: string;
|
|
15
|
+
};
|
|
16
|
+
readonly "/user/login": {
|
|
17
|
+
readonly input: {};
|
|
18
|
+
readonly output: {};
|
|
19
|
+
readonly POST: {
|
|
20
|
+
readonly input: {};
|
|
21
|
+
readonly output: LoginAccessDto;
|
|
22
|
+
readonly body: LoginRequestDto;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
readonly "/user/:address/network-account": {
|
|
5
26
|
readonly input: {};
|
|
6
27
|
readonly output: UserNetworkInfoDto;
|
|
7
28
|
};
|
|
8
|
-
readonly
|
|
29
|
+
readonly "/user/:address/token-inventory": {
|
|
9
30
|
readonly input: {};
|
|
10
31
|
readonly output: UserTokenInventoryResponseDto;
|
|
11
32
|
};
|
|
12
|
-
readonly
|
|
33
|
+
readonly "/user/network-account": {
|
|
13
34
|
readonly input: {};
|
|
14
35
|
readonly output: {};
|
|
15
36
|
readonly POST: {
|
|
@@ -18,12 +39,12 @@ export declare const endpoints: {
|
|
|
18
39
|
readonly body: string[];
|
|
19
40
|
};
|
|
20
41
|
};
|
|
21
|
-
readonly
|
|
42
|
+
readonly "/user/me/profile": {
|
|
22
43
|
readonly input: {};
|
|
23
44
|
readonly output: UserProfileDoc;
|
|
24
45
|
readonly securityMode: "requiredAny";
|
|
25
46
|
};
|
|
26
|
-
readonly
|
|
47
|
+
readonly "/user/:address/profile": {
|
|
27
48
|
readonly input: {};
|
|
28
49
|
readonly output: UserProfileDoc;
|
|
29
50
|
readonly PATCH: {
|
|
@@ -33,19 +54,19 @@ export declare const endpoints: {
|
|
|
33
54
|
readonly securityMode: "requiredAny";
|
|
34
55
|
};
|
|
35
56
|
};
|
|
36
|
-
readonly
|
|
57
|
+
readonly "/user/me": {
|
|
37
58
|
readonly input: {};
|
|
38
59
|
readonly output: UserProfileDto;
|
|
39
60
|
readonly securityMode: "requiredAny";
|
|
40
61
|
};
|
|
41
|
-
readonly
|
|
62
|
+
readonly "/user/me/settings": {
|
|
42
63
|
readonly input: {
|
|
43
64
|
unsubscribeToken: string;
|
|
44
65
|
};
|
|
45
66
|
readonly output: UserSettingsDoc;
|
|
46
67
|
readonly securityMode: "optionalAny";
|
|
47
68
|
};
|
|
48
|
-
readonly
|
|
69
|
+
readonly "/user/me/settings/notification-preferences": {
|
|
49
70
|
readonly input: {};
|
|
50
71
|
readonly output: {};
|
|
51
72
|
readonly PATCH: {
|
|
@@ -57,7 +78,7 @@ export declare const endpoints: {
|
|
|
57
78
|
readonly securityMode: "optionalAny";
|
|
58
79
|
};
|
|
59
80
|
};
|
|
60
|
-
readonly
|
|
81
|
+
readonly "/user/me/settings/email": {
|
|
61
82
|
readonly input: {};
|
|
62
83
|
readonly output: {};
|
|
63
84
|
readonly PATCH: {
|
|
@@ -73,7 +94,7 @@ export declare const endpoints: {
|
|
|
73
94
|
readonly securityMode: "requiredJwt";
|
|
74
95
|
};
|
|
75
96
|
};
|
|
76
|
-
readonly
|
|
97
|
+
readonly "/user/me/settings/phone": {
|
|
77
98
|
readonly input: {};
|
|
78
99
|
readonly output: {};
|
|
79
100
|
readonly PATCH: {
|
|
@@ -83,7 +104,7 @@ export declare const endpoints: {
|
|
|
83
104
|
readonly securityMode: "requiredAny";
|
|
84
105
|
};
|
|
85
106
|
};
|
|
86
|
-
readonly
|
|
107
|
+
readonly "/user/me/settings/billing": {
|
|
87
108
|
readonly input: {};
|
|
88
109
|
readonly output: {};
|
|
89
110
|
readonly PATCH: {
|
|
@@ -93,7 +114,7 @@ export declare const endpoints: {
|
|
|
93
114
|
readonly securityMode: "requiredAny";
|
|
94
115
|
};
|
|
95
116
|
};
|
|
96
|
-
readonly
|
|
117
|
+
readonly "/user/me/settings/verify-email": {
|
|
97
118
|
readonly input: {};
|
|
98
119
|
readonly output: {};
|
|
99
120
|
readonly POST: {
|
|
@@ -103,7 +124,7 @@ export declare const endpoints: {
|
|
|
103
124
|
readonly securityMode: "requiredAny";
|
|
104
125
|
};
|
|
105
126
|
};
|
|
106
|
-
readonly
|
|
127
|
+
readonly "/user/buy/signature": {
|
|
107
128
|
readonly input: {};
|
|
108
129
|
readonly output: {};
|
|
109
130
|
readonly POST: {
|
|
@@ -113,7 +134,7 @@ export declare const endpoints: {
|
|
|
113
134
|
readonly securityMode: "requiredAny";
|
|
114
135
|
};
|
|
115
136
|
};
|
|
116
|
-
readonly
|
|
137
|
+
readonly "/user/:address/upload-picture": {
|
|
117
138
|
readonly input: {};
|
|
118
139
|
readonly output: {};
|
|
119
140
|
readonly PUT: {
|
|
@@ -125,7 +146,7 @@ export declare const endpoints: {
|
|
|
125
146
|
readonly securityMode: "requiredAny";
|
|
126
147
|
};
|
|
127
148
|
};
|
|
128
|
-
readonly
|
|
149
|
+
readonly "/user/:address/upload-banner": {
|
|
129
150
|
readonly input: {};
|
|
130
151
|
readonly output: {};
|
|
131
152
|
readonly PUT: {
|
|
@@ -135,7 +156,7 @@ export declare const endpoints: {
|
|
|
135
156
|
readonly securityMode: "requiredAny";
|
|
136
157
|
};
|
|
137
158
|
};
|
|
138
|
-
readonly
|
|
159
|
+
readonly "/user/:address/reset-picture": {
|
|
139
160
|
readonly input: {};
|
|
140
161
|
readonly output: {};
|
|
141
162
|
readonly PUT: {
|
|
@@ -145,7 +166,7 @@ export declare const endpoints: {
|
|
|
145
166
|
readonly securityMode: "requiredAny";
|
|
146
167
|
};
|
|
147
168
|
};
|
|
148
|
-
readonly
|
|
169
|
+
readonly "/user/:address/reset-banner": {
|
|
149
170
|
readonly input: {};
|
|
150
171
|
readonly output: {};
|
|
151
172
|
readonly PUT: {
|
|
@@ -155,11 +176,11 @@ export declare const endpoints: {
|
|
|
155
176
|
readonly securityMode: "requiredAny";
|
|
156
177
|
};
|
|
157
178
|
};
|
|
158
|
-
readonly
|
|
179
|
+
readonly "/user/:tag/creator/is-registered": {
|
|
159
180
|
readonly input: {};
|
|
160
181
|
readonly output: SuccessDto;
|
|
161
182
|
};
|
|
162
|
-
readonly
|
|
183
|
+
readonly "/user/:address/creator/profile": {
|
|
163
184
|
readonly input: {};
|
|
164
185
|
readonly output: CreatorProfileDto;
|
|
165
186
|
readonly PATCH: {
|
|
@@ -169,7 +190,7 @@ export declare const endpoints: {
|
|
|
169
190
|
readonly securityMode: "requiredAny";
|
|
170
191
|
};
|
|
171
192
|
};
|
|
172
|
-
readonly
|
|
193
|
+
readonly "/user/:address/creator/upload-picture": {
|
|
173
194
|
readonly input: {};
|
|
174
195
|
readonly output: {};
|
|
175
196
|
readonly PUT: {
|
|
@@ -179,7 +200,7 @@ export declare const endpoints: {
|
|
|
179
200
|
readonly securityMode: "requiredAny";
|
|
180
201
|
};
|
|
181
202
|
};
|
|
182
|
-
readonly
|
|
203
|
+
readonly "/user/:address/creator/upload-banner": {
|
|
183
204
|
readonly input: {};
|
|
184
205
|
readonly output: {};
|
|
185
206
|
readonly PUT: {
|
|
@@ -189,7 +210,7 @@ export declare const endpoints: {
|
|
|
189
210
|
readonly securityMode: "requiredAny";
|
|
190
211
|
};
|
|
191
212
|
};
|
|
192
|
-
readonly
|
|
213
|
+
readonly "/user/:address/creator/reset-picture": {
|
|
193
214
|
readonly input: {};
|
|
194
215
|
readonly output: {};
|
|
195
216
|
readonly PUT: {
|
|
@@ -199,7 +220,7 @@ export declare const endpoints: {
|
|
|
199
220
|
readonly securityMode: "requiredAny";
|
|
200
221
|
};
|
|
201
222
|
};
|
|
202
|
-
readonly
|
|
223
|
+
readonly "/user/:address/creator/reset-banner": {
|
|
203
224
|
readonly input: {};
|
|
204
225
|
readonly output: {};
|
|
205
226
|
readonly PUT: {
|
|
@@ -209,18 +230,18 @@ export declare const endpoints: {
|
|
|
209
230
|
readonly securityMode: "requiredAny";
|
|
210
231
|
};
|
|
211
232
|
};
|
|
212
|
-
readonly
|
|
233
|
+
readonly "/user/:address/favorite/collections": {
|
|
213
234
|
readonly input: {
|
|
214
235
|
filter: PublicOnly<CollectionStatsFilter>;
|
|
215
236
|
};
|
|
216
237
|
readonly output: CollectionStatsPaginated;
|
|
217
238
|
};
|
|
218
|
-
readonly
|
|
239
|
+
readonly "/user/favorite/:favoriteId": {
|
|
219
240
|
readonly input: {};
|
|
220
241
|
readonly output: CheckLikeStatusResponseDto;
|
|
221
242
|
readonly securityMode: "requiredAny";
|
|
222
243
|
};
|
|
223
|
-
readonly
|
|
244
|
+
readonly "/user/:address/follow": {
|
|
224
245
|
readonly input: {};
|
|
225
246
|
readonly output: {};
|
|
226
247
|
readonly POST: {
|
|
@@ -230,11 +251,11 @@ export declare const endpoints: {
|
|
|
230
251
|
readonly securityMode: "requiredAny";
|
|
231
252
|
};
|
|
232
253
|
};
|
|
233
|
-
readonly
|
|
254
|
+
readonly "/user/:address/favorite/users": {
|
|
234
255
|
readonly input: {};
|
|
235
256
|
readonly output: string[];
|
|
236
257
|
};
|
|
237
|
-
readonly
|
|
258
|
+
readonly "/tokens": {
|
|
238
259
|
readonly input: {
|
|
239
260
|
identifier?: string[];
|
|
240
261
|
category?: TokenCategory[];
|
|
@@ -242,53 +263,45 @@ export declare const endpoints: {
|
|
|
242
263
|
};
|
|
243
264
|
readonly output: TokenDataDocHydrated[];
|
|
244
265
|
};
|
|
245
|
-
readonly
|
|
266
|
+
readonly "/tokens/swap": {
|
|
246
267
|
readonly input: {};
|
|
247
268
|
readonly output: TokenDataDocHydrated[];
|
|
248
269
|
};
|
|
249
|
-
readonly
|
|
270
|
+
readonly "/tokens/restricted": {
|
|
271
|
+
readonly input: {};
|
|
272
|
+
readonly output: string[];
|
|
273
|
+
};
|
|
274
|
+
readonly "/tokens/usd-price": {
|
|
250
275
|
readonly input: {
|
|
251
276
|
identifier?: string[];
|
|
252
277
|
cache?: boolean;
|
|
253
278
|
};
|
|
254
279
|
readonly output: Record<string, number>;
|
|
255
280
|
};
|
|
256
|
-
readonly
|
|
281
|
+
readonly "/tokens/egld/fiat-price": {
|
|
257
282
|
readonly input: {
|
|
258
283
|
value?: number;
|
|
259
284
|
fiatCurrencies?: string[];
|
|
260
285
|
};
|
|
261
286
|
readonly output: Record<string, number>;
|
|
262
287
|
};
|
|
263
|
-
readonly
|
|
288
|
+
readonly "/tokens/xoxno/info": {
|
|
264
289
|
readonly input: {};
|
|
265
290
|
readonly output: XoxnoInfo;
|
|
266
291
|
};
|
|
267
|
-
readonly
|
|
292
|
+
readonly "/liquid/xoxno/stats": {
|
|
268
293
|
readonly input: {};
|
|
269
294
|
readonly output: XoxnoLiquidStatsDto;
|
|
270
295
|
};
|
|
271
|
-
readonly
|
|
296
|
+
readonly "/liquid/egld/stats": {
|
|
272
297
|
readonly input: {};
|
|
273
298
|
readonly output: XoxnoLiquidStatsDto;
|
|
274
299
|
};
|
|
275
|
-
readonly
|
|
300
|
+
readonly "/liquid/sui/stats": {
|
|
276
301
|
readonly input: {};
|
|
277
302
|
readonly output: XoxnoLiquidStatsDto;
|
|
278
303
|
};
|
|
279
|
-
readonly
|
|
280
|
-
readonly input: {};
|
|
281
|
-
readonly output: RateType;
|
|
282
|
-
};
|
|
283
|
-
readonly '/liquid/xoxno/liquid-supply': {
|
|
284
|
-
readonly input: {};
|
|
285
|
-
readonly output: string;
|
|
286
|
-
};
|
|
287
|
-
readonly '/liquid/xoxno/staked': {
|
|
288
|
-
readonly input: {};
|
|
289
|
-
readonly output: string;
|
|
290
|
-
};
|
|
291
|
-
readonly '/analytics/marketplace-unique-users': {
|
|
304
|
+
readonly "/analytics/marketplace-unique-users": {
|
|
292
305
|
readonly input: {
|
|
293
306
|
before: string;
|
|
294
307
|
after: string;
|
|
@@ -296,139 +309,105 @@ export declare const endpoints: {
|
|
|
296
309
|
};
|
|
297
310
|
readonly output: AnalyticsMarketplaceUniqueUsers[];
|
|
298
311
|
};
|
|
299
|
-
readonly
|
|
312
|
+
readonly "/liquid/egld/rate": {
|
|
300
313
|
readonly input: {};
|
|
301
314
|
readonly output: RateType;
|
|
302
315
|
};
|
|
303
|
-
readonly
|
|
316
|
+
readonly "/liquid/egld/liquid-supply": {
|
|
304
317
|
readonly input: {};
|
|
305
318
|
readonly output: string;
|
|
306
319
|
};
|
|
307
|
-
readonly
|
|
320
|
+
readonly "/liquid/egld/staked": {
|
|
308
321
|
readonly input: {};
|
|
309
322
|
readonly output: string;
|
|
310
323
|
};
|
|
311
|
-
readonly
|
|
324
|
+
readonly "/liquid/egld/pending-fees": {
|
|
312
325
|
readonly input: {};
|
|
313
326
|
readonly output: string;
|
|
314
327
|
};
|
|
315
|
-
readonly
|
|
328
|
+
readonly "/liquid/egld/pending-undelegate": {
|
|
316
329
|
readonly input: {};
|
|
317
330
|
readonly output: string;
|
|
318
331
|
};
|
|
319
|
-
readonly
|
|
332
|
+
readonly "/liquid/egld/pending-delegate": {
|
|
320
333
|
readonly input: {};
|
|
321
334
|
readonly output: string;
|
|
322
335
|
};
|
|
323
|
-
readonly
|
|
336
|
+
readonly "/liquid/egld/execute-delegate": {
|
|
324
337
|
readonly input: {};
|
|
325
338
|
readonly output: string;
|
|
326
339
|
};
|
|
327
|
-
readonly
|
|
340
|
+
readonly "/liquid/egld/execute-undelegate": {
|
|
328
341
|
readonly input: {};
|
|
329
342
|
readonly output: string;
|
|
330
343
|
};
|
|
331
|
-
readonly
|
|
344
|
+
readonly "/liquid/egld/protocol-apr": {
|
|
332
345
|
readonly input: {};
|
|
333
346
|
readonly output: ProtocolAprType;
|
|
334
347
|
};
|
|
335
|
-
readonly
|
|
348
|
+
readonly "/liquid/egld/providers": {
|
|
336
349
|
readonly input: {};
|
|
337
350
|
readonly output: ProviderDto[];
|
|
338
351
|
};
|
|
339
|
-
readonly
|
|
352
|
+
readonly "/user/:address/delegation": {
|
|
340
353
|
readonly input: {};
|
|
341
354
|
readonly output: DelegationDataOutput[];
|
|
342
355
|
};
|
|
343
|
-
readonly
|
|
344
|
-
readonly input: {
|
|
345
|
-
originalToken: string;
|
|
346
|
-
originalTokenValue: string;
|
|
347
|
-
paymentToken: string;
|
|
348
|
-
};
|
|
349
|
-
readonly output: FetchSwapRoutesResponseDto;
|
|
350
|
-
};
|
|
351
|
-
readonly '/ash/max-token-quantity': {
|
|
352
|
-
readonly input: {
|
|
353
|
-
paymentTokenValue: string;
|
|
354
|
-
paymentToken: string;
|
|
355
|
-
wantedToken: string;
|
|
356
|
-
slippage: number;
|
|
357
|
-
};
|
|
358
|
-
readonly output: FetchSwapRoutesResponseDto;
|
|
359
|
-
};
|
|
360
|
-
readonly '/arda/max-token-quantity': {
|
|
361
|
-
readonly input: {
|
|
362
|
-
paymentTokenValue: string;
|
|
363
|
-
paymentToken: string;
|
|
364
|
-
wantedToken: string;
|
|
365
|
-
slippage: number;
|
|
366
|
-
};
|
|
367
|
-
readonly output: ArdaSwapResultDto;
|
|
368
|
-
};
|
|
369
|
-
readonly '/arda/min-token-quantity': {
|
|
370
|
-
readonly input: {
|
|
371
|
-
originalToken: string;
|
|
372
|
-
originalTokenValue: string;
|
|
373
|
-
paymentToken: string;
|
|
374
|
-
};
|
|
375
|
-
readonly output: ArdaSwapResultDto;
|
|
376
|
-
};
|
|
377
|
-
readonly '/lending/market/:token/profile': {
|
|
356
|
+
readonly "/lending/market/:token/profile": {
|
|
378
357
|
readonly input: {};
|
|
379
358
|
readonly output: LendingMarketProfile;
|
|
380
359
|
};
|
|
381
|
-
readonly
|
|
360
|
+
readonly "/lending/market/query": {
|
|
382
361
|
readonly input: {
|
|
383
362
|
filter: PublicOnly<LendingMarketProfileFilter>;
|
|
384
363
|
};
|
|
385
364
|
readonly output: LendingMarketProfileQuery;
|
|
386
365
|
};
|
|
387
|
-
readonly
|
|
366
|
+
readonly "/user/lending/:address": {
|
|
388
367
|
readonly input: {
|
|
389
368
|
token?: string;
|
|
390
369
|
};
|
|
391
370
|
readonly output: LendingAccountProfile[];
|
|
392
371
|
};
|
|
393
|
-
readonly
|
|
372
|
+
readonly "/lending/market/indexes": {
|
|
394
373
|
readonly input: {};
|
|
395
374
|
readonly output: Record<string, LendingIndexesDto>;
|
|
396
375
|
};
|
|
397
|
-
readonly
|
|
376
|
+
readonly "/user/lending/position/:identifier": {
|
|
398
377
|
readonly input: {};
|
|
399
378
|
readonly output: LendingAccountProfile[];
|
|
400
379
|
};
|
|
401
|
-
readonly
|
|
380
|
+
readonly "/lending/pnl": {
|
|
402
381
|
readonly input: {
|
|
403
382
|
identifiers: string[];
|
|
404
383
|
};
|
|
405
384
|
readonly output: LendingAccountPnl[];
|
|
406
385
|
};
|
|
407
|
-
readonly
|
|
386
|
+
readonly "/user/lending/pnl/:address": {
|
|
408
387
|
readonly input: {};
|
|
409
388
|
readonly output: LendingAccountPnl[];
|
|
410
389
|
};
|
|
411
|
-
readonly
|
|
390
|
+
readonly "/user/lending/summary/:identifier": {
|
|
412
391
|
readonly input: {};
|
|
413
392
|
readonly output: LendingAccountSummary;
|
|
414
393
|
};
|
|
415
|
-
readonly
|
|
394
|
+
readonly "/user/lending/image/:nonce": {
|
|
416
395
|
readonly input: {
|
|
417
396
|
isStatic: boolean;
|
|
418
397
|
};
|
|
419
398
|
readonly output: string;
|
|
420
399
|
};
|
|
421
|
-
readonly
|
|
400
|
+
readonly "/lending/market/emode-categories": {
|
|
422
401
|
readonly input: {
|
|
423
402
|
categoryIds?: string[];
|
|
424
403
|
};
|
|
425
404
|
readonly output: LendingEModeCategoryProfile[];
|
|
426
405
|
};
|
|
427
|
-
readonly
|
|
406
|
+
readonly "/lending/market/:token/emode-categories": {
|
|
428
407
|
readonly input: {};
|
|
429
408
|
readonly output: LendingEModeCategoryProfile[];
|
|
430
409
|
};
|
|
431
|
-
readonly
|
|
410
|
+
readonly "/lending/market/:token/analytics": {
|
|
432
411
|
readonly input: {
|
|
433
412
|
startTime?: string;
|
|
434
413
|
endTime?: string;
|
|
@@ -436,11 +415,11 @@ export declare const endpoints: {
|
|
|
436
415
|
};
|
|
437
416
|
readonly output: LendingMarketAnalyticsGraph[];
|
|
438
417
|
};
|
|
439
|
-
readonly
|
|
418
|
+
readonly "/lending/market/:token/average": {
|
|
440
419
|
readonly input: {};
|
|
441
420
|
readonly output: LendingMarketAverageGraph[];
|
|
442
421
|
};
|
|
443
|
-
readonly
|
|
422
|
+
readonly "/lending/leaderboard": {
|
|
444
423
|
readonly input: {
|
|
445
424
|
skip?: number;
|
|
446
425
|
top?: number;
|
|
@@ -450,31 +429,31 @@ export declare const endpoints: {
|
|
|
450
429
|
};
|
|
451
430
|
readonly output: LendingPositionStatus[];
|
|
452
431
|
};
|
|
453
|
-
readonly
|
|
432
|
+
readonly "/lending/leaderboard/liquidate": {
|
|
454
433
|
readonly input: {};
|
|
455
434
|
readonly output: LendingPositionStatus[];
|
|
456
435
|
};
|
|
457
|
-
readonly
|
|
436
|
+
readonly "/lending/leaderboard/clean-bad-debt": {
|
|
458
437
|
readonly input: {};
|
|
459
438
|
readonly output: LendingPositionStatus[];
|
|
460
439
|
};
|
|
461
|
-
readonly
|
|
440
|
+
readonly "/lending/stats": {
|
|
462
441
|
readonly input: {};
|
|
463
442
|
readonly output: LendingOverallStats;
|
|
464
443
|
};
|
|
465
|
-
readonly
|
|
444
|
+
readonly "/lending/market/prices": {
|
|
466
445
|
readonly input: {
|
|
467
446
|
returnAsUsd?: boolean;
|
|
468
447
|
};
|
|
469
448
|
readonly output: Record<string, number>;
|
|
470
449
|
};
|
|
471
|
-
readonly
|
|
450
|
+
readonly "/nft/query": {
|
|
472
451
|
readonly input: {
|
|
473
452
|
filter: PublicOnly<NftDocFilter>;
|
|
474
453
|
};
|
|
475
454
|
readonly output: NftPaginated;
|
|
476
455
|
};
|
|
477
|
-
readonly
|
|
456
|
+
readonly "/nft/:identifier/like": {
|
|
478
457
|
readonly input: {};
|
|
479
458
|
readonly output: {};
|
|
480
459
|
readonly POST: {
|
|
@@ -484,13 +463,13 @@ export declare const endpoints: {
|
|
|
484
463
|
readonly securityMode: "requiredAny";
|
|
485
464
|
};
|
|
486
465
|
};
|
|
487
|
-
readonly
|
|
466
|
+
readonly "/user/:address/inventory-summary": {
|
|
488
467
|
readonly input: {
|
|
489
468
|
activeAuction?: boolean;
|
|
490
469
|
};
|
|
491
470
|
readonly output: InventorySummaryDtoHydrated[];
|
|
492
471
|
};
|
|
493
|
-
readonly
|
|
472
|
+
readonly "/user/:address/offers": {
|
|
494
473
|
readonly input: {
|
|
495
474
|
type?: OfferType;
|
|
496
475
|
top?: number;
|
|
@@ -498,49 +477,49 @@ export declare const endpoints: {
|
|
|
498
477
|
};
|
|
499
478
|
readonly output: NftOfferPaginated;
|
|
500
479
|
};
|
|
501
|
-
readonly
|
|
480
|
+
readonly "/nft/offer/query": {
|
|
502
481
|
readonly input: {
|
|
503
482
|
filter: PublicOnly<NftOfferDocFilter>;
|
|
504
483
|
};
|
|
505
484
|
readonly output: NftOfferPaginated;
|
|
506
485
|
};
|
|
507
|
-
readonly
|
|
486
|
+
readonly "/nft/offer/:identifier": {
|
|
508
487
|
readonly input: {};
|
|
509
488
|
readonly output: NftOfferDocHydrated[];
|
|
510
489
|
};
|
|
511
|
-
readonly
|
|
490
|
+
readonly "/user/:address/favorite/nfts": {
|
|
512
491
|
readonly input: {
|
|
513
492
|
top?: number;
|
|
514
493
|
skip?: number;
|
|
515
494
|
};
|
|
516
495
|
readonly output: NftPaginated;
|
|
517
496
|
};
|
|
518
|
-
readonly
|
|
497
|
+
readonly "/collection/:collection/attributes": {
|
|
519
498
|
readonly input: {};
|
|
520
499
|
readonly output: Record<string, ValueFp & Record<string, TraitInfo>>;
|
|
521
500
|
};
|
|
522
|
-
readonly
|
|
501
|
+
readonly "/nft/:identifier/offers": {
|
|
523
502
|
readonly input: {
|
|
524
503
|
skip: number;
|
|
525
504
|
top: number;
|
|
526
505
|
};
|
|
527
506
|
readonly output: NftOfferPaginated;
|
|
528
507
|
};
|
|
529
|
-
readonly
|
|
508
|
+
readonly "/collection/:collection/ranks": {
|
|
530
509
|
readonly input: {};
|
|
531
510
|
readonly output: CollectionRanksDTO[];
|
|
532
511
|
};
|
|
533
|
-
readonly
|
|
512
|
+
readonly "/collection/:collection/listings": {
|
|
534
513
|
readonly input: {};
|
|
535
514
|
readonly output: ListingsResponseDto;
|
|
536
515
|
};
|
|
537
|
-
readonly
|
|
516
|
+
readonly "/nft/pinned": {
|
|
538
517
|
readonly input: {
|
|
539
518
|
chain: ActivityChain[];
|
|
540
519
|
};
|
|
541
520
|
readonly output: NftDocHydrated[];
|
|
542
521
|
};
|
|
543
|
-
readonly
|
|
522
|
+
readonly "/nft/sign-withdraw": {
|
|
544
523
|
readonly input: {};
|
|
545
524
|
readonly output: {};
|
|
546
525
|
readonly POST: {
|
|
@@ -550,7 +529,7 @@ export declare const endpoints: {
|
|
|
550
529
|
readonly securityMode: "requiredAny";
|
|
551
530
|
};
|
|
552
531
|
};
|
|
553
|
-
readonly
|
|
532
|
+
readonly "/collection/:collection/sign-offer": {
|
|
554
533
|
readonly input: {};
|
|
555
534
|
readonly output: {};
|
|
556
535
|
readonly POST: {
|
|
@@ -560,7 +539,7 @@ export declare const endpoints: {
|
|
|
560
539
|
readonly securityMode: "requiredAny";
|
|
561
540
|
};
|
|
562
541
|
};
|
|
563
|
-
readonly
|
|
542
|
+
readonly "/collection/:collection/sign-mint": {
|
|
564
543
|
readonly input: {};
|
|
565
544
|
readonly output: {};
|
|
566
545
|
readonly POST: {
|
|
@@ -570,11 +549,11 @@ export declare const endpoints: {
|
|
|
570
549
|
readonly securityMode: "requiredAny";
|
|
571
550
|
};
|
|
572
551
|
};
|
|
573
|
-
readonly
|
|
552
|
+
readonly "/nft/:identifier": {
|
|
574
553
|
readonly input: {};
|
|
575
554
|
readonly output: NftDocFull;
|
|
576
555
|
};
|
|
577
|
-
readonly
|
|
556
|
+
readonly "/collection/:collection/profile": {
|
|
578
557
|
readonly input: {};
|
|
579
558
|
readonly output: CollectionProfileDoc;
|
|
580
559
|
readonly PATCH: {
|
|
@@ -584,39 +563,39 @@ export declare const endpoints: {
|
|
|
584
563
|
readonly securityMode: "requiredAny";
|
|
585
564
|
};
|
|
586
565
|
};
|
|
587
|
-
readonly
|
|
566
|
+
readonly "/collection/:collection/floor-price": {
|
|
588
567
|
readonly input: {
|
|
589
568
|
token?: string;
|
|
590
569
|
};
|
|
591
570
|
readonly output: FloorPriceDto;
|
|
592
571
|
};
|
|
593
|
-
readonly
|
|
572
|
+
readonly "/collection/floor-price": {
|
|
594
573
|
readonly input: {
|
|
595
574
|
collection?: string[];
|
|
596
575
|
};
|
|
597
576
|
readonly output: Record<string, number>;
|
|
598
577
|
};
|
|
599
|
-
readonly
|
|
578
|
+
readonly "/collection/pinned": {
|
|
600
579
|
readonly input: {
|
|
601
580
|
chain: ActivityChain[];
|
|
602
581
|
};
|
|
603
582
|
readonly output: PinnedCollectionDto[];
|
|
604
583
|
};
|
|
605
|
-
readonly
|
|
584
|
+
readonly "/collection/pinned-drops": {
|
|
606
585
|
readonly input: {
|
|
607
586
|
chain: ActivityChain[];
|
|
608
587
|
};
|
|
609
588
|
readonly output: CollectionMintProfileDocHydrated[];
|
|
610
589
|
};
|
|
611
|
-
readonly
|
|
590
|
+
readonly "/collection/:collection/pinned-drops": {
|
|
612
591
|
readonly input: {};
|
|
613
592
|
readonly output: CollectionPinnedStatusDto;
|
|
614
593
|
};
|
|
615
|
-
readonly
|
|
594
|
+
readonly "/collection/:collection/pinned": {
|
|
616
595
|
readonly input: {};
|
|
617
596
|
readonly output: CollectionPinnedStatusDto;
|
|
618
597
|
};
|
|
619
|
-
readonly
|
|
598
|
+
readonly "/collection/:collection/follow": {
|
|
620
599
|
readonly input: {};
|
|
621
600
|
readonly output: {};
|
|
622
601
|
readonly POST: {
|
|
@@ -626,29 +605,29 @@ export declare const endpoints: {
|
|
|
626
605
|
readonly securityMode: "requiredAny";
|
|
627
606
|
};
|
|
628
607
|
};
|
|
629
|
-
readonly
|
|
608
|
+
readonly "/collection/query": {
|
|
630
609
|
readonly input: {
|
|
631
610
|
filter?: PublicOnly<CollectionProfileFilter>;
|
|
632
611
|
};
|
|
633
612
|
readonly output: CollectionProfilePaginated;
|
|
634
613
|
};
|
|
635
|
-
readonly
|
|
614
|
+
readonly "/collection/drops/query": {
|
|
636
615
|
readonly input: {
|
|
637
616
|
filter?: PublicOnly<CollectionMintProfileFilter>;
|
|
638
617
|
};
|
|
639
618
|
readonly output: CollectionMintProfilePaginated;
|
|
640
619
|
};
|
|
641
|
-
readonly
|
|
620
|
+
readonly "/collection/:collection/drop-info": {
|
|
642
621
|
readonly input: {};
|
|
643
622
|
readonly output: CollectionMintProfileDocWithStages;
|
|
644
623
|
readonly securityMode: "optionalAny";
|
|
645
624
|
};
|
|
646
|
-
readonly
|
|
625
|
+
readonly "/collection/:creatorTag/:collectionTag/drop-info": {
|
|
647
626
|
readonly input: {};
|
|
648
627
|
readonly output: CollectionMintProfileDocWithStages;
|
|
649
628
|
readonly securityMode: "optionalAny";
|
|
650
629
|
};
|
|
651
|
-
readonly
|
|
630
|
+
readonly "/collection/:collection/upload-picture": {
|
|
652
631
|
readonly input: {};
|
|
653
632
|
readonly output: {};
|
|
654
633
|
readonly PUT: {
|
|
@@ -658,7 +637,7 @@ export declare const endpoints: {
|
|
|
658
637
|
readonly securityMode: "requiredAny";
|
|
659
638
|
};
|
|
660
639
|
};
|
|
661
|
-
readonly
|
|
640
|
+
readonly "/collection/:collection/upload-banner": {
|
|
662
641
|
readonly input: {};
|
|
663
642
|
readonly output: {};
|
|
664
643
|
readonly PUT: {
|
|
@@ -668,7 +647,7 @@ export declare const endpoints: {
|
|
|
668
647
|
readonly securityMode: "requiredAny";
|
|
669
648
|
};
|
|
670
649
|
};
|
|
671
|
-
readonly
|
|
650
|
+
readonly "/collection/:collection/reset-picture": {
|
|
672
651
|
readonly input: {};
|
|
673
652
|
readonly output: {};
|
|
674
653
|
readonly PUT: {
|
|
@@ -678,7 +657,7 @@ export declare const endpoints: {
|
|
|
678
657
|
readonly securityMode: "requiredAny";
|
|
679
658
|
};
|
|
680
659
|
};
|
|
681
|
-
readonly
|
|
660
|
+
readonly "/collection/:collection/reset-banner": {
|
|
682
661
|
readonly input: {};
|
|
683
662
|
readonly output: {};
|
|
684
663
|
readonly PUT: {
|
|
@@ -688,118 +667,51 @@ export declare const endpoints: {
|
|
|
688
667
|
readonly securityMode: "requiredAny";
|
|
689
668
|
};
|
|
690
669
|
};
|
|
691
|
-
readonly
|
|
670
|
+
readonly "/collection/:collection/holders": {
|
|
692
671
|
readonly input: {};
|
|
693
672
|
readonly output: CollectionHoldersDto;
|
|
694
673
|
};
|
|
695
|
-
readonly
|
|
674
|
+
readonly "/collection/:collection/holders/export": {
|
|
696
675
|
readonly input: {};
|
|
697
676
|
readonly output: CollectionHoldersExportDto[];
|
|
698
677
|
};
|
|
699
|
-
readonly
|
|
678
|
+
readonly "/collection/:collection/owner": {
|
|
700
679
|
readonly input: {};
|
|
701
680
|
readonly output: CollectionOwnerDto;
|
|
702
681
|
};
|
|
703
|
-
readonly
|
|
682
|
+
readonly "/collection/:collection/stats": {
|
|
704
683
|
readonly input: {};
|
|
705
684
|
readonly output: CollectionStatsDocHydrated;
|
|
706
685
|
};
|
|
707
|
-
readonly
|
|
686
|
+
readonly "/collection/stats/query": {
|
|
708
687
|
readonly input: {
|
|
709
688
|
filter: PublicOnly<CollectionStatsFilter>;
|
|
710
689
|
};
|
|
711
690
|
readonly output: CollectionStatsPaginated;
|
|
712
691
|
};
|
|
713
|
-
readonly
|
|
692
|
+
readonly "/collection/global-offer/query": {
|
|
714
693
|
readonly input: {
|
|
715
694
|
filter: PublicOnly<CollectionOffersFilter>;
|
|
716
695
|
};
|
|
717
696
|
readonly output: GlobalOfferPaginated;
|
|
718
697
|
};
|
|
719
|
-
readonly
|
|
698
|
+
readonly "/user/:address/creator/listing": {
|
|
720
699
|
readonly input: {};
|
|
721
700
|
readonly output: CreatorDetailsDto;
|
|
722
701
|
};
|
|
723
|
-
readonly
|
|
702
|
+
readonly "/user/:address/creator/details": {
|
|
724
703
|
readonly input: {};
|
|
725
704
|
readonly output: CreatorDetailsDto;
|
|
726
705
|
};
|
|
727
|
-
readonly
|
|
706
|
+
readonly "/launchpad/:scAddress/shareholders/royalties": {
|
|
728
707
|
readonly input: {};
|
|
729
708
|
readonly output: ShareholderDto[];
|
|
730
709
|
};
|
|
731
|
-
readonly
|
|
710
|
+
readonly "/launchpad/:scAddress/shareholders/collection/:collectionTag": {
|
|
732
711
|
readonly input: {};
|
|
733
712
|
readonly output: ShareholderDto[];
|
|
734
713
|
};
|
|
735
|
-
readonly
|
|
736
|
-
readonly input: {
|
|
737
|
-
originalUrl?: string;
|
|
738
|
-
extraInfo?: string;
|
|
739
|
-
};
|
|
740
|
-
readonly output: string;
|
|
741
|
-
};
|
|
742
|
-
readonly '/user/web2': {
|
|
743
|
-
readonly input: {};
|
|
744
|
-
readonly output: Web2UserDoc;
|
|
745
|
-
readonly securityMode: "requiredWeb2";
|
|
746
|
-
};
|
|
747
|
-
readonly '/user/web2/session-cookie': {
|
|
748
|
-
readonly input: {};
|
|
749
|
-
readonly output: {};
|
|
750
|
-
readonly POST: {
|
|
751
|
-
readonly input: {};
|
|
752
|
-
readonly output: SuccessWithMessageDto;
|
|
753
|
-
readonly body: {};
|
|
754
|
-
readonly securityMode: "requiredWeb2";
|
|
755
|
-
};
|
|
756
|
-
};
|
|
757
|
-
readonly '/user/web2/wallet': {
|
|
758
|
-
readonly input: {};
|
|
759
|
-
readonly output: {};
|
|
760
|
-
readonly POST: {
|
|
761
|
-
readonly input: {};
|
|
762
|
-
readonly output: Web2UserDoc;
|
|
763
|
-
readonly body: NativeWalletDto;
|
|
764
|
-
readonly securityMode: "requiredWeb2";
|
|
765
|
-
};
|
|
766
|
-
};
|
|
767
|
-
readonly '/user/web2/wallet-switch': {
|
|
768
|
-
readonly input: {};
|
|
769
|
-
readonly output: {};
|
|
770
|
-
readonly POST: {
|
|
771
|
-
readonly input: {};
|
|
772
|
-
readonly output: Web2UserDoc;
|
|
773
|
-
readonly body: SwitchWalletDto;
|
|
774
|
-
readonly securityMode: "requiredWeb2";
|
|
775
|
-
};
|
|
776
|
-
};
|
|
777
|
-
readonly '/user/web2/wallet-link': {
|
|
778
|
-
readonly input: {};
|
|
779
|
-
readonly output: {};
|
|
780
|
-
readonly POST: {
|
|
781
|
-
readonly input: {};
|
|
782
|
-
readonly output: Web2UserDoc;
|
|
783
|
-
readonly body: Web2WalletDto;
|
|
784
|
-
readonly securityMode: "requiredWeb2";
|
|
785
|
-
};
|
|
786
|
-
};
|
|
787
|
-
readonly '/user/web2/:index/wallet-link': {
|
|
788
|
-
readonly input: {};
|
|
789
|
-
readonly output: {};
|
|
790
|
-
readonly DELETE: {
|
|
791
|
-
readonly input: {};
|
|
792
|
-
readonly output: Web2UserDoc;
|
|
793
|
-
readonly body: {};
|
|
794
|
-
readonly securityMode: "requiredWeb2";
|
|
795
|
-
};
|
|
796
|
-
};
|
|
797
|
-
readonly '/user/web2/shards': {
|
|
798
|
-
readonly input: {};
|
|
799
|
-
readonly output: Web2UserShardsDto;
|
|
800
|
-
readonly securityMode: "requiredWeb2";
|
|
801
|
-
};
|
|
802
|
-
readonly '/pool/:poolId/profile': {
|
|
714
|
+
readonly "/pool/:poolId/profile": {
|
|
803
715
|
readonly input: {};
|
|
804
716
|
readonly output: StakingSummary;
|
|
805
717
|
readonly PATCH: {
|
|
@@ -809,11 +721,11 @@ export declare const endpoints: {
|
|
|
809
721
|
readonly securityMode: "requiredAny";
|
|
810
722
|
};
|
|
811
723
|
};
|
|
812
|
-
readonly
|
|
724
|
+
readonly "/pool/:poolId/whitelist": {
|
|
813
725
|
readonly input: {};
|
|
814
726
|
readonly output: NftDocHydrated[];
|
|
815
727
|
};
|
|
816
|
-
readonly
|
|
728
|
+
readonly "/pool/:poolId/upload-picture": {
|
|
817
729
|
readonly input: {};
|
|
818
730
|
readonly output: {};
|
|
819
731
|
readonly PUT: {
|
|
@@ -823,108 +735,112 @@ export declare const endpoints: {
|
|
|
823
735
|
readonly securityMode: "requiredAny";
|
|
824
736
|
};
|
|
825
737
|
};
|
|
826
|
-
readonly
|
|
738
|
+
readonly "/user/:address/staking/available-pools": {
|
|
827
739
|
readonly input: {};
|
|
828
740
|
readonly output: StakingSummary[];
|
|
829
741
|
};
|
|
830
|
-
readonly
|
|
742
|
+
readonly "/user/:address/staking/owned-collections": {
|
|
831
743
|
readonly input: {};
|
|
832
744
|
readonly output: OwnedCollectionsDto;
|
|
833
745
|
};
|
|
834
|
-
readonly
|
|
746
|
+
readonly "/user/:address/staking/owned-pools": {
|
|
835
747
|
readonly input: {};
|
|
836
748
|
readonly output: StakingSummary[];
|
|
837
749
|
};
|
|
838
|
-
readonly
|
|
750
|
+
readonly "/user/:address/staking/summary": {
|
|
839
751
|
readonly input: {};
|
|
840
752
|
readonly output: UserStakingSummaryDto[];
|
|
841
753
|
};
|
|
842
|
-
readonly
|
|
754
|
+
readonly "/user/:address/staking/creator": {
|
|
843
755
|
readonly input: {};
|
|
844
756
|
readonly output: StakingCreatorDoc;
|
|
845
757
|
};
|
|
846
|
-
readonly
|
|
758
|
+
readonly "/user/:address/staking/collection/:collection": {
|
|
847
759
|
readonly input: {};
|
|
848
760
|
readonly output: StakingSummary[];
|
|
849
761
|
};
|
|
850
|
-
readonly
|
|
762
|
+
readonly "/user/:address/staking/pool/:poolId/nfts": {
|
|
851
763
|
readonly input: {
|
|
852
764
|
status?: StakingStatus;
|
|
853
765
|
};
|
|
854
766
|
readonly output: StakingUserPoolNfts;
|
|
855
767
|
};
|
|
856
|
-
readonly
|
|
768
|
+
readonly "/collection/:collection/staking/summary": {
|
|
857
769
|
readonly input: {};
|
|
858
770
|
readonly output: StakingSummary[];
|
|
859
771
|
readonly securityMode: "optionalAny";
|
|
860
772
|
};
|
|
861
|
-
readonly
|
|
773
|
+
readonly "/collection/:collection/staking/delegators": {
|
|
862
774
|
readonly input: {};
|
|
863
775
|
readonly output: string[];
|
|
864
776
|
};
|
|
865
|
-
readonly
|
|
777
|
+
readonly "/collection/staking/explore": {
|
|
866
778
|
readonly input: {};
|
|
867
779
|
readonly output: StakingExploreDtoHydrated[];
|
|
868
780
|
};
|
|
869
|
-
readonly
|
|
781
|
+
readonly "/user/:creatorTag/owned-services": {
|
|
870
782
|
readonly input: {};
|
|
871
783
|
readonly output: OwnedServicesDto;
|
|
872
784
|
};
|
|
873
|
-
readonly
|
|
785
|
+
readonly "/search": {
|
|
874
786
|
readonly input: {
|
|
875
787
|
filter: PublicOnly<FilterQueryDto>;
|
|
876
788
|
};
|
|
877
789
|
readonly output: GlobalSearchResourcesPaginated;
|
|
878
790
|
};
|
|
879
|
-
readonly
|
|
791
|
+
readonly "/user/search": {
|
|
880
792
|
readonly input: {
|
|
881
793
|
filter: PublicOnly<FilterQueryDto>;
|
|
882
794
|
};
|
|
883
795
|
readonly output: GlobalSearchResourcesPaginated;
|
|
884
796
|
};
|
|
885
|
-
readonly
|
|
797
|
+
readonly "/collection/search": {
|
|
886
798
|
readonly input: {
|
|
887
799
|
filter: PublicOnly<FilterQueryDto>;
|
|
888
800
|
};
|
|
889
801
|
readonly output: GlobalSearchResourcesPaginated;
|
|
890
802
|
};
|
|
891
|
-
readonly
|
|
803
|
+
readonly "/collection/drops/search": {
|
|
892
804
|
readonly input: {
|
|
893
805
|
filter: PublicOnly<FilterQueryDto>;
|
|
894
806
|
};
|
|
895
807
|
readonly output: CollectionMintProfilePaginated;
|
|
896
808
|
};
|
|
897
|
-
readonly
|
|
809
|
+
readonly "/nft/search/query": {
|
|
898
810
|
readonly input: {
|
|
899
811
|
filter: PublicOnly<NftDocFilter>;
|
|
900
812
|
};
|
|
901
813
|
readonly output: NftPaginated;
|
|
902
814
|
};
|
|
903
|
-
readonly
|
|
815
|
+
readonly "/lending/market-sc": {
|
|
904
816
|
readonly input: {};
|
|
905
817
|
readonly output: string[];
|
|
906
818
|
};
|
|
907
|
-
readonly
|
|
819
|
+
readonly "/lending/active-accounts": {
|
|
908
820
|
readonly input: {};
|
|
909
821
|
readonly output: number[];
|
|
910
822
|
};
|
|
911
|
-
readonly
|
|
823
|
+
readonly "/lending/account/:nonce/attributes": {
|
|
912
824
|
readonly input: {};
|
|
913
825
|
readonly output: LendingNftAttributes;
|
|
914
826
|
};
|
|
915
|
-
readonly
|
|
827
|
+
readonly "/lending/account/:nonce/positions": {
|
|
916
828
|
readonly input: {};
|
|
917
829
|
readonly output: LendingNftAttributes[];
|
|
918
830
|
};
|
|
919
|
-
readonly
|
|
831
|
+
readonly "/lending/liquidate": {
|
|
920
832
|
readonly input: {};
|
|
921
833
|
readonly output: Record<string, number>;
|
|
922
834
|
};
|
|
923
|
-
readonly
|
|
835
|
+
readonly "/lending/sync-account-positions": {
|
|
836
|
+
readonly input: {};
|
|
837
|
+
readonly output: LendingNftAttributes[];
|
|
838
|
+
};
|
|
839
|
+
readonly "/lending/market/:token/price/egld": {
|
|
924
840
|
readonly input: {};
|
|
925
841
|
readonly output: LendingTokenPriceDto;
|
|
926
842
|
};
|
|
927
|
-
readonly
|
|
843
|
+
readonly "/faucet": {
|
|
928
844
|
readonly input: {};
|
|
929
845
|
readonly output: {};
|
|
930
846
|
readonly POST: {
|
|
@@ -934,7 +850,7 @@ export declare const endpoints: {
|
|
|
934
850
|
readonly securityMode: "requiredAny";
|
|
935
851
|
};
|
|
936
852
|
};
|
|
937
|
-
readonly
|
|
853
|
+
readonly "/user/notifications": {
|
|
938
854
|
readonly input: {
|
|
939
855
|
top?: number;
|
|
940
856
|
skip?: number;
|
|
@@ -942,12 +858,12 @@ export declare const endpoints: {
|
|
|
942
858
|
readonly output: NotificationPaginated;
|
|
943
859
|
readonly securityMode: "requiredAny";
|
|
944
860
|
};
|
|
945
|
-
readonly
|
|
861
|
+
readonly "/user/notifications/unread-count": {
|
|
946
862
|
readonly input: {};
|
|
947
863
|
readonly output: PushNotificationCountResponse;
|
|
948
864
|
readonly securityMode: "requiredAny";
|
|
949
865
|
};
|
|
950
|
-
readonly
|
|
866
|
+
readonly "/user/notifications/clear": {
|
|
951
867
|
readonly input: {};
|
|
952
868
|
readonly output: {};
|
|
953
869
|
readonly DELETE: {
|
|
@@ -957,7 +873,7 @@ export declare const endpoints: {
|
|
|
957
873
|
readonly securityMode: "requiredAny";
|
|
958
874
|
};
|
|
959
875
|
};
|
|
960
|
-
readonly
|
|
876
|
+
readonly "/user/notifications/read": {
|
|
961
877
|
readonly input: {};
|
|
962
878
|
readonly output: {};
|
|
963
879
|
readonly PATCH: {
|
|
@@ -969,7 +885,7 @@ export declare const endpoints: {
|
|
|
969
885
|
readonly securityMode: "requiredAny";
|
|
970
886
|
};
|
|
971
887
|
};
|
|
972
|
-
readonly
|
|
888
|
+
readonly "/mobile/device/register": {
|
|
973
889
|
readonly input: {};
|
|
974
890
|
readonly output: {};
|
|
975
891
|
readonly POST: {
|
|
@@ -979,7 +895,7 @@ export declare const endpoints: {
|
|
|
979
895
|
readonly securityMode: "requiredWeb2";
|
|
980
896
|
};
|
|
981
897
|
};
|
|
982
|
-
readonly
|
|
898
|
+
readonly "/mobile/device/:deviceId": {
|
|
983
899
|
readonly input: {};
|
|
984
900
|
readonly output: MobileDeviceDoc;
|
|
985
901
|
readonly securityMode: "requiredWeb2";
|
|
@@ -990,7 +906,7 @@ export declare const endpoints: {
|
|
|
990
906
|
readonly securityMode: "requiredWeb2";
|
|
991
907
|
};
|
|
992
908
|
};
|
|
993
|
-
readonly
|
|
909
|
+
readonly "/mobile/history": {
|
|
994
910
|
readonly input: {
|
|
995
911
|
top?: number;
|
|
996
912
|
skip?: number;
|
|
@@ -998,12 +914,12 @@ export declare const endpoints: {
|
|
|
998
914
|
readonly output: PushNotificationResponse;
|
|
999
915
|
readonly securityMode: "requiredAny";
|
|
1000
916
|
};
|
|
1001
|
-
readonly
|
|
917
|
+
readonly "/mobile/history/unread-count": {
|
|
1002
918
|
readonly input: {};
|
|
1003
919
|
readonly output: PushNotificationCountResponse;
|
|
1004
920
|
readonly securityMode: "requiredAny";
|
|
1005
921
|
};
|
|
1006
|
-
readonly
|
|
922
|
+
readonly "/mobile/history/:notificationId/read": {
|
|
1007
923
|
readonly input: {};
|
|
1008
924
|
readonly output: {};
|
|
1009
925
|
readonly PUT: {
|
|
@@ -1013,7 +929,7 @@ export declare const endpoints: {
|
|
|
1013
929
|
readonly securityMode: "requiredAny";
|
|
1014
930
|
};
|
|
1015
931
|
};
|
|
1016
|
-
readonly
|
|
932
|
+
readonly "/mobile/history/read-all": {
|
|
1017
933
|
readonly input: {};
|
|
1018
934
|
readonly output: {};
|
|
1019
935
|
readonly PUT: {
|
|
@@ -1023,7 +939,7 @@ export declare const endpoints: {
|
|
|
1023
939
|
readonly securityMode: "requiredAny";
|
|
1024
940
|
};
|
|
1025
941
|
};
|
|
1026
|
-
readonly
|
|
942
|
+
readonly "/mobile/history/clear-all": {
|
|
1027
943
|
readonly input: {};
|
|
1028
944
|
readonly output: {};
|
|
1029
945
|
readonly DELETE: {
|
|
@@ -1033,7 +949,7 @@ export declare const endpoints: {
|
|
|
1033
949
|
readonly securityMode: "requiredAny";
|
|
1034
950
|
};
|
|
1035
951
|
};
|
|
1036
|
-
readonly
|
|
952
|
+
readonly "/mobile/history/clear-id/:notificationId": {
|
|
1037
953
|
readonly input: {};
|
|
1038
954
|
readonly output: {};
|
|
1039
955
|
readonly DELETE: {
|
|
@@ -1043,7 +959,7 @@ export declare const endpoints: {
|
|
|
1043
959
|
readonly securityMode: "requiredAny";
|
|
1044
960
|
};
|
|
1045
961
|
};
|
|
1046
|
-
readonly
|
|
962
|
+
readonly "/eventNotifications/event/:eventId/update": {
|
|
1047
963
|
readonly input: {};
|
|
1048
964
|
readonly output: {};
|
|
1049
965
|
readonly POST: {
|
|
@@ -1053,7 +969,7 @@ export declare const endpoints: {
|
|
|
1053
969
|
readonly securityMode: "requiredAny";
|
|
1054
970
|
};
|
|
1055
971
|
};
|
|
1056
|
-
readonly
|
|
972
|
+
readonly "/eventNotifications/event/:eventId/reminder": {
|
|
1057
973
|
readonly input: {};
|
|
1058
974
|
readonly output: {};
|
|
1059
975
|
readonly POST: {
|
|
@@ -1063,7 +979,7 @@ export declare const endpoints: {
|
|
|
1063
979
|
readonly securityMode: "requiredAny";
|
|
1064
980
|
};
|
|
1065
981
|
};
|
|
1066
|
-
readonly
|
|
982
|
+
readonly "/eventNotifications/creator/marketing": {
|
|
1067
983
|
readonly input: {};
|
|
1068
984
|
readonly output: {};
|
|
1069
985
|
readonly POST: {
|
|
@@ -1073,7 +989,7 @@ export declare const endpoints: {
|
|
|
1073
989
|
readonly securityMode: "requiredAny";
|
|
1074
990
|
};
|
|
1075
991
|
};
|
|
1076
|
-
readonly
|
|
992
|
+
readonly "/eventNotifications/user/:userId/direct": {
|
|
1077
993
|
readonly input: {};
|
|
1078
994
|
readonly output: {};
|
|
1079
995
|
readonly POST: {
|
|
@@ -1083,139 +999,84 @@ export declare const endpoints: {
|
|
|
1083
999
|
readonly securityMode: "requiredAny";
|
|
1084
1000
|
};
|
|
1085
1001
|
};
|
|
1086
|
-
readonly
|
|
1087
|
-
readonly input: {
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
readonly input: {};
|
|
1091
|
-
readonly output: SuccessDto;
|
|
1092
|
-
readonly body: {};
|
|
1093
|
-
readonly securityMode: "requiredAny";
|
|
1002
|
+
readonly "/user/native-token": {
|
|
1003
|
+
readonly input: {
|
|
1004
|
+
originalUrl?: string;
|
|
1005
|
+
extraInfo?: string;
|
|
1094
1006
|
};
|
|
1007
|
+
readonly output: string;
|
|
1095
1008
|
};
|
|
1096
|
-
readonly
|
|
1009
|
+
readonly "/user/web2": {
|
|
1097
1010
|
readonly input: {};
|
|
1098
|
-
readonly output:
|
|
1099
|
-
readonly
|
|
1100
|
-
readonly input: {};
|
|
1101
|
-
readonly output: SuccessDto;
|
|
1102
|
-
readonly body: {};
|
|
1103
|
-
readonly securityMode: "requiredAny";
|
|
1104
|
-
};
|
|
1011
|
+
readonly output: Web2UserDoc;
|
|
1012
|
+
readonly securityMode: "requiredWeb2";
|
|
1105
1013
|
};
|
|
1106
|
-
readonly
|
|
1014
|
+
readonly "/user/web2/session-cookie": {
|
|
1107
1015
|
readonly input: {};
|
|
1108
1016
|
readonly output: {};
|
|
1109
1017
|
readonly POST: {
|
|
1110
1018
|
readonly input: {};
|
|
1111
|
-
readonly output:
|
|
1019
|
+
readonly output: SuccessWithMessageDto;
|
|
1112
1020
|
readonly body: {};
|
|
1113
|
-
readonly securityMode: "
|
|
1021
|
+
readonly securityMode: "requiredWeb2";
|
|
1114
1022
|
};
|
|
1115
1023
|
};
|
|
1116
|
-
readonly
|
|
1024
|
+
readonly "/user/web2/wallet": {
|
|
1117
1025
|
readonly input: {};
|
|
1118
1026
|
readonly output: {};
|
|
1119
1027
|
readonly POST: {
|
|
1120
1028
|
readonly input: {};
|
|
1121
|
-
readonly output:
|
|
1122
|
-
readonly body:
|
|
1123
|
-
readonly securityMode: "
|
|
1029
|
+
readonly output: Web2UserDoc;
|
|
1030
|
+
readonly body: NativeWalletDto;
|
|
1031
|
+
readonly securityMode: "requiredWeb2";
|
|
1124
1032
|
};
|
|
1125
1033
|
};
|
|
1126
|
-
readonly
|
|
1034
|
+
readonly "/user/web2/wallet-switch": {
|
|
1127
1035
|
readonly input: {};
|
|
1128
1036
|
readonly output: {};
|
|
1129
1037
|
readonly POST: {
|
|
1130
1038
|
readonly input: {};
|
|
1131
|
-
readonly output:
|
|
1132
|
-
readonly body:
|
|
1133
|
-
readonly securityMode: "
|
|
1039
|
+
readonly output: Web2UserDoc;
|
|
1040
|
+
readonly body: SwitchWalletDto;
|
|
1041
|
+
readonly securityMode: "requiredWeb2";
|
|
1134
1042
|
};
|
|
1135
1043
|
};
|
|
1136
|
-
readonly
|
|
1044
|
+
readonly "/user/web2/wallet-link": {
|
|
1137
1045
|
readonly input: {};
|
|
1138
1046
|
readonly output: {};
|
|
1139
1047
|
readonly POST: {
|
|
1140
1048
|
readonly input: {};
|
|
1141
|
-
readonly output:
|
|
1142
|
-
readonly body:
|
|
1143
|
-
readonly securityMode: "
|
|
1049
|
+
readonly output: Web2UserDoc;
|
|
1050
|
+
readonly body: Web2WalletDto;
|
|
1051
|
+
readonly securityMode: "requiredWeb2";
|
|
1144
1052
|
};
|
|
1145
1053
|
};
|
|
1146
|
-
readonly
|
|
1147
|
-
readonly input: {};
|
|
1148
|
-
readonly output: BarDto[];
|
|
1149
|
-
};
|
|
1150
|
-
readonly '/tradingview/coin/:symbol': {
|
|
1151
|
-
readonly input: {};
|
|
1152
|
-
readonly output: SymbolInfoDto[];
|
|
1153
|
-
};
|
|
1154
|
-
readonly '/perp/coin/:symbol': {
|
|
1155
|
-
readonly input: {};
|
|
1156
|
-
readonly output: PerpCoinExtended[];
|
|
1157
|
-
};
|
|
1158
|
-
readonly '/perp/coin/spot/:symbol': {
|
|
1159
|
-
readonly input: {};
|
|
1160
|
-
readonly output: PerpSpotCoinExtended[];
|
|
1161
|
-
};
|
|
1162
|
-
readonly '/perp/coins': {
|
|
1163
|
-
readonly input: {};
|
|
1164
|
-
readonly output: PerpCoinExtendedSlim[];
|
|
1165
|
-
};
|
|
1166
|
-
readonly '/perp/legal-check/:address': {
|
|
1167
|
-
readonly input: {};
|
|
1168
|
-
readonly output: PerpLegalCheck;
|
|
1169
|
-
};
|
|
1170
|
-
readonly '/perp/coins/spot': {
|
|
1171
|
-
readonly input: {};
|
|
1172
|
-
readonly output: PerpSpotCoinExtendedSlim[];
|
|
1173
|
-
};
|
|
1174
|
-
readonly '/perp/orderbook/:symbol': {
|
|
1175
|
-
readonly input: {};
|
|
1176
|
-
readonly output: L2BookPerpResponseSingle[];
|
|
1177
|
-
};
|
|
1178
|
-
readonly '/perp/trades/:symbol': {
|
|
1179
|
-
readonly input: {};
|
|
1180
|
-
readonly output: TradesPerpResponseSingle[];
|
|
1181
|
-
};
|
|
1182
|
-
readonly '/perp/stats/spot/:symbol': {
|
|
1183
|
-
readonly input: {};
|
|
1184
|
-
readonly output: ActiveSpotAssetCtx[];
|
|
1185
|
-
};
|
|
1186
|
-
readonly '/perp/stats/:symbol': {
|
|
1187
|
-
readonly input: {};
|
|
1188
|
-
readonly output: ActivePerpAssetCtx[];
|
|
1189
|
-
};
|
|
1190
|
-
readonly '/perp/subscribe': {
|
|
1054
|
+
readonly "/user/web2/:index/wallet-link": {
|
|
1191
1055
|
readonly input: {};
|
|
1192
1056
|
readonly output: {};
|
|
1193
|
-
readonly
|
|
1057
|
+
readonly DELETE: {
|
|
1194
1058
|
readonly input: {};
|
|
1195
|
-
readonly output:
|
|
1196
|
-
readonly body:
|
|
1059
|
+
readonly output: Web2UserDoc;
|
|
1060
|
+
readonly body: {};
|
|
1061
|
+
readonly securityMode: "requiredWeb2";
|
|
1197
1062
|
};
|
|
1198
1063
|
};
|
|
1199
|
-
readonly
|
|
1064
|
+
readonly "/user/web2/shards": {
|
|
1200
1065
|
readonly input: {};
|
|
1201
|
-
readonly output:
|
|
1202
|
-
readonly
|
|
1203
|
-
readonly input: {};
|
|
1204
|
-
readonly output: SuccessDto;
|
|
1205
|
-
readonly body: PerpEvent;
|
|
1206
|
-
};
|
|
1066
|
+
readonly output: Web2UserShardsDto;
|
|
1067
|
+
readonly securityMode: "requiredWeb2";
|
|
1207
1068
|
};
|
|
1208
|
-
readonly
|
|
1069
|
+
readonly "/activity/query": {
|
|
1209
1070
|
readonly input: {
|
|
1210
1071
|
filter: PublicOnly<NftActivityFilter>;
|
|
1211
1072
|
};
|
|
1212
1073
|
readonly output: NftActivityPaginated;
|
|
1213
1074
|
};
|
|
1214
|
-
readonly
|
|
1075
|
+
readonly "/activity/:identifier": {
|
|
1215
1076
|
readonly input: {};
|
|
1216
1077
|
readonly output: NftActivityDocHydrated;
|
|
1217
1078
|
};
|
|
1218
|
-
readonly
|
|
1079
|
+
readonly "/analytics/volume": {
|
|
1219
1080
|
readonly input: {
|
|
1220
1081
|
startTime?: string;
|
|
1221
1082
|
endTime?: string;
|
|
@@ -1224,7 +1085,7 @@ export declare const endpoints: {
|
|
|
1224
1085
|
};
|
|
1225
1086
|
readonly output: VolumeGraph[];
|
|
1226
1087
|
};
|
|
1227
|
-
readonly
|
|
1088
|
+
readonly "/collection/:collection/analytics/volume": {
|
|
1228
1089
|
readonly input: {
|
|
1229
1090
|
startTime?: string;
|
|
1230
1091
|
endTime?: string;
|
|
@@ -1232,17 +1093,17 @@ export declare const endpoints: {
|
|
|
1232
1093
|
};
|
|
1233
1094
|
readonly output: AnalyticsVolumeDto[];
|
|
1234
1095
|
};
|
|
1235
|
-
readonly
|
|
1096
|
+
readonly "/user/:address/analytics/volume": {
|
|
1236
1097
|
readonly input: {};
|
|
1237
1098
|
readonly output: UserAnalyticsDto;
|
|
1238
1099
|
};
|
|
1239
|
-
readonly
|
|
1100
|
+
readonly "/analytics/overview": {
|
|
1240
1101
|
readonly input: {
|
|
1241
1102
|
chain: ActivityChain[];
|
|
1242
1103
|
};
|
|
1243
1104
|
readonly output: GlobalAnalyticsOverviewResponseDto;
|
|
1244
1105
|
};
|
|
1245
|
-
readonly
|
|
1106
|
+
readonly "/user/stats": {
|
|
1246
1107
|
readonly input: {
|
|
1247
1108
|
skip?: number;
|
|
1248
1109
|
top?: number;
|
|
@@ -1251,7 +1112,7 @@ export declare const endpoints: {
|
|
|
1251
1112
|
};
|
|
1252
1113
|
readonly output: UserStatsDto[];
|
|
1253
1114
|
};
|
|
1254
|
-
readonly
|
|
1115
|
+
readonly "/user/xoxno-drop": {
|
|
1255
1116
|
readonly input: {
|
|
1256
1117
|
skip?: number;
|
|
1257
1118
|
top?: number;
|
|
@@ -1259,31 +1120,22 @@ export declare const endpoints: {
|
|
|
1259
1120
|
};
|
|
1260
1121
|
readonly output: AirdropDtoHydrated[];
|
|
1261
1122
|
};
|
|
1262
|
-
readonly
|
|
1123
|
+
readonly "/user/me/xoxno-drop": {
|
|
1263
1124
|
readonly input: {};
|
|
1264
1125
|
readonly output: AirdropDtoHydrated[];
|
|
1265
1126
|
readonly securityMode: "requiredAny";
|
|
1266
1127
|
};
|
|
1267
|
-
readonly
|
|
1268
|
-
readonly input: {};
|
|
1269
|
-
readonly output: {};
|
|
1270
|
-
readonly POST: {
|
|
1271
|
-
readonly input: {};
|
|
1272
|
-
readonly output: LoginAccessDto;
|
|
1273
|
-
readonly body: LoginRequestDto;
|
|
1274
|
-
};
|
|
1275
|
-
};
|
|
1276
|
-
readonly '/transactions/:txHash': {
|
|
1128
|
+
readonly "/transactions/:txHash": {
|
|
1277
1129
|
readonly input: {
|
|
1278
1130
|
withResults?: boolean;
|
|
1279
1131
|
};
|
|
1280
1132
|
readonly output: TransactionDetailed;
|
|
1281
1133
|
};
|
|
1282
|
-
readonly
|
|
1134
|
+
readonly "/transactions/:txHash/status": {
|
|
1283
1135
|
readonly input: {};
|
|
1284
1136
|
readonly output: TransactionProcessStatus;
|
|
1285
1137
|
};
|
|
1286
|
-
readonly
|
|
1138
|
+
readonly "/transaction/cost": {
|
|
1287
1139
|
readonly input: {};
|
|
1288
1140
|
readonly output: {};
|
|
1289
1141
|
readonly POST: {
|
|
@@ -1292,7 +1144,7 @@ export declare const endpoints: {
|
|
|
1292
1144
|
readonly body: TransactionCreate;
|
|
1293
1145
|
};
|
|
1294
1146
|
};
|
|
1295
|
-
readonly
|
|
1147
|
+
readonly "/transactions": {
|
|
1296
1148
|
readonly input: {};
|
|
1297
1149
|
readonly output: {};
|
|
1298
1150
|
readonly POST: {
|
|
@@ -1301,7 +1153,7 @@ export declare const endpoints: {
|
|
|
1301
1153
|
readonly body: TransactionCreate;
|
|
1302
1154
|
};
|
|
1303
1155
|
};
|
|
1304
|
-
readonly
|
|
1156
|
+
readonly "/transactions/batch": {
|
|
1305
1157
|
readonly input: {};
|
|
1306
1158
|
readonly output: {};
|
|
1307
1159
|
readonly POST: {
|
|
@@ -1312,7 +1164,129 @@ export declare const endpoints: {
|
|
|
1312
1164
|
readonly body: TransactionCreate[];
|
|
1313
1165
|
};
|
|
1314
1166
|
};
|
|
1315
|
-
readonly
|
|
1167
|
+
readonly "/perp/exchange/acceptTerms": {
|
|
1168
|
+
readonly input: {};
|
|
1169
|
+
readonly output: {};
|
|
1170
|
+
readonly POST: {
|
|
1171
|
+
readonly input: {};
|
|
1172
|
+
readonly output: SuccessDto;
|
|
1173
|
+
readonly body: {};
|
|
1174
|
+
readonly securityMode: "requiredAny";
|
|
1175
|
+
};
|
|
1176
|
+
};
|
|
1177
|
+
readonly "/perp/exchange/sendAsset": {
|
|
1178
|
+
readonly input: {};
|
|
1179
|
+
readonly output: {};
|
|
1180
|
+
readonly POST: {
|
|
1181
|
+
readonly input: {};
|
|
1182
|
+
readonly output: SuccessDto;
|
|
1183
|
+
readonly body: {};
|
|
1184
|
+
readonly securityMode: "requiredAny";
|
|
1185
|
+
};
|
|
1186
|
+
};
|
|
1187
|
+
readonly "/perp/exchange/sendExternalAsset": {
|
|
1188
|
+
readonly input: {};
|
|
1189
|
+
readonly output: {};
|
|
1190
|
+
readonly POST: {
|
|
1191
|
+
readonly input: {};
|
|
1192
|
+
readonly output: SuccessDto;
|
|
1193
|
+
readonly body: {};
|
|
1194
|
+
readonly securityMode: "requiredAny";
|
|
1195
|
+
};
|
|
1196
|
+
};
|
|
1197
|
+
readonly "/perp/exchange/deposit": {
|
|
1198
|
+
readonly input: {};
|
|
1199
|
+
readonly output: {};
|
|
1200
|
+
readonly POST: {
|
|
1201
|
+
readonly input: {};
|
|
1202
|
+
readonly output: SuccessDto;
|
|
1203
|
+
readonly body: {};
|
|
1204
|
+
readonly securityMode: "requiredAny";
|
|
1205
|
+
};
|
|
1206
|
+
};
|
|
1207
|
+
readonly "/perp/exchange/withdraw": {
|
|
1208
|
+
readonly input: {};
|
|
1209
|
+
readonly output: {};
|
|
1210
|
+
readonly POST: {
|
|
1211
|
+
readonly input: {};
|
|
1212
|
+
readonly output: SuccessDto;
|
|
1213
|
+
readonly body: {};
|
|
1214
|
+
readonly securityMode: "requiredAny";
|
|
1215
|
+
};
|
|
1216
|
+
};
|
|
1217
|
+
readonly "/perp/exchange/order": {
|
|
1218
|
+
readonly input: {};
|
|
1219
|
+
readonly output: {};
|
|
1220
|
+
readonly POST: {
|
|
1221
|
+
readonly input: {};
|
|
1222
|
+
readonly output: PerpOrderResponse;
|
|
1223
|
+
readonly body: {};
|
|
1224
|
+
readonly securityMode: "requiredAny";
|
|
1225
|
+
};
|
|
1226
|
+
};
|
|
1227
|
+
readonly "/tradingview/bars/:symbol": {
|
|
1228
|
+
readonly input: {};
|
|
1229
|
+
readonly output: BarDto[];
|
|
1230
|
+
};
|
|
1231
|
+
readonly "/tradingview/coin/:symbol": {
|
|
1232
|
+
readonly input: {};
|
|
1233
|
+
readonly output: SymbolInfoDto[];
|
|
1234
|
+
};
|
|
1235
|
+
readonly "/perp/coin/:symbol": {
|
|
1236
|
+
readonly input: {};
|
|
1237
|
+
readonly output: PerpCoinExtended[];
|
|
1238
|
+
};
|
|
1239
|
+
readonly "/perp/coin/spot/:symbol": {
|
|
1240
|
+
readonly input: {};
|
|
1241
|
+
readonly output: PerpSpotCoinExtended[];
|
|
1242
|
+
};
|
|
1243
|
+
readonly "/perp/coins": {
|
|
1244
|
+
readonly input: {};
|
|
1245
|
+
readonly output: PerpCoinExtendedSlim[];
|
|
1246
|
+
};
|
|
1247
|
+
readonly "/perp/legal-check/:address": {
|
|
1248
|
+
readonly input: {};
|
|
1249
|
+
readonly output: PerpLegalCheck;
|
|
1250
|
+
};
|
|
1251
|
+
readonly "/perp/coins/spot": {
|
|
1252
|
+
readonly input: {};
|
|
1253
|
+
readonly output: PerpSpotCoinExtendedSlim[];
|
|
1254
|
+
};
|
|
1255
|
+
readonly "/perp/orderbook/:symbol": {
|
|
1256
|
+
readonly input: {};
|
|
1257
|
+
readonly output: L2BookPerpResponseSingle[];
|
|
1258
|
+
};
|
|
1259
|
+
readonly "/perp/trades/:symbol": {
|
|
1260
|
+
readonly input: {};
|
|
1261
|
+
readonly output: TradesPerpResponseSingle[];
|
|
1262
|
+
};
|
|
1263
|
+
readonly "/perp/stats/spot/:symbol": {
|
|
1264
|
+
readonly input: {};
|
|
1265
|
+
readonly output: ActiveSpotAssetCtx[];
|
|
1266
|
+
};
|
|
1267
|
+
readonly "/perp/stats/:symbol": {
|
|
1268
|
+
readonly input: {};
|
|
1269
|
+
readonly output: ActivePerpAssetCtx[];
|
|
1270
|
+
};
|
|
1271
|
+
readonly "/perp/subscribe": {
|
|
1272
|
+
readonly input: {};
|
|
1273
|
+
readonly output: {};
|
|
1274
|
+
readonly POST: {
|
|
1275
|
+
readonly input: {};
|
|
1276
|
+
readonly output: SuccessDto;
|
|
1277
|
+
readonly body: PerpEvent;
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
readonly "/perp/unsubscribe": {
|
|
1281
|
+
readonly input: {};
|
|
1282
|
+
readonly output: {};
|
|
1283
|
+
readonly POST: {
|
|
1284
|
+
readonly input: {};
|
|
1285
|
+
readonly output: SuccessDto;
|
|
1286
|
+
readonly body: PerpEvent;
|
|
1287
|
+
};
|
|
1288
|
+
};
|
|
1289
|
+
readonly "/user/chat/message": {
|
|
1316
1290
|
readonly input: {};
|
|
1317
1291
|
readonly output: {};
|
|
1318
1292
|
readonly POST: {
|
|
@@ -1322,7 +1296,7 @@ export declare const endpoints: {
|
|
|
1322
1296
|
readonly securityMode: "requiredAny";
|
|
1323
1297
|
};
|
|
1324
1298
|
};
|
|
1325
|
-
readonly
|
|
1299
|
+
readonly "/user/chat/conversation": {
|
|
1326
1300
|
readonly input: {
|
|
1327
1301
|
isGroupChat?: boolean;
|
|
1328
1302
|
top?: number;
|
|
@@ -1331,7 +1305,7 @@ export declare const endpoints: {
|
|
|
1331
1305
|
readonly output: UserConversationPaginated;
|
|
1332
1306
|
readonly securityMode: "requiredAny";
|
|
1333
1307
|
};
|
|
1334
|
-
readonly
|
|
1308
|
+
readonly "/user/chat/conversation/:conversationId": {
|
|
1335
1309
|
readonly input: {
|
|
1336
1310
|
receiver: string;
|
|
1337
1311
|
top?: number;
|
|
@@ -1346,12 +1320,12 @@ export declare const endpoints: {
|
|
|
1346
1320
|
readonly securityMode: "requiredAny";
|
|
1347
1321
|
};
|
|
1348
1322
|
};
|
|
1349
|
-
readonly
|
|
1323
|
+
readonly "/user/chat/conversation-summary": {
|
|
1350
1324
|
readonly input: {};
|
|
1351
1325
|
readonly output: GlobalConversationSummaryDto;
|
|
1352
1326
|
readonly securityMode: "requiredAny";
|
|
1353
1327
|
};
|
|
1354
|
-
readonly
|
|
1328
|
+
readonly "/user/chat/conversation/:conversationId/message/:messageId": {
|
|
1355
1329
|
readonly input: {};
|
|
1356
1330
|
readonly output: {};
|
|
1357
1331
|
readonly DELETE: {
|
|
@@ -1363,12 +1337,12 @@ export declare const endpoints: {
|
|
|
1363
1337
|
readonly securityMode: "requiredAny";
|
|
1364
1338
|
};
|
|
1365
1339
|
};
|
|
1366
|
-
readonly
|
|
1340
|
+
readonly "/user/chat/block": {
|
|
1367
1341
|
readonly input: {};
|
|
1368
1342
|
readonly output: UserBlockPaginated;
|
|
1369
1343
|
readonly securityMode: "requiredAny";
|
|
1370
1344
|
};
|
|
1371
|
-
readonly
|
|
1345
|
+
readonly "/user/chat/block/:address": {
|
|
1372
1346
|
readonly input: {};
|
|
1373
1347
|
readonly output: {};
|
|
1374
1348
|
readonly POST: {
|
|
@@ -1378,7 +1352,7 @@ export declare const endpoints: {
|
|
|
1378
1352
|
readonly securityMode: "requiredAny";
|
|
1379
1353
|
};
|
|
1380
1354
|
};
|
|
1381
|
-
readonly
|
|
1355
|
+
readonly "/user/chat/token": {
|
|
1382
1356
|
readonly input: {};
|
|
1383
1357
|
readonly output: {};
|
|
1384
1358
|
readonly POST: {
|
|
@@ -1388,15 +1362,15 @@ export declare const endpoints: {
|
|
|
1388
1362
|
readonly securityMode: "requiredAny";
|
|
1389
1363
|
};
|
|
1390
1364
|
};
|
|
1391
|
-
readonly
|
|
1365
|
+
readonly "/hatom/user/:address": {
|
|
1392
1366
|
readonly input: {};
|
|
1393
1367
|
readonly output: UserInfo;
|
|
1394
1368
|
};
|
|
1395
|
-
readonly
|
|
1369
|
+
readonly "/countries": {
|
|
1396
1370
|
readonly input: {};
|
|
1397
1371
|
readonly output: string[];
|
|
1398
1372
|
};
|
|
1399
|
-
readonly
|
|
1373
|
+
readonly "/event": {
|
|
1400
1374
|
readonly input: {};
|
|
1401
1375
|
readonly output: {};
|
|
1402
1376
|
readonly POST: {
|
|
@@ -1406,7 +1380,7 @@ export declare const endpoints: {
|
|
|
1406
1380
|
readonly securityMode: "requiredAny";
|
|
1407
1381
|
};
|
|
1408
1382
|
};
|
|
1409
|
-
readonly
|
|
1383
|
+
readonly "/event/:eventId": {
|
|
1410
1384
|
readonly input: {};
|
|
1411
1385
|
readonly output: EventProfile;
|
|
1412
1386
|
readonly securityMode: "optionalAny";
|
|
@@ -1423,13 +1397,13 @@ export declare const endpoints: {
|
|
|
1423
1397
|
readonly securityMode: "requiredAny";
|
|
1424
1398
|
};
|
|
1425
1399
|
};
|
|
1426
|
-
readonly
|
|
1400
|
+
readonly "/event/profile/query": {
|
|
1427
1401
|
readonly input: {
|
|
1428
1402
|
filter: PublicOnly<EventProfileFilter>;
|
|
1429
1403
|
};
|
|
1430
1404
|
readonly output: EventProfileQuery;
|
|
1431
1405
|
};
|
|
1432
|
-
readonly
|
|
1406
|
+
readonly "/event/:eventId/profile": {
|
|
1433
1407
|
readonly input: {};
|
|
1434
1408
|
readonly output: {};
|
|
1435
1409
|
readonly PUT: {
|
|
@@ -1439,7 +1413,7 @@ export declare const endpoints: {
|
|
|
1439
1413
|
readonly securityMode: "requiredAny";
|
|
1440
1414
|
};
|
|
1441
1415
|
};
|
|
1442
|
-
readonly
|
|
1416
|
+
readonly "/event/:eventId/background": {
|
|
1443
1417
|
readonly input: {};
|
|
1444
1418
|
readonly output: {};
|
|
1445
1419
|
readonly PUT: {
|
|
@@ -1449,7 +1423,7 @@ export declare const endpoints: {
|
|
|
1449
1423
|
readonly securityMode: "requiredAny";
|
|
1450
1424
|
};
|
|
1451
1425
|
};
|
|
1452
|
-
readonly
|
|
1426
|
+
readonly "/event/:eventId/description": {
|
|
1453
1427
|
readonly input: {};
|
|
1454
1428
|
readonly output: {};
|
|
1455
1429
|
readonly PUT: {
|
|
@@ -1459,7 +1433,7 @@ export declare const endpoints: {
|
|
|
1459
1433
|
readonly securityMode: "requiredAny";
|
|
1460
1434
|
};
|
|
1461
1435
|
};
|
|
1462
|
-
readonly
|
|
1436
|
+
readonly "/event/:eventId/description/image": {
|
|
1463
1437
|
readonly input: {};
|
|
1464
1438
|
readonly output: {};
|
|
1465
1439
|
readonly PUT: {
|
|
@@ -1469,7 +1443,7 @@ export declare const endpoints: {
|
|
|
1469
1443
|
readonly securityMode: "requiredAny";
|
|
1470
1444
|
};
|
|
1471
1445
|
};
|
|
1472
|
-
readonly
|
|
1446
|
+
readonly "/event/:eventId/description/image/:imageId": {
|
|
1473
1447
|
readonly input: {};
|
|
1474
1448
|
readonly output: {};
|
|
1475
1449
|
readonly DELETE: {
|
|
@@ -1479,7 +1453,7 @@ export declare const endpoints: {
|
|
|
1479
1453
|
readonly securityMode: "requiredAny";
|
|
1480
1454
|
};
|
|
1481
1455
|
};
|
|
1482
|
-
readonly
|
|
1456
|
+
readonly "/event/:eventId/register": {
|
|
1483
1457
|
readonly input: {};
|
|
1484
1458
|
readonly output: {};
|
|
1485
1459
|
readonly POST: {
|
|
@@ -1491,7 +1465,7 @@ export declare const endpoints: {
|
|
|
1491
1465
|
readonly securityMode: "requiredAny";
|
|
1492
1466
|
};
|
|
1493
1467
|
};
|
|
1494
|
-
readonly
|
|
1468
|
+
readonly "/event/:eventId/ticket": {
|
|
1495
1469
|
readonly input: {};
|
|
1496
1470
|
readonly output: EventTicketProfileDoc[];
|
|
1497
1471
|
readonly POST: {
|
|
@@ -1501,7 +1475,7 @@ export declare const endpoints: {
|
|
|
1501
1475
|
readonly securityMode: "requiredAny";
|
|
1502
1476
|
};
|
|
1503
1477
|
};
|
|
1504
|
-
readonly
|
|
1478
|
+
readonly "/event/:eventId/ticket/:ticketId": {
|
|
1505
1479
|
readonly input: {};
|
|
1506
1480
|
readonly output: EventTicketProfileDoc;
|
|
1507
1481
|
readonly PATCH: {
|
|
@@ -1522,7 +1496,7 @@ export declare const endpoints: {
|
|
|
1522
1496
|
readonly body: {};
|
|
1523
1497
|
};
|
|
1524
1498
|
};
|
|
1525
|
-
readonly
|
|
1499
|
+
readonly "/event/:eventId/stage": {
|
|
1526
1500
|
readonly input: {
|
|
1527
1501
|
isEnabled?: boolean;
|
|
1528
1502
|
};
|
|
@@ -1534,7 +1508,7 @@ export declare const endpoints: {
|
|
|
1534
1508
|
readonly securityMode: "requiredAny";
|
|
1535
1509
|
};
|
|
1536
1510
|
};
|
|
1537
|
-
readonly
|
|
1511
|
+
readonly "/event/:eventId/stage/:stageId": {
|
|
1538
1512
|
readonly input: {};
|
|
1539
1513
|
readonly output: EventStageProfileDoc;
|
|
1540
1514
|
readonly PATCH: {
|
|
@@ -1550,7 +1524,7 @@ export declare const endpoints: {
|
|
|
1550
1524
|
readonly securityMode: "requiredAny";
|
|
1551
1525
|
};
|
|
1552
1526
|
};
|
|
1553
|
-
readonly
|
|
1527
|
+
readonly "/event/:eventId/calculate-prices": {
|
|
1554
1528
|
readonly input: {};
|
|
1555
1529
|
readonly output: {};
|
|
1556
1530
|
readonly POST: {
|
|
@@ -1559,7 +1533,7 @@ export declare const endpoints: {
|
|
|
1559
1533
|
readonly body: TicketCalculationRequestDto;
|
|
1560
1534
|
};
|
|
1561
1535
|
};
|
|
1562
|
-
readonly
|
|
1536
|
+
readonly "/event/:eventId/validate-discount": {
|
|
1563
1537
|
readonly input: {};
|
|
1564
1538
|
readonly output: {};
|
|
1565
1539
|
readonly POST: {
|
|
@@ -1568,12 +1542,12 @@ export declare const endpoints: {
|
|
|
1568
1542
|
readonly body: {};
|
|
1569
1543
|
};
|
|
1570
1544
|
};
|
|
1571
|
-
readonly
|
|
1545
|
+
readonly "/user/:address/creator/events": {
|
|
1572
1546
|
readonly input: {};
|
|
1573
1547
|
readonly output: CreatorDetailsDto;
|
|
1574
1548
|
readonly securityMode: "optionalAny";
|
|
1575
1549
|
};
|
|
1576
|
-
readonly
|
|
1550
|
+
readonly "/event/:eventId/invite": {
|
|
1577
1551
|
readonly input: {};
|
|
1578
1552
|
readonly output: {};
|
|
1579
1553
|
readonly POST: {
|
|
@@ -1583,14 +1557,14 @@ export declare const endpoints: {
|
|
|
1583
1557
|
readonly securityMode: "requiredAny";
|
|
1584
1558
|
};
|
|
1585
1559
|
};
|
|
1586
|
-
readonly
|
|
1560
|
+
readonly "/event/:eventId/invite/query": {
|
|
1587
1561
|
readonly input: {
|
|
1588
1562
|
filter: PublicOnly<EventInvitationFilter>;
|
|
1589
1563
|
};
|
|
1590
1564
|
readonly output: EventInvitationQuery;
|
|
1591
1565
|
readonly securityMode: "requiredAny";
|
|
1592
1566
|
};
|
|
1593
|
-
readonly
|
|
1567
|
+
readonly "/event/:eventId/invite/:inviteId": {
|
|
1594
1568
|
readonly input: {};
|
|
1595
1569
|
readonly output: EventInvitation;
|
|
1596
1570
|
readonly POST: {
|
|
@@ -1606,19 +1580,19 @@ export declare const endpoints: {
|
|
|
1606
1580
|
readonly securityMode: "requiredAny";
|
|
1607
1581
|
};
|
|
1608
1582
|
};
|
|
1609
|
-
readonly
|
|
1583
|
+
readonly "/event/:eventId/voucher/query": {
|
|
1610
1584
|
readonly input: {
|
|
1611
1585
|
filter: PublicOnly<EventVoucherFilter>;
|
|
1612
1586
|
};
|
|
1613
1587
|
readonly output: EventVoucherQuery;
|
|
1614
1588
|
readonly securityMode: "requiredAny";
|
|
1615
1589
|
};
|
|
1616
|
-
readonly
|
|
1590
|
+
readonly "/event/:eventId/questions": {
|
|
1617
1591
|
readonly input: {};
|
|
1618
1592
|
readonly output: EventQuestionDoc[];
|
|
1619
1593
|
readonly securityMode: "requiredAny";
|
|
1620
1594
|
};
|
|
1621
|
-
readonly
|
|
1595
|
+
readonly "/event/:eventId/question": {
|
|
1622
1596
|
readonly input: {};
|
|
1623
1597
|
readonly output: {};
|
|
1624
1598
|
readonly POST: {
|
|
@@ -1628,7 +1602,7 @@ export declare const endpoints: {
|
|
|
1628
1602
|
readonly securityMode: "requiredAny";
|
|
1629
1603
|
};
|
|
1630
1604
|
};
|
|
1631
|
-
readonly
|
|
1605
|
+
readonly "/event/:eventId/question/:questionId": {
|
|
1632
1606
|
readonly input: {};
|
|
1633
1607
|
readonly output: {};
|
|
1634
1608
|
readonly PATCH: {
|
|
@@ -1644,24 +1618,24 @@ export declare const endpoints: {
|
|
|
1644
1618
|
readonly securityMode: "requiredAny";
|
|
1645
1619
|
};
|
|
1646
1620
|
};
|
|
1647
|
-
readonly
|
|
1621
|
+
readonly "/event/:eventId/guest/query": {
|
|
1648
1622
|
readonly input: {
|
|
1649
1623
|
filter: PublicOnly<EventGuestFilter>;
|
|
1650
1624
|
};
|
|
1651
1625
|
readonly output: EventGuestProfileQuery;
|
|
1652
1626
|
readonly securityMode: "requiredAny";
|
|
1653
1627
|
};
|
|
1654
|
-
readonly
|
|
1628
|
+
readonly "/event/:eventId/guest/:address": {
|
|
1655
1629
|
readonly input: {};
|
|
1656
1630
|
readonly output: EventGuestProfile;
|
|
1657
1631
|
readonly securityMode: "requiredAny";
|
|
1658
1632
|
};
|
|
1659
|
-
readonly
|
|
1633
|
+
readonly "/event/:eventId/guest-export": {
|
|
1660
1634
|
readonly input: {};
|
|
1661
1635
|
readonly output: EventGuestExport[];
|
|
1662
1636
|
readonly securityMode: "requiredAny";
|
|
1663
1637
|
};
|
|
1664
|
-
readonly
|
|
1638
|
+
readonly "/event/:eventId/role": {
|
|
1665
1639
|
readonly input: {};
|
|
1666
1640
|
readonly output: EventUserRole[];
|
|
1667
1641
|
readonly POST: {
|
|
@@ -1678,7 +1652,7 @@ export declare const endpoints: {
|
|
|
1678
1652
|
};
|
|
1679
1653
|
readonly securityMode: "requiredAny";
|
|
1680
1654
|
};
|
|
1681
|
-
readonly
|
|
1655
|
+
readonly "/event/:eventId/role/:roleId": {
|
|
1682
1656
|
readonly input: {};
|
|
1683
1657
|
readonly output: EventUserRoleDoc;
|
|
1684
1658
|
readonly DELETE: {
|
|
@@ -1694,7 +1668,7 @@ export declare const endpoints: {
|
|
|
1694
1668
|
readonly securityMode: "requiredAny";
|
|
1695
1669
|
};
|
|
1696
1670
|
};
|
|
1697
|
-
readonly
|
|
1671
|
+
readonly "/event/:eventId/guest": {
|
|
1698
1672
|
readonly input: {};
|
|
1699
1673
|
readonly output: {};
|
|
1700
1674
|
readonly DELETE: {
|
|
@@ -1704,44 +1678,44 @@ export declare const endpoints: {
|
|
|
1704
1678
|
readonly securityMode: "requiredAny";
|
|
1705
1679
|
};
|
|
1706
1680
|
};
|
|
1707
|
-
readonly
|
|
1681
|
+
readonly "/event/:eventId/roleOf/:address": {
|
|
1708
1682
|
readonly input: {};
|
|
1709
1683
|
readonly output: EventUserRoleDoc;
|
|
1710
1684
|
readonly securityMode: "requiredAny";
|
|
1711
1685
|
};
|
|
1712
|
-
readonly
|
|
1686
|
+
readonly "/user/me/event": {
|
|
1713
1687
|
readonly input: {
|
|
1714
1688
|
extended: boolean;
|
|
1715
1689
|
};
|
|
1716
1690
|
readonly output: EventProfile[];
|
|
1717
1691
|
readonly securityMode: "requiredAny";
|
|
1718
1692
|
};
|
|
1719
|
-
readonly
|
|
1693
|
+
readonly "/user/me/events/past": {
|
|
1720
1694
|
readonly input: {};
|
|
1721
1695
|
readonly output: EventProfile[];
|
|
1722
1696
|
readonly securityMode: "requiredAny";
|
|
1723
1697
|
};
|
|
1724
|
-
readonly
|
|
1698
|
+
readonly "/user/me/events/hosted": {
|
|
1725
1699
|
readonly input: {};
|
|
1726
1700
|
readonly output: EventProfile[];
|
|
1727
1701
|
readonly securityMode: "requiredAny";
|
|
1728
1702
|
};
|
|
1729
|
-
readonly
|
|
1703
|
+
readonly "/user/me/events/upcoming": {
|
|
1730
1704
|
readonly input: {};
|
|
1731
1705
|
readonly output: EventProfile[];
|
|
1732
1706
|
readonly securityMode: "requiredAny";
|
|
1733
1707
|
};
|
|
1734
|
-
readonly
|
|
1708
|
+
readonly "/user/me/event/badge": {
|
|
1735
1709
|
readonly input: {};
|
|
1736
1710
|
readonly output: string;
|
|
1737
1711
|
readonly securityMode: "requiredAny";
|
|
1738
1712
|
};
|
|
1739
|
-
readonly
|
|
1713
|
+
readonly "/user/me/event/badge/payload": {
|
|
1740
1714
|
readonly input: {};
|
|
1741
1715
|
readonly output: BageQRData;
|
|
1742
1716
|
readonly securityMode: "requiredAny";
|
|
1743
1717
|
};
|
|
1744
|
-
readonly
|
|
1718
|
+
readonly "/event/:eventId/scan": {
|
|
1745
1719
|
readonly input: {};
|
|
1746
1720
|
readonly output: {};
|
|
1747
1721
|
readonly POST: {
|
|
@@ -1751,7 +1725,7 @@ export declare const endpoints: {
|
|
|
1751
1725
|
readonly securityMode: "requiredAny";
|
|
1752
1726
|
};
|
|
1753
1727
|
};
|
|
1754
|
-
readonly
|
|
1728
|
+
readonly "/event/:eventId/voucher": {
|
|
1755
1729
|
readonly input: {};
|
|
1756
1730
|
readonly output: {};
|
|
1757
1731
|
readonly POST: {
|
|
@@ -1761,7 +1735,7 @@ export declare const endpoints: {
|
|
|
1761
1735
|
readonly securityMode: "requiredAny";
|
|
1762
1736
|
};
|
|
1763
1737
|
};
|
|
1764
|
-
readonly
|
|
1738
|
+
readonly "/event/:eventId/voucher/:voucherCode": {
|
|
1765
1739
|
readonly input: {};
|
|
1766
1740
|
readonly output: {};
|
|
1767
1741
|
readonly PATCH: {
|
|
@@ -1777,7 +1751,7 @@ export declare const endpoints: {
|
|
|
1777
1751
|
readonly securityMode: "requiredAny";
|
|
1778
1752
|
};
|
|
1779
1753
|
};
|
|
1780
|
-
readonly
|
|
1754
|
+
readonly "/event/:eventId/manual-check-in": {
|
|
1781
1755
|
readonly input: {};
|
|
1782
1756
|
readonly output: {};
|
|
1783
1757
|
readonly POST: {
|
|
@@ -1787,12 +1761,12 @@ export declare const endpoints: {
|
|
|
1787
1761
|
readonly securityMode: "requiredAny";
|
|
1788
1762
|
};
|
|
1789
1763
|
};
|
|
1790
|
-
readonly
|
|
1764
|
+
readonly "/event/:eventId/answered-questions/:address": {
|
|
1791
1765
|
readonly input: {};
|
|
1792
1766
|
readonly output: AnsweredQuestionWithDetails[];
|
|
1793
1767
|
readonly securityMode: "requiredAny";
|
|
1794
1768
|
};
|
|
1795
|
-
readonly
|
|
1769
|
+
readonly "/event/:eventId/guest/approve": {
|
|
1796
1770
|
readonly input: {};
|
|
1797
1771
|
readonly output: {};
|
|
1798
1772
|
readonly PATCH: {
|
|
@@ -1802,15 +1776,15 @@ export declare const endpoints: {
|
|
|
1802
1776
|
readonly securityMode: "requiredAny";
|
|
1803
1777
|
};
|
|
1804
1778
|
};
|
|
1805
|
-
readonly
|
|
1779
|
+
readonly "/event/:eventId/google-pass/:address": {
|
|
1806
1780
|
readonly input: {};
|
|
1807
1781
|
readonly output: string[];
|
|
1808
1782
|
};
|
|
1809
|
-
readonly
|
|
1783
|
+
readonly "/event/profile/location": {
|
|
1810
1784
|
readonly input: {};
|
|
1811
1785
|
readonly output: EventCountGroupedByCountry[];
|
|
1812
1786
|
};
|
|
1813
|
-
readonly
|
|
1787
|
+
readonly "/event/:eventId/referral-config": {
|
|
1814
1788
|
readonly input: {};
|
|
1815
1789
|
readonly output: {};
|
|
1816
1790
|
readonly POST: {
|
|
@@ -1820,7 +1794,7 @@ export declare const endpoints: {
|
|
|
1820
1794
|
readonly securityMode: "requiredAny";
|
|
1821
1795
|
};
|
|
1822
1796
|
};
|
|
1823
|
-
readonly
|
|
1797
|
+
readonly "/event/:eventId/referral-config/:configId": {
|
|
1824
1798
|
readonly input: {};
|
|
1825
1799
|
readonly output: {};
|
|
1826
1800
|
readonly PATCH: {
|
|
@@ -1836,14 +1810,14 @@ export declare const endpoints: {
|
|
|
1836
1810
|
readonly securityMode: "requiredAny";
|
|
1837
1811
|
};
|
|
1838
1812
|
};
|
|
1839
|
-
readonly
|
|
1813
|
+
readonly "/event/:eventId/referral-configs": {
|
|
1840
1814
|
readonly input: {
|
|
1841
1815
|
filter?: PublicOnly<EventReferralConfigFilter>;
|
|
1842
1816
|
};
|
|
1843
1817
|
readonly output: EventReferralConfigPaginated;
|
|
1844
1818
|
readonly securityMode: "requiredAny";
|
|
1845
1819
|
};
|
|
1846
|
-
readonly
|
|
1820
|
+
readonly "/event/:eventId/referral": {
|
|
1847
1821
|
readonly input: {};
|
|
1848
1822
|
readonly output: {};
|
|
1849
1823
|
readonly POST: {
|
|
@@ -1853,7 +1827,7 @@ export declare const endpoints: {
|
|
|
1853
1827
|
readonly securityMode: "requiredAny";
|
|
1854
1828
|
};
|
|
1855
1829
|
};
|
|
1856
|
-
readonly
|
|
1830
|
+
readonly "/event/:eventId/referral/:referralCode": {
|
|
1857
1831
|
readonly input: {};
|
|
1858
1832
|
readonly output: {};
|
|
1859
1833
|
readonly PATCH: {
|
|
@@ -1869,19 +1843,19 @@ export declare const endpoints: {
|
|
|
1869
1843
|
readonly securityMode: "requiredAny";
|
|
1870
1844
|
};
|
|
1871
1845
|
};
|
|
1872
|
-
readonly
|
|
1846
|
+
readonly "/event/:eventId/referrals": {
|
|
1873
1847
|
readonly input: {
|
|
1874
1848
|
filter?: PublicOnly<EventReferralFilter>;
|
|
1875
1849
|
};
|
|
1876
1850
|
readonly output: EventReferralPaginated;
|
|
1877
1851
|
readonly securityMode: "requiredAny";
|
|
1878
1852
|
};
|
|
1879
|
-
readonly
|
|
1853
|
+
readonly "/event/:eventId/referrals/self-serviced": {
|
|
1880
1854
|
readonly input: {};
|
|
1881
1855
|
readonly output: EventReferralDoc[];
|
|
1882
1856
|
readonly securityMode: "requiredAny";
|
|
1883
1857
|
};
|
|
1884
|
-
readonly
|
|
1858
|
+
readonly "/event/:eventId/notify-attendees": {
|
|
1885
1859
|
readonly input: {};
|
|
1886
1860
|
readonly output: {};
|
|
1887
1861
|
readonly POST: {
|
|
@@ -1891,7 +1865,7 @@ export declare const endpoints: {
|
|
|
1891
1865
|
readonly securityMode: "requiredAny";
|
|
1892
1866
|
};
|
|
1893
1867
|
};
|
|
1894
|
-
readonly
|
|
1868
|
+
readonly "/notify/global-broadcast": {
|
|
1895
1869
|
readonly input: {};
|
|
1896
1870
|
readonly output: {};
|
|
1897
1871
|
readonly POST: {
|