@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/checkout.d.ts
CHANGED
|
@@ -2124,7 +2124,7 @@ interface ApiRegisterPassportUserRequest {
|
|
|
2124
2124
|
* @export
|
|
2125
2125
|
* @interface Collection
|
|
2126
2126
|
*/
|
|
2127
|
-
interface Collection {
|
|
2127
|
+
interface Collection$1 {
|
|
2128
2128
|
/**
|
|
2129
2129
|
* Ethereum address of the ERC721 contract
|
|
2130
2130
|
* @type {string}
|
|
@@ -2204,7 +2204,7 @@ interface Collection {
|
|
|
2204
2204
|
* Collection and it\'s metadata
|
|
2205
2205
|
* @export
|
|
2206
2206
|
*/
|
|
2207
|
-
type SummarizedCollectionCollection = Collection;
|
|
2207
|
+
type SummarizedCollectionCollection = Collection$1;
|
|
2208
2208
|
|
|
2209
2209
|
/**
|
|
2210
2210
|
* Immutable X API
|
|
@@ -2405,7 +2405,7 @@ interface Fee$1 {
|
|
|
2405
2405
|
* @export
|
|
2406
2406
|
* @interface Asset
|
|
2407
2407
|
*/
|
|
2408
|
-
interface Asset {
|
|
2408
|
+
interface Asset$1 {
|
|
2409
2409
|
/**
|
|
2410
2410
|
*
|
|
2411
2411
|
* @type {AssetCollection}
|
|
@@ -2662,7 +2662,7 @@ interface AssetWithOrders {
|
|
|
2662
2662
|
* @export
|
|
2663
2663
|
* @interface Balance
|
|
2664
2664
|
*/
|
|
2665
|
-
interface Balance {
|
|
2665
|
+
interface Balance$1 {
|
|
2666
2666
|
/**
|
|
2667
2667
|
* Amount which is currently inside the exchange
|
|
2668
2668
|
* @type {string}
|
|
@@ -2824,7 +2824,7 @@ type CollectionFilterRange = Range;
|
|
|
2824
2824
|
* @export
|
|
2825
2825
|
* @interface CollectionFilter
|
|
2826
2826
|
*/
|
|
2827
|
-
interface CollectionFilter {
|
|
2827
|
+
interface CollectionFilter$1 {
|
|
2828
2828
|
/**
|
|
2829
2829
|
* Key of this property
|
|
2830
2830
|
* @type {string}
|
|
@@ -3118,7 +3118,7 @@ interface CreateMetadataRefreshRequest$1 {
|
|
|
3118
3118
|
* @export
|
|
3119
3119
|
* @interface CreateMetadataRefreshResponse
|
|
3120
3120
|
*/
|
|
3121
|
-
interface CreateMetadataRefreshResponse {
|
|
3121
|
+
interface CreateMetadataRefreshResponse$1 {
|
|
3122
3122
|
/**
|
|
3123
3123
|
* The metadata refresh ID
|
|
3124
3124
|
* @type {string}
|
|
@@ -4515,7 +4515,7 @@ interface CreateWithdrawalResponse {
|
|
|
4515
4515
|
* @export
|
|
4516
4516
|
* @interface CurrencyWithLimits
|
|
4517
4517
|
*/
|
|
4518
|
-
interface CurrencyWithLimits {
|
|
4518
|
+
interface CurrencyWithLimits$1 {
|
|
4519
4519
|
/**
|
|
4520
4520
|
* Provider currency code
|
|
4521
4521
|
* @type {string}
|
|
@@ -4578,7 +4578,7 @@ type DepositToken = Token;
|
|
|
4578
4578
|
* @export
|
|
4579
4579
|
* @interface Deposit
|
|
4580
4580
|
*/
|
|
4581
|
-
interface Deposit {
|
|
4581
|
+
interface Deposit$1 {
|
|
4582
4582
|
/**
|
|
4583
4583
|
* Status of this deposit in Immutable X
|
|
4584
4584
|
* @type {string}
|
|
@@ -4852,7 +4852,7 @@ interface OptionalExchangeData {
|
|
|
4852
4852
|
* @export
|
|
4853
4853
|
* @interface Exchange
|
|
4854
4854
|
*/
|
|
4855
|
-
interface Exchange {
|
|
4855
|
+
interface Exchange$1 {
|
|
4856
4856
|
/**
|
|
4857
4857
|
* Time this transaction was created
|
|
4858
4858
|
* @type {string}
|
|
@@ -4919,7 +4919,7 @@ interface Exchange {
|
|
|
4919
4919
|
* @export
|
|
4920
4920
|
* @interface ExchangeCreateExchangeAndURLResponse
|
|
4921
4921
|
*/
|
|
4922
|
-
interface ExchangeCreateExchangeAndURLResponse {
|
|
4922
|
+
interface ExchangeCreateExchangeAndURLResponse$1 {
|
|
4923
4923
|
/**
|
|
4924
4924
|
* Created transaction ID
|
|
4925
4925
|
* @type {number}
|
|
@@ -5030,7 +5030,7 @@ interface MetadataRefreshErrors {
|
|
|
5030
5030
|
* @export
|
|
5031
5031
|
* @interface GetMetadataRefreshErrorsResponse
|
|
5032
5032
|
*/
|
|
5033
|
-
interface GetMetadataRefreshErrorsResponse {
|
|
5033
|
+
interface GetMetadataRefreshErrorsResponse$1 {
|
|
5034
5034
|
/**
|
|
5035
5035
|
* Generated cursor returned by previous query
|
|
5036
5036
|
* @type {string}
|
|
@@ -5105,7 +5105,7 @@ interface MetadataRefreshSummary {
|
|
|
5105
5105
|
* @export
|
|
5106
5106
|
* @interface GetMetadataRefreshResponse
|
|
5107
5107
|
*/
|
|
5108
|
-
interface GetMetadataRefreshResponse {
|
|
5108
|
+
interface GetMetadataRefreshResponse$1 {
|
|
5109
5109
|
/**
|
|
5110
5110
|
* The collection address
|
|
5111
5111
|
* @type {string}
|
|
@@ -5222,7 +5222,7 @@ type MetadataRefreshExcludingSummaryStatusEnum = typeof MetadataRefreshExcluding
|
|
|
5222
5222
|
* @export
|
|
5223
5223
|
* @interface GetMetadataRefreshes
|
|
5224
5224
|
*/
|
|
5225
|
-
interface GetMetadataRefreshes {
|
|
5225
|
+
interface GetMetadataRefreshes$1 {
|
|
5226
5226
|
/**
|
|
5227
5227
|
* Generated cursor returned by previous query
|
|
5228
5228
|
* @type {string}
|
|
@@ -5442,7 +5442,7 @@ interface GetPrimarySaleOKBody {
|
|
|
5442
5442
|
* @export
|
|
5443
5443
|
* @interface Project
|
|
5444
5444
|
*/
|
|
5445
|
-
interface Project {
|
|
5445
|
+
interface Project$1 {
|
|
5446
5446
|
/**
|
|
5447
5447
|
* API key for the project. This is only for zkevm project. This API is not for increasing rate limit yet.
|
|
5448
5448
|
* @type {string}
|
|
@@ -6951,7 +6951,7 @@ interface GetSignableWithdrawalResponseV2 {
|
|
|
6951
6951
|
* @export
|
|
6952
6952
|
* @interface GetTransactionsResponse
|
|
6953
6953
|
*/
|
|
6954
|
-
interface GetTransactionsResponse {
|
|
6954
|
+
interface GetTransactionsResponse$1 {
|
|
6955
6955
|
/**
|
|
6956
6956
|
* Generated cursor returned by previous query
|
|
6957
6957
|
* @type {string}
|
|
@@ -6969,7 +6969,7 @@ interface GetTransactionsResponse {
|
|
|
6969
6969
|
* @type {Array<Exchange>}
|
|
6970
6970
|
* @memberof GetTransactionsResponse
|
|
6971
6971
|
*/
|
|
6972
|
-
'result'?: Array<Exchange>;
|
|
6972
|
+
'result'?: Array<Exchange$1>;
|
|
6973
6973
|
}
|
|
6974
6974
|
|
|
6975
6975
|
/**
|
|
@@ -6988,7 +6988,7 @@ interface GetTransactionsResponse {
|
|
|
6988
6988
|
* @export
|
|
6989
6989
|
* @interface GetUsersApiResponse
|
|
6990
6990
|
*/
|
|
6991
|
-
interface GetUsersApiResponse {
|
|
6991
|
+
interface GetUsersApiResponse$1 {
|
|
6992
6992
|
/**
|
|
6993
6993
|
* Accounts
|
|
6994
6994
|
* @type {Array<string>}
|
|
@@ -7014,7 +7014,7 @@ interface GetUsersApiResponse {
|
|
|
7014
7014
|
* @export
|
|
7015
7015
|
* @interface ListAssetsResponse
|
|
7016
7016
|
*/
|
|
7017
|
-
interface ListAssetsResponse {
|
|
7017
|
+
interface ListAssetsResponse$1 {
|
|
7018
7018
|
/**
|
|
7019
7019
|
* Generated cursor returned by previous query
|
|
7020
7020
|
* @type {string}
|
|
@@ -7052,7 +7052,7 @@ interface ListAssetsResponse {
|
|
|
7052
7052
|
* @export
|
|
7053
7053
|
* @interface ListBalancesResponse
|
|
7054
7054
|
*/
|
|
7055
|
-
interface ListBalancesResponse {
|
|
7055
|
+
interface ListBalancesResponse$1 {
|
|
7056
7056
|
/**
|
|
7057
7057
|
* Generated cursor returned by previous query
|
|
7058
7058
|
* @type {string}
|
|
@@ -7070,7 +7070,7 @@ interface ListBalancesResponse {
|
|
|
7070
7070
|
* @type {Array<Balance>}
|
|
7071
7071
|
* @memberof ListBalancesResponse
|
|
7072
7072
|
*/
|
|
7073
|
-
'result': Array<Balance>;
|
|
7073
|
+
'result': Array<Balance$1>;
|
|
7074
7074
|
}
|
|
7075
7075
|
|
|
7076
7076
|
/**
|
|
@@ -7090,7 +7090,7 @@ interface ListBalancesResponse {
|
|
|
7090
7090
|
* @export
|
|
7091
7091
|
* @interface ListCollectionsResponse
|
|
7092
7092
|
*/
|
|
7093
|
-
interface ListCollectionsResponse {
|
|
7093
|
+
interface ListCollectionsResponse$1 {
|
|
7094
7094
|
/**
|
|
7095
7095
|
* Generated cursor returned by previous query
|
|
7096
7096
|
* @type {string}
|
|
@@ -7108,7 +7108,7 @@ interface ListCollectionsResponse {
|
|
|
7108
7108
|
* @type {Array<Collection>}
|
|
7109
7109
|
* @memberof ListCollectionsResponse
|
|
7110
7110
|
*/
|
|
7111
|
-
'result': Array<Collection>;
|
|
7111
|
+
'result': Array<Collection$1>;
|
|
7112
7112
|
}
|
|
7113
7113
|
|
|
7114
7114
|
/**
|
|
@@ -7128,7 +7128,7 @@ interface ListCollectionsResponse {
|
|
|
7128
7128
|
* @export
|
|
7129
7129
|
* @interface ListDepositsResponse
|
|
7130
7130
|
*/
|
|
7131
|
-
interface ListDepositsResponse {
|
|
7131
|
+
interface ListDepositsResponse$1 {
|
|
7132
7132
|
/**
|
|
7133
7133
|
* Generated cursor returned by previous query
|
|
7134
7134
|
* @type {string}
|
|
@@ -7146,7 +7146,7 @@ interface ListDepositsResponse {
|
|
|
7146
7146
|
* @type {Array<Deposit>}
|
|
7147
7147
|
* @memberof ListDepositsResponse
|
|
7148
7148
|
*/
|
|
7149
|
-
'result': Array<Deposit>;
|
|
7149
|
+
'result': Array<Deposit$1>;
|
|
7150
7150
|
}
|
|
7151
7151
|
|
|
7152
7152
|
/**
|
|
@@ -7204,7 +7204,7 @@ type MintTokenOAIGen = MintToken;
|
|
|
7204
7204
|
* @export
|
|
7205
7205
|
* @interface Mint
|
|
7206
7206
|
*/
|
|
7207
|
-
interface Mint {
|
|
7207
|
+
interface Mint$1 {
|
|
7208
7208
|
/**
|
|
7209
7209
|
* Fee details
|
|
7210
7210
|
* @type {Array<Fee>}
|
|
@@ -7260,7 +7260,7 @@ interface Mint {
|
|
|
7260
7260
|
* @export
|
|
7261
7261
|
* @interface ListMintsResponse
|
|
7262
7262
|
*/
|
|
7263
|
-
interface ListMintsResponse {
|
|
7263
|
+
interface ListMintsResponse$1 {
|
|
7264
7264
|
/**
|
|
7265
7265
|
* Generated cursor returned by previous query
|
|
7266
7266
|
* @type {string}
|
|
@@ -7278,7 +7278,7 @@ interface ListMintsResponse {
|
|
|
7278
7278
|
* @type {Array<Mint>}
|
|
7279
7279
|
* @memberof ListMintsResponse
|
|
7280
7280
|
*/
|
|
7281
|
-
'result': Array<Mint>;
|
|
7281
|
+
'result': Array<Mint$1>;
|
|
7282
7282
|
}
|
|
7283
7283
|
|
|
7284
7284
|
/**
|
|
@@ -7430,7 +7430,7 @@ type OrderV3TakerFees = OrdersMakerTakerFee;
|
|
|
7430
7430
|
* @export
|
|
7431
7431
|
* @interface OrderV3
|
|
7432
7432
|
*/
|
|
7433
|
-
interface OrderV3 {
|
|
7433
|
+
interface OrderV3$1 {
|
|
7434
7434
|
/**
|
|
7435
7435
|
* Amount of the asset already sold by this order
|
|
7436
7436
|
* @type {string}
|
|
@@ -7528,7 +7528,7 @@ interface OrderV3 {
|
|
|
7528
7528
|
* @export
|
|
7529
7529
|
* @interface ListOrdersResponseV3
|
|
7530
7530
|
*/
|
|
7531
|
-
interface ListOrdersResponseV3 {
|
|
7531
|
+
interface ListOrdersResponseV3$1 {
|
|
7532
7532
|
/**
|
|
7533
7533
|
* Generated cursor returned by previous query
|
|
7534
7534
|
* @type {string}
|
|
@@ -7546,7 +7546,7 @@ interface ListOrdersResponseV3 {
|
|
|
7546
7546
|
* @type {Array<OrderV3>}
|
|
7547
7547
|
* @memberof ListOrdersResponseV3
|
|
7548
7548
|
*/
|
|
7549
|
-
'result': Array<OrderV3>;
|
|
7549
|
+
'result': Array<OrderV3$1>;
|
|
7550
7550
|
}
|
|
7551
7551
|
|
|
7552
7552
|
/**
|
|
@@ -7565,7 +7565,7 @@ interface ListOrdersResponseV3 {
|
|
|
7565
7565
|
* @export
|
|
7566
7566
|
* @interface TokenDetails
|
|
7567
7567
|
*/
|
|
7568
|
-
interface TokenDetails {
|
|
7568
|
+
interface TokenDetails$1 {
|
|
7569
7569
|
/**
|
|
7570
7570
|
* Number of decimals for token
|
|
7571
7571
|
* @type {string}
|
|
@@ -7621,7 +7621,7 @@ interface TokenDetails {
|
|
|
7621
7621
|
* @export
|
|
7622
7622
|
* @interface ListTokensResponse
|
|
7623
7623
|
*/
|
|
7624
|
-
interface ListTokensResponse {
|
|
7624
|
+
interface ListTokensResponse$1 {
|
|
7625
7625
|
/**
|
|
7626
7626
|
* Generated cursor returned by previous query
|
|
7627
7627
|
* @type {string}
|
|
@@ -7633,7 +7633,7 @@ interface ListTokensResponse {
|
|
|
7633
7633
|
* @type {Array<TokenDetails>}
|
|
7634
7634
|
* @memberof ListTokensResponse
|
|
7635
7635
|
*/
|
|
7636
|
-
'result': Array<TokenDetails>;
|
|
7636
|
+
'result': Array<TokenDetails$1>;
|
|
7637
7637
|
}
|
|
7638
7638
|
|
|
7639
7639
|
/**
|
|
@@ -7740,7 +7740,7 @@ type TradeB = TradeSide;
|
|
|
7740
7740
|
* @export
|
|
7741
7741
|
* @interface Trade
|
|
7742
7742
|
*/
|
|
7743
|
-
interface Trade {
|
|
7743
|
+
interface Trade$1 {
|
|
7744
7744
|
/**
|
|
7745
7745
|
*
|
|
7746
7746
|
* @type {TradeA}
|
|
@@ -7790,7 +7790,7 @@ interface Trade {
|
|
|
7790
7790
|
* @export
|
|
7791
7791
|
* @interface ListTradesResponse
|
|
7792
7792
|
*/
|
|
7793
|
-
interface ListTradesResponse {
|
|
7793
|
+
interface ListTradesResponse$1 {
|
|
7794
7794
|
/**
|
|
7795
7795
|
* Generated cursor returned by previous query
|
|
7796
7796
|
* @type {string}
|
|
@@ -7808,7 +7808,7 @@ interface ListTradesResponse {
|
|
|
7808
7808
|
* @type {Array<Trade>}
|
|
7809
7809
|
* @memberof ListTradesResponse
|
|
7810
7810
|
*/
|
|
7811
|
-
'result': Array<Trade>;
|
|
7811
|
+
'result': Array<Trade$1>;
|
|
7812
7812
|
}
|
|
7813
7813
|
|
|
7814
7814
|
/**
|
|
@@ -7847,7 +7847,7 @@ type TransferToken = Token;
|
|
|
7847
7847
|
* @export
|
|
7848
7848
|
* @interface Transfer
|
|
7849
7849
|
*/
|
|
7850
|
-
interface Transfer {
|
|
7850
|
+
interface Transfer$1 {
|
|
7851
7851
|
/**
|
|
7852
7852
|
* Ethereum address of the user who received this transfer
|
|
7853
7853
|
* @type {string}
|
|
@@ -7903,7 +7903,7 @@ interface Transfer {
|
|
|
7903
7903
|
* @export
|
|
7904
7904
|
* @interface ListTransfersResponse
|
|
7905
7905
|
*/
|
|
7906
|
-
interface ListTransfersResponse {
|
|
7906
|
+
interface ListTransfersResponse$1 {
|
|
7907
7907
|
/**
|
|
7908
7908
|
* Generated cursor returned by previous query
|
|
7909
7909
|
* @type {string}
|
|
@@ -7921,7 +7921,7 @@ interface ListTransfersResponse {
|
|
|
7921
7921
|
* @type {Array<Transfer>}
|
|
7922
7922
|
* @memberof ListTransfersResponse
|
|
7923
7923
|
*/
|
|
7924
|
-
'result': Array<Transfer>;
|
|
7924
|
+
'result': Array<Transfer$1>;
|
|
7925
7925
|
}
|
|
7926
7926
|
|
|
7927
7927
|
/**
|
|
@@ -7960,7 +7960,7 @@ type WithdrawalToken = Token;
|
|
|
7960
7960
|
* @export
|
|
7961
7961
|
* @interface Withdrawal
|
|
7962
7962
|
*/
|
|
7963
|
-
interface Withdrawal {
|
|
7963
|
+
interface Withdrawal$1 {
|
|
7964
7964
|
/**
|
|
7965
7965
|
* Status of the on-chain batch confirmation for this withdrawal
|
|
7966
7966
|
* @type {string}
|
|
@@ -8022,7 +8022,7 @@ interface Withdrawal {
|
|
|
8022
8022
|
* @export
|
|
8023
8023
|
* @interface ListWithdrawalsResponse
|
|
8024
8024
|
*/
|
|
8025
|
-
interface ListWithdrawalsResponse {
|
|
8025
|
+
interface ListWithdrawalsResponse$1 {
|
|
8026
8026
|
/**
|
|
8027
8027
|
* Generated cursor returned by previous query
|
|
8028
8028
|
* @type {string}
|
|
@@ -8040,7 +8040,7 @@ interface ListWithdrawalsResponse {
|
|
|
8040
8040
|
* @type {Array<Withdrawal>}
|
|
8041
8041
|
* @memberof ListWithdrawalsResponse
|
|
8042
8042
|
*/
|
|
8043
|
-
'result': Array<Withdrawal>;
|
|
8043
|
+
'result': Array<Withdrawal$1>;
|
|
8044
8044
|
}
|
|
8045
8045
|
|
|
8046
8046
|
/**
|
|
@@ -8059,7 +8059,7 @@ interface ListWithdrawalsResponse {
|
|
|
8059
8059
|
* @export
|
|
8060
8060
|
* @interface MetadataSchemaProperty
|
|
8061
8061
|
*/
|
|
8062
|
-
interface MetadataSchemaProperty {
|
|
8062
|
+
interface MetadataSchemaProperty$1 {
|
|
8063
8063
|
/**
|
|
8064
8064
|
* Sets the metadata as filterable
|
|
8065
8065
|
* @type {boolean}
|
|
@@ -8416,7 +8416,7 @@ interface NftprimarytransactionCreateAPIRequest {
|
|
|
8416
8416
|
* @export
|
|
8417
8417
|
* @interface NftprimarytransactionCreateResponse
|
|
8418
8418
|
*/
|
|
8419
|
-
interface NftprimarytransactionCreateResponse {
|
|
8419
|
+
interface NftprimarytransactionCreateResponse$1 {
|
|
8420
8420
|
/**
|
|
8421
8421
|
* Contract address of the asset to be created
|
|
8422
8422
|
* @type {string}
|
|
@@ -8483,7 +8483,7 @@ interface NftprimarytransactionCreateResponse {
|
|
|
8483
8483
|
* @export
|
|
8484
8484
|
* @interface NftprimarytransactionGetResponse
|
|
8485
8485
|
*/
|
|
8486
|
-
interface NftprimarytransactionGetResponse {
|
|
8486
|
+
interface NftprimarytransactionGetResponse$1 {
|
|
8487
8487
|
/**
|
|
8488
8488
|
* Contract address of the asset
|
|
8489
8489
|
* @type {string}
|
|
@@ -8678,7 +8678,7 @@ interface NftprimarytransactionTransactionData {
|
|
|
8678
8678
|
* @export
|
|
8679
8679
|
* @interface NftprimarytransactionListTransactionsResponse
|
|
8680
8680
|
*/
|
|
8681
|
-
interface NftprimarytransactionListTransactionsResponse {
|
|
8681
|
+
interface NftprimarytransactionListTransactionsResponse$1 {
|
|
8682
8682
|
/**
|
|
8683
8683
|
* Generated cursor returned by previous query
|
|
8684
8684
|
* @type {string}
|
|
@@ -9688,7 +9688,7 @@ interface SignableRejectPrimarySaleOKBody {
|
|
|
9688
9688
|
* @export
|
|
9689
9689
|
* @interface SuccessResponse
|
|
9690
9690
|
*/
|
|
9691
|
-
interface SuccessResponse {
|
|
9691
|
+
interface SuccessResponse$1 {
|
|
9692
9692
|
/**
|
|
9693
9693
|
*
|
|
9694
9694
|
* @type {string}
|
|
@@ -10012,7 +10012,7 @@ declare class AssetsApi$1 extends BaseAPI {
|
|
|
10012
10012
|
* @throws {RequiredError}
|
|
10013
10013
|
* @memberof AssetsApi
|
|
10014
10014
|
*/
|
|
10015
|
-
getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset, any>>;
|
|
10015
|
+
getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset$1, any>>;
|
|
10016
10016
|
/**
|
|
10017
10017
|
* Get a list of assets
|
|
10018
10018
|
* @summary Get a list of assets
|
|
@@ -10021,7 +10021,7 @@ declare class AssetsApi$1 extends BaseAPI {
|
|
|
10021
10021
|
* @throws {RequiredError}
|
|
10022
10022
|
* @memberof AssetsApi
|
|
10023
10023
|
*/
|
|
10024
|
-
listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse, any>>;
|
|
10024
|
+
listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse$1, any>>;
|
|
10025
10025
|
}
|
|
10026
10026
|
|
|
10027
10027
|
/**
|
|
@@ -10095,7 +10095,7 @@ declare class BalancesApi$1 extends BaseAPI {
|
|
|
10095
10095
|
* @throws {RequiredError}
|
|
10096
10096
|
* @memberof BalancesApi
|
|
10097
10097
|
*/
|
|
10098
|
-
getBalance(requestParameters: BalancesApiGetBalanceRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Balance, any>>;
|
|
10098
|
+
getBalance(requestParameters: BalancesApiGetBalanceRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Balance$1, any>>;
|
|
10099
10099
|
/**
|
|
10100
10100
|
* Get a list of balances for given user
|
|
10101
10101
|
* @summary Get a list of balances for given user
|
|
@@ -10104,7 +10104,7 @@ declare class BalancesApi$1 extends BaseAPI {
|
|
|
10104
10104
|
* @throws {RequiredError}
|
|
10105
10105
|
* @memberof BalancesApi
|
|
10106
10106
|
*/
|
|
10107
|
-
listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse, any>>;
|
|
10107
|
+
listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse$1, any>>;
|
|
10108
10108
|
}
|
|
10109
10109
|
|
|
10110
10110
|
/**
|
|
@@ -10284,7 +10284,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
10284
10284
|
* @throws {RequiredError}
|
|
10285
10285
|
* @memberof CollectionsApi
|
|
10286
10286
|
*/
|
|
10287
|
-
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
|
|
10287
|
+
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
|
|
10288
10288
|
/**
|
|
10289
10289
|
* Get details of a collection at the given address
|
|
10290
10290
|
* @summary Get details of a collection at the given address
|
|
@@ -10293,7 +10293,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
10293
10293
|
* @throws {RequiredError}
|
|
10294
10294
|
* @memberof CollectionsApi
|
|
10295
10295
|
*/
|
|
10296
|
-
getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
|
|
10296
|
+
getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
|
|
10297
10297
|
/**
|
|
10298
10298
|
* Get a list of collection filters
|
|
10299
10299
|
* @summary Get a list of collection filters
|
|
@@ -10302,7 +10302,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
10302
10302
|
* @throws {RequiredError}
|
|
10303
10303
|
* @memberof CollectionsApi
|
|
10304
10304
|
*/
|
|
10305
|
-
listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter[], any>>;
|
|
10305
|
+
listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter$1[], any>>;
|
|
10306
10306
|
/**
|
|
10307
10307
|
* Get a list of collections
|
|
10308
10308
|
* @summary Get a list of collections
|
|
@@ -10311,7 +10311,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
10311
10311
|
* @throws {RequiredError}
|
|
10312
10312
|
* @memberof CollectionsApi
|
|
10313
10313
|
*/
|
|
10314
|
-
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse, any>>;
|
|
10314
|
+
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse$1, any>>;
|
|
10315
10315
|
/**
|
|
10316
10316
|
* Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection.
|
|
10317
10317
|
* @summary Get metadata about the collections held by a set of wallets
|
|
@@ -10329,7 +10329,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
10329
10329
|
* @throws {RequiredError}
|
|
10330
10330
|
* @memberof CollectionsApi
|
|
10331
10331
|
*/
|
|
10332
|
-
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
|
|
10332
|
+
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
|
|
10333
10333
|
}
|
|
10334
10334
|
|
|
10335
10335
|
/**
|
|
@@ -10476,7 +10476,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
10476
10476
|
* @throws {RequiredError}
|
|
10477
10477
|
* @memberof DepositsApi
|
|
10478
10478
|
*/
|
|
10479
|
-
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit, any>>;
|
|
10479
|
+
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$1, any>>;
|
|
10480
10480
|
/**
|
|
10481
10481
|
* Gets details of a signable deposit
|
|
10482
10482
|
* @summary Gets details of a signable deposit
|
|
@@ -10494,7 +10494,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
10494
10494
|
* @throws {RequiredError}
|
|
10495
10495
|
* @memberof DepositsApi
|
|
10496
10496
|
*/
|
|
10497
|
-
listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse, any>>;
|
|
10497
|
+
listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse$1, any>>;
|
|
10498
10498
|
}
|
|
10499
10499
|
|
|
10500
10500
|
/**
|
|
@@ -10692,7 +10692,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10692
10692
|
* @throws {RequiredError}
|
|
10693
10693
|
* @memberof ExchangesApi
|
|
10694
10694
|
*/
|
|
10695
|
-
createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse, any>>;
|
|
10695
|
+
createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse$1, any>>;
|
|
10696
10696
|
/**
|
|
10697
10697
|
* Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
|
|
10698
10698
|
* @summary Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
|
|
@@ -10710,7 +10710,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10710
10710
|
* @throws {RequiredError}
|
|
10711
10711
|
* @memberof ExchangesApi
|
|
10712
10712
|
*/
|
|
10713
|
-
getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange, any>>;
|
|
10713
|
+
getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange$1, any>>;
|
|
10714
10714
|
/**
|
|
10715
10715
|
* Send a request for signable-transfer-details (offramp)
|
|
10716
10716
|
* @summary Send a request for signable-transfer-details (offramp)
|
|
@@ -10728,7 +10728,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10728
10728
|
* @throws {RequiredError}
|
|
10729
10729
|
* @memberof ExchangesApi
|
|
10730
10730
|
*/
|
|
10731
|
-
getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse, any>>;
|
|
10731
|
+
getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse$1, any>>;
|
|
10732
10732
|
}
|
|
10733
10733
|
|
|
10734
10734
|
/**
|
|
@@ -10827,7 +10827,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10827
10827
|
* @throws {RequiredError}
|
|
10828
10828
|
* @memberof MetadataApi
|
|
10829
10829
|
*/
|
|
10830
|
-
addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
10830
|
+
addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
10831
10831
|
/**
|
|
10832
10832
|
* Get collection metadata schema
|
|
10833
10833
|
* @summary Get collection metadata schema
|
|
@@ -10836,7 +10836,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10836
10836
|
* @throws {RequiredError}
|
|
10837
10837
|
* @memberof MetadataApi
|
|
10838
10838
|
*/
|
|
10839
|
-
getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty[], any>>;
|
|
10839
|
+
getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty$1[], any>>;
|
|
10840
10840
|
/**
|
|
10841
10841
|
* Update metadata schema by name
|
|
10842
10842
|
* @summary Update metadata schema by name
|
|
@@ -10845,7 +10845,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10845
10845
|
* @throws {RequiredError}
|
|
10846
10846
|
* @memberof MetadataApi
|
|
10847
10847
|
*/
|
|
10848
|
-
updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
10848
|
+
updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
10849
10849
|
}
|
|
10850
10850
|
|
|
10851
10851
|
/**
|
|
@@ -11010,7 +11010,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
11010
11010
|
* @throws {RequiredError}
|
|
11011
11011
|
* @memberof MetadataRefreshesApi
|
|
11012
11012
|
*/
|
|
11013
|
-
getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
|
|
11013
|
+
getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
|
|
11014
11014
|
/**
|
|
11015
11015
|
* Get metadata refresh errors
|
|
11016
11016
|
* @param {MetadataRefreshesApiGetMetadataRefreshErrorsRequest} requestParameters Request parameters.
|
|
@@ -11018,7 +11018,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
11018
11018
|
* @throws {RequiredError}
|
|
11019
11019
|
* @memberof MetadataRefreshesApi
|
|
11020
11020
|
*/
|
|
11021
|
-
getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
|
|
11021
|
+
getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
|
|
11022
11022
|
/**
|
|
11023
11023
|
* Get metadata refresh results
|
|
11024
11024
|
* @param {MetadataRefreshesApiGetMetadataRefreshResultsRequest} requestParameters Request parameters.
|
|
@@ -11026,7 +11026,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
11026
11026
|
* @throws {RequiredError}
|
|
11027
11027
|
* @memberof MetadataRefreshesApi
|
|
11028
11028
|
*/
|
|
11029
|
-
getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
|
|
11029
|
+
getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
|
|
11030
11030
|
/**
|
|
11031
11031
|
* Request metadata refresh for provided tokens
|
|
11032
11032
|
* @param {MetadataRefreshesApiRequestAMetadataRefreshRequest} requestParameters Request parameters.
|
|
@@ -11034,7 +11034,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
11034
11034
|
* @throws {RequiredError}
|
|
11035
11035
|
* @memberof MetadataRefreshesApi
|
|
11036
11036
|
*/
|
|
11037
|
-
requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
|
|
11037
|
+
requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
|
|
11038
11038
|
}
|
|
11039
11039
|
|
|
11040
11040
|
/**
|
|
@@ -11194,7 +11194,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
11194
11194
|
* @throws {RequiredError}
|
|
11195
11195
|
* @memberof MintsApi
|
|
11196
11196
|
*/
|
|
11197
|
-
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint[], any>>;
|
|
11197
|
+
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$1[], any>>;
|
|
11198
11198
|
/**
|
|
11199
11199
|
* Get details of a mintable token with the given token address and token ID
|
|
11200
11200
|
* @summary Get details of a mintable token with the given token address and token ID
|
|
@@ -11212,7 +11212,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
11212
11212
|
* @throws {RequiredError}
|
|
11213
11213
|
* @memberof MintsApi
|
|
11214
11214
|
*/
|
|
11215
|
-
listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse, any>>;
|
|
11215
|
+
listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse$1, any>>;
|
|
11216
11216
|
/**
|
|
11217
11217
|
* Mint tokens in a batch with fees
|
|
11218
11218
|
* @summary Mint Tokens V2
|
|
@@ -11370,7 +11370,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11370
11370
|
* @throws {RequiredError}
|
|
11371
11371
|
* @memberof NftCheckoutPrimaryApi
|
|
11372
11372
|
*/
|
|
11373
|
-
createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse, any>>;
|
|
11373
|
+
createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse$1, any>>;
|
|
11374
11374
|
/**
|
|
11375
11375
|
* Returns a list of supported currencies and their limits
|
|
11376
11376
|
* @summary Get currencies with limits
|
|
@@ -11379,7 +11379,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11379
11379
|
* @throws {RequiredError}
|
|
11380
11380
|
* @memberof NftCheckoutPrimaryApi
|
|
11381
11381
|
*/
|
|
11382
|
-
getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits, any>>;
|
|
11382
|
+
getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits$1, any>>;
|
|
11383
11383
|
/**
|
|
11384
11384
|
* given a transaction id, returns the corresponding transaction representing a mint executed from a card payment
|
|
11385
11385
|
* @summary Get NFT primary sale transaction by id
|
|
@@ -11388,7 +11388,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11388
11388
|
* @throws {RequiredError}
|
|
11389
11389
|
* @memberof NftCheckoutPrimaryApi
|
|
11390
11390
|
*/
|
|
11391
|
-
getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse, any>>;
|
|
11391
|
+
getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse$1, any>>;
|
|
11392
11392
|
/**
|
|
11393
11393
|
* Returns a list of NFT primary sales transactions
|
|
11394
11394
|
* @summary Get a list of NFT primary sales transactions
|
|
@@ -11397,7 +11397,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11397
11397
|
* @throws {RequiredError}
|
|
11398
11398
|
* @memberof NftCheckoutPrimaryApi
|
|
11399
11399
|
*/
|
|
11400
|
-
getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse, any>>;
|
|
11400
|
+
getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse$1, any>>;
|
|
11401
11401
|
/**
|
|
11402
11402
|
* Registers a new contract for use in the minting with fiat card flow
|
|
11403
11403
|
* @summary Executes NFT primary sales contract registration
|
|
@@ -11748,7 +11748,7 @@ declare class OrdersApi$1 extends BaseAPI {
|
|
|
11748
11748
|
* @throws {RequiredError}
|
|
11749
11749
|
* @memberof OrdersApi
|
|
11750
11750
|
*/
|
|
11751
|
-
getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3, any>>;
|
|
11751
|
+
getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3$1, any>>;
|
|
11752
11752
|
/**
|
|
11753
11753
|
* Generate a signable cancel order message (V3)
|
|
11754
11754
|
* @summary Generate a signable cancel order message (V3)
|
|
@@ -11775,7 +11775,7 @@ declare class OrdersApi$1 extends BaseAPI {
|
|
|
11775
11775
|
* @throws {RequiredError}
|
|
11776
11776
|
* @memberof OrdersApi
|
|
11777
11777
|
*/
|
|
11778
|
-
listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3, any>>;
|
|
11778
|
+
listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3$1, any>>;
|
|
11779
11779
|
}
|
|
11780
11780
|
|
|
11781
11781
|
/**
|
|
@@ -11981,7 +11981,7 @@ declare class ProjectsApi$1 extends BaseAPI {
|
|
|
11981
11981
|
* @throws {RequiredError}
|
|
11982
11982
|
* @memberof ProjectsApi
|
|
11983
11983
|
*/
|
|
11984
|
-
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project, any>>;
|
|
11984
|
+
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project$1, any>>;
|
|
11985
11985
|
}
|
|
11986
11986
|
|
|
11987
11987
|
/**
|
|
@@ -12055,7 +12055,7 @@ declare class TokensApi$1 extends BaseAPI {
|
|
|
12055
12055
|
* @throws {RequiredError}
|
|
12056
12056
|
* @memberof TokensApi
|
|
12057
12057
|
*/
|
|
12058
|
-
getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails, any>>;
|
|
12058
|
+
getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails$1, any>>;
|
|
12059
12059
|
/**
|
|
12060
12060
|
* Get a list of tokens
|
|
12061
12061
|
* @summary Get a list of tokens
|
|
@@ -12064,7 +12064,7 @@ declare class TokensApi$1 extends BaseAPI {
|
|
|
12064
12064
|
* @throws {RequiredError}
|
|
12065
12065
|
* @memberof TokensApi
|
|
12066
12066
|
*/
|
|
12067
|
-
listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse, any>>;
|
|
12067
|
+
listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse$1, any>>;
|
|
12068
12068
|
}
|
|
12069
12069
|
|
|
12070
12070
|
/**
|
|
@@ -12230,7 +12230,7 @@ declare class TradesApi$1 extends BaseAPI {
|
|
|
12230
12230
|
* @throws {RequiredError}
|
|
12231
12231
|
* @memberof TradesApi
|
|
12232
12232
|
*/
|
|
12233
|
-
getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade, any>>;
|
|
12233
|
+
getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade$1, any>>;
|
|
12234
12234
|
/**
|
|
12235
12235
|
* Get a list of trades (V3)
|
|
12236
12236
|
* @summary Get a list of trades (V3)
|
|
@@ -12239,7 +12239,7 @@ declare class TradesApi$1 extends BaseAPI {
|
|
|
12239
12239
|
* @throws {RequiredError}
|
|
12240
12240
|
* @memberof TradesApi
|
|
12241
12241
|
*/
|
|
12242
|
-
listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse, any>>;
|
|
12242
|
+
listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse$1, any>>;
|
|
12243
12243
|
}
|
|
12244
12244
|
|
|
12245
12245
|
/**
|
|
@@ -12503,7 +12503,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
12503
12503
|
* @throws {RequiredError}
|
|
12504
12504
|
* @memberof TransfersApi
|
|
12505
12505
|
*/
|
|
12506
|
-
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer, any>>;
|
|
12506
|
+
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$1, any>>;
|
|
12507
12507
|
/**
|
|
12508
12508
|
* Get a list of transfers
|
|
12509
12509
|
* @summary Get a list of transfers
|
|
@@ -12512,7 +12512,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
12512
12512
|
* @throws {RequiredError}
|
|
12513
12513
|
* @memberof TransfersApi
|
|
12514
12514
|
*/
|
|
12515
|
-
listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse, any>>;
|
|
12515
|
+
listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse$1, any>>;
|
|
12516
12516
|
}
|
|
12517
12517
|
|
|
12518
12518
|
/**
|
|
@@ -12638,7 +12638,7 @@ declare class UsersApi$1 extends BaseAPI {
|
|
|
12638
12638
|
* @throws {RequiredError}
|
|
12639
12639
|
* @memberof UsersApi
|
|
12640
12640
|
*/
|
|
12641
|
-
getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse, any>>;
|
|
12641
|
+
getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse$1, any>>;
|
|
12642
12642
|
/**
|
|
12643
12643
|
* Registers a passport user
|
|
12644
12644
|
* @summary Registers a passport user
|
|
@@ -12923,7 +12923,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
|
|
|
12923
12923
|
* @throws {RequiredError}
|
|
12924
12924
|
* @memberof WithdrawalsApi
|
|
12925
12925
|
*/
|
|
12926
|
-
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal, any>>;
|
|
12926
|
+
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$1, any>>;
|
|
12927
12927
|
/**
|
|
12928
12928
|
* Get a list of withdrawals
|
|
12929
12929
|
* @summary Get a list of withdrawals
|
|
@@ -12932,7 +12932,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
|
|
|
12932
12932
|
* @throws {RequiredError}
|
|
12933
12933
|
* @memberof WithdrawalsApi
|
|
12934
12934
|
*/
|
|
12935
|
-
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse, any>>;
|
|
12935
|
+
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse$1, any>>;
|
|
12936
12936
|
}
|
|
12937
12937
|
|
|
12938
12938
|
/**
|
|
@@ -13219,14 +13219,22 @@ interface AcceptPrimarySaleUnauthorizedBody extends AcceptPrimarySaleUnauthorize
|
|
|
13219
13219
|
}
|
|
13220
13220
|
interface AddMetadataSchemaToCollectionRequest extends AddMetadataSchemaToCollectionRequest$1 {
|
|
13221
13221
|
}
|
|
13222
|
+
interface Asset extends Asset$1 {
|
|
13223
|
+
}
|
|
13222
13224
|
interface AssetsApiGetAssetRequest extends AssetsApiGetAssetRequest$1 {
|
|
13223
13225
|
}
|
|
13224
13226
|
interface AssetsApiListAssetsRequest extends AssetsApiListAssetsRequest$1 {
|
|
13225
13227
|
}
|
|
13228
|
+
interface Balance extends Balance$1 {
|
|
13229
|
+
}
|
|
13226
13230
|
interface BalancesApiGetBalanceRequest extends BalancesApiGetBalanceRequest$1 {
|
|
13227
13231
|
}
|
|
13228
13232
|
interface BalancesApiListBalancesRequest extends BalancesApiListBalancesRequest$1 {
|
|
13229
13233
|
}
|
|
13234
|
+
interface Collection extends Collection$1 {
|
|
13235
|
+
}
|
|
13236
|
+
interface CollectionFilter extends CollectionFilter$1 {
|
|
13237
|
+
}
|
|
13230
13238
|
interface CollectionsApiGetCollectionRequest extends CollectionsApiGetCollectionRequest$1 {
|
|
13231
13239
|
}
|
|
13232
13240
|
interface CollectionsApiListCollectionFiltersRequest extends CollectionsApiListCollectionFiltersRequest$1 {
|
|
@@ -13237,6 +13245,8 @@ interface CreateCollectionRequest extends CreateCollectionRequest$1 {
|
|
|
13237
13245
|
}
|
|
13238
13246
|
interface CreateMetadataRefreshRequest extends CreateMetadataRefreshRequest$1 {
|
|
13239
13247
|
}
|
|
13248
|
+
interface CreateMetadataRefreshResponse extends CreateMetadataRefreshResponse$1 {
|
|
13249
|
+
}
|
|
13240
13250
|
interface CreatePrimarySaleBadRequestBody extends CreatePrimarySaleBadRequestBody$1 {
|
|
13241
13251
|
}
|
|
13242
13252
|
interface CreatePrimarySaleCreatedBody extends CreatePrimarySaleCreatedBody$1 {
|
|
@@ -13251,30 +13261,72 @@ interface CreateTradeResponse extends CreateTradeResponse$1 {
|
|
|
13251
13261
|
}
|
|
13252
13262
|
interface CreateTransferResponseV1 extends CreateTransferResponseV1$1 {
|
|
13253
13263
|
}
|
|
13264
|
+
interface CurrencyWithLimits extends CurrencyWithLimits$1 {
|
|
13265
|
+
}
|
|
13266
|
+
interface Deposit extends Deposit$1 {
|
|
13267
|
+
}
|
|
13254
13268
|
interface DepositsApiGetDepositRequest extends DepositsApiGetDepositRequest$1 {
|
|
13255
13269
|
}
|
|
13256
13270
|
interface DepositsApiListDepositsRequest extends DepositsApiListDepositsRequest$1 {
|
|
13257
13271
|
}
|
|
13272
|
+
interface Exchange extends Exchange$1 {
|
|
13273
|
+
}
|
|
13274
|
+
interface ExchangeCreateExchangeAndURLResponse extends ExchangeCreateExchangeAndURLResponse$1 {
|
|
13275
|
+
}
|
|
13258
13276
|
interface ExchangesApiCreateExchangeRequest extends ExchangesApiCreateExchangeRequest$1 {
|
|
13259
13277
|
}
|
|
13260
13278
|
interface ExchangesApiGetExchangeRequest extends ExchangesApiGetExchangeRequest$1 {
|
|
13261
13279
|
}
|
|
13262
13280
|
interface ExchangesApiGetExchangesRequest extends ExchangesApiGetExchangesRequest$1 {
|
|
13263
13281
|
}
|
|
13282
|
+
interface GetMetadataRefreshes extends GetMetadataRefreshes$1 {
|
|
13283
|
+
}
|
|
13284
|
+
interface GetMetadataRefreshErrorsResponse extends GetMetadataRefreshErrorsResponse$1 {
|
|
13285
|
+
}
|
|
13286
|
+
interface GetMetadataRefreshResponse extends GetMetadataRefreshResponse$1 {
|
|
13287
|
+
}
|
|
13264
13288
|
interface GetSignableCancelOrderRequest extends GetSignableCancelOrderRequest$1 {
|
|
13265
13289
|
}
|
|
13266
13290
|
interface GetSignableTradeRequest extends GetSignableTradeRequest$1 {
|
|
13267
13291
|
}
|
|
13292
|
+
interface GetTransactionsResponse extends GetTransactionsResponse$1 {
|
|
13293
|
+
}
|
|
13294
|
+
interface GetUsersApiResponse extends GetUsersApiResponse$1 {
|
|
13295
|
+
}
|
|
13296
|
+
interface ListAssetsResponse extends ListAssetsResponse$1 {
|
|
13297
|
+
}
|
|
13298
|
+
interface ListBalancesResponse extends ListBalancesResponse$1 {
|
|
13299
|
+
}
|
|
13300
|
+
interface ListCollectionsResponse extends ListCollectionsResponse$1 {
|
|
13301
|
+
}
|
|
13302
|
+
interface ListDepositsResponse extends ListDepositsResponse$1 {
|
|
13303
|
+
}
|
|
13304
|
+
interface ListMintsResponse extends ListMintsResponse$1 {
|
|
13305
|
+
}
|
|
13306
|
+
interface ListOrdersResponseV3 extends ListOrdersResponseV3$1 {
|
|
13307
|
+
}
|
|
13308
|
+
interface ListTokensResponse extends ListTokensResponse$1 {
|
|
13309
|
+
}
|
|
13310
|
+
interface ListTradesResponse extends ListTradesResponse$1 {
|
|
13311
|
+
}
|
|
13312
|
+
interface ListTransfersResponse extends ListTransfersResponse$1 {
|
|
13313
|
+
}
|
|
13314
|
+
interface ListWithdrawalsResponse extends ListWithdrawalsResponse$1 {
|
|
13315
|
+
}
|
|
13268
13316
|
interface MetadataApiGetMetadataSchemaRequest extends MetadataApiGetMetadataSchemaRequest$1 {
|
|
13269
13317
|
}
|
|
13318
|
+
interface MetadataSchemaProperty extends MetadataSchemaProperty$1 {
|
|
13319
|
+
}
|
|
13270
13320
|
interface MetadataSchemaRequest extends MetadataSchemaRequest$1 {
|
|
13271
13321
|
}
|
|
13272
|
-
interface
|
|
13322
|
+
interface Mint extends Mint$1 {
|
|
13273
13323
|
}
|
|
13274
13324
|
interface MintsApiGetMintRequest extends MintsApiGetMintRequest$1 {
|
|
13275
13325
|
}
|
|
13276
13326
|
interface MintsApiListMintsRequest extends MintsApiListMintsRequest$1 {
|
|
13277
13327
|
}
|
|
13328
|
+
interface MintTokensResponse extends MintTokensResponse$1 {
|
|
13329
|
+
}
|
|
13278
13330
|
interface NftCheckoutPrimaryApiCreateNftPrimaryRequest extends NftCheckoutPrimaryApiCreateNftPrimaryRequest$1 {
|
|
13279
13331
|
}
|
|
13280
13332
|
interface NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest extends NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1 {
|
|
@@ -13283,12 +13335,22 @@ interface NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest extends NftChecko
|
|
|
13283
13335
|
}
|
|
13284
13336
|
interface NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest extends NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1 {
|
|
13285
13337
|
}
|
|
13338
|
+
interface NftprimarytransactionCreateResponse extends NftprimarytransactionCreateResponse$1 {
|
|
13339
|
+
}
|
|
13340
|
+
interface NftprimarytransactionGetResponse extends NftprimarytransactionGetResponse$1 {
|
|
13341
|
+
}
|
|
13342
|
+
interface NftprimarytransactionListTransactionsResponse extends NftprimarytransactionListTransactionsResponse$1 {
|
|
13343
|
+
}
|
|
13286
13344
|
interface OrdersApiGetOrderV3Request extends OrdersApiGetOrderV3Request$1 {
|
|
13287
13345
|
}
|
|
13288
13346
|
interface OrdersApiListOrdersV3Request extends OrdersApiListOrdersV3Request$1 {
|
|
13289
13347
|
}
|
|
13348
|
+
interface OrderV3 extends OrderV3$1 {
|
|
13349
|
+
}
|
|
13290
13350
|
interface PrimarySalesApiSignableCreatePrimarySaleRequest extends PrimarySalesApiSignableCreatePrimarySaleRequest$1 {
|
|
13291
13351
|
}
|
|
13352
|
+
interface Project extends Project$1 {
|
|
13353
|
+
}
|
|
13292
13354
|
interface RejectPrimarySaleBadRequestBody extends RejectPrimarySaleBadRequestBody$1 {
|
|
13293
13355
|
}
|
|
13294
13356
|
interface RejectPrimarySaleForbiddenBody extends RejectPrimarySaleForbiddenBody$1 {
|
|
@@ -13299,25 +13361,39 @@ interface RejectPrimarySaleOKBody extends RejectPrimarySaleOKBody$1 {
|
|
|
13299
13361
|
}
|
|
13300
13362
|
interface RejectPrimarySaleUnauthorizedBody extends RejectPrimarySaleUnauthorizedBody$1 {
|
|
13301
13363
|
}
|
|
13364
|
+
interface SuccessResponse extends SuccessResponse$1 {
|
|
13365
|
+
}
|
|
13366
|
+
interface TokenDetails extends TokenDetails$1 {
|
|
13367
|
+
}
|
|
13302
13368
|
interface TokensApiGetTokenRequest extends TokensApiGetTokenRequest$1 {
|
|
13303
13369
|
}
|
|
13304
13370
|
interface TokensApiListTokensRequest extends TokensApiListTokensRequest$1 {
|
|
13305
13371
|
}
|
|
13372
|
+
interface Trade extends Trade$1 {
|
|
13373
|
+
}
|
|
13306
13374
|
interface TradesApiGetTradeV3Request extends TradesApiGetTradeV3Request$1 {
|
|
13307
13375
|
}
|
|
13308
13376
|
interface TradesApiListTradesV3Request extends TradesApiListTradesV3Request$1 {
|
|
13309
13377
|
}
|
|
13378
|
+
interface Transfer extends Transfer$1 {
|
|
13379
|
+
}
|
|
13310
13380
|
interface TransfersApiGetTransferRequest extends TransfersApiGetTransferRequest$1 {
|
|
13311
13381
|
}
|
|
13312
13382
|
interface TransfersApiListTransfersRequest extends TransfersApiListTransfersRequest$1 {
|
|
13313
13383
|
}
|
|
13314
13384
|
interface UpdateCollectionRequest extends UpdateCollectionRequest$1 {
|
|
13315
13385
|
}
|
|
13386
|
+
interface Withdrawal extends Withdrawal$1 {
|
|
13387
|
+
}
|
|
13316
13388
|
interface WithdrawalsApiGetWithdrawalRequest extends WithdrawalsApiGetWithdrawalRequest$1 {
|
|
13317
13389
|
}
|
|
13318
13390
|
interface WithdrawalsApiListWithdrawalsRequest extends WithdrawalsApiListWithdrawalsRequest$1 {
|
|
13319
13391
|
}
|
|
13320
13392
|
|
|
13393
|
+
type CreatePrimarySaleResponse = CreatePrimarySaleBadRequestBody | CreatePrimarySaleCreatedBody | CreatePrimarySaleForbiddenBody | CreatePrimarySaleUnauthorizedBody | CreatePrimarySaleNotFoundBody;
|
|
13394
|
+
type AcceptPrimarySaleResponse = AcceptPrimarySaleOKBody | AcceptPrimarySaleBadRequestBody | AcceptPrimarySaleForbiddenBody | AcceptPrimarySaleNotFoundBody | AcceptPrimarySaleUnauthorizedBody;
|
|
13395
|
+
type RejectPrimarySaleResponse = RejectPrimarySaleOKBody | RejectPrimarySaleBadRequestBody | RejectPrimarySaleForbiddenBody | RejectPrimarySaleNotFoundBody | RejectPrimarySaleUnauthorizedBody;
|
|
13396
|
+
|
|
13321
13397
|
declare class Workflows {
|
|
13322
13398
|
protected config: ImmutableXConfiguration;
|
|
13323
13399
|
private readonly mintsApi;
|
|
@@ -13333,18 +13409,18 @@ declare class Workflows {
|
|
|
13333
13409
|
private getStarkExContractVersion;
|
|
13334
13410
|
mint(signer: Signer, request: UnsignedMintRequest): Promise<MintTokensResponse>;
|
|
13335
13411
|
exchangeTransfer(walletConnection: WalletConnection, request: UnsignedExchangeTransferRequest): Promise<CreateTransferResponseV1>;
|
|
13336
|
-
getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project, any>>;
|
|
13337
|
-
createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection, any>>;
|
|
13338
|
-
updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection, any>>;
|
|
13339
|
-
addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
13340
|
-
updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
13341
|
-
listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
|
|
13342
|
-
getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
|
|
13343
|
-
getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
|
|
13344
|
-
createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
|
|
13345
|
-
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<
|
|
13346
|
-
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13347
|
-
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13412
|
+
getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project$1, any>>;
|
|
13413
|
+
createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection$1, any>>;
|
|
13414
|
+
updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection$1, any>>;
|
|
13415
|
+
addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
13416
|
+
updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
13417
|
+
listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
|
|
13418
|
+
getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
|
|
13419
|
+
getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
|
|
13420
|
+
createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
|
|
13421
|
+
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
|
|
13422
|
+
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
|
|
13423
|
+
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
|
|
13348
13424
|
}
|
|
13349
13425
|
|
|
13350
13426
|
declare class IMXClient {
|
|
@@ -13465,7 +13541,7 @@ declare class IMXClient {
|
|
|
13465
13541
|
* @param collectionAddress - the Collection contract address
|
|
13466
13542
|
* @param name - the Metadata schema name
|
|
13467
13543
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
13468
|
-
* @returns a promise that resolves with the SuccessResponse
|
|
13544
|
+
* @returns a promise that resolves with the {@link SuccessResponse}
|
|
13469
13545
|
* @throws {@link IMXError}
|
|
13470
13546
|
*/
|
|
13471
13547
|
updateMetadataSchemaByName(ethSigner: Signer, collectionAddress: string, name: string, request: MetadataSchemaRequest): Promise<SuccessResponse>;
|
|
@@ -13683,7 +13759,7 @@ declare class IMXClient {
|
|
|
13683
13759
|
* @returns a promise that resolves with the created Trade
|
|
13684
13760
|
* @throws {@link IMXError}
|
|
13685
13761
|
*/
|
|
13686
|
-
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<
|
|
13762
|
+
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
|
|
13687
13763
|
/**
|
|
13688
13764
|
* Accept a PrimarySale
|
|
13689
13765
|
* @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
|
|
@@ -13691,7 +13767,7 @@ declare class IMXClient {
|
|
|
13691
13767
|
* @returns a promise that resolves with the created Trade
|
|
13692
13768
|
* @throws {@link IMXError}
|
|
13693
13769
|
*/
|
|
13694
|
-
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13770
|
+
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
|
|
13695
13771
|
/**
|
|
13696
13772
|
* Reject a PrimarySale
|
|
13697
13773
|
* @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
|
|
@@ -13699,7 +13775,7 @@ declare class IMXClient {
|
|
|
13699
13775
|
* @returns a promise that resolves with the rejected PrimarySale
|
|
13700
13776
|
* @throws {@link IMXError}
|
|
13701
13777
|
*/
|
|
13702
|
-
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
13778
|
+
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
|
|
13703
13779
|
}
|
|
13704
13780
|
|
|
13705
13781
|
interface IMXProvider {
|