@imtbl/sdk 1.47.4-alpha.1 → 1.47.6
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/{blockchain_data-B1KDCX4G.js → blockchain_data-CiZHsf9c.js} +2 -2
- package/dist/blockchain_data.js +3 -3
- package/dist/browser/checkout/sdk.js +4 -4
- package/dist/{checkout-D72Aprs_.js → checkout-BBvLRxMi.js} +5 -5
- package/dist/checkout.d.ts +179 -103
- package/dist/checkout.js +5 -5
- package/dist/{config-BgaavJCz.js → config-DrLnrVGK.js} +1 -1
- package/dist/config.js +1 -1
- package/dist/{index-Buqx99G3.js → index-Bzh249QJ.js} +5 -5
- package/dist/{index-Cxr0IViI.js → index-CR3MX8lP.js} +1 -1
- package/dist/{index-CosG7L6X.js → index-CigMtyzV.js} +1 -1
- package/dist/{index-B0Fr5jPR.js → index-Cjv4ZmMK.js} +3 -3
- package/dist/{index-ChlY3GKR.js → index-D2J4NDeb.js} +1 -1
- package/dist/{index-D6w7Z6CM.js → index-DXOmpxiv.js} +1 -1
- package/dist/index.browser.js +6 -6
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.d.ts +248 -145
- package/dist/index.js +14 -14
- package/dist/{minting_backend-2AH_IQWK.js → minting_backend-Bl2cT8ma.js} +3 -3
- package/dist/minting_backend.js +5 -5
- package/dist/{orderbook-D6nBJhFH.js → orderbook-Ye9irRWy.js} +1 -1
- package/dist/orderbook.js +2 -2
- package/dist/{passport-DpX6axrf.js → passport-C_rwhkBZ.js} +3 -3
- package/dist/passport.d.ts +179 -103
- package/dist/passport.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{webhook-Ga0lItD9.js → webhook-BmR-m7dM.js} +1 -1
- package/dist/webhook.js +2 -2
- package/dist/{x-DAWCDhzj.js → x-DWBBH_Mv.js} +3 -3
- package/dist/x.d.ts +184 -110
- package/dist/x.js +4 -4
- package/package.json +1 -1
package/dist/passport.d.ts
CHANGED
|
@@ -1576,7 +1576,7 @@ interface ApiRegisterPassportUserRequest {
|
|
|
1576
1576
|
* @export
|
|
1577
1577
|
* @interface Collection
|
|
1578
1578
|
*/
|
|
1579
|
-
interface Collection {
|
|
1579
|
+
interface Collection$1 {
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Ethereum address of the ERC721 contract
|
|
1582
1582
|
* @type {string}
|
|
@@ -1656,7 +1656,7 @@ interface Collection {
|
|
|
1656
1656
|
* Collection and it\'s metadata
|
|
1657
1657
|
* @export
|
|
1658
1658
|
*/
|
|
1659
|
-
type SummarizedCollectionCollection = Collection;
|
|
1659
|
+
type SummarizedCollectionCollection = Collection$1;
|
|
1660
1660
|
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Immutable X API
|
|
@@ -1857,7 +1857,7 @@ interface Fee {
|
|
|
1857
1857
|
* @export
|
|
1858
1858
|
* @interface Asset
|
|
1859
1859
|
*/
|
|
1860
|
-
interface Asset {
|
|
1860
|
+
interface Asset$1 {
|
|
1861
1861
|
/**
|
|
1862
1862
|
*
|
|
1863
1863
|
* @type {AssetCollection}
|
|
@@ -2114,7 +2114,7 @@ interface AssetWithOrders {
|
|
|
2114
2114
|
* @export
|
|
2115
2115
|
* @interface Balance
|
|
2116
2116
|
*/
|
|
2117
|
-
interface Balance {
|
|
2117
|
+
interface Balance$1 {
|
|
2118
2118
|
/**
|
|
2119
2119
|
* Amount which is currently inside the exchange
|
|
2120
2120
|
* @type {string}
|
|
@@ -2276,7 +2276,7 @@ type CollectionFilterRange = Range;
|
|
|
2276
2276
|
* @export
|
|
2277
2277
|
* @interface CollectionFilter
|
|
2278
2278
|
*/
|
|
2279
|
-
interface CollectionFilter {
|
|
2279
|
+
interface CollectionFilter$1 {
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Key of this property
|
|
2282
2282
|
* @type {string}
|
|
@@ -2570,7 +2570,7 @@ interface CreateMetadataRefreshRequest$1 {
|
|
|
2570
2570
|
* @export
|
|
2571
2571
|
* @interface CreateMetadataRefreshResponse
|
|
2572
2572
|
*/
|
|
2573
|
-
interface CreateMetadataRefreshResponse {
|
|
2573
|
+
interface CreateMetadataRefreshResponse$1 {
|
|
2574
2574
|
/**
|
|
2575
2575
|
* The metadata refresh ID
|
|
2576
2576
|
* @type {string}
|
|
@@ -3967,7 +3967,7 @@ interface CreateWithdrawalResponse {
|
|
|
3967
3967
|
* @export
|
|
3968
3968
|
* @interface CurrencyWithLimits
|
|
3969
3969
|
*/
|
|
3970
|
-
interface CurrencyWithLimits {
|
|
3970
|
+
interface CurrencyWithLimits$1 {
|
|
3971
3971
|
/**
|
|
3972
3972
|
* Provider currency code
|
|
3973
3973
|
* @type {string}
|
|
@@ -4030,7 +4030,7 @@ type DepositToken = Token;
|
|
|
4030
4030
|
* @export
|
|
4031
4031
|
* @interface Deposit
|
|
4032
4032
|
*/
|
|
4033
|
-
interface Deposit {
|
|
4033
|
+
interface Deposit$1 {
|
|
4034
4034
|
/**
|
|
4035
4035
|
* Status of this deposit in Immutable X
|
|
4036
4036
|
* @type {string}
|
|
@@ -4304,7 +4304,7 @@ interface OptionalExchangeData {
|
|
|
4304
4304
|
* @export
|
|
4305
4305
|
* @interface Exchange
|
|
4306
4306
|
*/
|
|
4307
|
-
interface Exchange {
|
|
4307
|
+
interface Exchange$1 {
|
|
4308
4308
|
/**
|
|
4309
4309
|
* Time this transaction was created
|
|
4310
4310
|
* @type {string}
|
|
@@ -4371,7 +4371,7 @@ interface Exchange {
|
|
|
4371
4371
|
* @export
|
|
4372
4372
|
* @interface ExchangeCreateExchangeAndURLResponse
|
|
4373
4373
|
*/
|
|
4374
|
-
interface ExchangeCreateExchangeAndURLResponse {
|
|
4374
|
+
interface ExchangeCreateExchangeAndURLResponse$1 {
|
|
4375
4375
|
/**
|
|
4376
4376
|
* Created transaction ID
|
|
4377
4377
|
* @type {number}
|
|
@@ -4482,7 +4482,7 @@ interface MetadataRefreshErrors {
|
|
|
4482
4482
|
* @export
|
|
4483
4483
|
* @interface GetMetadataRefreshErrorsResponse
|
|
4484
4484
|
*/
|
|
4485
|
-
interface GetMetadataRefreshErrorsResponse {
|
|
4485
|
+
interface GetMetadataRefreshErrorsResponse$1 {
|
|
4486
4486
|
/**
|
|
4487
4487
|
* Generated cursor returned by previous query
|
|
4488
4488
|
* @type {string}
|
|
@@ -4557,7 +4557,7 @@ interface MetadataRefreshSummary {
|
|
|
4557
4557
|
* @export
|
|
4558
4558
|
* @interface GetMetadataRefreshResponse
|
|
4559
4559
|
*/
|
|
4560
|
-
interface GetMetadataRefreshResponse {
|
|
4560
|
+
interface GetMetadataRefreshResponse$1 {
|
|
4561
4561
|
/**
|
|
4562
4562
|
* The collection address
|
|
4563
4563
|
* @type {string}
|
|
@@ -4674,7 +4674,7 @@ type MetadataRefreshExcludingSummaryStatusEnum = typeof MetadataRefreshExcluding
|
|
|
4674
4674
|
* @export
|
|
4675
4675
|
* @interface GetMetadataRefreshes
|
|
4676
4676
|
*/
|
|
4677
|
-
interface GetMetadataRefreshes {
|
|
4677
|
+
interface GetMetadataRefreshes$1 {
|
|
4678
4678
|
/**
|
|
4679
4679
|
* Generated cursor returned by previous query
|
|
4680
4680
|
* @type {string}
|
|
@@ -4894,7 +4894,7 @@ interface GetPrimarySaleOKBody {
|
|
|
4894
4894
|
* @export
|
|
4895
4895
|
* @interface Project
|
|
4896
4896
|
*/
|
|
4897
|
-
interface Project {
|
|
4897
|
+
interface Project$1 {
|
|
4898
4898
|
/**
|
|
4899
4899
|
* API key for the project. This is only for zkevm project. This API is not for increasing rate limit yet.
|
|
4900
4900
|
* @type {string}
|
|
@@ -6403,7 +6403,7 @@ interface GetSignableWithdrawalResponseV2 {
|
|
|
6403
6403
|
* @export
|
|
6404
6404
|
* @interface GetTransactionsResponse
|
|
6405
6405
|
*/
|
|
6406
|
-
interface GetTransactionsResponse {
|
|
6406
|
+
interface GetTransactionsResponse$1 {
|
|
6407
6407
|
/**
|
|
6408
6408
|
* Generated cursor returned by previous query
|
|
6409
6409
|
* @type {string}
|
|
@@ -6421,7 +6421,7 @@ interface GetTransactionsResponse {
|
|
|
6421
6421
|
* @type {Array<Exchange>}
|
|
6422
6422
|
* @memberof GetTransactionsResponse
|
|
6423
6423
|
*/
|
|
6424
|
-
'result'?: Array<Exchange>;
|
|
6424
|
+
'result'?: Array<Exchange$1>;
|
|
6425
6425
|
}
|
|
6426
6426
|
|
|
6427
6427
|
/**
|
|
@@ -6440,7 +6440,7 @@ interface GetTransactionsResponse {
|
|
|
6440
6440
|
* @export
|
|
6441
6441
|
* @interface GetUsersApiResponse
|
|
6442
6442
|
*/
|
|
6443
|
-
interface GetUsersApiResponse {
|
|
6443
|
+
interface GetUsersApiResponse$1 {
|
|
6444
6444
|
/**
|
|
6445
6445
|
* Accounts
|
|
6446
6446
|
* @type {Array<string>}
|
|
@@ -6466,7 +6466,7 @@ interface GetUsersApiResponse {
|
|
|
6466
6466
|
* @export
|
|
6467
6467
|
* @interface ListAssetsResponse
|
|
6468
6468
|
*/
|
|
6469
|
-
interface ListAssetsResponse {
|
|
6469
|
+
interface ListAssetsResponse$1 {
|
|
6470
6470
|
/**
|
|
6471
6471
|
* Generated cursor returned by previous query
|
|
6472
6472
|
* @type {string}
|
|
@@ -6504,7 +6504,7 @@ interface ListAssetsResponse {
|
|
|
6504
6504
|
* @export
|
|
6505
6505
|
* @interface ListBalancesResponse
|
|
6506
6506
|
*/
|
|
6507
|
-
interface ListBalancesResponse {
|
|
6507
|
+
interface ListBalancesResponse$1 {
|
|
6508
6508
|
/**
|
|
6509
6509
|
* Generated cursor returned by previous query
|
|
6510
6510
|
* @type {string}
|
|
@@ -6522,7 +6522,7 @@ interface ListBalancesResponse {
|
|
|
6522
6522
|
* @type {Array<Balance>}
|
|
6523
6523
|
* @memberof ListBalancesResponse
|
|
6524
6524
|
*/
|
|
6525
|
-
'result': Array<Balance>;
|
|
6525
|
+
'result': Array<Balance$1>;
|
|
6526
6526
|
}
|
|
6527
6527
|
|
|
6528
6528
|
/**
|
|
@@ -6542,7 +6542,7 @@ interface ListBalancesResponse {
|
|
|
6542
6542
|
* @export
|
|
6543
6543
|
* @interface ListCollectionsResponse
|
|
6544
6544
|
*/
|
|
6545
|
-
interface ListCollectionsResponse {
|
|
6545
|
+
interface ListCollectionsResponse$1 {
|
|
6546
6546
|
/**
|
|
6547
6547
|
* Generated cursor returned by previous query
|
|
6548
6548
|
* @type {string}
|
|
@@ -6560,7 +6560,7 @@ interface ListCollectionsResponse {
|
|
|
6560
6560
|
* @type {Array<Collection>}
|
|
6561
6561
|
* @memberof ListCollectionsResponse
|
|
6562
6562
|
*/
|
|
6563
|
-
'result': Array<Collection>;
|
|
6563
|
+
'result': Array<Collection$1>;
|
|
6564
6564
|
}
|
|
6565
6565
|
|
|
6566
6566
|
/**
|
|
@@ -6580,7 +6580,7 @@ interface ListCollectionsResponse {
|
|
|
6580
6580
|
* @export
|
|
6581
6581
|
* @interface ListDepositsResponse
|
|
6582
6582
|
*/
|
|
6583
|
-
interface ListDepositsResponse {
|
|
6583
|
+
interface ListDepositsResponse$1 {
|
|
6584
6584
|
/**
|
|
6585
6585
|
* Generated cursor returned by previous query
|
|
6586
6586
|
* @type {string}
|
|
@@ -6598,7 +6598,7 @@ interface ListDepositsResponse {
|
|
|
6598
6598
|
* @type {Array<Deposit>}
|
|
6599
6599
|
* @memberof ListDepositsResponse
|
|
6600
6600
|
*/
|
|
6601
|
-
'result': Array<Deposit>;
|
|
6601
|
+
'result': Array<Deposit$1>;
|
|
6602
6602
|
}
|
|
6603
6603
|
|
|
6604
6604
|
/**
|
|
@@ -6656,7 +6656,7 @@ type MintTokenOAIGen = MintToken;
|
|
|
6656
6656
|
* @export
|
|
6657
6657
|
* @interface Mint
|
|
6658
6658
|
*/
|
|
6659
|
-
interface Mint {
|
|
6659
|
+
interface Mint$1 {
|
|
6660
6660
|
/**
|
|
6661
6661
|
* Fee details
|
|
6662
6662
|
* @type {Array<Fee>}
|
|
@@ -6712,7 +6712,7 @@ interface Mint {
|
|
|
6712
6712
|
* @export
|
|
6713
6713
|
* @interface ListMintsResponse
|
|
6714
6714
|
*/
|
|
6715
|
-
interface ListMintsResponse {
|
|
6715
|
+
interface ListMintsResponse$1 {
|
|
6716
6716
|
/**
|
|
6717
6717
|
* Generated cursor returned by previous query
|
|
6718
6718
|
* @type {string}
|
|
@@ -6730,7 +6730,7 @@ interface ListMintsResponse {
|
|
|
6730
6730
|
* @type {Array<Mint>}
|
|
6731
6731
|
* @memberof ListMintsResponse
|
|
6732
6732
|
*/
|
|
6733
|
-
'result': Array<Mint>;
|
|
6733
|
+
'result': Array<Mint$1>;
|
|
6734
6734
|
}
|
|
6735
6735
|
|
|
6736
6736
|
/**
|
|
@@ -6882,7 +6882,7 @@ type OrderV3TakerFees = OrdersMakerTakerFee;
|
|
|
6882
6882
|
* @export
|
|
6883
6883
|
* @interface OrderV3
|
|
6884
6884
|
*/
|
|
6885
|
-
interface OrderV3 {
|
|
6885
|
+
interface OrderV3$1 {
|
|
6886
6886
|
/**
|
|
6887
6887
|
* Amount of the asset already sold by this order
|
|
6888
6888
|
* @type {string}
|
|
@@ -6980,7 +6980,7 @@ interface OrderV3 {
|
|
|
6980
6980
|
* @export
|
|
6981
6981
|
* @interface ListOrdersResponseV3
|
|
6982
6982
|
*/
|
|
6983
|
-
interface ListOrdersResponseV3 {
|
|
6983
|
+
interface ListOrdersResponseV3$1 {
|
|
6984
6984
|
/**
|
|
6985
6985
|
* Generated cursor returned by previous query
|
|
6986
6986
|
* @type {string}
|
|
@@ -6998,7 +6998,7 @@ interface ListOrdersResponseV3 {
|
|
|
6998
6998
|
* @type {Array<OrderV3>}
|
|
6999
6999
|
* @memberof ListOrdersResponseV3
|
|
7000
7000
|
*/
|
|
7001
|
-
'result': Array<OrderV3>;
|
|
7001
|
+
'result': Array<OrderV3$1>;
|
|
7002
7002
|
}
|
|
7003
7003
|
|
|
7004
7004
|
/**
|
|
@@ -7017,7 +7017,7 @@ interface ListOrdersResponseV3 {
|
|
|
7017
7017
|
* @export
|
|
7018
7018
|
* @interface TokenDetails
|
|
7019
7019
|
*/
|
|
7020
|
-
interface TokenDetails {
|
|
7020
|
+
interface TokenDetails$1 {
|
|
7021
7021
|
/**
|
|
7022
7022
|
* Number of decimals for token
|
|
7023
7023
|
* @type {string}
|
|
@@ -7073,7 +7073,7 @@ interface TokenDetails {
|
|
|
7073
7073
|
* @export
|
|
7074
7074
|
* @interface ListTokensResponse
|
|
7075
7075
|
*/
|
|
7076
|
-
interface ListTokensResponse {
|
|
7076
|
+
interface ListTokensResponse$1 {
|
|
7077
7077
|
/**
|
|
7078
7078
|
* Generated cursor returned by previous query
|
|
7079
7079
|
* @type {string}
|
|
@@ -7085,7 +7085,7 @@ interface ListTokensResponse {
|
|
|
7085
7085
|
* @type {Array<TokenDetails>}
|
|
7086
7086
|
* @memberof ListTokensResponse
|
|
7087
7087
|
*/
|
|
7088
|
-
'result': Array<TokenDetails>;
|
|
7088
|
+
'result': Array<TokenDetails$1>;
|
|
7089
7089
|
}
|
|
7090
7090
|
|
|
7091
7091
|
/**
|
|
@@ -7192,7 +7192,7 @@ type TradeB = TradeSide;
|
|
|
7192
7192
|
* @export
|
|
7193
7193
|
* @interface Trade
|
|
7194
7194
|
*/
|
|
7195
|
-
interface Trade {
|
|
7195
|
+
interface Trade$1 {
|
|
7196
7196
|
/**
|
|
7197
7197
|
*
|
|
7198
7198
|
* @type {TradeA}
|
|
@@ -7242,7 +7242,7 @@ interface Trade {
|
|
|
7242
7242
|
* @export
|
|
7243
7243
|
* @interface ListTradesResponse
|
|
7244
7244
|
*/
|
|
7245
|
-
interface ListTradesResponse {
|
|
7245
|
+
interface ListTradesResponse$1 {
|
|
7246
7246
|
/**
|
|
7247
7247
|
* Generated cursor returned by previous query
|
|
7248
7248
|
* @type {string}
|
|
@@ -7260,7 +7260,7 @@ interface ListTradesResponse {
|
|
|
7260
7260
|
* @type {Array<Trade>}
|
|
7261
7261
|
* @memberof ListTradesResponse
|
|
7262
7262
|
*/
|
|
7263
|
-
'result': Array<Trade>;
|
|
7263
|
+
'result': Array<Trade$1>;
|
|
7264
7264
|
}
|
|
7265
7265
|
|
|
7266
7266
|
/**
|
|
@@ -7299,7 +7299,7 @@ type TransferToken = Token;
|
|
|
7299
7299
|
* @export
|
|
7300
7300
|
* @interface Transfer
|
|
7301
7301
|
*/
|
|
7302
|
-
interface Transfer {
|
|
7302
|
+
interface Transfer$1 {
|
|
7303
7303
|
/**
|
|
7304
7304
|
* Ethereum address of the user who received this transfer
|
|
7305
7305
|
* @type {string}
|
|
@@ -7355,7 +7355,7 @@ interface Transfer {
|
|
|
7355
7355
|
* @export
|
|
7356
7356
|
* @interface ListTransfersResponse
|
|
7357
7357
|
*/
|
|
7358
|
-
interface ListTransfersResponse {
|
|
7358
|
+
interface ListTransfersResponse$1 {
|
|
7359
7359
|
/**
|
|
7360
7360
|
* Generated cursor returned by previous query
|
|
7361
7361
|
* @type {string}
|
|
@@ -7373,7 +7373,7 @@ interface ListTransfersResponse {
|
|
|
7373
7373
|
* @type {Array<Transfer>}
|
|
7374
7374
|
* @memberof ListTransfersResponse
|
|
7375
7375
|
*/
|
|
7376
|
-
'result': Array<Transfer>;
|
|
7376
|
+
'result': Array<Transfer$1>;
|
|
7377
7377
|
}
|
|
7378
7378
|
|
|
7379
7379
|
/**
|
|
@@ -7412,7 +7412,7 @@ type WithdrawalToken = Token;
|
|
|
7412
7412
|
* @export
|
|
7413
7413
|
* @interface Withdrawal
|
|
7414
7414
|
*/
|
|
7415
|
-
interface Withdrawal {
|
|
7415
|
+
interface Withdrawal$1 {
|
|
7416
7416
|
/**
|
|
7417
7417
|
* Status of the on-chain batch confirmation for this withdrawal
|
|
7418
7418
|
* @type {string}
|
|
@@ -7474,7 +7474,7 @@ interface Withdrawal {
|
|
|
7474
7474
|
* @export
|
|
7475
7475
|
* @interface ListWithdrawalsResponse
|
|
7476
7476
|
*/
|
|
7477
|
-
interface ListWithdrawalsResponse {
|
|
7477
|
+
interface ListWithdrawalsResponse$1 {
|
|
7478
7478
|
/**
|
|
7479
7479
|
* Generated cursor returned by previous query
|
|
7480
7480
|
* @type {string}
|
|
@@ -7492,7 +7492,7 @@ interface ListWithdrawalsResponse {
|
|
|
7492
7492
|
* @type {Array<Withdrawal>}
|
|
7493
7493
|
* @memberof ListWithdrawalsResponse
|
|
7494
7494
|
*/
|
|
7495
|
-
'result': Array<Withdrawal>;
|
|
7495
|
+
'result': Array<Withdrawal$1>;
|
|
7496
7496
|
}
|
|
7497
7497
|
|
|
7498
7498
|
/**
|
|
@@ -7511,7 +7511,7 @@ interface ListWithdrawalsResponse {
|
|
|
7511
7511
|
* @export
|
|
7512
7512
|
* @interface MetadataSchemaProperty
|
|
7513
7513
|
*/
|
|
7514
|
-
interface MetadataSchemaProperty {
|
|
7514
|
+
interface MetadataSchemaProperty$1 {
|
|
7515
7515
|
/**
|
|
7516
7516
|
* Sets the metadata as filterable
|
|
7517
7517
|
* @type {boolean}
|
|
@@ -7868,7 +7868,7 @@ interface NftprimarytransactionCreateAPIRequest {
|
|
|
7868
7868
|
* @export
|
|
7869
7869
|
* @interface NftprimarytransactionCreateResponse
|
|
7870
7870
|
*/
|
|
7871
|
-
interface NftprimarytransactionCreateResponse {
|
|
7871
|
+
interface NftprimarytransactionCreateResponse$1 {
|
|
7872
7872
|
/**
|
|
7873
7873
|
* Contract address of the asset to be created
|
|
7874
7874
|
* @type {string}
|
|
@@ -7935,7 +7935,7 @@ interface NftprimarytransactionCreateResponse {
|
|
|
7935
7935
|
* @export
|
|
7936
7936
|
* @interface NftprimarytransactionGetResponse
|
|
7937
7937
|
*/
|
|
7938
|
-
interface NftprimarytransactionGetResponse {
|
|
7938
|
+
interface NftprimarytransactionGetResponse$1 {
|
|
7939
7939
|
/**
|
|
7940
7940
|
* Contract address of the asset
|
|
7941
7941
|
* @type {string}
|
|
@@ -8130,7 +8130,7 @@ interface NftprimarytransactionTransactionData {
|
|
|
8130
8130
|
* @export
|
|
8131
8131
|
* @interface NftprimarytransactionListTransactionsResponse
|
|
8132
8132
|
*/
|
|
8133
|
-
interface NftprimarytransactionListTransactionsResponse {
|
|
8133
|
+
interface NftprimarytransactionListTransactionsResponse$1 {
|
|
8134
8134
|
/**
|
|
8135
8135
|
* Generated cursor returned by previous query
|
|
8136
8136
|
* @type {string}
|
|
@@ -9140,7 +9140,7 @@ interface SignableRejectPrimarySaleOKBody {
|
|
|
9140
9140
|
* @export
|
|
9141
9141
|
* @interface SuccessResponse
|
|
9142
9142
|
*/
|
|
9143
|
-
interface SuccessResponse {
|
|
9143
|
+
interface SuccessResponse$1 {
|
|
9144
9144
|
/**
|
|
9145
9145
|
*
|
|
9146
9146
|
* @type {string}
|
|
@@ -9464,7 +9464,7 @@ declare class AssetsApi$1 extends BaseAPI {
|
|
|
9464
9464
|
* @throws {RequiredError}
|
|
9465
9465
|
* @memberof AssetsApi
|
|
9466
9466
|
*/
|
|
9467
|
-
getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset, any>>;
|
|
9467
|
+
getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset$1, any>>;
|
|
9468
9468
|
/**
|
|
9469
9469
|
* Get a list of assets
|
|
9470
9470
|
* @summary Get a list of assets
|
|
@@ -9473,7 +9473,7 @@ declare class AssetsApi$1 extends BaseAPI {
|
|
|
9473
9473
|
* @throws {RequiredError}
|
|
9474
9474
|
* @memberof AssetsApi
|
|
9475
9475
|
*/
|
|
9476
|
-
listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse, any>>;
|
|
9476
|
+
listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse$1, any>>;
|
|
9477
9477
|
}
|
|
9478
9478
|
|
|
9479
9479
|
/**
|
|
@@ -9547,7 +9547,7 @@ declare class BalancesApi$1 extends BaseAPI {
|
|
|
9547
9547
|
* @throws {RequiredError}
|
|
9548
9548
|
* @memberof BalancesApi
|
|
9549
9549
|
*/
|
|
9550
|
-
getBalance(requestParameters: BalancesApiGetBalanceRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Balance, any>>;
|
|
9550
|
+
getBalance(requestParameters: BalancesApiGetBalanceRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Balance$1, any>>;
|
|
9551
9551
|
/**
|
|
9552
9552
|
* Get a list of balances for given user
|
|
9553
9553
|
* @summary Get a list of balances for given user
|
|
@@ -9556,7 +9556,7 @@ declare class BalancesApi$1 extends BaseAPI {
|
|
|
9556
9556
|
* @throws {RequiredError}
|
|
9557
9557
|
* @memberof BalancesApi
|
|
9558
9558
|
*/
|
|
9559
|
-
listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse, any>>;
|
|
9559
|
+
listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse$1, any>>;
|
|
9560
9560
|
}
|
|
9561
9561
|
|
|
9562
9562
|
/**
|
|
@@ -9736,7 +9736,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9736
9736
|
* @throws {RequiredError}
|
|
9737
9737
|
* @memberof CollectionsApi
|
|
9738
9738
|
*/
|
|
9739
|
-
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
|
|
9739
|
+
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
|
|
9740
9740
|
/**
|
|
9741
9741
|
* Get details of a collection at the given address
|
|
9742
9742
|
* @summary Get details of a collection at the given address
|
|
@@ -9745,7 +9745,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9745
9745
|
* @throws {RequiredError}
|
|
9746
9746
|
* @memberof CollectionsApi
|
|
9747
9747
|
*/
|
|
9748
|
-
getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
|
|
9748
|
+
getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
|
|
9749
9749
|
/**
|
|
9750
9750
|
* Get a list of collection filters
|
|
9751
9751
|
* @summary Get a list of collection filters
|
|
@@ -9754,7 +9754,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9754
9754
|
* @throws {RequiredError}
|
|
9755
9755
|
* @memberof CollectionsApi
|
|
9756
9756
|
*/
|
|
9757
|
-
listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter[], any>>;
|
|
9757
|
+
listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter$1[], any>>;
|
|
9758
9758
|
/**
|
|
9759
9759
|
* Get a list of collections
|
|
9760
9760
|
* @summary Get a list of collections
|
|
@@ -9763,7 +9763,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9763
9763
|
* @throws {RequiredError}
|
|
9764
9764
|
* @memberof CollectionsApi
|
|
9765
9765
|
*/
|
|
9766
|
-
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse, any>>;
|
|
9766
|
+
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse$1, any>>;
|
|
9767
9767
|
/**
|
|
9768
9768
|
* Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection.
|
|
9769
9769
|
* @summary Get metadata about the collections held by a set of wallets
|
|
@@ -9781,7 +9781,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9781
9781
|
* @throws {RequiredError}
|
|
9782
9782
|
* @memberof CollectionsApi
|
|
9783
9783
|
*/
|
|
9784
|
-
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
|
|
9784
|
+
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
|
|
9785
9785
|
}
|
|
9786
9786
|
|
|
9787
9787
|
/**
|
|
@@ -9928,7 +9928,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
9928
9928
|
* @throws {RequiredError}
|
|
9929
9929
|
* @memberof DepositsApi
|
|
9930
9930
|
*/
|
|
9931
|
-
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit, any>>;
|
|
9931
|
+
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$1, any>>;
|
|
9932
9932
|
/**
|
|
9933
9933
|
* Gets details of a signable deposit
|
|
9934
9934
|
* @summary Gets details of a signable deposit
|
|
@@ -9946,7 +9946,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
9946
9946
|
* @throws {RequiredError}
|
|
9947
9947
|
* @memberof DepositsApi
|
|
9948
9948
|
*/
|
|
9949
|
-
listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse, any>>;
|
|
9949
|
+
listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse$1, any>>;
|
|
9950
9950
|
}
|
|
9951
9951
|
|
|
9952
9952
|
/**
|
|
@@ -10144,7 +10144,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10144
10144
|
* @throws {RequiredError}
|
|
10145
10145
|
* @memberof ExchangesApi
|
|
10146
10146
|
*/
|
|
10147
|
-
createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse, any>>;
|
|
10147
|
+
createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse$1, any>>;
|
|
10148
10148
|
/**
|
|
10149
10149
|
* Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
|
|
10150
10150
|
* @summary Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
|
|
@@ -10162,7 +10162,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10162
10162
|
* @throws {RequiredError}
|
|
10163
10163
|
* @memberof ExchangesApi
|
|
10164
10164
|
*/
|
|
10165
|
-
getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange, any>>;
|
|
10165
|
+
getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange$1, any>>;
|
|
10166
10166
|
/**
|
|
10167
10167
|
* Send a request for signable-transfer-details (offramp)
|
|
10168
10168
|
* @summary Send a request for signable-transfer-details (offramp)
|
|
@@ -10180,7 +10180,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10180
10180
|
* @throws {RequiredError}
|
|
10181
10181
|
* @memberof ExchangesApi
|
|
10182
10182
|
*/
|
|
10183
|
-
getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse, any>>;
|
|
10183
|
+
getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse$1, any>>;
|
|
10184
10184
|
}
|
|
10185
10185
|
|
|
10186
10186
|
/**
|
|
@@ -10279,7 +10279,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10279
10279
|
* @throws {RequiredError}
|
|
10280
10280
|
* @memberof MetadataApi
|
|
10281
10281
|
*/
|
|
10282
|
-
addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
10282
|
+
addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
10283
10283
|
/**
|
|
10284
10284
|
* Get collection metadata schema
|
|
10285
10285
|
* @summary Get collection metadata schema
|
|
@@ -10288,7 +10288,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10288
10288
|
* @throws {RequiredError}
|
|
10289
10289
|
* @memberof MetadataApi
|
|
10290
10290
|
*/
|
|
10291
|
-
getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty[], any>>;
|
|
10291
|
+
getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty$1[], any>>;
|
|
10292
10292
|
/**
|
|
10293
10293
|
* Update metadata schema by name
|
|
10294
10294
|
* @summary Update metadata schema by name
|
|
@@ -10297,7 +10297,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10297
10297
|
* @throws {RequiredError}
|
|
10298
10298
|
* @memberof MetadataApi
|
|
10299
10299
|
*/
|
|
10300
|
-
updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
10300
|
+
updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
10301
10301
|
}
|
|
10302
10302
|
|
|
10303
10303
|
/**
|
|
@@ -10462,7 +10462,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10462
10462
|
* @throws {RequiredError}
|
|
10463
10463
|
* @memberof MetadataRefreshesApi
|
|
10464
10464
|
*/
|
|
10465
|
-
getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
|
|
10465
|
+
getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
|
|
10466
10466
|
/**
|
|
10467
10467
|
* Get metadata refresh errors
|
|
10468
10468
|
* @param {MetadataRefreshesApiGetMetadataRefreshErrorsRequest} requestParameters Request parameters.
|
|
@@ -10470,7 +10470,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10470
10470
|
* @throws {RequiredError}
|
|
10471
10471
|
* @memberof MetadataRefreshesApi
|
|
10472
10472
|
*/
|
|
10473
|
-
getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
|
|
10473
|
+
getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
|
|
10474
10474
|
/**
|
|
10475
10475
|
* Get metadata refresh results
|
|
10476
10476
|
* @param {MetadataRefreshesApiGetMetadataRefreshResultsRequest} requestParameters Request parameters.
|
|
@@ -10478,7 +10478,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10478
10478
|
* @throws {RequiredError}
|
|
10479
10479
|
* @memberof MetadataRefreshesApi
|
|
10480
10480
|
*/
|
|
10481
|
-
getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
|
|
10481
|
+
getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
|
|
10482
10482
|
/**
|
|
10483
10483
|
* Request metadata refresh for provided tokens
|
|
10484
10484
|
* @param {MetadataRefreshesApiRequestAMetadataRefreshRequest} requestParameters Request parameters.
|
|
@@ -10486,7 +10486,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10486
10486
|
* @throws {RequiredError}
|
|
10487
10487
|
* @memberof MetadataRefreshesApi
|
|
10488
10488
|
*/
|
|
10489
|
-
requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
|
|
10489
|
+
requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
|
|
10490
10490
|
}
|
|
10491
10491
|
|
|
10492
10492
|
/**
|
|
@@ -10646,7 +10646,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
10646
10646
|
* @throws {RequiredError}
|
|
10647
10647
|
* @memberof MintsApi
|
|
10648
10648
|
*/
|
|
10649
|
-
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint[], any>>;
|
|
10649
|
+
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$1[], any>>;
|
|
10650
10650
|
/**
|
|
10651
10651
|
* Get details of a mintable token with the given token address and token ID
|
|
10652
10652
|
* @summary Get details of a mintable token with the given token address and token ID
|
|
@@ -10664,7 +10664,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
10664
10664
|
* @throws {RequiredError}
|
|
10665
10665
|
* @memberof MintsApi
|
|
10666
10666
|
*/
|
|
10667
|
-
listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse, any>>;
|
|
10667
|
+
listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse$1, any>>;
|
|
10668
10668
|
/**
|
|
10669
10669
|
* Mint tokens in a batch with fees
|
|
10670
10670
|
* @summary Mint Tokens V2
|
|
@@ -10822,7 +10822,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
10822
10822
|
* @throws {RequiredError}
|
|
10823
10823
|
* @memberof NftCheckoutPrimaryApi
|
|
10824
10824
|
*/
|
|
10825
|
-
createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse, any>>;
|
|
10825
|
+
createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse$1, any>>;
|
|
10826
10826
|
/**
|
|
10827
10827
|
* Returns a list of supported currencies and their limits
|
|
10828
10828
|
* @summary Get currencies with limits
|
|
@@ -10831,7 +10831,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
10831
10831
|
* @throws {RequiredError}
|
|
10832
10832
|
* @memberof NftCheckoutPrimaryApi
|
|
10833
10833
|
*/
|
|
10834
|
-
getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits, any>>;
|
|
10834
|
+
getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits$1, any>>;
|
|
10835
10835
|
/**
|
|
10836
10836
|
* given a transaction id, returns the corresponding transaction representing a mint executed from a card payment
|
|
10837
10837
|
* @summary Get NFT primary sale transaction by id
|
|
@@ -10840,7 +10840,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
10840
10840
|
* @throws {RequiredError}
|
|
10841
10841
|
* @memberof NftCheckoutPrimaryApi
|
|
10842
10842
|
*/
|
|
10843
|
-
getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse, any>>;
|
|
10843
|
+
getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse$1, any>>;
|
|
10844
10844
|
/**
|
|
10845
10845
|
* Returns a list of NFT primary sales transactions
|
|
10846
10846
|
* @summary Get a list of NFT primary sales transactions
|
|
@@ -10849,7 +10849,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
10849
10849
|
* @throws {RequiredError}
|
|
10850
10850
|
* @memberof NftCheckoutPrimaryApi
|
|
10851
10851
|
*/
|
|
10852
|
-
getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse, any>>;
|
|
10852
|
+
getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse$1, any>>;
|
|
10853
10853
|
/**
|
|
10854
10854
|
* Registers a new contract for use in the minting with fiat card flow
|
|
10855
10855
|
* @summary Executes NFT primary sales contract registration
|
|
@@ -11200,7 +11200,7 @@ declare class OrdersApi$1 extends BaseAPI {
|
|
|
11200
11200
|
* @throws {RequiredError}
|
|
11201
11201
|
* @memberof OrdersApi
|
|
11202
11202
|
*/
|
|
11203
|
-
getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3, any>>;
|
|
11203
|
+
getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3$1, any>>;
|
|
11204
11204
|
/**
|
|
11205
11205
|
* Generate a signable cancel order message (V3)
|
|
11206
11206
|
* @summary Generate a signable cancel order message (V3)
|
|
@@ -11227,7 +11227,7 @@ declare class OrdersApi$1 extends BaseAPI {
|
|
|
11227
11227
|
* @throws {RequiredError}
|
|
11228
11228
|
* @memberof OrdersApi
|
|
11229
11229
|
*/
|
|
11230
|
-
listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3, any>>;
|
|
11230
|
+
listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3$1, any>>;
|
|
11231
11231
|
}
|
|
11232
11232
|
|
|
11233
11233
|
/**
|
|
@@ -11433,7 +11433,7 @@ declare class ProjectsApi$1 extends BaseAPI {
|
|
|
11433
11433
|
* @throws {RequiredError}
|
|
11434
11434
|
* @memberof ProjectsApi
|
|
11435
11435
|
*/
|
|
11436
|
-
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project, any>>;
|
|
11436
|
+
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project$1, any>>;
|
|
11437
11437
|
}
|
|
11438
11438
|
|
|
11439
11439
|
/**
|
|
@@ -11507,7 +11507,7 @@ declare class TokensApi$1 extends BaseAPI {
|
|
|
11507
11507
|
* @throws {RequiredError}
|
|
11508
11508
|
* @memberof TokensApi
|
|
11509
11509
|
*/
|
|
11510
|
-
getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails, any>>;
|
|
11510
|
+
getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails$1, any>>;
|
|
11511
11511
|
/**
|
|
11512
11512
|
* Get a list of tokens
|
|
11513
11513
|
* @summary Get a list of tokens
|
|
@@ -11516,7 +11516,7 @@ declare class TokensApi$1 extends BaseAPI {
|
|
|
11516
11516
|
* @throws {RequiredError}
|
|
11517
11517
|
* @memberof TokensApi
|
|
11518
11518
|
*/
|
|
11519
|
-
listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse, any>>;
|
|
11519
|
+
listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse$1, any>>;
|
|
11520
11520
|
}
|
|
11521
11521
|
|
|
11522
11522
|
/**
|
|
@@ -11682,7 +11682,7 @@ declare class TradesApi$1 extends BaseAPI {
|
|
|
11682
11682
|
* @throws {RequiredError}
|
|
11683
11683
|
* @memberof TradesApi
|
|
11684
11684
|
*/
|
|
11685
|
-
getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade, any>>;
|
|
11685
|
+
getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade$1, any>>;
|
|
11686
11686
|
/**
|
|
11687
11687
|
* Get a list of trades (V3)
|
|
11688
11688
|
* @summary Get a list of trades (V3)
|
|
@@ -11691,7 +11691,7 @@ declare class TradesApi$1 extends BaseAPI {
|
|
|
11691
11691
|
* @throws {RequiredError}
|
|
11692
11692
|
* @memberof TradesApi
|
|
11693
11693
|
*/
|
|
11694
|
-
listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse, any>>;
|
|
11694
|
+
listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse$1, any>>;
|
|
11695
11695
|
}
|
|
11696
11696
|
|
|
11697
11697
|
/**
|
|
@@ -11955,7 +11955,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
11955
11955
|
* @throws {RequiredError}
|
|
11956
11956
|
* @memberof TransfersApi
|
|
11957
11957
|
*/
|
|
11958
|
-
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer, any>>;
|
|
11958
|
+
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$1, any>>;
|
|
11959
11959
|
/**
|
|
11960
11960
|
* Get a list of transfers
|
|
11961
11961
|
* @summary Get a list of transfers
|
|
@@ -11964,7 +11964,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
11964
11964
|
* @throws {RequiredError}
|
|
11965
11965
|
* @memberof TransfersApi
|
|
11966
11966
|
*/
|
|
11967
|
-
listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse, any>>;
|
|
11967
|
+
listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse$1, any>>;
|
|
11968
11968
|
}
|
|
11969
11969
|
|
|
11970
11970
|
/**
|
|
@@ -12090,7 +12090,7 @@ declare class UsersApi$1 extends BaseAPI {
|
|
|
12090
12090
|
* @throws {RequiredError}
|
|
12091
12091
|
* @memberof UsersApi
|
|
12092
12092
|
*/
|
|
12093
|
-
getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse, any>>;
|
|
12093
|
+
getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse$1, any>>;
|
|
12094
12094
|
/**
|
|
12095
12095
|
* Registers a passport user
|
|
12096
12096
|
* @summary Registers a passport user
|
|
@@ -12375,7 +12375,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
|
|
|
12375
12375
|
* @throws {RequiredError}
|
|
12376
12376
|
* @memberof WithdrawalsApi
|
|
12377
12377
|
*/
|
|
12378
|
-
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal, any>>;
|
|
12378
|
+
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$1, any>>;
|
|
12379
12379
|
/**
|
|
12380
12380
|
* Get a list of withdrawals
|
|
12381
12381
|
* @summary Get a list of withdrawals
|
|
@@ -12384,7 +12384,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
|
|
|
12384
12384
|
* @throws {RequiredError}
|
|
12385
12385
|
* @memberof WithdrawalsApi
|
|
12386
12386
|
*/
|
|
12387
|
-
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse, any>>;
|
|
12387
|
+
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse$1, any>>;
|
|
12388
12388
|
}
|
|
12389
12389
|
|
|
12390
12390
|
/**
|
|
@@ -12939,14 +12939,22 @@ interface AcceptPrimarySaleUnauthorizedBody extends AcceptPrimarySaleUnauthorize
|
|
|
12939
12939
|
}
|
|
12940
12940
|
interface AddMetadataSchemaToCollectionRequest extends AddMetadataSchemaToCollectionRequest$1 {
|
|
12941
12941
|
}
|
|
12942
|
+
interface Asset extends Asset$1 {
|
|
12943
|
+
}
|
|
12942
12944
|
interface AssetsApiGetAssetRequest extends AssetsApiGetAssetRequest$1 {
|
|
12943
12945
|
}
|
|
12944
12946
|
interface AssetsApiListAssetsRequest extends AssetsApiListAssetsRequest$1 {
|
|
12945
12947
|
}
|
|
12948
|
+
interface Balance extends Balance$1 {
|
|
12949
|
+
}
|
|
12946
12950
|
interface BalancesApiGetBalanceRequest extends BalancesApiGetBalanceRequest$1 {
|
|
12947
12951
|
}
|
|
12948
12952
|
interface BalancesApiListBalancesRequest extends BalancesApiListBalancesRequest$1 {
|
|
12949
12953
|
}
|
|
12954
|
+
interface Collection extends Collection$1 {
|
|
12955
|
+
}
|
|
12956
|
+
interface CollectionFilter extends CollectionFilter$1 {
|
|
12957
|
+
}
|
|
12950
12958
|
interface CollectionsApiGetCollectionRequest extends CollectionsApiGetCollectionRequest$1 {
|
|
12951
12959
|
}
|
|
12952
12960
|
interface CollectionsApiListCollectionFiltersRequest extends CollectionsApiListCollectionFiltersRequest$1 {
|
|
@@ -12957,6 +12965,8 @@ interface CreateCollectionRequest extends CreateCollectionRequest$1 {
|
|
|
12957
12965
|
}
|
|
12958
12966
|
interface CreateMetadataRefreshRequest extends CreateMetadataRefreshRequest$1 {
|
|
12959
12967
|
}
|
|
12968
|
+
interface CreateMetadataRefreshResponse extends CreateMetadataRefreshResponse$1 {
|
|
12969
|
+
}
|
|
12960
12970
|
interface CreatePrimarySaleBadRequestBody extends CreatePrimarySaleBadRequestBody$1 {
|
|
12961
12971
|
}
|
|
12962
12972
|
interface CreatePrimarySaleCreatedBody extends CreatePrimarySaleCreatedBody$1 {
|
|
@@ -12971,30 +12981,72 @@ interface CreateTradeResponse extends CreateTradeResponse$1 {
|
|
|
12971
12981
|
}
|
|
12972
12982
|
interface CreateTransferResponseV1 extends CreateTransferResponseV1$1 {
|
|
12973
12983
|
}
|
|
12984
|
+
interface CurrencyWithLimits extends CurrencyWithLimits$1 {
|
|
12985
|
+
}
|
|
12986
|
+
interface Deposit extends Deposit$1 {
|
|
12987
|
+
}
|
|
12974
12988
|
interface DepositsApiGetDepositRequest extends DepositsApiGetDepositRequest$1 {
|
|
12975
12989
|
}
|
|
12976
12990
|
interface DepositsApiListDepositsRequest extends DepositsApiListDepositsRequest$1 {
|
|
12977
12991
|
}
|
|
12992
|
+
interface Exchange extends Exchange$1 {
|
|
12993
|
+
}
|
|
12994
|
+
interface ExchangeCreateExchangeAndURLResponse extends ExchangeCreateExchangeAndURLResponse$1 {
|
|
12995
|
+
}
|
|
12978
12996
|
interface ExchangesApiCreateExchangeRequest extends ExchangesApiCreateExchangeRequest$1 {
|
|
12979
12997
|
}
|
|
12980
12998
|
interface ExchangesApiGetExchangeRequest extends ExchangesApiGetExchangeRequest$1 {
|
|
12981
12999
|
}
|
|
12982
13000
|
interface ExchangesApiGetExchangesRequest extends ExchangesApiGetExchangesRequest$1 {
|
|
12983
13001
|
}
|
|
13002
|
+
interface GetMetadataRefreshes extends GetMetadataRefreshes$1 {
|
|
13003
|
+
}
|
|
13004
|
+
interface GetMetadataRefreshErrorsResponse extends GetMetadataRefreshErrorsResponse$1 {
|
|
13005
|
+
}
|
|
13006
|
+
interface GetMetadataRefreshResponse extends GetMetadataRefreshResponse$1 {
|
|
13007
|
+
}
|
|
12984
13008
|
interface GetSignableCancelOrderRequest extends GetSignableCancelOrderRequest$1 {
|
|
12985
13009
|
}
|
|
12986
13010
|
interface GetSignableTradeRequest extends GetSignableTradeRequest$1 {
|
|
12987
13011
|
}
|
|
13012
|
+
interface GetTransactionsResponse extends GetTransactionsResponse$1 {
|
|
13013
|
+
}
|
|
13014
|
+
interface GetUsersApiResponse extends GetUsersApiResponse$1 {
|
|
13015
|
+
}
|
|
13016
|
+
interface ListAssetsResponse extends ListAssetsResponse$1 {
|
|
13017
|
+
}
|
|
13018
|
+
interface ListBalancesResponse extends ListBalancesResponse$1 {
|
|
13019
|
+
}
|
|
13020
|
+
interface ListCollectionsResponse extends ListCollectionsResponse$1 {
|
|
13021
|
+
}
|
|
13022
|
+
interface ListDepositsResponse extends ListDepositsResponse$1 {
|
|
13023
|
+
}
|
|
13024
|
+
interface ListMintsResponse extends ListMintsResponse$1 {
|
|
13025
|
+
}
|
|
13026
|
+
interface ListOrdersResponseV3 extends ListOrdersResponseV3$1 {
|
|
13027
|
+
}
|
|
13028
|
+
interface ListTokensResponse extends ListTokensResponse$1 {
|
|
13029
|
+
}
|
|
13030
|
+
interface ListTradesResponse extends ListTradesResponse$1 {
|
|
13031
|
+
}
|
|
13032
|
+
interface ListTransfersResponse extends ListTransfersResponse$1 {
|
|
13033
|
+
}
|
|
13034
|
+
interface ListWithdrawalsResponse extends ListWithdrawalsResponse$1 {
|
|
13035
|
+
}
|
|
12988
13036
|
interface MetadataApiGetMetadataSchemaRequest extends MetadataApiGetMetadataSchemaRequest$1 {
|
|
12989
13037
|
}
|
|
13038
|
+
interface MetadataSchemaProperty extends MetadataSchemaProperty$1 {
|
|
13039
|
+
}
|
|
12990
13040
|
interface MetadataSchemaRequest extends MetadataSchemaRequest$1 {
|
|
12991
13041
|
}
|
|
12992
|
-
interface
|
|
13042
|
+
interface Mint extends Mint$1 {
|
|
12993
13043
|
}
|
|
12994
13044
|
interface MintsApiGetMintRequest extends MintsApiGetMintRequest$1 {
|
|
12995
13045
|
}
|
|
12996
13046
|
interface MintsApiListMintsRequest extends MintsApiListMintsRequest$1 {
|
|
12997
13047
|
}
|
|
13048
|
+
interface MintTokensResponse extends MintTokensResponse$1 {
|
|
13049
|
+
}
|
|
12998
13050
|
interface NftCheckoutPrimaryApiCreateNftPrimaryRequest extends NftCheckoutPrimaryApiCreateNftPrimaryRequest$1 {
|
|
12999
13051
|
}
|
|
13000
13052
|
interface NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest extends NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1 {
|
|
@@ -13003,12 +13055,22 @@ interface NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest extends NftChecko
|
|
|
13003
13055
|
}
|
|
13004
13056
|
interface NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest extends NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1 {
|
|
13005
13057
|
}
|
|
13058
|
+
interface NftprimarytransactionCreateResponse extends NftprimarytransactionCreateResponse$1 {
|
|
13059
|
+
}
|
|
13060
|
+
interface NftprimarytransactionGetResponse extends NftprimarytransactionGetResponse$1 {
|
|
13061
|
+
}
|
|
13062
|
+
interface NftprimarytransactionListTransactionsResponse extends NftprimarytransactionListTransactionsResponse$1 {
|
|
13063
|
+
}
|
|
13006
13064
|
interface OrdersApiGetOrderV3Request extends OrdersApiGetOrderV3Request$1 {
|
|
13007
13065
|
}
|
|
13008
13066
|
interface OrdersApiListOrdersV3Request extends OrdersApiListOrdersV3Request$1 {
|
|
13009
13067
|
}
|
|
13068
|
+
interface OrderV3 extends OrderV3$1 {
|
|
13069
|
+
}
|
|
13010
13070
|
interface PrimarySalesApiSignableCreatePrimarySaleRequest extends PrimarySalesApiSignableCreatePrimarySaleRequest$1 {
|
|
13011
13071
|
}
|
|
13072
|
+
interface Project extends Project$1 {
|
|
13073
|
+
}
|
|
13012
13074
|
interface RejectPrimarySaleBadRequestBody extends RejectPrimarySaleBadRequestBody$1 {
|
|
13013
13075
|
}
|
|
13014
13076
|
interface RejectPrimarySaleForbiddenBody extends RejectPrimarySaleForbiddenBody$1 {
|
|
@@ -13019,25 +13081,39 @@ interface RejectPrimarySaleOKBody extends RejectPrimarySaleOKBody$1 {
|
|
|
13019
13081
|
}
|
|
13020
13082
|
interface RejectPrimarySaleUnauthorizedBody extends RejectPrimarySaleUnauthorizedBody$1 {
|
|
13021
13083
|
}
|
|
13084
|
+
interface SuccessResponse extends SuccessResponse$1 {
|
|
13085
|
+
}
|
|
13086
|
+
interface TokenDetails extends TokenDetails$1 {
|
|
13087
|
+
}
|
|
13022
13088
|
interface TokensApiGetTokenRequest extends TokensApiGetTokenRequest$1 {
|
|
13023
13089
|
}
|
|
13024
13090
|
interface TokensApiListTokensRequest extends TokensApiListTokensRequest$1 {
|
|
13025
13091
|
}
|
|
13092
|
+
interface Trade extends Trade$1 {
|
|
13093
|
+
}
|
|
13026
13094
|
interface TradesApiGetTradeV3Request extends TradesApiGetTradeV3Request$1 {
|
|
13027
13095
|
}
|
|
13028
13096
|
interface TradesApiListTradesV3Request extends TradesApiListTradesV3Request$1 {
|
|
13029
13097
|
}
|
|
13098
|
+
interface Transfer extends Transfer$1 {
|
|
13099
|
+
}
|
|
13030
13100
|
interface TransfersApiGetTransferRequest extends TransfersApiGetTransferRequest$1 {
|
|
13031
13101
|
}
|
|
13032
13102
|
interface TransfersApiListTransfersRequest extends TransfersApiListTransfersRequest$1 {
|
|
13033
13103
|
}
|
|
13034
13104
|
interface UpdateCollectionRequest extends UpdateCollectionRequest$1 {
|
|
13035
13105
|
}
|
|
13106
|
+
interface Withdrawal extends Withdrawal$1 {
|
|
13107
|
+
}
|
|
13036
13108
|
interface WithdrawalsApiGetWithdrawalRequest extends WithdrawalsApiGetWithdrawalRequest$1 {
|
|
13037
13109
|
}
|
|
13038
13110
|
interface WithdrawalsApiListWithdrawalsRequest extends WithdrawalsApiListWithdrawalsRequest$1 {
|
|
13039
13111
|
}
|
|
13040
13112
|
|
|
13113
|
+
type CreatePrimarySaleResponse = CreatePrimarySaleBadRequestBody | CreatePrimarySaleCreatedBody | CreatePrimarySaleForbiddenBody | CreatePrimarySaleUnauthorizedBody | CreatePrimarySaleNotFoundBody;
|
|
13114
|
+
type AcceptPrimarySaleResponse = AcceptPrimarySaleOKBody | AcceptPrimarySaleBadRequestBody | AcceptPrimarySaleForbiddenBody | AcceptPrimarySaleNotFoundBody | AcceptPrimarySaleUnauthorizedBody;
|
|
13115
|
+
type RejectPrimarySaleResponse = RejectPrimarySaleOKBody | RejectPrimarySaleBadRequestBody | RejectPrimarySaleForbiddenBody | RejectPrimarySaleNotFoundBody | RejectPrimarySaleUnauthorizedBody;
|
|
13116
|
+
|
|
13041
13117
|
declare class Workflows {
|
|
13042
13118
|
protected config: ImmutableXConfiguration;
|
|
13043
13119
|
private readonly mintsApi;
|
|
@@ -13053,18 +13129,18 @@ declare class Workflows {
|
|
|
13053
13129
|
private getStarkExContractVersion;
|
|
13054
13130
|
mint(signer: Signer, request: UnsignedMintRequest): Promise<MintTokensResponse>;
|
|
13055
13131
|
exchangeTransfer(walletConnection: WalletConnection, request: UnsignedExchangeTransferRequest): Promise<CreateTransferResponseV1>;
|
|
13056
|
-
getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project, any>>;
|
|
13057
|
-
createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection, any>>;
|
|
13058
|
-
updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection, any>>;
|
|
13059
|
-
addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
13060
|
-
updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
13061
|
-
listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
|
|
13062
|
-
getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
|
|
13063
|
-
getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
|
|
13064
|
-
createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
|
|
13065
|
-
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<
|
|
13066
|
-
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13067
|
-
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13132
|
+
getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project$1, any>>;
|
|
13133
|
+
createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection$1, any>>;
|
|
13134
|
+
updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection$1, any>>;
|
|
13135
|
+
addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
13136
|
+
updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
13137
|
+
listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
|
|
13138
|
+
getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
|
|
13139
|
+
getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
|
|
13140
|
+
createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
|
|
13141
|
+
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
|
|
13142
|
+
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
|
|
13143
|
+
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
|
|
13068
13144
|
}
|
|
13069
13145
|
|
|
13070
13146
|
declare class IMXClient {
|
|
@@ -13185,7 +13261,7 @@ declare class IMXClient {
|
|
|
13185
13261
|
* @param collectionAddress - the Collection contract address
|
|
13186
13262
|
* @param name - the Metadata schema name
|
|
13187
13263
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
13188
|
-
* @returns a promise that resolves with the SuccessResponse
|
|
13264
|
+
* @returns a promise that resolves with the {@link SuccessResponse}
|
|
13189
13265
|
* @throws {@link IMXError}
|
|
13190
13266
|
*/
|
|
13191
13267
|
updateMetadataSchemaByName(ethSigner: Signer, collectionAddress: string, name: string, request: MetadataSchemaRequest): Promise<SuccessResponse>;
|
|
@@ -13403,7 +13479,7 @@ declare class IMXClient {
|
|
|
13403
13479
|
* @returns a promise that resolves with the created Trade
|
|
13404
13480
|
* @throws {@link IMXError}
|
|
13405
13481
|
*/
|
|
13406
|
-
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<
|
|
13482
|
+
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
|
|
13407
13483
|
/**
|
|
13408
13484
|
* Accept a PrimarySale
|
|
13409
13485
|
* @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
|
|
@@ -13411,7 +13487,7 @@ declare class IMXClient {
|
|
|
13411
13487
|
* @returns a promise that resolves with the created Trade
|
|
13412
13488
|
* @throws {@link IMXError}
|
|
13413
13489
|
*/
|
|
13414
|
-
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13490
|
+
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
|
|
13415
13491
|
/**
|
|
13416
13492
|
* Reject a PrimarySale
|
|
13417
13493
|
* @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
|
|
@@ -13419,7 +13495,7 @@ declare class IMXClient {
|
|
|
13419
13495
|
* @returns a promise that resolves with the rejected PrimarySale
|
|
13420
13496
|
* @throws {@link IMXError}
|
|
13421
13497
|
*/
|
|
13422
|
-
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13498
|
+
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
|
|
13423
13499
|
}
|
|
13424
13500
|
|
|
13425
13501
|
interface IMXProvider {
|