@imtbl/sdk 1.47.4-alpha → 1.47.4-alpha.2
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-CbBJsalL.js → blockchain_data-CgPm4WL5.js} +2 -2
- package/dist/blockchain_data.js +3 -3
- package/dist/browser/checkout/sdk.js +4 -4
- package/dist/browser.index.d.ts +6 -0
- package/dist/{checkout-B7xLDjmO.js → checkout-CjKpSjmR.js} +5 -8
- package/dist/checkout.d.ts +179 -104
- package/dist/checkout.js +5 -5
- package/dist/checkout_widgets.d.ts +1 -0
- package/dist/{config-BYNJw3md.js → config-BXtXHfQn.js} +1 -1
- package/dist/config.js +1 -1
- package/dist/{index-d4gxVDah.js → index-BV7-TPDO.js} +1 -1
- package/dist/{index-DYxygwhG.js → index-CKYKddDO.js} +1 -1
- package/dist/{index-DvP-uJex.js → index-CyjAw8zw.js} +1 -1
- package/dist/{index-CW8ylME5.js → index-DBPf0qx4.js} +7 -6
- package/dist/{index-C42TjV84.js → index-DSMUrJvb.js} +1 -1
- package/dist/{index-DL2_Qli2.js → index-W-3MOFL6.js} +3 -3
- package/dist/index.browser.js +4 -4
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +10 -12
- package/dist/index.d.ts +253 -151
- package/dist/index.js +14 -14
- package/dist/{minting_backend-uIbayhXa.js → minting_backend-BORU2Kp9.js} +3 -3
- package/dist/minting_backend.js +5 -5
- package/dist/{orderbook-DG-99QpD.js → orderbook-E6MgHlqQ.js} +1 -1
- package/dist/orderbook.js +2 -2
- package/dist/{passport-BZiTNYmZ.js → passport-Q4ja38LX.js} +3 -3
- package/dist/passport.d.ts +179 -103
- package/dist/passport.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/{webhook-Dku53DbA.js → webhook-Dz9ivzHM.js} +1 -1
- package/dist/webhook.js +2 -2
- package/dist/{x-DoAGu-CP.js → x-iD3L5vwX.js} +3 -3
- package/dist/x.d.ts +189 -115
- package/dist/x.js +4 -4
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1657,7 +1657,7 @@ interface ApiRegisterPassportUserRequest {
|
|
|
1657
1657
|
* @export
|
|
1658
1658
|
* @interface Collection
|
|
1659
1659
|
*/
|
|
1660
|
-
interface Collection$
|
|
1660
|
+
interface Collection$3 {
|
|
1661
1661
|
/**
|
|
1662
1662
|
* Ethereum address of the ERC721 contract
|
|
1663
1663
|
* @type {string}
|
|
@@ -1737,7 +1737,7 @@ interface Collection$2 {
|
|
|
1737
1737
|
* Collection and it\'s metadata
|
|
1738
1738
|
* @export
|
|
1739
1739
|
*/
|
|
1740
|
-
type SummarizedCollectionCollection = Collection$
|
|
1740
|
+
type SummarizedCollectionCollection = Collection$3;
|
|
1741
1741
|
|
|
1742
1742
|
/**
|
|
1743
1743
|
* Immutable X API
|
|
@@ -1938,7 +1938,7 @@ interface Fee$3 {
|
|
|
1938
1938
|
* @export
|
|
1939
1939
|
* @interface Asset
|
|
1940
1940
|
*/
|
|
1941
|
-
interface Asset {
|
|
1941
|
+
interface Asset$1 {
|
|
1942
1942
|
/**
|
|
1943
1943
|
*
|
|
1944
1944
|
* @type {AssetCollection}
|
|
@@ -2357,7 +2357,7 @@ type CollectionFilterRange = Range;
|
|
|
2357
2357
|
* @export
|
|
2358
2358
|
* @interface CollectionFilter
|
|
2359
2359
|
*/
|
|
2360
|
-
interface CollectionFilter {
|
|
2360
|
+
interface CollectionFilter$1 {
|
|
2361
2361
|
/**
|
|
2362
2362
|
* Key of this property
|
|
2363
2363
|
* @type {string}
|
|
@@ -2651,7 +2651,7 @@ interface CreateMetadataRefreshRequest$1 {
|
|
|
2651
2651
|
* @export
|
|
2652
2652
|
* @interface CreateMetadataRefreshResponse
|
|
2653
2653
|
*/
|
|
2654
|
-
interface CreateMetadataRefreshResponse {
|
|
2654
|
+
interface CreateMetadataRefreshResponse$1 {
|
|
2655
2655
|
/**
|
|
2656
2656
|
* The metadata refresh ID
|
|
2657
2657
|
* @type {string}
|
|
@@ -4048,7 +4048,7 @@ interface CreateWithdrawalResponse$1 {
|
|
|
4048
4048
|
* @export
|
|
4049
4049
|
* @interface CurrencyWithLimits
|
|
4050
4050
|
*/
|
|
4051
|
-
interface CurrencyWithLimits {
|
|
4051
|
+
interface CurrencyWithLimits$1 {
|
|
4052
4052
|
/**
|
|
4053
4053
|
* Provider currency code
|
|
4054
4054
|
* @type {string}
|
|
@@ -4111,7 +4111,7 @@ type DepositToken = Token$2;
|
|
|
4111
4111
|
* @export
|
|
4112
4112
|
* @interface Deposit
|
|
4113
4113
|
*/
|
|
4114
|
-
interface Deposit$
|
|
4114
|
+
interface Deposit$3 {
|
|
4115
4115
|
/**
|
|
4116
4116
|
* Status of this deposit in Immutable X
|
|
4117
4117
|
* @type {string}
|
|
@@ -4385,7 +4385,7 @@ interface OptionalExchangeData {
|
|
|
4385
4385
|
* @export
|
|
4386
4386
|
* @interface Exchange
|
|
4387
4387
|
*/
|
|
4388
|
-
interface Exchange {
|
|
4388
|
+
interface Exchange$1 {
|
|
4389
4389
|
/**
|
|
4390
4390
|
* Time this transaction was created
|
|
4391
4391
|
* @type {string}
|
|
@@ -4452,7 +4452,7 @@ interface Exchange {
|
|
|
4452
4452
|
* @export
|
|
4453
4453
|
* @interface ExchangeCreateExchangeAndURLResponse
|
|
4454
4454
|
*/
|
|
4455
|
-
interface ExchangeCreateExchangeAndURLResponse {
|
|
4455
|
+
interface ExchangeCreateExchangeAndURLResponse$1 {
|
|
4456
4456
|
/**
|
|
4457
4457
|
* Created transaction ID
|
|
4458
4458
|
* @type {number}
|
|
@@ -4563,7 +4563,7 @@ interface MetadataRefreshErrors {
|
|
|
4563
4563
|
* @export
|
|
4564
4564
|
* @interface GetMetadataRefreshErrorsResponse
|
|
4565
4565
|
*/
|
|
4566
|
-
interface GetMetadataRefreshErrorsResponse {
|
|
4566
|
+
interface GetMetadataRefreshErrorsResponse$1 {
|
|
4567
4567
|
/**
|
|
4568
4568
|
* Generated cursor returned by previous query
|
|
4569
4569
|
* @type {string}
|
|
@@ -4638,7 +4638,7 @@ interface MetadataRefreshSummary {
|
|
|
4638
4638
|
* @export
|
|
4639
4639
|
* @interface GetMetadataRefreshResponse
|
|
4640
4640
|
*/
|
|
4641
|
-
interface GetMetadataRefreshResponse {
|
|
4641
|
+
interface GetMetadataRefreshResponse$1 {
|
|
4642
4642
|
/**
|
|
4643
4643
|
* The collection address
|
|
4644
4644
|
* @type {string}
|
|
@@ -4755,7 +4755,7 @@ type MetadataRefreshExcludingSummaryStatusEnum = typeof MetadataRefreshExcluding
|
|
|
4755
4755
|
* @export
|
|
4756
4756
|
* @interface GetMetadataRefreshes
|
|
4757
4757
|
*/
|
|
4758
|
-
interface GetMetadataRefreshes {
|
|
4758
|
+
interface GetMetadataRefreshes$1 {
|
|
4759
4759
|
/**
|
|
4760
4760
|
* Generated cursor returned by previous query
|
|
4761
4761
|
* @type {string}
|
|
@@ -4975,7 +4975,7 @@ interface GetPrimarySaleOKBody {
|
|
|
4975
4975
|
* @export
|
|
4976
4976
|
* @interface Project
|
|
4977
4977
|
*/
|
|
4978
|
-
interface Project {
|
|
4978
|
+
interface Project$1 {
|
|
4979
4979
|
/**
|
|
4980
4980
|
* API key for the project. This is only for zkevm project. This API is not for increasing rate limit yet.
|
|
4981
4981
|
* @type {string}
|
|
@@ -6590,7 +6590,7 @@ interface GetSignableWithdrawalResponseV2 {
|
|
|
6590
6590
|
* @export
|
|
6591
6591
|
* @interface GetTransactionsResponse
|
|
6592
6592
|
*/
|
|
6593
|
-
interface GetTransactionsResponse {
|
|
6593
|
+
interface GetTransactionsResponse$1 {
|
|
6594
6594
|
/**
|
|
6595
6595
|
* Generated cursor returned by previous query
|
|
6596
6596
|
* @type {string}
|
|
@@ -6608,7 +6608,7 @@ interface GetTransactionsResponse {
|
|
|
6608
6608
|
* @type {Array<Exchange>}
|
|
6609
6609
|
* @memberof GetTransactionsResponse
|
|
6610
6610
|
*/
|
|
6611
|
-
'result'?: Array<Exchange>;
|
|
6611
|
+
'result'?: Array<Exchange$1>;
|
|
6612
6612
|
}
|
|
6613
6613
|
|
|
6614
6614
|
/**
|
|
@@ -6627,7 +6627,7 @@ interface GetTransactionsResponse {
|
|
|
6627
6627
|
* @export
|
|
6628
6628
|
* @interface GetUsersApiResponse
|
|
6629
6629
|
*/
|
|
6630
|
-
interface GetUsersApiResponse {
|
|
6630
|
+
interface GetUsersApiResponse$1 {
|
|
6631
6631
|
/**
|
|
6632
6632
|
* Accounts
|
|
6633
6633
|
* @type {Array<string>}
|
|
@@ -6653,7 +6653,7 @@ interface GetUsersApiResponse {
|
|
|
6653
6653
|
* @export
|
|
6654
6654
|
* @interface ListAssetsResponse
|
|
6655
6655
|
*/
|
|
6656
|
-
interface ListAssetsResponse {
|
|
6656
|
+
interface ListAssetsResponse$1 {
|
|
6657
6657
|
/**
|
|
6658
6658
|
* Generated cursor returned by previous query
|
|
6659
6659
|
* @type {string}
|
|
@@ -6691,7 +6691,7 @@ interface ListAssetsResponse {
|
|
|
6691
6691
|
* @export
|
|
6692
6692
|
* @interface ListBalancesResponse
|
|
6693
6693
|
*/
|
|
6694
|
-
interface ListBalancesResponse {
|
|
6694
|
+
interface ListBalancesResponse$1 {
|
|
6695
6695
|
/**
|
|
6696
6696
|
* Generated cursor returned by previous query
|
|
6697
6697
|
* @type {string}
|
|
@@ -6729,7 +6729,7 @@ interface ListBalancesResponse {
|
|
|
6729
6729
|
* @export
|
|
6730
6730
|
* @interface ListCollectionsResponse
|
|
6731
6731
|
*/
|
|
6732
|
-
interface ListCollectionsResponse {
|
|
6732
|
+
interface ListCollectionsResponse$1 {
|
|
6733
6733
|
/**
|
|
6734
6734
|
* Generated cursor returned by previous query
|
|
6735
6735
|
* @type {string}
|
|
@@ -6747,7 +6747,7 @@ interface ListCollectionsResponse {
|
|
|
6747
6747
|
* @type {Array<Collection>}
|
|
6748
6748
|
* @memberof ListCollectionsResponse
|
|
6749
6749
|
*/
|
|
6750
|
-
'result': Array<Collection$
|
|
6750
|
+
'result': Array<Collection$3>;
|
|
6751
6751
|
}
|
|
6752
6752
|
|
|
6753
6753
|
/**
|
|
@@ -6767,7 +6767,7 @@ interface ListCollectionsResponse {
|
|
|
6767
6767
|
* @export
|
|
6768
6768
|
* @interface ListDepositsResponse
|
|
6769
6769
|
*/
|
|
6770
|
-
interface ListDepositsResponse {
|
|
6770
|
+
interface ListDepositsResponse$1 {
|
|
6771
6771
|
/**
|
|
6772
6772
|
* Generated cursor returned by previous query
|
|
6773
6773
|
* @type {string}
|
|
@@ -6785,7 +6785,7 @@ interface ListDepositsResponse {
|
|
|
6785
6785
|
* @type {Array<Deposit>}
|
|
6786
6786
|
* @memberof ListDepositsResponse
|
|
6787
6787
|
*/
|
|
6788
|
-
'result': Array<Deposit$
|
|
6788
|
+
'result': Array<Deposit$3>;
|
|
6789
6789
|
}
|
|
6790
6790
|
|
|
6791
6791
|
/**
|
|
@@ -6843,7 +6843,7 @@ type MintTokenOAIGen = MintToken;
|
|
|
6843
6843
|
* @export
|
|
6844
6844
|
* @interface Mint
|
|
6845
6845
|
*/
|
|
6846
|
-
interface Mint$
|
|
6846
|
+
interface Mint$3 {
|
|
6847
6847
|
/**
|
|
6848
6848
|
* Fee details
|
|
6849
6849
|
* @type {Array<Fee>}
|
|
@@ -6899,7 +6899,7 @@ interface Mint$2 {
|
|
|
6899
6899
|
* @export
|
|
6900
6900
|
* @interface ListMintsResponse
|
|
6901
6901
|
*/
|
|
6902
|
-
interface ListMintsResponse {
|
|
6902
|
+
interface ListMintsResponse$1 {
|
|
6903
6903
|
/**
|
|
6904
6904
|
* Generated cursor returned by previous query
|
|
6905
6905
|
* @type {string}
|
|
@@ -6917,7 +6917,7 @@ interface ListMintsResponse {
|
|
|
6917
6917
|
* @type {Array<Mint>}
|
|
6918
6918
|
* @memberof ListMintsResponse
|
|
6919
6919
|
*/
|
|
6920
|
-
'result': Array<Mint$
|
|
6920
|
+
'result': Array<Mint$3>;
|
|
6921
6921
|
}
|
|
6922
6922
|
|
|
6923
6923
|
/**
|
|
@@ -7069,7 +7069,7 @@ type OrderV3TakerFees = OrdersMakerTakerFee;
|
|
|
7069
7069
|
* @export
|
|
7070
7070
|
* @interface OrderV3
|
|
7071
7071
|
*/
|
|
7072
|
-
interface OrderV3 {
|
|
7072
|
+
interface OrderV3$1 {
|
|
7073
7073
|
/**
|
|
7074
7074
|
* Amount of the asset already sold by this order
|
|
7075
7075
|
* @type {string}
|
|
@@ -7167,7 +7167,7 @@ interface OrderV3 {
|
|
|
7167
7167
|
* @export
|
|
7168
7168
|
* @interface ListOrdersResponseV3
|
|
7169
7169
|
*/
|
|
7170
|
-
interface ListOrdersResponseV3 {
|
|
7170
|
+
interface ListOrdersResponseV3$1 {
|
|
7171
7171
|
/**
|
|
7172
7172
|
* Generated cursor returned by previous query
|
|
7173
7173
|
* @type {string}
|
|
@@ -7185,7 +7185,7 @@ interface ListOrdersResponseV3 {
|
|
|
7185
7185
|
* @type {Array<OrderV3>}
|
|
7186
7186
|
* @memberof ListOrdersResponseV3
|
|
7187
7187
|
*/
|
|
7188
|
-
'result': Array<OrderV3>;
|
|
7188
|
+
'result': Array<OrderV3$1>;
|
|
7189
7189
|
}
|
|
7190
7190
|
|
|
7191
7191
|
/**
|
|
@@ -7204,7 +7204,7 @@ interface ListOrdersResponseV3 {
|
|
|
7204
7204
|
* @export
|
|
7205
7205
|
* @interface TokenDetails
|
|
7206
7206
|
*/
|
|
7207
|
-
interface TokenDetails {
|
|
7207
|
+
interface TokenDetails$1 {
|
|
7208
7208
|
/**
|
|
7209
7209
|
* Number of decimals for token
|
|
7210
7210
|
* @type {string}
|
|
@@ -7260,7 +7260,7 @@ interface TokenDetails {
|
|
|
7260
7260
|
* @export
|
|
7261
7261
|
* @interface ListTokensResponse
|
|
7262
7262
|
*/
|
|
7263
|
-
interface ListTokensResponse {
|
|
7263
|
+
interface ListTokensResponse$1 {
|
|
7264
7264
|
/**
|
|
7265
7265
|
* Generated cursor returned by previous query
|
|
7266
7266
|
* @type {string}
|
|
@@ -7272,7 +7272,7 @@ interface ListTokensResponse {
|
|
|
7272
7272
|
* @type {Array<TokenDetails>}
|
|
7273
7273
|
* @memberof ListTokensResponse
|
|
7274
7274
|
*/
|
|
7275
|
-
'result': Array<TokenDetails>;
|
|
7275
|
+
'result': Array<TokenDetails$1>;
|
|
7276
7276
|
}
|
|
7277
7277
|
|
|
7278
7278
|
/**
|
|
@@ -7379,7 +7379,7 @@ type TradeB = TradeSide;
|
|
|
7379
7379
|
* @export
|
|
7380
7380
|
* @interface Trade
|
|
7381
7381
|
*/
|
|
7382
|
-
interface Trade$
|
|
7382
|
+
interface Trade$3 {
|
|
7383
7383
|
/**
|
|
7384
7384
|
*
|
|
7385
7385
|
* @type {TradeA}
|
|
@@ -7429,7 +7429,7 @@ interface Trade$2 {
|
|
|
7429
7429
|
* @export
|
|
7430
7430
|
* @interface ListTradesResponse
|
|
7431
7431
|
*/
|
|
7432
|
-
interface ListTradesResponse {
|
|
7432
|
+
interface ListTradesResponse$1 {
|
|
7433
7433
|
/**
|
|
7434
7434
|
* Generated cursor returned by previous query
|
|
7435
7435
|
* @type {string}
|
|
@@ -7447,7 +7447,7 @@ interface ListTradesResponse {
|
|
|
7447
7447
|
* @type {Array<Trade>}
|
|
7448
7448
|
* @memberof ListTradesResponse
|
|
7449
7449
|
*/
|
|
7450
|
-
'result': Array<Trade$
|
|
7450
|
+
'result': Array<Trade$3>;
|
|
7451
7451
|
}
|
|
7452
7452
|
|
|
7453
7453
|
/**
|
|
@@ -7486,7 +7486,7 @@ type TransferToken = Token$2;
|
|
|
7486
7486
|
* @export
|
|
7487
7487
|
* @interface Transfer
|
|
7488
7488
|
*/
|
|
7489
|
-
interface Transfer$
|
|
7489
|
+
interface Transfer$3 {
|
|
7490
7490
|
/**
|
|
7491
7491
|
* Ethereum address of the user who received this transfer
|
|
7492
7492
|
* @type {string}
|
|
@@ -7542,7 +7542,7 @@ interface Transfer$2 {
|
|
|
7542
7542
|
* @export
|
|
7543
7543
|
* @interface ListTransfersResponse
|
|
7544
7544
|
*/
|
|
7545
|
-
interface ListTransfersResponse {
|
|
7545
|
+
interface ListTransfersResponse$1 {
|
|
7546
7546
|
/**
|
|
7547
7547
|
* Generated cursor returned by previous query
|
|
7548
7548
|
* @type {string}
|
|
@@ -7560,7 +7560,7 @@ interface ListTransfersResponse {
|
|
|
7560
7560
|
* @type {Array<Transfer>}
|
|
7561
7561
|
* @memberof ListTransfersResponse
|
|
7562
7562
|
*/
|
|
7563
|
-
'result': Array<Transfer$
|
|
7563
|
+
'result': Array<Transfer$3>;
|
|
7564
7564
|
}
|
|
7565
7565
|
|
|
7566
7566
|
/**
|
|
@@ -7599,7 +7599,7 @@ type WithdrawalToken = Token$2;
|
|
|
7599
7599
|
* @export
|
|
7600
7600
|
* @interface Withdrawal
|
|
7601
7601
|
*/
|
|
7602
|
-
interface Withdrawal$
|
|
7602
|
+
interface Withdrawal$3 {
|
|
7603
7603
|
/**
|
|
7604
7604
|
* Status of the on-chain batch confirmation for this withdrawal
|
|
7605
7605
|
* @type {string}
|
|
@@ -7661,7 +7661,7 @@ interface Withdrawal$2 {
|
|
|
7661
7661
|
* @export
|
|
7662
7662
|
* @interface ListWithdrawalsResponse
|
|
7663
7663
|
*/
|
|
7664
|
-
interface ListWithdrawalsResponse {
|
|
7664
|
+
interface ListWithdrawalsResponse$1 {
|
|
7665
7665
|
/**
|
|
7666
7666
|
* Generated cursor returned by previous query
|
|
7667
7667
|
* @type {string}
|
|
@@ -7679,7 +7679,7 @@ interface ListWithdrawalsResponse {
|
|
|
7679
7679
|
* @type {Array<Withdrawal>}
|
|
7680
7680
|
* @memberof ListWithdrawalsResponse
|
|
7681
7681
|
*/
|
|
7682
|
-
'result': Array<Withdrawal$
|
|
7682
|
+
'result': Array<Withdrawal$3>;
|
|
7683
7683
|
}
|
|
7684
7684
|
|
|
7685
7685
|
/**
|
|
@@ -7698,7 +7698,7 @@ interface ListWithdrawalsResponse {
|
|
|
7698
7698
|
* @export
|
|
7699
7699
|
* @interface MetadataSchemaProperty
|
|
7700
7700
|
*/
|
|
7701
|
-
interface MetadataSchemaProperty {
|
|
7701
|
+
interface MetadataSchemaProperty$1 {
|
|
7702
7702
|
/**
|
|
7703
7703
|
* Sets the metadata as filterable
|
|
7704
7704
|
* @type {boolean}
|
|
@@ -8055,7 +8055,7 @@ interface NftprimarytransactionCreateAPIRequest {
|
|
|
8055
8055
|
* @export
|
|
8056
8056
|
* @interface NftprimarytransactionCreateResponse
|
|
8057
8057
|
*/
|
|
8058
|
-
interface NftprimarytransactionCreateResponse {
|
|
8058
|
+
interface NftprimarytransactionCreateResponse$1 {
|
|
8059
8059
|
/**
|
|
8060
8060
|
* Contract address of the asset to be created
|
|
8061
8061
|
* @type {string}
|
|
@@ -8122,7 +8122,7 @@ interface NftprimarytransactionCreateResponse {
|
|
|
8122
8122
|
* @export
|
|
8123
8123
|
* @interface NftprimarytransactionGetResponse
|
|
8124
8124
|
*/
|
|
8125
|
-
interface NftprimarytransactionGetResponse {
|
|
8125
|
+
interface NftprimarytransactionGetResponse$1 {
|
|
8126
8126
|
/**
|
|
8127
8127
|
* Contract address of the asset
|
|
8128
8128
|
* @type {string}
|
|
@@ -8317,7 +8317,7 @@ interface NftprimarytransactionTransactionData {
|
|
|
8317
8317
|
* @export
|
|
8318
8318
|
* @interface NftprimarytransactionListTransactionsResponse
|
|
8319
8319
|
*/
|
|
8320
|
-
interface NftprimarytransactionListTransactionsResponse {
|
|
8320
|
+
interface NftprimarytransactionListTransactionsResponse$1 {
|
|
8321
8321
|
/**
|
|
8322
8322
|
* Generated cursor returned by previous query
|
|
8323
8323
|
* @type {string}
|
|
@@ -9327,7 +9327,7 @@ interface SignableRejectPrimarySaleOKBody {
|
|
|
9327
9327
|
* @export
|
|
9328
9328
|
* @interface SuccessResponse
|
|
9329
9329
|
*/
|
|
9330
|
-
interface SuccessResponse {
|
|
9330
|
+
interface SuccessResponse$1 {
|
|
9331
9331
|
/**
|
|
9332
9332
|
*
|
|
9333
9333
|
* @type {string}
|
|
@@ -9651,7 +9651,7 @@ declare class AssetsApi$1 extends BaseAPI {
|
|
|
9651
9651
|
* @throws {RequiredError}
|
|
9652
9652
|
* @memberof AssetsApi
|
|
9653
9653
|
*/
|
|
9654
|
-
getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset, any>>;
|
|
9654
|
+
getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset$1, any>>;
|
|
9655
9655
|
/**
|
|
9656
9656
|
* Get a list of assets
|
|
9657
9657
|
* @summary Get a list of assets
|
|
@@ -9660,7 +9660,7 @@ declare class AssetsApi$1 extends BaseAPI {
|
|
|
9660
9660
|
* @throws {RequiredError}
|
|
9661
9661
|
* @memberof AssetsApi
|
|
9662
9662
|
*/
|
|
9663
|
-
listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse, any>>;
|
|
9663
|
+
listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse$1, any>>;
|
|
9664
9664
|
}
|
|
9665
9665
|
|
|
9666
9666
|
/**
|
|
@@ -9743,7 +9743,7 @@ declare class BalancesApi$1 extends BaseAPI {
|
|
|
9743
9743
|
* @throws {RequiredError}
|
|
9744
9744
|
* @memberof BalancesApi
|
|
9745
9745
|
*/
|
|
9746
|
-
listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse, any>>;
|
|
9746
|
+
listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse$1, any>>;
|
|
9747
9747
|
}
|
|
9748
9748
|
|
|
9749
9749
|
/**
|
|
@@ -9923,7 +9923,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9923
9923
|
* @throws {RequiredError}
|
|
9924
9924
|
* @memberof CollectionsApi
|
|
9925
9925
|
*/
|
|
9926
|
-
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$
|
|
9926
|
+
createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$3, any>>;
|
|
9927
9927
|
/**
|
|
9928
9928
|
* Get details of a collection at the given address
|
|
9929
9929
|
* @summary Get details of a collection at the given address
|
|
@@ -9932,7 +9932,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9932
9932
|
* @throws {RequiredError}
|
|
9933
9933
|
* @memberof CollectionsApi
|
|
9934
9934
|
*/
|
|
9935
|
-
getCollection(requestParameters: CollectionsApiGetCollectionRequest$2, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$
|
|
9935
|
+
getCollection(requestParameters: CollectionsApiGetCollectionRequest$2, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$3, any>>;
|
|
9936
9936
|
/**
|
|
9937
9937
|
* Get a list of collection filters
|
|
9938
9938
|
* @summary Get a list of collection filters
|
|
@@ -9941,7 +9941,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9941
9941
|
* @throws {RequiredError}
|
|
9942
9942
|
* @memberof CollectionsApi
|
|
9943
9943
|
*/
|
|
9944
|
-
listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter[], any>>;
|
|
9944
|
+
listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter$1[], any>>;
|
|
9945
9945
|
/**
|
|
9946
9946
|
* Get a list of collections
|
|
9947
9947
|
* @summary Get a list of collections
|
|
@@ -9950,7 +9950,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9950
9950
|
* @throws {RequiredError}
|
|
9951
9951
|
* @memberof CollectionsApi
|
|
9952
9952
|
*/
|
|
9953
|
-
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$2, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse, any>>;
|
|
9953
|
+
listCollections(requestParameters?: CollectionsApiListCollectionsRequest$2, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse$1, any>>;
|
|
9954
9954
|
/**
|
|
9955
9955
|
* Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection.
|
|
9956
9956
|
* @summary Get metadata about the collections held by a set of wallets
|
|
@@ -9968,7 +9968,7 @@ declare class CollectionsApi$1 extends BaseAPI {
|
|
|
9968
9968
|
* @throws {RequiredError}
|
|
9969
9969
|
* @memberof CollectionsApi
|
|
9970
9970
|
*/
|
|
9971
|
-
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$
|
|
9971
|
+
updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$3, any>>;
|
|
9972
9972
|
}
|
|
9973
9973
|
|
|
9974
9974
|
/**
|
|
@@ -10115,7 +10115,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
10115
10115
|
* @throws {RequiredError}
|
|
10116
10116
|
* @memberof DepositsApi
|
|
10117
10117
|
*/
|
|
10118
|
-
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$
|
|
10118
|
+
getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$3, any>>;
|
|
10119
10119
|
/**
|
|
10120
10120
|
* Gets details of a signable deposit
|
|
10121
10121
|
* @summary Gets details of a signable deposit
|
|
@@ -10133,7 +10133,7 @@ declare class DepositsApi$1 extends BaseAPI {
|
|
|
10133
10133
|
* @throws {RequiredError}
|
|
10134
10134
|
* @memberof DepositsApi
|
|
10135
10135
|
*/
|
|
10136
|
-
listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse, any>>;
|
|
10136
|
+
listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse$1, any>>;
|
|
10137
10137
|
}
|
|
10138
10138
|
|
|
10139
10139
|
/**
|
|
@@ -10331,7 +10331,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10331
10331
|
* @throws {RequiredError}
|
|
10332
10332
|
* @memberof ExchangesApi
|
|
10333
10333
|
*/
|
|
10334
|
-
createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse, any>>;
|
|
10334
|
+
createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse$1, any>>;
|
|
10335
10335
|
/**
|
|
10336
10336
|
* Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
|
|
10337
10337
|
* @summary Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
|
|
@@ -10349,7 +10349,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10349
10349
|
* @throws {RequiredError}
|
|
10350
10350
|
* @memberof ExchangesApi
|
|
10351
10351
|
*/
|
|
10352
|
-
getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange, any>>;
|
|
10352
|
+
getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange$1, any>>;
|
|
10353
10353
|
/**
|
|
10354
10354
|
* Send a request for signable-transfer-details (offramp)
|
|
10355
10355
|
* @summary Send a request for signable-transfer-details (offramp)
|
|
@@ -10367,7 +10367,7 @@ declare class ExchangesApi$1 extends BaseAPI {
|
|
|
10367
10367
|
* @throws {RequiredError}
|
|
10368
10368
|
* @memberof ExchangesApi
|
|
10369
10369
|
*/
|
|
10370
|
-
getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse, any>>;
|
|
10370
|
+
getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse$1, any>>;
|
|
10371
10371
|
}
|
|
10372
10372
|
|
|
10373
10373
|
/**
|
|
@@ -10466,7 +10466,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10466
10466
|
* @throws {RequiredError}
|
|
10467
10467
|
* @memberof MetadataApi
|
|
10468
10468
|
*/
|
|
10469
|
-
addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
10469
|
+
addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
10470
10470
|
/**
|
|
10471
10471
|
* Get collection metadata schema
|
|
10472
10472
|
* @summary Get collection metadata schema
|
|
@@ -10475,7 +10475,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10475
10475
|
* @throws {RequiredError}
|
|
10476
10476
|
* @memberof MetadataApi
|
|
10477
10477
|
*/
|
|
10478
|
-
getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty[], any>>;
|
|
10478
|
+
getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty$1[], any>>;
|
|
10479
10479
|
/**
|
|
10480
10480
|
* Update metadata schema by name
|
|
10481
10481
|
* @summary Update metadata schema by name
|
|
@@ -10484,7 +10484,7 @@ declare class MetadataApi$1 extends BaseAPI {
|
|
|
10484
10484
|
* @throws {RequiredError}
|
|
10485
10485
|
* @memberof MetadataApi
|
|
10486
10486
|
*/
|
|
10487
|
-
updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
10487
|
+
updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
10488
10488
|
}
|
|
10489
10489
|
|
|
10490
10490
|
/**
|
|
@@ -10649,7 +10649,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10649
10649
|
* @throws {RequiredError}
|
|
10650
10650
|
* @memberof MetadataRefreshesApi
|
|
10651
10651
|
*/
|
|
10652
|
-
getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
|
|
10652
|
+
getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
|
|
10653
10653
|
/**
|
|
10654
10654
|
* Get metadata refresh errors
|
|
10655
10655
|
* @param {MetadataRefreshesApiGetMetadataRefreshErrorsRequest} requestParameters Request parameters.
|
|
@@ -10657,7 +10657,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10657
10657
|
* @throws {RequiredError}
|
|
10658
10658
|
* @memberof MetadataRefreshesApi
|
|
10659
10659
|
*/
|
|
10660
|
-
getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
|
|
10660
|
+
getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
|
|
10661
10661
|
/**
|
|
10662
10662
|
* Get metadata refresh results
|
|
10663
10663
|
* @param {MetadataRefreshesApiGetMetadataRefreshResultsRequest} requestParameters Request parameters.
|
|
@@ -10665,7 +10665,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10665
10665
|
* @throws {RequiredError}
|
|
10666
10666
|
* @memberof MetadataRefreshesApi
|
|
10667
10667
|
*/
|
|
10668
|
-
getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
|
|
10668
|
+
getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
|
|
10669
10669
|
/**
|
|
10670
10670
|
* Request metadata refresh for provided tokens
|
|
10671
10671
|
* @param {MetadataRefreshesApiRequestAMetadataRefreshRequest} requestParameters Request parameters.
|
|
@@ -10673,7 +10673,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
|
|
|
10673
10673
|
* @throws {RequiredError}
|
|
10674
10674
|
* @memberof MetadataRefreshesApi
|
|
10675
10675
|
*/
|
|
10676
|
-
requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
|
|
10676
|
+
requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
|
|
10677
10677
|
}
|
|
10678
10678
|
|
|
10679
10679
|
/**
|
|
@@ -10833,7 +10833,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
10833
10833
|
* @throws {RequiredError}
|
|
10834
10834
|
* @memberof MintsApi
|
|
10835
10835
|
*/
|
|
10836
|
-
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$
|
|
10836
|
+
getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$3[], any>>;
|
|
10837
10837
|
/**
|
|
10838
10838
|
* Get details of a mintable token with the given token address and token ID
|
|
10839
10839
|
* @summary Get details of a mintable token with the given token address and token ID
|
|
@@ -10851,7 +10851,7 @@ declare class MintsApi$1 extends BaseAPI {
|
|
|
10851
10851
|
* @throws {RequiredError}
|
|
10852
10852
|
* @memberof MintsApi
|
|
10853
10853
|
*/
|
|
10854
|
-
listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse, any>>;
|
|
10854
|
+
listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse$1, any>>;
|
|
10855
10855
|
/**
|
|
10856
10856
|
* Mint tokens in a batch with fees
|
|
10857
10857
|
* @summary Mint Tokens V2
|
|
@@ -11009,7 +11009,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11009
11009
|
* @throws {RequiredError}
|
|
11010
11010
|
* @memberof NftCheckoutPrimaryApi
|
|
11011
11011
|
*/
|
|
11012
|
-
createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse, any>>;
|
|
11012
|
+
createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse$1, any>>;
|
|
11013
11013
|
/**
|
|
11014
11014
|
* Returns a list of supported currencies and their limits
|
|
11015
11015
|
* @summary Get currencies with limits
|
|
@@ -11018,7 +11018,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11018
11018
|
* @throws {RequiredError}
|
|
11019
11019
|
* @memberof NftCheckoutPrimaryApi
|
|
11020
11020
|
*/
|
|
11021
|
-
getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits, any>>;
|
|
11021
|
+
getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits$1, any>>;
|
|
11022
11022
|
/**
|
|
11023
11023
|
* given a transaction id, returns the corresponding transaction representing a mint executed from a card payment
|
|
11024
11024
|
* @summary Get NFT primary sale transaction by id
|
|
@@ -11027,7 +11027,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11027
11027
|
* @throws {RequiredError}
|
|
11028
11028
|
* @memberof NftCheckoutPrimaryApi
|
|
11029
11029
|
*/
|
|
11030
|
-
getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse, any>>;
|
|
11030
|
+
getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse$1, any>>;
|
|
11031
11031
|
/**
|
|
11032
11032
|
* Returns a list of NFT primary sales transactions
|
|
11033
11033
|
* @summary Get a list of NFT primary sales transactions
|
|
@@ -11036,7 +11036,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
|
|
|
11036
11036
|
* @throws {RequiredError}
|
|
11037
11037
|
* @memberof NftCheckoutPrimaryApi
|
|
11038
11038
|
*/
|
|
11039
|
-
getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse, any>>;
|
|
11039
|
+
getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse$1, any>>;
|
|
11040
11040
|
/**
|
|
11041
11041
|
* Registers a new contract for use in the minting with fiat card flow
|
|
11042
11042
|
* @summary Executes NFT primary sales contract registration
|
|
@@ -11387,7 +11387,7 @@ declare class OrdersApi$1 extends BaseAPI {
|
|
|
11387
11387
|
* @throws {RequiredError}
|
|
11388
11388
|
* @memberof OrdersApi
|
|
11389
11389
|
*/
|
|
11390
|
-
getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3, any>>;
|
|
11390
|
+
getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3$1, any>>;
|
|
11391
11391
|
/**
|
|
11392
11392
|
* Generate a signable cancel order message (V3)
|
|
11393
11393
|
* @summary Generate a signable cancel order message (V3)
|
|
@@ -11414,7 +11414,7 @@ declare class OrdersApi$1 extends BaseAPI {
|
|
|
11414
11414
|
* @throws {RequiredError}
|
|
11415
11415
|
* @memberof OrdersApi
|
|
11416
11416
|
*/
|
|
11417
|
-
listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3, any>>;
|
|
11417
|
+
listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3$1, any>>;
|
|
11418
11418
|
}
|
|
11419
11419
|
|
|
11420
11420
|
/**
|
|
@@ -11620,7 +11620,7 @@ declare class ProjectsApi$1 extends BaseAPI {
|
|
|
11620
11620
|
* @throws {RequiredError}
|
|
11621
11621
|
* @memberof ProjectsApi
|
|
11622
11622
|
*/
|
|
11623
|
-
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project, any>>;
|
|
11623
|
+
getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project$1, any>>;
|
|
11624
11624
|
}
|
|
11625
11625
|
|
|
11626
11626
|
/**
|
|
@@ -11694,7 +11694,7 @@ declare class TokensApi$1 extends BaseAPI {
|
|
|
11694
11694
|
* @throws {RequiredError}
|
|
11695
11695
|
* @memberof TokensApi
|
|
11696
11696
|
*/
|
|
11697
|
-
getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails, any>>;
|
|
11697
|
+
getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails$1, any>>;
|
|
11698
11698
|
/**
|
|
11699
11699
|
* Get a list of tokens
|
|
11700
11700
|
* @summary Get a list of tokens
|
|
@@ -11703,7 +11703,7 @@ declare class TokensApi$1 extends BaseAPI {
|
|
|
11703
11703
|
* @throws {RequiredError}
|
|
11704
11704
|
* @memberof TokensApi
|
|
11705
11705
|
*/
|
|
11706
|
-
listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse, any>>;
|
|
11706
|
+
listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse$1, any>>;
|
|
11707
11707
|
}
|
|
11708
11708
|
|
|
11709
11709
|
/**
|
|
@@ -11869,7 +11869,7 @@ declare class TradesApi$1 extends BaseAPI {
|
|
|
11869
11869
|
* @throws {RequiredError}
|
|
11870
11870
|
* @memberof TradesApi
|
|
11871
11871
|
*/
|
|
11872
|
-
getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade$
|
|
11872
|
+
getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade$3, any>>;
|
|
11873
11873
|
/**
|
|
11874
11874
|
* Get a list of trades (V3)
|
|
11875
11875
|
* @summary Get a list of trades (V3)
|
|
@@ -11878,7 +11878,7 @@ declare class TradesApi$1 extends BaseAPI {
|
|
|
11878
11878
|
* @throws {RequiredError}
|
|
11879
11879
|
* @memberof TradesApi
|
|
11880
11880
|
*/
|
|
11881
|
-
listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse, any>>;
|
|
11881
|
+
listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse$1, any>>;
|
|
11882
11882
|
}
|
|
11883
11883
|
|
|
11884
11884
|
/**
|
|
@@ -12142,7 +12142,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
12142
12142
|
* @throws {RequiredError}
|
|
12143
12143
|
* @memberof TransfersApi
|
|
12144
12144
|
*/
|
|
12145
|
-
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$
|
|
12145
|
+
getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$3, any>>;
|
|
12146
12146
|
/**
|
|
12147
12147
|
* Get a list of transfers
|
|
12148
12148
|
* @summary Get a list of transfers
|
|
@@ -12151,7 +12151,7 @@ declare class TransfersApi$1 extends BaseAPI {
|
|
|
12151
12151
|
* @throws {RequiredError}
|
|
12152
12152
|
* @memberof TransfersApi
|
|
12153
12153
|
*/
|
|
12154
|
-
listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse, any>>;
|
|
12154
|
+
listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse$1, any>>;
|
|
12155
12155
|
}
|
|
12156
12156
|
|
|
12157
12157
|
/**
|
|
@@ -12277,7 +12277,7 @@ declare class UsersApi$1 extends BaseAPI {
|
|
|
12277
12277
|
* @throws {RequiredError}
|
|
12278
12278
|
* @memberof UsersApi
|
|
12279
12279
|
*/
|
|
12280
|
-
getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse, any>>;
|
|
12280
|
+
getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse$1, any>>;
|
|
12281
12281
|
/**
|
|
12282
12282
|
* Registers a passport user
|
|
12283
12283
|
* @summary Registers a passport user
|
|
@@ -12562,7 +12562,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
|
|
|
12562
12562
|
* @throws {RequiredError}
|
|
12563
12563
|
* @memberof WithdrawalsApi
|
|
12564
12564
|
*/
|
|
12565
|
-
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$
|
|
12565
|
+
getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$3, any>>;
|
|
12566
12566
|
/**
|
|
12567
12567
|
* Get a list of withdrawals
|
|
12568
12568
|
* @summary Get a list of withdrawals
|
|
@@ -12571,7 +12571,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
|
|
|
12571
12571
|
* @throws {RequiredError}
|
|
12572
12572
|
* @memberof WithdrawalsApi
|
|
12573
12573
|
*/
|
|
12574
|
-
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse, any>>;
|
|
12574
|
+
listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse$1, any>>;
|
|
12575
12575
|
}
|
|
12576
12576
|
|
|
12577
12577
|
/**
|
|
@@ -12889,7 +12889,7 @@ interface Burn$1 {
|
|
|
12889
12889
|
* @export
|
|
12890
12890
|
* @interface Deposit
|
|
12891
12891
|
*/
|
|
12892
|
-
interface Deposit$
|
|
12892
|
+
interface Deposit$2 {
|
|
12893
12893
|
/**
|
|
12894
12894
|
* The account address the asset was deposited to
|
|
12895
12895
|
* @type {string}
|
|
@@ -12927,7 +12927,7 @@ interface Deposit$1 {
|
|
|
12927
12927
|
* @export
|
|
12928
12928
|
* @interface Mint
|
|
12929
12929
|
*/
|
|
12930
|
-
interface Mint$
|
|
12930
|
+
interface Mint$2 {
|
|
12931
12931
|
/**
|
|
12932
12932
|
* The account address the asset was minted to
|
|
12933
12933
|
* @type {string}
|
|
@@ -13144,7 +13144,7 @@ interface NFTSale$1 {
|
|
|
13144
13144
|
* @export
|
|
13145
13145
|
* @interface Transfer
|
|
13146
13146
|
*/
|
|
13147
|
-
interface Transfer$
|
|
13147
|
+
interface Transfer$2 {
|
|
13148
13148
|
/**
|
|
13149
13149
|
* The account address the asset was transferred from
|
|
13150
13150
|
* @type {string}
|
|
@@ -13188,7 +13188,7 @@ interface Transfer$1 {
|
|
|
13188
13188
|
* @export
|
|
13189
13189
|
* @interface Withdrawal
|
|
13190
13190
|
*/
|
|
13191
|
-
interface Withdrawal$
|
|
13191
|
+
interface Withdrawal$2 {
|
|
13192
13192
|
/**
|
|
13193
13193
|
* The account address the asset was withdrawn from
|
|
13194
13194
|
* @type {string}
|
|
@@ -13226,7 +13226,7 @@ interface Withdrawal$1 {
|
|
|
13226
13226
|
* The activity details
|
|
13227
13227
|
* @export
|
|
13228
13228
|
*/
|
|
13229
|
-
type ActivityDetails$1 = Burn$1 | Deposit$
|
|
13229
|
+
type ActivityDetails$1 = Burn$1 | Deposit$2 | Mint$2 | NFTSale$1 | Transfer$2 | Withdrawal$2;
|
|
13230
13230
|
|
|
13231
13231
|
/**
|
|
13232
13232
|
* Immutable zkEVM API
|
|
@@ -13496,7 +13496,7 @@ type CollectionContractType$1 = typeof CollectionContractType$1[keyof typeof Col
|
|
|
13496
13496
|
* @export
|
|
13497
13497
|
* @interface Collection
|
|
13498
13498
|
*/
|
|
13499
|
-
interface Collection$
|
|
13499
|
+
interface Collection$2 {
|
|
13500
13500
|
/**
|
|
13501
13501
|
*
|
|
13502
13502
|
* @type {Chain}
|
|
@@ -13924,7 +13924,7 @@ interface GetCollectionResult$1 {
|
|
|
13924
13924
|
* @type {Collection}
|
|
13925
13925
|
* @memberof GetCollectionResult
|
|
13926
13926
|
*/
|
|
13927
|
-
'result': Collection$
|
|
13927
|
+
'result': Collection$2;
|
|
13928
13928
|
}
|
|
13929
13929
|
|
|
13930
13930
|
/**
|
|
@@ -14557,7 +14557,7 @@ interface ListCollectionsResult$1 {
|
|
|
14557
14557
|
* @type {Array<Collection>}
|
|
14558
14558
|
* @memberof ListCollectionsResult
|
|
14559
14559
|
*/
|
|
14560
|
-
'result': Array<Collection$
|
|
14560
|
+
'result': Array<Collection$2>;
|
|
14561
14561
|
/**
|
|
14562
14562
|
*
|
|
14563
14563
|
* @type {Page}
|
|
@@ -16568,7 +16568,7 @@ interface Burn {
|
|
|
16568
16568
|
* @export
|
|
16569
16569
|
* @interface Deposit
|
|
16570
16570
|
*/
|
|
16571
|
-
interface Deposit {
|
|
16571
|
+
interface Deposit$1 {
|
|
16572
16572
|
/**
|
|
16573
16573
|
* The account address the asset was deposited to
|
|
16574
16574
|
* @type {string}
|
|
@@ -16606,7 +16606,7 @@ interface Deposit {
|
|
|
16606
16606
|
* @export
|
|
16607
16607
|
* @interface Mint
|
|
16608
16608
|
*/
|
|
16609
|
-
interface Mint {
|
|
16609
|
+
interface Mint$1 {
|
|
16610
16610
|
/**
|
|
16611
16611
|
* The account address the asset was minted to
|
|
16612
16612
|
* @type {string}
|
|
@@ -16826,7 +16826,7 @@ interface NFTSale {
|
|
|
16826
16826
|
* @export
|
|
16827
16827
|
* @interface Transfer
|
|
16828
16828
|
*/
|
|
16829
|
-
interface Transfer {
|
|
16829
|
+
interface Transfer$1 {
|
|
16830
16830
|
/**
|
|
16831
16831
|
* The account address the asset was transferred from
|
|
16832
16832
|
* @type {string}
|
|
@@ -16870,7 +16870,7 @@ interface Transfer {
|
|
|
16870
16870
|
* @export
|
|
16871
16871
|
* @interface Withdrawal
|
|
16872
16872
|
*/
|
|
16873
|
-
interface Withdrawal {
|
|
16873
|
+
interface Withdrawal$1 {
|
|
16874
16874
|
/**
|
|
16875
16875
|
* The account address the asset was withdrawn from
|
|
16876
16876
|
* @type {string}
|
|
@@ -16908,7 +16908,7 @@ interface Withdrawal {
|
|
|
16908
16908
|
* The activity details
|
|
16909
16909
|
* @export
|
|
16910
16910
|
*/
|
|
16911
|
-
type ActivityDetails = Burn | Deposit | Mint | NFTSale | Transfer | Withdrawal;
|
|
16911
|
+
type ActivityDetails = Burn | Deposit$1 | Mint$1 | NFTSale | Transfer$1 | Withdrawal$1;
|
|
16912
16912
|
|
|
16913
16913
|
/**
|
|
16914
16914
|
* Immutable zkEVM API
|
|
@@ -17176,7 +17176,7 @@ declare enum CollectionContractType {
|
|
|
17176
17176
|
* @export
|
|
17177
17177
|
* @interface Collection
|
|
17178
17178
|
*/
|
|
17179
|
-
interface Collection {
|
|
17179
|
+
interface Collection$1 {
|
|
17180
17180
|
/**
|
|
17181
17181
|
*
|
|
17182
17182
|
* @type {Chain}
|
|
@@ -17736,7 +17736,7 @@ interface GetCollectionResult {
|
|
|
17736
17736
|
* @type {Collection}
|
|
17737
17737
|
* @memberof GetCollectionResult
|
|
17738
17738
|
*/
|
|
17739
|
-
'result': Collection;
|
|
17739
|
+
'result': Collection$1;
|
|
17740
17740
|
}
|
|
17741
17741
|
|
|
17742
17742
|
/**
|
|
@@ -18512,7 +18512,7 @@ interface ListCollectionsResult {
|
|
|
18512
18512
|
* @type {Array<Collection>}
|
|
18513
18513
|
* @memberof ListCollectionsResult
|
|
18514
18514
|
*/
|
|
18515
|
-
'result': Array<Collection>;
|
|
18515
|
+
'result': Array<Collection$1>;
|
|
18516
18516
|
/**
|
|
18517
18517
|
*
|
|
18518
18518
|
* @type {Page}
|
|
@@ -20092,14 +20092,12 @@ type index_d_BlockchainMetadata = BlockchainMetadata;
|
|
|
20092
20092
|
type index_d_Burn = Burn;
|
|
20093
20093
|
type index_d_ChainWithDetails = ChainWithDetails;
|
|
20094
20094
|
type index_d_ChainWithDetailsAllOf = ChainWithDetailsAllOf;
|
|
20095
|
-
type index_d_Collection = Collection;
|
|
20096
20095
|
type index_d_CollectionContractType = CollectionContractType;
|
|
20097
20096
|
declare const index_d_CollectionContractType: typeof CollectionContractType;
|
|
20098
20097
|
type index_d_CollectionMetadata = CollectionMetadata;
|
|
20099
20098
|
type index_d_CreateMintRequestRequest = CreateMintRequestRequest;
|
|
20100
20099
|
type index_d_CreateMintRequestRequestParams = CreateMintRequestRequestParams;
|
|
20101
20100
|
type index_d_CreateMintRequestResult = CreateMintRequestResult;
|
|
20102
|
-
type index_d_Deposit = Deposit;
|
|
20103
20101
|
type index_d_ERC1155ItemTypeEnum = ERC1155ItemTypeEnum;
|
|
20104
20102
|
declare const index_d_ERC1155ItemTypeEnum: typeof ERC1155ItemTypeEnum;
|
|
20105
20103
|
type index_d_ERC20ItemTypeEnum = ERC20ItemTypeEnum;
|
|
@@ -20145,7 +20143,6 @@ type index_d_ListOwnersByContractAddressRequestParams = ListOwnersByContractAddr
|
|
|
20145
20143
|
type index_d_ListTokensResult = ListTokensResult;
|
|
20146
20144
|
type index_d_Metadata = Metadata;
|
|
20147
20145
|
type index_d_MetadataRefreshRateLimitResult = MetadataRefreshRateLimitResult;
|
|
20148
|
-
type index_d_Mint = Mint;
|
|
20149
20146
|
type index_d_MintAsset = MintAsset;
|
|
20150
20147
|
type index_d_MintRequestErrorMessage = MintRequestErrorMessage;
|
|
20151
20148
|
type index_d_MintRequestStatus = MintRequestStatus;
|
|
@@ -20181,10 +20178,8 @@ type index_d_SalePayment = SalePayment;
|
|
|
20181
20178
|
type index_d_Token = Token;
|
|
20182
20179
|
type index_d_TokenContractType = TokenContractType;
|
|
20183
20180
|
declare const index_d_TokenContractType: typeof TokenContractType;
|
|
20184
|
-
type index_d_Transfer = Transfer;
|
|
20185
|
-
type index_d_Withdrawal = Withdrawal;
|
|
20186
20181
|
declare namespace index_d {
|
|
20187
|
-
export { type index_d_APIError400 as APIError400, type index_d_APIError400AllOf as APIError400AllOf, index_d_APIError400AllOfCodeEnum as APIError400AllOfCodeEnum, type index_d_APIError401 as APIError401, type index_d_APIError401AllOf as APIError401AllOf, index_d_APIError401AllOfCodeEnum as APIError401AllOfCodeEnum, type index_d_APIError403 as APIError403, type index_d_APIError403AllOf as APIError403AllOf, index_d_APIError403AllOfCodeEnum as APIError403AllOfCodeEnum, type index_d_APIError404 as APIError404, type index_d_APIError404AllOf as APIError404AllOf, index_d_APIError404AllOfCodeEnum as APIError404AllOfCodeEnum, type index_d_APIError409 as APIError409, type index_d_APIError409AllOf as APIError409AllOf, index_d_APIError409AllOfCodeEnum as APIError409AllOfCodeEnum, type index_d_APIError429 as APIError429, type index_d_APIError429AllOf as APIError429AllOf, index_d_APIError429AllOfCodeEnum as APIError429AllOfCodeEnum, type index_d_APIError500 as APIError500, type index_d_APIError500AllOf as APIError500AllOf, index_d_APIError500AllOfCodeEnum as APIError500AllOfCodeEnum, type index_d_APIError501 as APIError501, type index_d_APIError501AllOf as APIError501AllOf, index_d_APIError501AllOfCodeEnum as APIError501AllOfCodeEnum, type ActiveOrderStatus$1 as ActiveOrderStatus, index_d_ActiveOrderStatusNameEnum as ActiveOrderStatusNameEnum, type index_d_Activity as Activity, type index_d_ActivityAsset as ActivityAsset, type index_d_ActivityDetails as ActivityDetails, type index_d_ActivityNFT as ActivityNFT, type index_d_ActivityNativeToken as ActivityNativeToken, type index_d_ActivityToken as ActivityToken, ActivityType$1 as ActivityType, index_d_AssetVerificationStatus as AssetVerificationStatus, type index_d_BasicAPIError as BasicAPIError, type index_d_BlockchainMetadata as BlockchainMetadata, type index_d_Burn as Burn, type Chain$2 as Chain, type index_d_ChainWithDetails as ChainWithDetails, type index_d_ChainWithDetailsAllOf as ChainWithDetailsAllOf, type
|
|
20182
|
+
export { type index_d_APIError400 as APIError400, type index_d_APIError400AllOf as APIError400AllOf, index_d_APIError400AllOfCodeEnum as APIError400AllOfCodeEnum, type index_d_APIError401 as APIError401, type index_d_APIError401AllOf as APIError401AllOf, index_d_APIError401AllOfCodeEnum as APIError401AllOfCodeEnum, type index_d_APIError403 as APIError403, type index_d_APIError403AllOf as APIError403AllOf, index_d_APIError403AllOfCodeEnum as APIError403AllOfCodeEnum, type index_d_APIError404 as APIError404, type index_d_APIError404AllOf as APIError404AllOf, index_d_APIError404AllOfCodeEnum as APIError404AllOfCodeEnum, type index_d_APIError409 as APIError409, type index_d_APIError409AllOf as APIError409AllOf, index_d_APIError409AllOfCodeEnum as APIError409AllOfCodeEnum, type index_d_APIError429 as APIError429, type index_d_APIError429AllOf as APIError429AllOf, index_d_APIError429AllOfCodeEnum as APIError429AllOfCodeEnum, type index_d_APIError500 as APIError500, type index_d_APIError500AllOf as APIError500AllOf, index_d_APIError500AllOfCodeEnum as APIError500AllOfCodeEnum, type index_d_APIError501 as APIError501, type index_d_APIError501AllOf as APIError501AllOf, index_d_APIError501AllOfCodeEnum as APIError501AllOfCodeEnum, type ActiveOrderStatus$1 as ActiveOrderStatus, index_d_ActiveOrderStatusNameEnum as ActiveOrderStatusNameEnum, type index_d_Activity as Activity, type index_d_ActivityAsset as ActivityAsset, type index_d_ActivityDetails as ActivityDetails, type index_d_ActivityNFT as ActivityNFT, type index_d_ActivityNativeToken as ActivityNativeToken, type index_d_ActivityToken as ActivityToken, ActivityType$1 as ActivityType, index_d_AssetVerificationStatus as AssetVerificationStatus, type index_d_BasicAPIError as BasicAPIError, type index_d_BlockchainMetadata as BlockchainMetadata, type index_d_Burn as Burn, type Chain$2 as Chain, type index_d_ChainWithDetails as ChainWithDetails, type index_d_ChainWithDetailsAllOf as ChainWithDetailsAllOf, type Collection$1 as Collection, index_d_CollectionContractType as CollectionContractType, type index_d_CollectionMetadata as CollectionMetadata, type index_d_CreateMintRequestRequest as CreateMintRequestRequest, type index_d_CreateMintRequestRequestParams as CreateMintRequestRequestParams, type index_d_CreateMintRequestResult as CreateMintRequestResult, type Deposit$1 as Deposit, type ERC1155Item$2 as ERC1155Item, index_d_ERC1155ItemTypeEnum as ERC1155ItemTypeEnum, type ERC20Item$2 as ERC20Item, index_d_ERC20ItemTypeEnum as ERC20ItemTypeEnum, type ERC721Item$2 as ERC721Item, index_d_ERC721ItemTypeEnum as ERC721ItemTypeEnum, type index_d_GetActivityRequestParams as GetActivityRequestParams, type index_d_GetActivityResult as GetActivityResult, type index_d_GetCollectionRequestParams as GetCollectionRequestParams, type index_d_GetCollectionResult as GetCollectionResult, type index_d_GetERC20TokenRequestParams as GetERC20TokenRequestParams, type index_d_GetMetadataRequestParams as GetMetadataRequestParams, type index_d_GetMetadataResult as GetMetadataResult, type index_d_GetMintRequestRequestParams as GetMintRequestRequestParams, type index_d_GetMintRequestResult as GetMintRequestResult, type index_d_GetNFTRequestParams as GetNFTRequestParams, type index_d_GetNFTResult as GetNFTResult, type index_d_GetTokenResult as GetTokenResult, type Item$1 as Item, type index_d_ListActivitiesRequestParams as ListActivitiesRequestParams, type index_d_ListActivitiesResult as ListActivitiesResult, type index_d_ListActivityHistoryRequestParams as ListActivityHistoryRequestParams, type index_d_ListAllNFTOwnersRequestParams as ListAllNFTOwnersRequestParams, type index_d_ListAllNFTsRequestParams as ListAllNFTsRequestParams, type index_d_ListChainsRequestParams as ListChainsRequestParams, type index_d_ListChainsResult as ListChainsResult, type index_d_ListCollectionOwnersResult as ListCollectionOwnersResult, type index_d_ListCollectionsByNFTOwnerRequestParams as ListCollectionsByNFTOwnerRequestParams, type index_d_ListCollectionsRequestParams as ListCollectionsRequestParams, type index_d_ListCollectionsResult as ListCollectionsResult, type index_d_ListERC20TokensRequestParams as ListERC20TokensRequestParams, type index_d_ListMetadataForChainRequestParams as ListMetadataForChainRequestParams, type index_d_ListMetadataRequestParams as ListMetadataRequestParams, type index_d_ListMetadataResult as ListMetadataResult, type index_d_ListMintRequestsRequestParams as ListMintRequestsRequestParams, type index_d_ListMintRequestsResult as ListMintRequestsResult, type index_d_ListNFTOwnersRequestParams as ListNFTOwnersRequestParams, type index_d_ListNFTOwnersResult as ListNFTOwnersResult, type index_d_ListNFTsByAccountAddressRequestParams as ListNFTsByAccountAddressRequestParams, type index_d_ListNFTsByOwnerResult as ListNFTsByOwnerResult, type index_d_ListNFTsRequestParams as ListNFTsRequestParams, type index_d_ListNFTsResult as ListNFTsResult, type index_d_ListOwnersByContractAddressRequestParams as ListOwnersByContractAddressRequestParams, type index_d_ListTokensResult as ListTokensResult, type index_d_Metadata as Metadata, type index_d_MetadataRefreshRateLimitResult as MetadataRefreshRateLimitResult, type Mint$1 as Mint, type index_d_MintAsset as MintAsset, type index_d_MintRequestErrorMessage as MintRequestErrorMessage, index_d_MintRequestStatus as MintRequestStatus, type index_d_NFT as NFT, index_d_NFTContractType as NFTContractType, type index_d_NFTMetadataAttribute as NFTMetadataAttribute, type index_d_NFTMetadataAttributeValue as NFTMetadataAttributeValue, type index_d_NFTMetadataRequest as NFTMetadataRequest, type index_d_NFTOwner as NFTOwner, type index_d_NFTSale as NFTSale, type index_d_NFTWithBalance as NFTWithBalance, type index_d_NFTWithOwner as NFTWithOwner, type NativeItem$2 as NativeItem, index_d_NativeItemTypeEnum as NativeItemTypeEnum, type Page$2 as Page, type index_d_RefreshCollectionMetadataRequest as RefreshCollectionMetadataRequest, type index_d_RefreshCollectionMetadataRequestParams as RefreshCollectionMetadataRequestParams, type index_d_RefreshCollectionMetadataResult as RefreshCollectionMetadataResult, type index_d_RefreshMetadataByID as RefreshMetadataByID, type index_d_RefreshMetadataByIDAllOf as RefreshMetadataByIDAllOf, type index_d_RefreshMetadataByIDRequest as RefreshMetadataByIDRequest, type index_d_RefreshMetadataByIDRequestParams as RefreshMetadataByIDRequestParams, type index_d_RefreshMetadataByTokenID as RefreshMetadataByTokenID, type index_d_RefreshMetadataByTokenIDAllOf as RefreshMetadataByTokenIDAllOf, type index_d_RefreshNFTMetadataByTokenIDRequest as RefreshNFTMetadataByTokenIDRequest, type index_d_RefreshNFTMetadataByTokenIDRequestParams as RefreshNFTMetadataByTokenIDRequestParams, type index_d_RefreshableNFTAttributes as RefreshableNFTAttributes, type index_d_SaleFee as SaleFee, index_d_SaleFeeTypeEnum as SaleFeeTypeEnum, type index_d_SalePayment as SalePayment, type SalePaymentToken$1 as SalePaymentToken, type index_d_Token as Token, index_d_TokenContractType as TokenContractType, type Transfer$1 as Transfer, type Withdrawal$1 as Withdrawal };
|
|
20188
20183
|
}
|
|
20189
20184
|
|
|
20190
20185
|
/**
|
|
@@ -21305,8 +21300,6 @@ declare class UsersApi extends UsersApi$1 {
|
|
|
21305
21300
|
}
|
|
21306
21301
|
declare class WithdrawalsApi extends WithdrawalsApi$1 {
|
|
21307
21302
|
}
|
|
21308
|
-
interface APIError extends APIError$2 {
|
|
21309
|
-
}
|
|
21310
21303
|
interface AcceptPrimarySaleBadRequestBody extends AcceptPrimarySaleBadRequestBody$1 {
|
|
21311
21304
|
}
|
|
21312
21305
|
interface AcceptPrimarySaleForbiddenBody extends AcceptPrimarySaleForbiddenBody$1 {
|
|
@@ -21319,6 +21312,10 @@ interface AcceptPrimarySaleUnauthorizedBody extends AcceptPrimarySaleUnauthorize
|
|
|
21319
21312
|
}
|
|
21320
21313
|
interface AddMetadataSchemaToCollectionRequest extends AddMetadataSchemaToCollectionRequest$1 {
|
|
21321
21314
|
}
|
|
21315
|
+
interface APIError extends APIError$2 {
|
|
21316
|
+
}
|
|
21317
|
+
interface Asset extends Asset$1 {
|
|
21318
|
+
}
|
|
21322
21319
|
interface AssetsApiGetAssetRequest extends AssetsApiGetAssetRequest$1 {
|
|
21323
21320
|
}
|
|
21324
21321
|
interface AssetsApiListAssetsRequest extends AssetsApiListAssetsRequest$1 {
|
|
@@ -21331,6 +21328,10 @@ interface BalancesApiListBalancesRequest extends BalancesApiListBalancesRequest$
|
|
|
21331
21328
|
}
|
|
21332
21329
|
interface CancelOrderResponse extends CancelOrderResponse$1 {
|
|
21333
21330
|
}
|
|
21331
|
+
interface Collection extends Collection$3 {
|
|
21332
|
+
}
|
|
21333
|
+
interface CollectionFilter extends CollectionFilter$1 {
|
|
21334
|
+
}
|
|
21334
21335
|
interface CollectionsApiGetCollectionRequest extends CollectionsApiGetCollectionRequest$2 {
|
|
21335
21336
|
}
|
|
21336
21337
|
interface CollectionsApiListCollectionFiltersRequest extends CollectionsApiListCollectionFiltersRequest$1 {
|
|
@@ -21341,6 +21342,8 @@ interface CreateCollectionRequest extends CreateCollectionRequest$1 {
|
|
|
21341
21342
|
}
|
|
21342
21343
|
interface CreateMetadataRefreshRequest extends CreateMetadataRefreshRequest$1 {
|
|
21343
21344
|
}
|
|
21345
|
+
interface CreateMetadataRefreshResponse extends CreateMetadataRefreshResponse$1 {
|
|
21346
|
+
}
|
|
21344
21347
|
interface CreateOrderResponse extends CreateOrderResponse$1 {
|
|
21345
21348
|
}
|
|
21346
21349
|
interface CreatePrimarySaleBadRequestBody extends CreatePrimarySaleBadRequestBody$1 {
|
|
@@ -21359,37 +21362,73 @@ interface CreateTransferResponseV1 extends CreateTransferResponseV1$1 {
|
|
|
21359
21362
|
}
|
|
21360
21363
|
interface CreateWithdrawalResponse extends CreateWithdrawalResponse$1 {
|
|
21361
21364
|
}
|
|
21365
|
+
interface CurrencyWithLimits extends CurrencyWithLimits$1 {
|
|
21366
|
+
}
|
|
21367
|
+
interface Deposit extends Deposit$3 {
|
|
21368
|
+
}
|
|
21362
21369
|
interface DepositsApiGetDepositRequest extends DepositsApiGetDepositRequest$1 {
|
|
21363
21370
|
}
|
|
21364
21371
|
interface DepositsApiListDepositsRequest extends DepositsApiListDepositsRequest$1 {
|
|
21365
21372
|
}
|
|
21373
|
+
interface Exchange extends Exchange$1 {
|
|
21374
|
+
}
|
|
21375
|
+
interface ExchangeCreateExchangeAndURLResponse extends ExchangeCreateExchangeAndURLResponse$1 {
|
|
21376
|
+
}
|
|
21366
21377
|
interface ExchangesApiCreateExchangeRequest extends ExchangesApiCreateExchangeRequest$1 {
|
|
21367
21378
|
}
|
|
21368
21379
|
interface ExchangesApiGetExchangeRequest extends ExchangesApiGetExchangeRequest$1 {
|
|
21369
21380
|
}
|
|
21370
21381
|
interface ExchangesApiGetExchangesRequest extends ExchangesApiGetExchangesRequest$1 {
|
|
21371
21382
|
}
|
|
21383
|
+
interface GetMetadataRefreshes extends GetMetadataRefreshes$1 {
|
|
21384
|
+
}
|
|
21385
|
+
interface GetMetadataRefreshErrorsResponse extends GetMetadataRefreshErrorsResponse$1 {
|
|
21386
|
+
}
|
|
21387
|
+
interface GetMetadataRefreshResponse extends GetMetadataRefreshResponse$1 {
|
|
21388
|
+
}
|
|
21372
21389
|
interface GetSignableCancelOrderRequest extends GetSignableCancelOrderRequest$1 {
|
|
21373
21390
|
}
|
|
21374
21391
|
interface GetSignableOrderRequest extends GetSignableOrderRequest$1 {
|
|
21375
21392
|
}
|
|
21376
21393
|
interface GetSignableTradeRequest extends GetSignableTradeRequest$1 {
|
|
21377
21394
|
}
|
|
21395
|
+
interface GetTransactionsResponse extends GetTransactionsResponse$1 {
|
|
21396
|
+
}
|
|
21397
|
+
interface GetUsersApiResponse extends GetUsersApiResponse$1 {
|
|
21398
|
+
}
|
|
21399
|
+
interface ListAssetsResponse extends ListAssetsResponse$1 {
|
|
21400
|
+
}
|
|
21401
|
+
interface ListBalancesResponse extends ListBalancesResponse$1 {
|
|
21402
|
+
}
|
|
21403
|
+
interface ListCollectionsResponse extends ListCollectionsResponse$1 {
|
|
21404
|
+
}
|
|
21405
|
+
interface ListDepositsResponse extends ListDepositsResponse$1 {
|
|
21406
|
+
}
|
|
21407
|
+
interface ListMintsResponse extends ListMintsResponse$1 {
|
|
21408
|
+
}
|
|
21409
|
+
interface ListOrdersResponseV3 extends ListOrdersResponseV3$1 {
|
|
21410
|
+
}
|
|
21411
|
+
interface ListTokensResponse extends ListTokensResponse$1 {
|
|
21412
|
+
}
|
|
21413
|
+
interface ListTradesResponse extends ListTradesResponse$1 {
|
|
21414
|
+
}
|
|
21415
|
+
interface ListTransfersResponse extends ListTransfersResponse$1 {
|
|
21416
|
+
}
|
|
21417
|
+
interface ListWithdrawalsResponse extends ListWithdrawalsResponse$1 {
|
|
21418
|
+
}
|
|
21378
21419
|
interface MetadataApiGetMetadataSchemaRequest extends MetadataApiGetMetadataSchemaRequest$1 {
|
|
21379
21420
|
}
|
|
21421
|
+
interface MetadataSchemaProperty extends MetadataSchemaProperty$1 {
|
|
21422
|
+
}
|
|
21380
21423
|
interface MetadataSchemaRequest extends MetadataSchemaRequest$1 {
|
|
21381
21424
|
}
|
|
21382
|
-
interface
|
|
21425
|
+
interface Mint extends Mint$3 {
|
|
21383
21426
|
}
|
|
21384
|
-
interface
|
|
21427
|
+
interface MintFee extends MintFee$1 {
|
|
21385
21428
|
}
|
|
21386
21429
|
interface MintRequest$1 extends MintRequest$2 {
|
|
21387
21430
|
}
|
|
21388
|
-
interface
|
|
21389
|
-
}
|
|
21390
|
-
interface MintTokensResponse extends MintTokensResponse$1 {
|
|
21391
|
-
}
|
|
21392
|
-
interface MintUser extends MintUser$1 {
|
|
21431
|
+
interface MintResultDetails extends MintResultDetails$1 {
|
|
21393
21432
|
}
|
|
21394
21433
|
interface MintsApiGetMintRequest extends MintsApiGetMintRequest$1 {
|
|
21395
21434
|
}
|
|
@@ -21397,6 +21436,12 @@ interface MintsApiListMintsRequest extends MintsApiListMintsRequest$1 {
|
|
|
21397
21436
|
}
|
|
21398
21437
|
interface MintsApiMintTokensRequest extends MintsApiMintTokensRequest$1 {
|
|
21399
21438
|
}
|
|
21439
|
+
interface MintTokenDataV2 extends MintTokenDataV2$1 {
|
|
21440
|
+
}
|
|
21441
|
+
interface MintTokensResponse extends MintTokensResponse$1 {
|
|
21442
|
+
}
|
|
21443
|
+
interface MintUser extends MintUser$1 {
|
|
21444
|
+
}
|
|
21400
21445
|
interface NftCheckoutPrimaryApiCreateNftPrimaryRequest extends NftCheckoutPrimaryApiCreateNftPrimaryRequest$1 {
|
|
21401
21446
|
}
|
|
21402
21447
|
interface NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest extends NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1 {
|
|
@@ -21405,16 +21450,26 @@ interface NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest extends NftChecko
|
|
|
21405
21450
|
}
|
|
21406
21451
|
interface NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest extends NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1 {
|
|
21407
21452
|
}
|
|
21453
|
+
interface NftprimarytransactionCreateResponse extends NftprimarytransactionCreateResponse$1 {
|
|
21454
|
+
}
|
|
21455
|
+
interface NftprimarytransactionGetResponse extends NftprimarytransactionGetResponse$1 {
|
|
21456
|
+
}
|
|
21457
|
+
interface NftprimarytransactionListTransactionsResponse extends NftprimarytransactionListTransactionsResponse$1 {
|
|
21458
|
+
}
|
|
21408
21459
|
interface OrdersApiCreateOrderV3Request extends OrdersApiCreateOrderV3Request$1 {
|
|
21409
21460
|
}
|
|
21410
21461
|
interface OrdersApiGetOrderV3Request extends OrdersApiGetOrderV3Request$1 {
|
|
21411
21462
|
}
|
|
21412
21463
|
interface OrdersApiListOrdersV3Request extends OrdersApiListOrdersV3Request$1 {
|
|
21413
21464
|
}
|
|
21465
|
+
interface OrderV3 extends OrderV3$1 {
|
|
21466
|
+
}
|
|
21414
21467
|
interface PrimarySalesApiCreatePrimarySaleRequest extends PrimarySalesApiCreatePrimarySaleRequest$1 {
|
|
21415
21468
|
}
|
|
21416
21469
|
interface PrimarySalesApiSignableCreatePrimarySaleRequest extends PrimarySalesApiSignableCreatePrimarySaleRequest$1 {
|
|
21417
21470
|
}
|
|
21471
|
+
interface Project extends Project$1 {
|
|
21472
|
+
}
|
|
21418
21473
|
interface RejectPrimarySaleBadRequestBody extends RejectPrimarySaleBadRequestBody$1 {
|
|
21419
21474
|
}
|
|
21420
21475
|
interface RejectPrimarySaleForbiddenBody extends RejectPrimarySaleForbiddenBody$1 {
|
|
@@ -21427,32 +21482,46 @@ interface RejectPrimarySaleUnauthorizedBody extends RejectPrimarySaleUnauthorize
|
|
|
21427
21482
|
}
|
|
21428
21483
|
interface SignableToken extends SignableToken$1 {
|
|
21429
21484
|
}
|
|
21485
|
+
interface SuccessResponse extends SuccessResponse$1 {
|
|
21486
|
+
}
|
|
21487
|
+
interface TokenDetails extends TokenDetails$1 {
|
|
21488
|
+
}
|
|
21430
21489
|
interface TokensApiGetTokenRequest extends TokensApiGetTokenRequest$1 {
|
|
21431
21490
|
}
|
|
21432
21491
|
interface TokensApiListTokensRequest extends TokensApiListTokensRequest$1 {
|
|
21433
21492
|
}
|
|
21493
|
+
interface Trade$2 extends Trade$3 {
|
|
21494
|
+
}
|
|
21434
21495
|
interface TradesApiGetTradeV3Request extends TradesApiGetTradeV3Request$1 {
|
|
21435
21496
|
}
|
|
21436
21497
|
interface TradesApiListTradesV3Request extends TradesApiListTradesV3Request$1 {
|
|
21437
21498
|
}
|
|
21499
|
+
interface Transfer extends Transfer$3 {
|
|
21500
|
+
}
|
|
21438
21501
|
interface TransfersApiGetTransferRequest extends TransfersApiGetTransferRequest$1 {
|
|
21439
21502
|
}
|
|
21440
21503
|
interface TransfersApiListTransfersRequest extends TransfersApiListTransfersRequest$1 {
|
|
21441
21504
|
}
|
|
21442
21505
|
interface UpdateCollectionRequest extends UpdateCollectionRequest$1 {
|
|
21443
21506
|
}
|
|
21507
|
+
interface Withdrawal extends Withdrawal$3 {
|
|
21508
|
+
}
|
|
21444
21509
|
interface WithdrawalsApiGetWithdrawalRequest extends WithdrawalsApiGetWithdrawalRequest$1 {
|
|
21445
21510
|
}
|
|
21446
21511
|
interface WithdrawalsApiListWithdrawalsRequest extends WithdrawalsApiListWithdrawalsRequest$1 {
|
|
21447
21512
|
}
|
|
21448
21513
|
declare const MetadataSchemaRequestTypeEnum: {
|
|
21449
|
-
readonly Enum:
|
|
21450
|
-
readonly Text:
|
|
21451
|
-
readonly Boolean:
|
|
21452
|
-
readonly Continuous:
|
|
21453
|
-
readonly Discrete:
|
|
21514
|
+
readonly Enum: 'enum';
|
|
21515
|
+
readonly Text: 'text';
|
|
21516
|
+
readonly Boolean: 'boolean';
|
|
21517
|
+
readonly Continuous: 'continuous';
|
|
21518
|
+
readonly Discrete: 'discrete';
|
|
21454
21519
|
};
|
|
21455
21520
|
|
|
21521
|
+
type CreatePrimarySaleResponse = CreatePrimarySaleBadRequestBody | CreatePrimarySaleCreatedBody | CreatePrimarySaleForbiddenBody | CreatePrimarySaleUnauthorizedBody | CreatePrimarySaleNotFoundBody;
|
|
21522
|
+
type AcceptPrimarySaleResponse = AcceptPrimarySaleOKBody | AcceptPrimarySaleBadRequestBody | AcceptPrimarySaleForbiddenBody | AcceptPrimarySaleNotFoundBody | AcceptPrimarySaleUnauthorizedBody;
|
|
21523
|
+
type RejectPrimarySaleResponse = RejectPrimarySaleOKBody | RejectPrimarySaleBadRequestBody | RejectPrimarySaleForbiddenBody | RejectPrimarySaleNotFoundBody | RejectPrimarySaleUnauthorizedBody;
|
|
21524
|
+
|
|
21456
21525
|
declare class Workflows {
|
|
21457
21526
|
protected config: ImmutableXConfiguration;
|
|
21458
21527
|
private readonly mintsApi;
|
|
@@ -21468,18 +21537,18 @@ declare class Workflows {
|
|
|
21468
21537
|
private getStarkExContractVersion;
|
|
21469
21538
|
mint(signer: Signer, request: UnsignedMintRequest): Promise<MintTokensResponse>;
|
|
21470
21539
|
exchangeTransfer(walletConnection: WalletConnection, request: UnsignedExchangeTransferRequest): Promise<CreateTransferResponseV1>;
|
|
21471
|
-
getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project, any>>;
|
|
21472
|
-
createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection$
|
|
21473
|
-
updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection$
|
|
21474
|
-
addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
21475
|
-
updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse, any>>;
|
|
21476
|
-
listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
|
|
21477
|
-
getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
|
|
21478
|
-
getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
|
|
21479
|
-
createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
|
|
21480
|
-
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<
|
|
21481
|
-
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
21482
|
-
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
21540
|
+
getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project$1, any>>;
|
|
21541
|
+
createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection$3, any>>;
|
|
21542
|
+
updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection$3, any>>;
|
|
21543
|
+
addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
21544
|
+
updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
|
|
21545
|
+
listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
|
|
21546
|
+
getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
|
|
21547
|
+
getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
|
|
21548
|
+
createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
|
|
21549
|
+
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
|
|
21550
|
+
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
|
|
21551
|
+
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
|
|
21483
21552
|
}
|
|
21484
21553
|
|
|
21485
21554
|
declare class IMXClient {
|
|
@@ -21511,7 +21580,7 @@ declare class IMXClient {
|
|
|
21511
21580
|
* @returns a promise that resolves with the requested Deposit
|
|
21512
21581
|
* @throws {@link IMXError}
|
|
21513
21582
|
*/
|
|
21514
|
-
getDeposit(request: DepositsApiGetDepositRequest): Promise<Deposit
|
|
21583
|
+
getDeposit(request: DepositsApiGetDepositRequest): Promise<Deposit>;
|
|
21515
21584
|
/**
|
|
21516
21585
|
* Get a list of Deposits
|
|
21517
21586
|
* @param request - optional object containing the parameters to be provided in the API request
|
|
@@ -21547,14 +21616,14 @@ declare class IMXClient {
|
|
|
21547
21616
|
* @returns a promise that resolves with the created Collection
|
|
21548
21617
|
* @throws {@link IMXError}
|
|
21549
21618
|
*/
|
|
21550
|
-
createCollection(ethSigner: Signer, request: CreateCollectionRequest): Promise<Collection
|
|
21619
|
+
createCollection(ethSigner: Signer, request: CreateCollectionRequest): Promise<Collection>;
|
|
21551
21620
|
/**
|
|
21552
21621
|
* Get details of a Collection at the given address
|
|
21553
21622
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
21554
21623
|
* @returns a promise that resolves with the requested Collection
|
|
21555
21624
|
* @throws {@link IMXError}
|
|
21556
21625
|
*/
|
|
21557
|
-
getCollection(request: CollectionsApiGetCollectionRequest): Promise<Collection
|
|
21626
|
+
getCollection(request: CollectionsApiGetCollectionRequest): Promise<Collection>;
|
|
21558
21627
|
/**
|
|
21559
21628
|
* Get a list of Collection filters
|
|
21560
21629
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
@@ -21577,7 +21646,7 @@ declare class IMXClient {
|
|
|
21577
21646
|
* @returns a promise that resolves with the updated Collection
|
|
21578
21647
|
* @throws {@link IMXError}
|
|
21579
21648
|
*/
|
|
21580
|
-
updateCollection(ethSigner: Signer, collectionAddress: string, request: UpdateCollectionRequest): Promise<Collection
|
|
21649
|
+
updateCollection(ethSigner: Signer, collectionAddress: string, request: UpdateCollectionRequest): Promise<Collection>;
|
|
21581
21650
|
/**
|
|
21582
21651
|
* Add metadata schema to Collection
|
|
21583
21652
|
* @param ethSigner - the L1 signer
|
|
@@ -21600,7 +21669,7 @@ declare class IMXClient {
|
|
|
21600
21669
|
* @param collectionAddress - the Collection contract address
|
|
21601
21670
|
* @param name - the Metadata schema name
|
|
21602
21671
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
21603
|
-
* @returns a promise that resolves with the SuccessResponse
|
|
21672
|
+
* @returns a promise that resolves with the {@link SuccessResponse}
|
|
21604
21673
|
* @throws {@link IMXError}
|
|
21605
21674
|
*/
|
|
21606
21675
|
updateMetadataSchemaByName(ethSigner: Signer, collectionAddress: string, name: string, request: MetadataSchemaRequest): Promise<SuccessResponse>;
|
|
@@ -21654,7 +21723,7 @@ declare class IMXClient {
|
|
|
21654
21723
|
* @returns a promise that resolves with the requested Balance
|
|
21655
21724
|
* @throws {@link IMXError}
|
|
21656
21725
|
*/
|
|
21657
|
-
getBalance(request: BalancesApiGetBalanceRequest): Promise<Balance
|
|
21726
|
+
getBalance(request: BalancesApiGetBalanceRequest): Promise<Balance>;
|
|
21658
21727
|
/**
|
|
21659
21728
|
* Get a list of Balances for given User
|
|
21660
21729
|
* @param request the request object containing the parameters to be provided in the API request
|
|
@@ -21668,7 +21737,7 @@ declare class IMXClient {
|
|
|
21668
21737
|
* @returns a promise that resolves with the requested Mint
|
|
21669
21738
|
* @throws {@link IMXError}
|
|
21670
21739
|
*/
|
|
21671
|
-
getMint(request: MintsApiGetMintRequest): Promise<Mint
|
|
21740
|
+
getMint(request: MintsApiGetMintRequest): Promise<Mint[]>;
|
|
21672
21741
|
/**
|
|
21673
21742
|
* Get a list of Mints
|
|
21674
21743
|
* @param request optional object containing the parameters to be provided in the API request
|
|
@@ -21697,7 +21766,7 @@ declare class IMXClient {
|
|
|
21697
21766
|
* @returns a promise that resolves with the requested Withdrawal
|
|
21698
21767
|
* @throws {@link IMXError}
|
|
21699
21768
|
*/
|
|
21700
|
-
getWithdrawal(request: WithdrawalsApiGetWithdrawalRequest): Promise<Withdrawal
|
|
21769
|
+
getWithdrawal(request: WithdrawalsApiGetWithdrawalRequest): Promise<Withdrawal>;
|
|
21701
21770
|
/**
|
|
21702
21771
|
* Get details of an Order with the given ID
|
|
21703
21772
|
* @param request - the request object containing the parameters to be provided in the API request
|
|
@@ -21746,7 +21815,7 @@ declare class IMXClient {
|
|
|
21746
21815
|
* @returns a promise that resolves with the requested Transfer
|
|
21747
21816
|
* @throws {@link IMXError}
|
|
21748
21817
|
*/
|
|
21749
|
-
getTransfer(request: TransfersApiGetTransferRequest): Promise<Transfer
|
|
21818
|
+
getTransfer(request: TransfersApiGetTransferRequest): Promise<Transfer>;
|
|
21750
21819
|
/**
|
|
21751
21820
|
* Get a list of Transfers
|
|
21752
21821
|
* @param request - optional object containing the parameters to be provided in the API request
|
|
@@ -21818,7 +21887,7 @@ declare class IMXClient {
|
|
|
21818
21887
|
* @returns a promise that resolves with the created Trade
|
|
21819
21888
|
* @throws {@link IMXError}
|
|
21820
21889
|
*/
|
|
21821
|
-
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<
|
|
21890
|
+
createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
|
|
21822
21891
|
/**
|
|
21823
21892
|
* Accept a PrimarySale
|
|
21824
21893
|
* @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
|
|
@@ -21826,7 +21895,7 @@ declare class IMXClient {
|
|
|
21826
21895
|
* @returns a promise that resolves with the created Trade
|
|
21827
21896
|
* @throws {@link IMXError}
|
|
21828
21897
|
*/
|
|
21829
|
-
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
21898
|
+
acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
|
|
21830
21899
|
/**
|
|
21831
21900
|
* Reject a PrimarySale
|
|
21832
21901
|
* @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
|
|
@@ -21834,7 +21903,7 @@ declare class IMXClient {
|
|
|
21834
21903
|
* @returns a promise that resolves with the rejected PrimarySale
|
|
21835
21904
|
* @throws {@link IMXError}
|
|
21836
21905
|
*/
|
|
21837
|
-
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<
|
|
21906
|
+
rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
|
|
21838
21907
|
}
|
|
21839
21908
|
declare class ImmutableX extends IMXClient {
|
|
21840
21909
|
}
|
|
@@ -31146,7 +31215,6 @@ declare class Checkout {
|
|
|
31146
31215
|
* @param listener - The listener to be called when the injected providers change.
|
|
31147
31216
|
*/
|
|
31148
31217
|
onInjectedProvidersChange(listener: (providers: EIP6963ProviderDetail[]) => void): () => void;
|
|
31149
|
-
clearInjectedProviders(): void;
|
|
31150
31218
|
/**
|
|
31151
31219
|
* Checks if a wallet is connected to the specified provider.
|
|
31152
31220
|
* @param {CheckConnectionParams} params - The parameters for checking the wallet connection.
|
|
@@ -31773,6 +31841,7 @@ type x_d_AddMetadataSchemaToCollectionRequest = AddMetadataSchemaToCollectionReq
|
|
|
31773
31841
|
type x_d_AnyToken = AnyToken;
|
|
31774
31842
|
type x_d_ApiConfiguration = ApiConfiguration;
|
|
31775
31843
|
declare const x_d_ApiConfiguration: typeof ApiConfiguration;
|
|
31844
|
+
type x_d_Asset = Asset;
|
|
31776
31845
|
type x_d_AssetsApi = AssetsApi;
|
|
31777
31846
|
declare const x_d_AssetsApi: typeof AssetsApi;
|
|
31778
31847
|
type x_d_AssetsApiGetAssetRequest = AssetsApiGetAssetRequest;
|
|
@@ -31783,6 +31852,8 @@ declare const x_d_BalancesApi: typeof BalancesApi;
|
|
|
31783
31852
|
type x_d_BalancesApiGetBalanceRequest = BalancesApiGetBalanceRequest;
|
|
31784
31853
|
type x_d_BalancesApiListBalancesRequest = BalancesApiListBalancesRequest;
|
|
31785
31854
|
type x_d_CancelOrderResponse = CancelOrderResponse;
|
|
31855
|
+
type x_d_Collection = Collection;
|
|
31856
|
+
type x_d_CollectionFilter = CollectionFilter;
|
|
31786
31857
|
type x_d_CollectionsApi = CollectionsApi;
|
|
31787
31858
|
declare const x_d_CollectionsApi: typeof CollectionsApi;
|
|
31788
31859
|
type x_d_CollectionsApiGetCollectionRequest = CollectionsApiGetCollectionRequest;
|
|
@@ -31791,6 +31862,7 @@ type x_d_CollectionsApiListCollectionsRequest = CollectionsApiListCollectionsReq
|
|
|
31791
31862
|
type x_d_ConfigOptions = ConfigOptions;
|
|
31792
31863
|
type x_d_CreateCollectionRequest = CreateCollectionRequest;
|
|
31793
31864
|
type x_d_CreateMetadataRefreshRequest = CreateMetadataRefreshRequest;
|
|
31865
|
+
type x_d_CreateMetadataRefreshResponse = CreateMetadataRefreshResponse;
|
|
31794
31866
|
type x_d_CreateOrderResponse = CreateOrderResponse;
|
|
31795
31867
|
type x_d_CreatePrimarySaleBadRequestBody = CreatePrimarySaleBadRequestBody;
|
|
31796
31868
|
type x_d_CreatePrimarySaleCreatedBody = CreatePrimarySaleCreatedBody;
|
|
@@ -31800,6 +31872,8 @@ type x_d_CreatePrimarySaleUnauthorizedBody = CreatePrimarySaleUnauthorizedBody;
|
|
|
31800
31872
|
type x_d_CreateTradeResponse = CreateTradeResponse;
|
|
31801
31873
|
type x_d_CreateTransferResponseV1 = CreateTransferResponseV1;
|
|
31802
31874
|
type x_d_CreateWithdrawalResponse = CreateWithdrawalResponse;
|
|
31875
|
+
type x_d_CurrencyWithLimits = CurrencyWithLimits;
|
|
31876
|
+
type x_d_Deposit = Deposit;
|
|
31803
31877
|
type x_d_DepositsApi = DepositsApi;
|
|
31804
31878
|
declare const x_d_DepositsApi: typeof DepositsApi;
|
|
31805
31879
|
type x_d_DepositsApiGetDepositRequest = DepositsApiGetDepositRequest;
|
|
@@ -31814,6 +31888,8 @@ declare const x_d_EncodingApi: typeof EncodingApi;
|
|
|
31814
31888
|
type x_d_Environment = Environment;
|
|
31815
31889
|
declare const x_d_Environment: typeof Environment;
|
|
31816
31890
|
type x_d_EthConfiguration = EthConfiguration;
|
|
31891
|
+
type x_d_Exchange = Exchange;
|
|
31892
|
+
type x_d_ExchangeCreateExchangeAndURLResponse = ExchangeCreateExchangeAndURLResponse;
|
|
31817
31893
|
type x_d_ExchangeTokenAmount = ExchangeTokenAmount;
|
|
31818
31894
|
type x_d_ExchangesApi = ExchangesApi;
|
|
31819
31895
|
declare const x_d_ExchangesApi: typeof ExchangesApi;
|
|
@@ -31822,9 +31898,14 @@ type x_d_ExchangesApiGetExchangeRequest = ExchangesApiGetExchangeRequest;
|
|
|
31822
31898
|
type x_d_ExchangesApiGetExchangesRequest = ExchangesApiGetExchangesRequest;
|
|
31823
31899
|
type x_d_GenericIMXProvider = GenericIMXProvider;
|
|
31824
31900
|
declare const x_d_GenericIMXProvider: typeof GenericIMXProvider;
|
|
31901
|
+
type x_d_GetMetadataRefreshErrorsResponse = GetMetadataRefreshErrorsResponse;
|
|
31902
|
+
type x_d_GetMetadataRefreshResponse = GetMetadataRefreshResponse;
|
|
31903
|
+
type x_d_GetMetadataRefreshes = GetMetadataRefreshes;
|
|
31825
31904
|
type x_d_GetSignableCancelOrderRequest = GetSignableCancelOrderRequest;
|
|
31826
31905
|
type x_d_GetSignableOrderRequest = GetSignableOrderRequest;
|
|
31827
31906
|
type x_d_GetSignableTradeRequest = GetSignableTradeRequest;
|
|
31907
|
+
type x_d_GetTransactionsResponse = GetTransactionsResponse;
|
|
31908
|
+
type x_d_GetUsersApiResponse = GetUsersApiResponse;
|
|
31828
31909
|
type x_d_IMXClient = IMXClient;
|
|
31829
31910
|
declare const x_d_IMXClient: typeof IMXClient;
|
|
31830
31911
|
type x_d_IMXError = IMXError;
|
|
@@ -31839,6 +31920,16 @@ type x_d_ImxConfiguration = ImxConfiguration;
|
|
|
31839
31920
|
declare const x_d_ImxConfiguration: typeof ImxConfiguration;
|
|
31840
31921
|
type x_d_ImxModuleConfiguration = ImxModuleConfiguration;
|
|
31841
31922
|
type x_d_ImxOverrides = ImxOverrides;
|
|
31923
|
+
type x_d_ListAssetsResponse = ListAssetsResponse;
|
|
31924
|
+
type x_d_ListBalancesResponse = ListBalancesResponse;
|
|
31925
|
+
type x_d_ListCollectionsResponse = ListCollectionsResponse;
|
|
31926
|
+
type x_d_ListDepositsResponse = ListDepositsResponse;
|
|
31927
|
+
type x_d_ListMintsResponse = ListMintsResponse;
|
|
31928
|
+
type x_d_ListOrdersResponseV3 = ListOrdersResponseV3;
|
|
31929
|
+
type x_d_ListTokensResponse = ListTokensResponse;
|
|
31930
|
+
type x_d_ListTradesResponse = ListTradesResponse;
|
|
31931
|
+
type x_d_ListTransfersResponse = ListTransfersResponse;
|
|
31932
|
+
type x_d_ListWithdrawalsResponse = ListWithdrawalsResponse;
|
|
31842
31933
|
type x_d_MetaMaskIMXProvider = MetaMaskIMXProvider;
|
|
31843
31934
|
declare const x_d_MetaMaskIMXProvider: typeof MetaMaskIMXProvider;
|
|
31844
31935
|
type x_d_MetadataApi = MetadataApi;
|
|
@@ -31846,8 +31937,10 @@ declare const x_d_MetadataApi: typeof MetadataApi;
|
|
|
31846
31937
|
type x_d_MetadataApiGetMetadataSchemaRequest = MetadataApiGetMetadataSchemaRequest;
|
|
31847
31938
|
type x_d_MetadataRefreshesApi = MetadataRefreshesApi;
|
|
31848
31939
|
declare const x_d_MetadataRefreshesApi: typeof MetadataRefreshesApi;
|
|
31940
|
+
type x_d_MetadataSchemaProperty = MetadataSchemaProperty;
|
|
31849
31941
|
type x_d_MetadataSchemaRequest = MetadataSchemaRequest;
|
|
31850
31942
|
declare const x_d_MetadataSchemaRequestTypeEnum: typeof MetadataSchemaRequestTypeEnum;
|
|
31943
|
+
type x_d_Mint = Mint;
|
|
31851
31944
|
type x_d_MintFee = MintFee;
|
|
31852
31945
|
type x_d_MintResultDetails = MintResultDetails;
|
|
31853
31946
|
type x_d_MintTokenDataV2 = MintTokenDataV2;
|
|
@@ -31865,6 +31958,10 @@ type x_d_NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest = NftChecko
|
|
|
31865
31958
|
type x_d_NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest = NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest;
|
|
31866
31959
|
type x_d_NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest = NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest;
|
|
31867
31960
|
type x_d_NftTransferDetails = NftTransferDetails;
|
|
31961
|
+
type x_d_NftprimarytransactionCreateResponse = NftprimarytransactionCreateResponse;
|
|
31962
|
+
type x_d_NftprimarytransactionGetResponse = NftprimarytransactionGetResponse;
|
|
31963
|
+
type x_d_NftprimarytransactionListTransactionsResponse = NftprimarytransactionListTransactionsResponse;
|
|
31964
|
+
type x_d_OrderV3 = OrderV3;
|
|
31868
31965
|
type x_d_OrdersApi = OrdersApi;
|
|
31869
31966
|
declare const x_d_OrdersApi: typeof OrdersApi;
|
|
31870
31967
|
type x_d_OrdersApiCreateOrderV3Request = OrdersApiCreateOrderV3Request;
|
|
@@ -31874,6 +31971,7 @@ type x_d_PrimarySalesApi = PrimarySalesApi;
|
|
|
31874
31971
|
declare const x_d_PrimarySalesApi: typeof PrimarySalesApi;
|
|
31875
31972
|
type x_d_PrimarySalesApiCreatePrimarySaleRequest = PrimarySalesApiCreatePrimarySaleRequest;
|
|
31876
31973
|
type x_d_PrimarySalesApiSignableCreatePrimarySaleRequest = PrimarySalesApiSignableCreatePrimarySaleRequest;
|
|
31974
|
+
type x_d_Project = Project;
|
|
31877
31975
|
type x_d_ProjectsApi = ProjectsApi;
|
|
31878
31976
|
declare const x_d_ProjectsApi: typeof ProjectsApi;
|
|
31879
31977
|
type x_d_ProviderConfiguration = ProviderConfiguration;
|
|
@@ -31886,7 +31984,9 @@ type x_d_RejectPrimarySaleUnauthorizedBody = RejectPrimarySaleUnauthorizedBody;
|
|
|
31886
31984
|
type x_d_SignableToken = SignableToken;
|
|
31887
31985
|
type x_d_StarkExContractVersion = StarkExContractVersion;
|
|
31888
31986
|
type x_d_StarkSigner = StarkSigner;
|
|
31987
|
+
type x_d_SuccessResponse = SuccessResponse;
|
|
31889
31988
|
type x_d_TokenAmount = TokenAmount;
|
|
31989
|
+
type x_d_TokenDetails = TokenDetails;
|
|
31890
31990
|
type x_d_TokensApi = TokensApi;
|
|
31891
31991
|
declare const x_d_TokensApi: typeof TokensApi;
|
|
31892
31992
|
type x_d_TokensApiGetTokenRequest = TokensApiGetTokenRequest;
|
|
@@ -31896,6 +31996,7 @@ declare const x_d_TradesApi: typeof TradesApi;
|
|
|
31896
31996
|
type x_d_TradesApiGetTradeV3Request = TradesApiGetTradeV3Request;
|
|
31897
31997
|
type x_d_TradesApiListTradesV3Request = TradesApiListTradesV3Request;
|
|
31898
31998
|
type x_d_TransactionResponse = TransactionResponse;
|
|
31999
|
+
type x_d_Transfer = Transfer;
|
|
31899
32000
|
type x_d_TransfersApi = TransfersApi;
|
|
31900
32001
|
declare const x_d_TransfersApi: typeof TransfersApi;
|
|
31901
32002
|
type x_d_TransfersApiGetTransferRequest = TransfersApiGetTransferRequest;
|
|
@@ -31908,6 +32009,7 @@ type x_d_UpdateCollectionRequest = UpdateCollectionRequest;
|
|
|
31908
32009
|
type x_d_UsersApi = UsersApi;
|
|
31909
32010
|
declare const x_d_UsersApi: typeof UsersApi;
|
|
31910
32011
|
type x_d_WalletConnection = WalletConnection;
|
|
32012
|
+
type x_d_Withdrawal = Withdrawal;
|
|
31911
32013
|
type x_d_WithdrawalsApi = WithdrawalsApi;
|
|
31912
32014
|
declare const x_d_WithdrawalsApi: typeof WithdrawalsApi;
|
|
31913
32015
|
type x_d_WithdrawalsApiGetWithdrawalRequest = WithdrawalsApiGetWithdrawalRequest;
|
|
@@ -31924,7 +32026,7 @@ declare const x_d_serializePackedSignature: typeof serializePackedSignature;
|
|
|
31924
32026
|
declare const x_d_signRegisterEthAddress: typeof signRegisterEthAddress;
|
|
31925
32027
|
declare const x_d_starkEcOrder: typeof starkEcOrder;
|
|
31926
32028
|
declare namespace x_d {
|
|
31927
|
-
export { type x_d_APIError as APIError, type x_d_AcceptPrimarySaleBadRequestBody as AcceptPrimarySaleBadRequestBody, type x_d_AcceptPrimarySaleForbiddenBody as AcceptPrimarySaleForbiddenBody, type x_d_AcceptPrimarySaleNotFoundBody as AcceptPrimarySaleNotFoundBody, type x_d_AcceptPrimarySaleOKBody as AcceptPrimarySaleOKBody, type x_d_AcceptPrimarySaleUnauthorizedBody as AcceptPrimarySaleUnauthorizedBody, type x_d_AddMetadataSchemaToCollectionRequest as AddMetadataSchemaToCollectionRequest, type x_d_AnyToken as AnyToken, x_d_ApiConfiguration as ApiConfiguration, x_d_AssetsApi as AssetsApi, type x_d_AssetsApiGetAssetRequest as AssetsApiGetAssetRequest, type x_d_AssetsApiListAssetsRequest as AssetsApiListAssetsRequest, type x_d_Balance as Balance, x_d_BalancesApi as BalancesApi, type x_d_BalancesApiGetBalanceRequest as BalancesApiGetBalanceRequest, type x_d_BalancesApiListBalancesRequest as BalancesApiListBalancesRequest, type x_d_CancelOrderResponse as CancelOrderResponse, x_d_CollectionsApi as CollectionsApi, type x_d_CollectionsApiGetCollectionRequest as CollectionsApiGetCollectionRequest, type x_d_CollectionsApiListCollectionFiltersRequest as CollectionsApiListCollectionFiltersRequest, type x_d_CollectionsApiListCollectionsRequest as CollectionsApiListCollectionsRequest, type x_d_ConfigOptions as ConfigOptions, exportContracts_d as Contracts, type x_d_CreateCollectionRequest as CreateCollectionRequest, type x_d_CreateMetadataRefreshRequest as CreateMetadataRefreshRequest, type x_d_CreateOrderResponse as CreateOrderResponse, type x_d_CreatePrimarySaleBadRequestBody as CreatePrimarySaleBadRequestBody, type x_d_CreatePrimarySaleCreatedBody as CreatePrimarySaleCreatedBody, type x_d_CreatePrimarySaleForbiddenBody as CreatePrimarySaleForbiddenBody, type x_d_CreatePrimarySaleNotFoundBody as CreatePrimarySaleNotFoundBody, type x_d_CreatePrimarySaleUnauthorizedBody as CreatePrimarySaleUnauthorizedBody, type x_d_CreateTradeResponse as CreateTradeResponse, type x_d_CreateTransferResponseV1 as CreateTransferResponseV1, type x_d_CreateWithdrawalResponse as CreateWithdrawalResponse, x_d_DepositsApi as DepositsApi, type x_d_DepositsApiGetDepositRequest as DepositsApiGetDepositRequest, type x_d_DepositsApiListDepositsRequest as DepositsApiListDepositsRequest, type x_d_ERC20Amount as ERC20Amount, type x_d_ERC20Token as ERC20Token, type x_d_ERC721Token as ERC721Token, type x_d_ETHAmount as ETHAmount, type x_d_ETHToken as ETHToken, x_d_EncodingApi as EncodingApi, x_d_Environment as Environment, type x_d_EthConfiguration as EthConfiguration, Signer as EthSigner, type x_d_ExchangeTokenAmount as ExchangeTokenAmount, x_d_ExchangesApi as ExchangesApi, type x_d_ExchangesApiCreateExchangeRequest as ExchangesApiCreateExchangeRequest, type x_d_ExchangesApiGetExchangeRequest as ExchangesApiGetExchangeRequest, type x_d_ExchangesApiGetExchangesRequest as ExchangesApiGetExchangesRequest, x_d_GenericIMXProvider as GenericIMXProvider, type x_d_GetSignableCancelOrderRequest as GetSignableCancelOrderRequest, type x_d_GetSignableOrderRequest as GetSignableOrderRequest, type x_d_GetSignableTradeRequest as GetSignableTradeRequest, x_d_IMXClient as IMXClient, x_d_IMXError as IMXError, type x_d_IMXProvider as IMXProvider, x_d_ImmutableConfiguration as ImmutableConfiguration, x_d_ImmutableX as ImmutableX, type x_d_ImmutableXConfiguration as ImmutableXConfiguration, type ImxModuleConfiguration as ImxClientModuleConfiguration, type WalletConnection as ImxClientWalletConnection, x_d_ImxConfiguration as ImxConfiguration, type x_d_ImxModuleConfiguration as ImxModuleConfiguration, type x_d_ImxOverrides as ImxOverrides, x_d_MetaMaskIMXProvider as MetaMaskIMXProvider, x_d_MetadataApi as MetadataApi, type x_d_MetadataApiGetMetadataSchemaRequest as MetadataApiGetMetadataSchemaRequest, x_d_MetadataRefreshesApi as MetadataRefreshesApi, type x_d_MetadataSchemaRequest as MetadataSchemaRequest, x_d_MetadataSchemaRequestTypeEnum as MetadataSchemaRequestTypeEnum, type x_d_MintFee as MintFee, type MintRequest$1 as MintRequest, type x_d_MintResultDetails as MintResultDetails, type x_d_MintTokenDataV2 as MintTokenDataV2, type x_d_MintTokensResponse as MintTokensResponse, type x_d_MintUser as MintUser, x_d_MintsApi as MintsApi, type x_d_MintsApiGetMintRequest as MintsApiGetMintRequest, type x_d_MintsApiListMintsRequest as MintsApiListMintsRequest, type x_d_MintsApiMintTokensRequest as MintsApiMintTokensRequest, x_d_NftCheckoutPrimaryApi as NftCheckoutPrimaryApi, type x_d_NftCheckoutPrimaryApiCreateNftPrimaryRequest as NftCheckoutPrimaryApiCreateNftPrimaryRequest, type x_d_NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest as NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest, type x_d_NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest as NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest, type x_d_NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest as NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest, type x_d_NftTransferDetails as NftTransferDetails, x_d_OrdersApi as OrdersApi, type x_d_OrdersApiCreateOrderV3Request as OrdersApiCreateOrderV3Request, type x_d_OrdersApiGetOrderV3Request as OrdersApiGetOrderV3Request, type x_d_OrdersApiListOrdersV3Request as OrdersApiListOrdersV3Request, x_d_PrimarySalesApi as PrimarySalesApi, type x_d_PrimarySalesApiCreatePrimarySaleRequest as PrimarySalesApiCreatePrimarySaleRequest, type x_d_PrimarySalesApiSignableCreatePrimarySaleRequest as PrimarySalesApiSignableCreatePrimarySaleRequest, x_d_ProjectsApi as ProjectsApi, x_d_ProviderConfiguration as ProviderConfiguration, type x_d_RejectPrimarySaleBadRequestBody as RejectPrimarySaleBadRequestBody, type x_d_RejectPrimarySaleForbiddenBody as RejectPrimarySaleForbiddenBody, type x_d_RejectPrimarySaleNotFoundBody as RejectPrimarySaleNotFoundBody, type x_d_RejectPrimarySaleOKBody as RejectPrimarySaleOKBody, type x_d_RejectPrimarySaleUnauthorizedBody as RejectPrimarySaleUnauthorizedBody, type x_d_SignableToken as SignableToken, type x_d_StarkExContractVersion as StarkExContractVersion, type x_d_StarkSigner as StarkSigner, type x_d_TokenAmount as TokenAmount, x_d_TokensApi as TokensApi, type x_d_TokensApiGetTokenRequest as TokensApiGetTokenRequest, type x_d_TokensApiListTokensRequest as TokensApiListTokensRequest, x_d_TradesApi as TradesApi, type x_d_TradesApiGetTradeV3Request as TradesApiGetTradeV3Request, type x_d_TradesApiListTradesV3Request as TradesApiListTradesV3Request, type x_d_TransactionResponse as TransactionResponse, x_d_TransfersApi as TransfersApi, type x_d_TransfersApiGetTransferRequest as TransfersApiGetTransferRequest, type x_d_TransfersApiListTransfersRequest as TransfersApiListTransfersRequest, type x_d_UnsignedExchangeTransferRequest as UnsignedExchangeTransferRequest, type x_d_UnsignedMintRequest as UnsignedMintRequest, type x_d_UnsignedOrderRequest as UnsignedOrderRequest, type x_d_UnsignedTransferRequest as UnsignedTransferRequest, type x_d_UpdateCollectionRequest as UpdateCollectionRequest, x_d_UsersApi as UsersApi, type x_d_WalletConnection as WalletConnection, x_d_WithdrawalsApi as WithdrawalsApi, type x_d_WithdrawalsApiGetWithdrawalRequest as WithdrawalsApiGetWithdrawalRequest, type x_d_WithdrawalsApiListWithdrawalsRequest as WithdrawalsApiListWithdrawalsRequest, x_d_createConfig as createConfig, x_d_createImmutableXConfiguration as createImmutableXConfiguration, x_d_createStarkSigner as createStarkSigner, x_d_generateLegacyStarkPrivateKey as generateLegacyStarkPrivateKey, x_d_generateStarkPrivateKey as generateStarkPrivateKey, x_d_imxClientConfig as imxClientConfig, createStarkSigner as imxClientCreateStarkSigner, generateLegacyStarkPrivateKey as imxClientGenerateLegacyStarkPrivateKey, x_d_production as production, x_d_sandbox as sandbox, x_d_serializePackedSignature as serializePackedSignature, x_d_signRegisterEthAddress as signRegisterEthAddress, x_d_starkEcOrder as starkEcOrder };
|
|
32029
|
+
export { type x_d_APIError as APIError, type x_d_AcceptPrimarySaleBadRequestBody as AcceptPrimarySaleBadRequestBody, type x_d_AcceptPrimarySaleForbiddenBody as AcceptPrimarySaleForbiddenBody, type x_d_AcceptPrimarySaleNotFoundBody as AcceptPrimarySaleNotFoundBody, type x_d_AcceptPrimarySaleOKBody as AcceptPrimarySaleOKBody, type x_d_AcceptPrimarySaleUnauthorizedBody as AcceptPrimarySaleUnauthorizedBody, type x_d_AddMetadataSchemaToCollectionRequest as AddMetadataSchemaToCollectionRequest, type x_d_AnyToken as AnyToken, x_d_ApiConfiguration as ApiConfiguration, type x_d_Asset as Asset, x_d_AssetsApi as AssetsApi, type x_d_AssetsApiGetAssetRequest as AssetsApiGetAssetRequest, type x_d_AssetsApiListAssetsRequest as AssetsApiListAssetsRequest, type x_d_Balance as Balance, x_d_BalancesApi as BalancesApi, type x_d_BalancesApiGetBalanceRequest as BalancesApiGetBalanceRequest, type x_d_BalancesApiListBalancesRequest as BalancesApiListBalancesRequest, type x_d_CancelOrderResponse as CancelOrderResponse, type x_d_Collection as Collection, type x_d_CollectionFilter as CollectionFilter, x_d_CollectionsApi as CollectionsApi, type x_d_CollectionsApiGetCollectionRequest as CollectionsApiGetCollectionRequest, type x_d_CollectionsApiListCollectionFiltersRequest as CollectionsApiListCollectionFiltersRequest, type x_d_CollectionsApiListCollectionsRequest as CollectionsApiListCollectionsRequest, type x_d_ConfigOptions as ConfigOptions, exportContracts_d as Contracts, type x_d_CreateCollectionRequest as CreateCollectionRequest, type x_d_CreateMetadataRefreshRequest as CreateMetadataRefreshRequest, type x_d_CreateMetadataRefreshResponse as CreateMetadataRefreshResponse, type x_d_CreateOrderResponse as CreateOrderResponse, type x_d_CreatePrimarySaleBadRequestBody as CreatePrimarySaleBadRequestBody, type x_d_CreatePrimarySaleCreatedBody as CreatePrimarySaleCreatedBody, type x_d_CreatePrimarySaleForbiddenBody as CreatePrimarySaleForbiddenBody, type x_d_CreatePrimarySaleNotFoundBody as CreatePrimarySaleNotFoundBody, type x_d_CreatePrimarySaleUnauthorizedBody as CreatePrimarySaleUnauthorizedBody, type x_d_CreateTradeResponse as CreateTradeResponse, type x_d_CreateTransferResponseV1 as CreateTransferResponseV1, type x_d_CreateWithdrawalResponse as CreateWithdrawalResponse, type x_d_CurrencyWithLimits as CurrencyWithLimits, type x_d_Deposit as Deposit, x_d_DepositsApi as DepositsApi, type x_d_DepositsApiGetDepositRequest as DepositsApiGetDepositRequest, type x_d_DepositsApiListDepositsRequest as DepositsApiListDepositsRequest, type x_d_ERC20Amount as ERC20Amount, type x_d_ERC20Token as ERC20Token, type x_d_ERC721Token as ERC721Token, type x_d_ETHAmount as ETHAmount, type x_d_ETHToken as ETHToken, x_d_EncodingApi as EncodingApi, x_d_Environment as Environment, type x_d_EthConfiguration as EthConfiguration, Signer as EthSigner, type x_d_Exchange as Exchange, type x_d_ExchangeCreateExchangeAndURLResponse as ExchangeCreateExchangeAndURLResponse, type x_d_ExchangeTokenAmount as ExchangeTokenAmount, x_d_ExchangesApi as ExchangesApi, type x_d_ExchangesApiCreateExchangeRequest as ExchangesApiCreateExchangeRequest, type x_d_ExchangesApiGetExchangeRequest as ExchangesApiGetExchangeRequest, type x_d_ExchangesApiGetExchangesRequest as ExchangesApiGetExchangesRequest, x_d_GenericIMXProvider as GenericIMXProvider, type x_d_GetMetadataRefreshErrorsResponse as GetMetadataRefreshErrorsResponse, type x_d_GetMetadataRefreshResponse as GetMetadataRefreshResponse, type x_d_GetMetadataRefreshes as GetMetadataRefreshes, type x_d_GetSignableCancelOrderRequest as GetSignableCancelOrderRequest, type x_d_GetSignableOrderRequest as GetSignableOrderRequest, type x_d_GetSignableTradeRequest as GetSignableTradeRequest, type x_d_GetTransactionsResponse as GetTransactionsResponse, type x_d_GetUsersApiResponse as GetUsersApiResponse, x_d_IMXClient as IMXClient, x_d_IMXError as IMXError, type x_d_IMXProvider as IMXProvider, x_d_ImmutableConfiguration as ImmutableConfiguration, x_d_ImmutableX as ImmutableX, type x_d_ImmutableXConfiguration as ImmutableXConfiguration, type ImxModuleConfiguration as ImxClientModuleConfiguration, type WalletConnection as ImxClientWalletConnection, x_d_ImxConfiguration as ImxConfiguration, type x_d_ImxModuleConfiguration as ImxModuleConfiguration, type x_d_ImxOverrides as ImxOverrides, type x_d_ListAssetsResponse as ListAssetsResponse, type x_d_ListBalancesResponse as ListBalancesResponse, type x_d_ListCollectionsResponse as ListCollectionsResponse, type x_d_ListDepositsResponse as ListDepositsResponse, type x_d_ListMintsResponse as ListMintsResponse, type x_d_ListOrdersResponseV3 as ListOrdersResponseV3, type x_d_ListTokensResponse as ListTokensResponse, type x_d_ListTradesResponse as ListTradesResponse, type x_d_ListTransfersResponse as ListTransfersResponse, type x_d_ListWithdrawalsResponse as ListWithdrawalsResponse, x_d_MetaMaskIMXProvider as MetaMaskIMXProvider, x_d_MetadataApi as MetadataApi, type x_d_MetadataApiGetMetadataSchemaRequest as MetadataApiGetMetadataSchemaRequest, x_d_MetadataRefreshesApi as MetadataRefreshesApi, type x_d_MetadataSchemaProperty as MetadataSchemaProperty, type x_d_MetadataSchemaRequest as MetadataSchemaRequest, x_d_MetadataSchemaRequestTypeEnum as MetadataSchemaRequestTypeEnum, type x_d_Mint as Mint, type x_d_MintFee as MintFee, type MintRequest$1 as MintRequest, type x_d_MintResultDetails as MintResultDetails, type x_d_MintTokenDataV2 as MintTokenDataV2, type x_d_MintTokensResponse as MintTokensResponse, type x_d_MintUser as MintUser, x_d_MintsApi as MintsApi, type x_d_MintsApiGetMintRequest as MintsApiGetMintRequest, type x_d_MintsApiListMintsRequest as MintsApiListMintsRequest, type x_d_MintsApiMintTokensRequest as MintsApiMintTokensRequest, x_d_NftCheckoutPrimaryApi as NftCheckoutPrimaryApi, type x_d_NftCheckoutPrimaryApiCreateNftPrimaryRequest as NftCheckoutPrimaryApiCreateNftPrimaryRequest, type x_d_NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest as NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest, type x_d_NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest as NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest, type x_d_NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest as NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest, type x_d_NftTransferDetails as NftTransferDetails, type x_d_NftprimarytransactionCreateResponse as NftprimarytransactionCreateResponse, type x_d_NftprimarytransactionGetResponse as NftprimarytransactionGetResponse, type x_d_NftprimarytransactionListTransactionsResponse as NftprimarytransactionListTransactionsResponse, type x_d_OrderV3 as OrderV3, x_d_OrdersApi as OrdersApi, type x_d_OrdersApiCreateOrderV3Request as OrdersApiCreateOrderV3Request, type x_d_OrdersApiGetOrderV3Request as OrdersApiGetOrderV3Request, type x_d_OrdersApiListOrdersV3Request as OrdersApiListOrdersV3Request, x_d_PrimarySalesApi as PrimarySalesApi, type x_d_PrimarySalesApiCreatePrimarySaleRequest as PrimarySalesApiCreatePrimarySaleRequest, type x_d_PrimarySalesApiSignableCreatePrimarySaleRequest as PrimarySalesApiSignableCreatePrimarySaleRequest, type x_d_Project as Project, x_d_ProjectsApi as ProjectsApi, x_d_ProviderConfiguration as ProviderConfiguration, type x_d_RejectPrimarySaleBadRequestBody as RejectPrimarySaleBadRequestBody, type x_d_RejectPrimarySaleForbiddenBody as RejectPrimarySaleForbiddenBody, type x_d_RejectPrimarySaleNotFoundBody as RejectPrimarySaleNotFoundBody, type x_d_RejectPrimarySaleOKBody as RejectPrimarySaleOKBody, type x_d_RejectPrimarySaleUnauthorizedBody as RejectPrimarySaleUnauthorizedBody, type x_d_SignableToken as SignableToken, type x_d_StarkExContractVersion as StarkExContractVersion, type x_d_StarkSigner as StarkSigner, type x_d_SuccessResponse as SuccessResponse, type x_d_TokenAmount as TokenAmount, type x_d_TokenDetails as TokenDetails, x_d_TokensApi as TokensApi, type x_d_TokensApiGetTokenRequest as TokensApiGetTokenRequest, type x_d_TokensApiListTokensRequest as TokensApiListTokensRequest, type Trade$2 as Trade, x_d_TradesApi as TradesApi, type x_d_TradesApiGetTradeV3Request as TradesApiGetTradeV3Request, type x_d_TradesApiListTradesV3Request as TradesApiListTradesV3Request, type x_d_TransactionResponse as TransactionResponse, type x_d_Transfer as Transfer, x_d_TransfersApi as TransfersApi, type x_d_TransfersApiGetTransferRequest as TransfersApiGetTransferRequest, type x_d_TransfersApiListTransfersRequest as TransfersApiListTransfersRequest, type x_d_UnsignedExchangeTransferRequest as UnsignedExchangeTransferRequest, type x_d_UnsignedMintRequest as UnsignedMintRequest, type x_d_UnsignedOrderRequest as UnsignedOrderRequest, type x_d_UnsignedTransferRequest as UnsignedTransferRequest, type x_d_UpdateCollectionRequest as UpdateCollectionRequest, x_d_UsersApi as UsersApi, type x_d_WalletConnection as WalletConnection, type x_d_Withdrawal as Withdrawal, x_d_WithdrawalsApi as WithdrawalsApi, type x_d_WithdrawalsApiGetWithdrawalRequest as WithdrawalsApiGetWithdrawalRequest, type x_d_WithdrawalsApiListWithdrawalsRequest as WithdrawalsApiListWithdrawalsRequest, x_d_createConfig as createConfig, x_d_createImmutableXConfiguration as createImmutableXConfiguration, x_d_createStarkSigner as createStarkSigner, x_d_generateLegacyStarkPrivateKey as generateLegacyStarkPrivateKey, x_d_generateStarkPrivateKey as generateStarkPrivateKey, x_d_imxClientConfig as imxClientConfig, createStarkSigner as imxClientCreateStarkSigner, generateLegacyStarkPrivateKey as imxClientGenerateLegacyStarkPrivateKey, x_d_production as production, x_d_sandbox as sandbox, x_d_serializePackedSignature as serializePackedSignature, x_d_signRegisterEthAddress as signRegisterEthAddress, x_d_starkEcOrder as starkEcOrder };
|
|
31928
32030
|
}
|
|
31929
32031
|
|
|
31930
32032
|
interface BlockChainMetadata {
|
|
@@ -32272,12 +32374,12 @@ type WebhookHandlers = {
|
|
|
32272
32374
|
zkEvmTokenUpdated?: (event: ZkevmTokenUpdated) => Promise<void>;
|
|
32273
32375
|
zkEvmOrderUpdated?: (event: ZkevmOrderUpdated) => Promise<void>;
|
|
32274
32376
|
zkEvmTradeCreated?: (event: ZkevmTradeCreated) => Promise<void>;
|
|
32275
|
-
xNftCreated?: (event: Asset) => Promise<void>;
|
|
32276
|
-
xNftUpdated?: (event: Asset) => Promise<void>;
|
|
32277
|
-
xOrderAccepted?: (event: OrderV3) => Promise<void>;
|
|
32278
|
-
xOrderFilled?: (event: OrderV3) => Promise<void>;
|
|
32279
|
-
xOrderCancelled?: (event: OrderV3) => Promise<void>;
|
|
32280
|
-
xTransferCreated?: (event: Transfer$
|
|
32377
|
+
xNftCreated?: (event: Asset$1) => Promise<void>;
|
|
32378
|
+
xNftUpdated?: (event: Asset$1) => Promise<void>;
|
|
32379
|
+
xOrderAccepted?: (event: OrderV3$1) => Promise<void>;
|
|
32380
|
+
xOrderFilled?: (event: OrderV3$1) => Promise<void>;
|
|
32381
|
+
xOrderCancelled?: (event: OrderV3$1) => Promise<void>;
|
|
32382
|
+
xTransferCreated?: (event: Transfer$3) => Promise<void>;
|
|
32281
32383
|
all?: (event: any) => Promise<void>;
|
|
32282
32384
|
};
|
|
32283
32385
|
/**
|