@imtbl/sdk 1.47.4-alpha.1 → 1.47.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/{blockchain_data-B1KDCX4G.js → blockchain_data-CiZHsf9c.js} +2 -2
  2. package/dist/blockchain_data.js +3 -3
  3. package/dist/browser/checkout/sdk.js +4 -4
  4. package/dist/{checkout-D72Aprs_.js → checkout-BBvLRxMi.js} +5 -5
  5. package/dist/checkout.d.ts +179 -103
  6. package/dist/checkout.js +5 -5
  7. package/dist/{config-BgaavJCz.js → config-DrLnrVGK.js} +1 -1
  8. package/dist/config.js +1 -1
  9. package/dist/{index-Buqx99G3.js → index-Bzh249QJ.js} +5 -5
  10. package/dist/{index-Cxr0IViI.js → index-CR3MX8lP.js} +1 -1
  11. package/dist/{index-CosG7L6X.js → index-CigMtyzV.js} +1 -1
  12. package/dist/{index-B0Fr5jPR.js → index-Cjv4ZmMK.js} +3 -3
  13. package/dist/{index-ChlY3GKR.js → index-D2J4NDeb.js} +1 -1
  14. package/dist/{index-D6w7Z6CM.js → index-DXOmpxiv.js} +1 -1
  15. package/dist/index.browser.js +6 -6
  16. package/dist/index.browser.js.map +1 -1
  17. package/dist/index.cjs +8 -8
  18. package/dist/index.d.ts +248 -145
  19. package/dist/index.js +14 -14
  20. package/dist/{minting_backend-2AH_IQWK.js → minting_backend-Bl2cT8ma.js} +3 -3
  21. package/dist/minting_backend.js +5 -5
  22. package/dist/{orderbook-D6nBJhFH.js → orderbook-Ye9irRWy.js} +1 -1
  23. package/dist/orderbook.js +2 -2
  24. package/dist/{passport-DpX6axrf.js → passport-C_rwhkBZ.js} +3 -3
  25. package/dist/passport.d.ts +179 -103
  26. package/dist/passport.js +4 -4
  27. package/dist/tsconfig.tsbuildinfo +1 -1
  28. package/dist/{webhook-Ga0lItD9.js → webhook-BmR-m7dM.js} +1 -1
  29. package/dist/webhook.js +2 -2
  30. package/dist/{x-DAWCDhzj.js → x-DWBBH_Mv.js} +3 -3
  31. package/dist/x.d.ts +184 -110
  32. package/dist/x.js +4 -4
  33. package/package.json +1 -1
package/dist/x.d.ts CHANGED
@@ -1614,7 +1614,7 @@ interface ApiRegisterPassportUserRequest {
1614
1614
  * @export
1615
1615
  * @interface Collection
1616
1616
  */
1617
- interface Collection {
1617
+ interface Collection$1 {
1618
1618
  /**
1619
1619
  * Ethereum address of the ERC721 contract
1620
1620
  * @type {string}
@@ -1694,7 +1694,7 @@ interface Collection {
1694
1694
  * Collection and it\'s metadata
1695
1695
  * @export
1696
1696
  */
1697
- type SummarizedCollectionCollection = Collection;
1697
+ type SummarizedCollectionCollection = Collection$1;
1698
1698
 
1699
1699
  /**
1700
1700
  * Immutable X API
@@ -1895,7 +1895,7 @@ interface Fee {
1895
1895
  * @export
1896
1896
  * @interface Asset
1897
1897
  */
1898
- interface Asset {
1898
+ interface Asset$1 {
1899
1899
  /**
1900
1900
  *
1901
1901
  * @type {AssetCollection}
@@ -2314,7 +2314,7 @@ type CollectionFilterRange = Range;
2314
2314
  * @export
2315
2315
  * @interface CollectionFilter
2316
2316
  */
2317
- interface CollectionFilter {
2317
+ interface CollectionFilter$1 {
2318
2318
  /**
2319
2319
  * Key of this property
2320
2320
  * @type {string}
@@ -2608,7 +2608,7 @@ interface CreateMetadataRefreshRequest$1 {
2608
2608
  * @export
2609
2609
  * @interface CreateMetadataRefreshResponse
2610
2610
  */
2611
- interface CreateMetadataRefreshResponse {
2611
+ interface CreateMetadataRefreshResponse$1 {
2612
2612
  /**
2613
2613
  * The metadata refresh ID
2614
2614
  * @type {string}
@@ -4005,7 +4005,7 @@ interface CreateWithdrawalResponse$1 {
4005
4005
  * @export
4006
4006
  * @interface CurrencyWithLimits
4007
4007
  */
4008
- interface CurrencyWithLimits {
4008
+ interface CurrencyWithLimits$1 {
4009
4009
  /**
4010
4010
  * Provider currency code
4011
4011
  * @type {string}
@@ -4068,7 +4068,7 @@ type DepositToken = Token;
4068
4068
  * @export
4069
4069
  * @interface Deposit
4070
4070
  */
4071
- interface Deposit {
4071
+ interface Deposit$1 {
4072
4072
  /**
4073
4073
  * Status of this deposit in Immutable X
4074
4074
  * @type {string}
@@ -4342,7 +4342,7 @@ interface OptionalExchangeData {
4342
4342
  * @export
4343
4343
  * @interface Exchange
4344
4344
  */
4345
- interface Exchange {
4345
+ interface Exchange$1 {
4346
4346
  /**
4347
4347
  * Time this transaction was created
4348
4348
  * @type {string}
@@ -4409,7 +4409,7 @@ interface Exchange {
4409
4409
  * @export
4410
4410
  * @interface ExchangeCreateExchangeAndURLResponse
4411
4411
  */
4412
- interface ExchangeCreateExchangeAndURLResponse {
4412
+ interface ExchangeCreateExchangeAndURLResponse$1 {
4413
4413
  /**
4414
4414
  * Created transaction ID
4415
4415
  * @type {number}
@@ -4520,7 +4520,7 @@ interface MetadataRefreshErrors {
4520
4520
  * @export
4521
4521
  * @interface GetMetadataRefreshErrorsResponse
4522
4522
  */
4523
- interface GetMetadataRefreshErrorsResponse {
4523
+ interface GetMetadataRefreshErrorsResponse$1 {
4524
4524
  /**
4525
4525
  * Generated cursor returned by previous query
4526
4526
  * @type {string}
@@ -4595,7 +4595,7 @@ interface MetadataRefreshSummary {
4595
4595
  * @export
4596
4596
  * @interface GetMetadataRefreshResponse
4597
4597
  */
4598
- interface GetMetadataRefreshResponse {
4598
+ interface GetMetadataRefreshResponse$1 {
4599
4599
  /**
4600
4600
  * The collection address
4601
4601
  * @type {string}
@@ -4712,7 +4712,7 @@ type MetadataRefreshExcludingSummaryStatusEnum = typeof MetadataRefreshExcluding
4712
4712
  * @export
4713
4713
  * @interface GetMetadataRefreshes
4714
4714
  */
4715
- interface GetMetadataRefreshes {
4715
+ interface GetMetadataRefreshes$1 {
4716
4716
  /**
4717
4717
  * Generated cursor returned by previous query
4718
4718
  * @type {string}
@@ -4932,7 +4932,7 @@ interface GetPrimarySaleOKBody {
4932
4932
  * @export
4933
4933
  * @interface Project
4934
4934
  */
4935
- interface Project {
4935
+ interface Project$1 {
4936
4936
  /**
4937
4937
  * API key for the project. This is only for zkevm project. This API is not for increasing rate limit yet.
4938
4938
  * @type {string}
@@ -6547,7 +6547,7 @@ interface GetSignableWithdrawalResponseV2 {
6547
6547
  * @export
6548
6548
  * @interface GetTransactionsResponse
6549
6549
  */
6550
- interface GetTransactionsResponse {
6550
+ interface GetTransactionsResponse$1 {
6551
6551
  /**
6552
6552
  * Generated cursor returned by previous query
6553
6553
  * @type {string}
@@ -6565,7 +6565,7 @@ interface GetTransactionsResponse {
6565
6565
  * @type {Array<Exchange>}
6566
6566
  * @memberof GetTransactionsResponse
6567
6567
  */
6568
- 'result'?: Array<Exchange>;
6568
+ 'result'?: Array<Exchange$1>;
6569
6569
  }
6570
6570
 
6571
6571
  /**
@@ -6584,7 +6584,7 @@ interface GetTransactionsResponse {
6584
6584
  * @export
6585
6585
  * @interface GetUsersApiResponse
6586
6586
  */
6587
- interface GetUsersApiResponse {
6587
+ interface GetUsersApiResponse$1 {
6588
6588
  /**
6589
6589
  * Accounts
6590
6590
  * @type {Array<string>}
@@ -6610,7 +6610,7 @@ interface GetUsersApiResponse {
6610
6610
  * @export
6611
6611
  * @interface ListAssetsResponse
6612
6612
  */
6613
- interface ListAssetsResponse {
6613
+ interface ListAssetsResponse$1 {
6614
6614
  /**
6615
6615
  * Generated cursor returned by previous query
6616
6616
  * @type {string}
@@ -6648,7 +6648,7 @@ interface ListAssetsResponse {
6648
6648
  * @export
6649
6649
  * @interface ListBalancesResponse
6650
6650
  */
6651
- interface ListBalancesResponse {
6651
+ interface ListBalancesResponse$1 {
6652
6652
  /**
6653
6653
  * Generated cursor returned by previous query
6654
6654
  * @type {string}
@@ -6686,7 +6686,7 @@ interface ListBalancesResponse {
6686
6686
  * @export
6687
6687
  * @interface ListCollectionsResponse
6688
6688
  */
6689
- interface ListCollectionsResponse {
6689
+ interface ListCollectionsResponse$1 {
6690
6690
  /**
6691
6691
  * Generated cursor returned by previous query
6692
6692
  * @type {string}
@@ -6704,7 +6704,7 @@ interface ListCollectionsResponse {
6704
6704
  * @type {Array<Collection>}
6705
6705
  * @memberof ListCollectionsResponse
6706
6706
  */
6707
- 'result': Array<Collection>;
6707
+ 'result': Array<Collection$1>;
6708
6708
  }
6709
6709
 
6710
6710
  /**
@@ -6724,7 +6724,7 @@ interface ListCollectionsResponse {
6724
6724
  * @export
6725
6725
  * @interface ListDepositsResponse
6726
6726
  */
6727
- interface ListDepositsResponse {
6727
+ interface ListDepositsResponse$1 {
6728
6728
  /**
6729
6729
  * Generated cursor returned by previous query
6730
6730
  * @type {string}
@@ -6742,7 +6742,7 @@ interface ListDepositsResponse {
6742
6742
  * @type {Array<Deposit>}
6743
6743
  * @memberof ListDepositsResponse
6744
6744
  */
6745
- 'result': Array<Deposit>;
6745
+ 'result': Array<Deposit$1>;
6746
6746
  }
6747
6747
 
6748
6748
  /**
@@ -6800,7 +6800,7 @@ type MintTokenOAIGen = MintToken;
6800
6800
  * @export
6801
6801
  * @interface Mint
6802
6802
  */
6803
- interface Mint {
6803
+ interface Mint$1 {
6804
6804
  /**
6805
6805
  * Fee details
6806
6806
  * @type {Array<Fee>}
@@ -6856,7 +6856,7 @@ interface Mint {
6856
6856
  * @export
6857
6857
  * @interface ListMintsResponse
6858
6858
  */
6859
- interface ListMintsResponse {
6859
+ interface ListMintsResponse$1 {
6860
6860
  /**
6861
6861
  * Generated cursor returned by previous query
6862
6862
  * @type {string}
@@ -6874,7 +6874,7 @@ interface ListMintsResponse {
6874
6874
  * @type {Array<Mint>}
6875
6875
  * @memberof ListMintsResponse
6876
6876
  */
6877
- 'result': Array<Mint>;
6877
+ 'result': Array<Mint$1>;
6878
6878
  }
6879
6879
 
6880
6880
  /**
@@ -7026,7 +7026,7 @@ type OrderV3TakerFees = OrdersMakerTakerFee;
7026
7026
  * @export
7027
7027
  * @interface OrderV3
7028
7028
  */
7029
- interface OrderV3 {
7029
+ interface OrderV3$1 {
7030
7030
  /**
7031
7031
  * Amount of the asset already sold by this order
7032
7032
  * @type {string}
@@ -7124,7 +7124,7 @@ interface OrderV3 {
7124
7124
  * @export
7125
7125
  * @interface ListOrdersResponseV3
7126
7126
  */
7127
- interface ListOrdersResponseV3 {
7127
+ interface ListOrdersResponseV3$1 {
7128
7128
  /**
7129
7129
  * Generated cursor returned by previous query
7130
7130
  * @type {string}
@@ -7142,7 +7142,7 @@ interface ListOrdersResponseV3 {
7142
7142
  * @type {Array<OrderV3>}
7143
7143
  * @memberof ListOrdersResponseV3
7144
7144
  */
7145
- 'result': Array<OrderV3>;
7145
+ 'result': Array<OrderV3$1>;
7146
7146
  }
7147
7147
 
7148
7148
  /**
@@ -7161,7 +7161,7 @@ interface ListOrdersResponseV3 {
7161
7161
  * @export
7162
7162
  * @interface TokenDetails
7163
7163
  */
7164
- interface TokenDetails {
7164
+ interface TokenDetails$1 {
7165
7165
  /**
7166
7166
  * Number of decimals for token
7167
7167
  * @type {string}
@@ -7217,7 +7217,7 @@ interface TokenDetails {
7217
7217
  * @export
7218
7218
  * @interface ListTokensResponse
7219
7219
  */
7220
- interface ListTokensResponse {
7220
+ interface ListTokensResponse$1 {
7221
7221
  /**
7222
7222
  * Generated cursor returned by previous query
7223
7223
  * @type {string}
@@ -7229,7 +7229,7 @@ interface ListTokensResponse {
7229
7229
  * @type {Array<TokenDetails>}
7230
7230
  * @memberof ListTokensResponse
7231
7231
  */
7232
- 'result': Array<TokenDetails>;
7232
+ 'result': Array<TokenDetails$1>;
7233
7233
  }
7234
7234
 
7235
7235
  /**
@@ -7336,7 +7336,7 @@ type TradeB = TradeSide;
7336
7336
  * @export
7337
7337
  * @interface Trade
7338
7338
  */
7339
- interface Trade {
7339
+ interface Trade$1 {
7340
7340
  /**
7341
7341
  *
7342
7342
  * @type {TradeA}
@@ -7386,7 +7386,7 @@ interface Trade {
7386
7386
  * @export
7387
7387
  * @interface ListTradesResponse
7388
7388
  */
7389
- interface ListTradesResponse {
7389
+ interface ListTradesResponse$1 {
7390
7390
  /**
7391
7391
  * Generated cursor returned by previous query
7392
7392
  * @type {string}
@@ -7404,7 +7404,7 @@ interface ListTradesResponse {
7404
7404
  * @type {Array<Trade>}
7405
7405
  * @memberof ListTradesResponse
7406
7406
  */
7407
- 'result': Array<Trade>;
7407
+ 'result': Array<Trade$1>;
7408
7408
  }
7409
7409
 
7410
7410
  /**
@@ -7443,7 +7443,7 @@ type TransferToken = Token;
7443
7443
  * @export
7444
7444
  * @interface Transfer
7445
7445
  */
7446
- interface Transfer {
7446
+ interface Transfer$1 {
7447
7447
  /**
7448
7448
  * Ethereum address of the user who received this transfer
7449
7449
  * @type {string}
@@ -7499,7 +7499,7 @@ interface Transfer {
7499
7499
  * @export
7500
7500
  * @interface ListTransfersResponse
7501
7501
  */
7502
- interface ListTransfersResponse {
7502
+ interface ListTransfersResponse$1 {
7503
7503
  /**
7504
7504
  * Generated cursor returned by previous query
7505
7505
  * @type {string}
@@ -7517,7 +7517,7 @@ interface ListTransfersResponse {
7517
7517
  * @type {Array<Transfer>}
7518
7518
  * @memberof ListTransfersResponse
7519
7519
  */
7520
- 'result': Array<Transfer>;
7520
+ 'result': Array<Transfer$1>;
7521
7521
  }
7522
7522
 
7523
7523
  /**
@@ -7556,7 +7556,7 @@ type WithdrawalToken = Token;
7556
7556
  * @export
7557
7557
  * @interface Withdrawal
7558
7558
  */
7559
- interface Withdrawal {
7559
+ interface Withdrawal$1 {
7560
7560
  /**
7561
7561
  * Status of the on-chain batch confirmation for this withdrawal
7562
7562
  * @type {string}
@@ -7618,7 +7618,7 @@ interface Withdrawal {
7618
7618
  * @export
7619
7619
  * @interface ListWithdrawalsResponse
7620
7620
  */
7621
- interface ListWithdrawalsResponse {
7621
+ interface ListWithdrawalsResponse$1 {
7622
7622
  /**
7623
7623
  * Generated cursor returned by previous query
7624
7624
  * @type {string}
@@ -7636,7 +7636,7 @@ interface ListWithdrawalsResponse {
7636
7636
  * @type {Array<Withdrawal>}
7637
7637
  * @memberof ListWithdrawalsResponse
7638
7638
  */
7639
- 'result': Array<Withdrawal>;
7639
+ 'result': Array<Withdrawal$1>;
7640
7640
  }
7641
7641
 
7642
7642
  /**
@@ -7655,7 +7655,7 @@ interface ListWithdrawalsResponse {
7655
7655
  * @export
7656
7656
  * @interface MetadataSchemaProperty
7657
7657
  */
7658
- interface MetadataSchemaProperty {
7658
+ interface MetadataSchemaProperty$1 {
7659
7659
  /**
7660
7660
  * Sets the metadata as filterable
7661
7661
  * @type {boolean}
@@ -8012,7 +8012,7 @@ interface NftprimarytransactionCreateAPIRequest {
8012
8012
  * @export
8013
8013
  * @interface NftprimarytransactionCreateResponse
8014
8014
  */
8015
- interface NftprimarytransactionCreateResponse {
8015
+ interface NftprimarytransactionCreateResponse$1 {
8016
8016
  /**
8017
8017
  * Contract address of the asset to be created
8018
8018
  * @type {string}
@@ -8079,7 +8079,7 @@ interface NftprimarytransactionCreateResponse {
8079
8079
  * @export
8080
8080
  * @interface NftprimarytransactionGetResponse
8081
8081
  */
8082
- interface NftprimarytransactionGetResponse {
8082
+ interface NftprimarytransactionGetResponse$1 {
8083
8083
  /**
8084
8084
  * Contract address of the asset
8085
8085
  * @type {string}
@@ -8274,7 +8274,7 @@ interface NftprimarytransactionTransactionData {
8274
8274
  * @export
8275
8275
  * @interface NftprimarytransactionListTransactionsResponse
8276
8276
  */
8277
- interface NftprimarytransactionListTransactionsResponse {
8277
+ interface NftprimarytransactionListTransactionsResponse$1 {
8278
8278
  /**
8279
8279
  * Generated cursor returned by previous query
8280
8280
  * @type {string}
@@ -9284,7 +9284,7 @@ interface SignableRejectPrimarySaleOKBody {
9284
9284
  * @export
9285
9285
  * @interface SuccessResponse
9286
9286
  */
9287
- interface SuccessResponse {
9287
+ interface SuccessResponse$1 {
9288
9288
  /**
9289
9289
  *
9290
9290
  * @type {string}
@@ -9608,7 +9608,7 @@ declare class AssetsApi$1 extends BaseAPI {
9608
9608
  * @throws {RequiredError}
9609
9609
  * @memberof AssetsApi
9610
9610
  */
9611
- getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset, any>>;
9611
+ getAsset(requestParameters: AssetsApiGetAssetRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Asset$1, any>>;
9612
9612
  /**
9613
9613
  * Get a list of assets
9614
9614
  * @summary Get a list of assets
@@ -9617,7 +9617,7 @@ declare class AssetsApi$1 extends BaseAPI {
9617
9617
  * @throws {RequiredError}
9618
9618
  * @memberof AssetsApi
9619
9619
  */
9620
- listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse, any>>;
9620
+ listAssets(requestParameters?: AssetsApiListAssetsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListAssetsResponse$1, any>>;
9621
9621
  }
9622
9622
 
9623
9623
  /**
@@ -9700,7 +9700,7 @@ declare class BalancesApi$1 extends BaseAPI {
9700
9700
  * @throws {RequiredError}
9701
9701
  * @memberof BalancesApi
9702
9702
  */
9703
- listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse, any>>;
9703
+ listBalances(requestParameters: BalancesApiListBalancesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListBalancesResponse$1, any>>;
9704
9704
  }
9705
9705
 
9706
9706
  /**
@@ -9880,7 +9880,7 @@ declare class CollectionsApi$1 extends BaseAPI {
9880
9880
  * @throws {RequiredError}
9881
9881
  * @memberof CollectionsApi
9882
9882
  */
9883
- createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
9883
+ createCollection(requestParameters: CollectionsApiCreateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
9884
9884
  /**
9885
9885
  * Get details of a collection at the given address
9886
9886
  * @summary Get details of a collection at the given address
@@ -9889,7 +9889,7 @@ declare class CollectionsApi$1 extends BaseAPI {
9889
9889
  * @throws {RequiredError}
9890
9890
  * @memberof CollectionsApi
9891
9891
  */
9892
- getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
9892
+ getCollection(requestParameters: CollectionsApiGetCollectionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
9893
9893
  /**
9894
9894
  * Get a list of collection filters
9895
9895
  * @summary Get a list of collection filters
@@ -9898,7 +9898,7 @@ declare class CollectionsApi$1 extends BaseAPI {
9898
9898
  * @throws {RequiredError}
9899
9899
  * @memberof CollectionsApi
9900
9900
  */
9901
- listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter[], any>>;
9901
+ listCollectionFilters(requestParameters: CollectionsApiListCollectionFiltersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CollectionFilter$1[], any>>;
9902
9902
  /**
9903
9903
  * Get a list of collections
9904
9904
  * @summary Get a list of collections
@@ -9907,7 +9907,7 @@ declare class CollectionsApi$1 extends BaseAPI {
9907
9907
  * @throws {RequiredError}
9908
9908
  * @memberof CollectionsApi
9909
9909
  */
9910
- listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse, any>>;
9910
+ listCollections(requestParameters?: CollectionsApiListCollectionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListCollectionsResponse$1, any>>;
9911
9911
  /**
9912
9912
  * Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection.
9913
9913
  * @summary Get metadata about the collections held by a set of wallets
@@ -9925,7 +9925,7 @@ declare class CollectionsApi$1 extends BaseAPI {
9925
9925
  * @throws {RequiredError}
9926
9926
  * @memberof CollectionsApi
9927
9927
  */
9928
- updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection, any>>;
9928
+ updateCollection(requestParameters: CollectionsApiUpdateCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Collection$1, any>>;
9929
9929
  }
9930
9930
 
9931
9931
  /**
@@ -10072,7 +10072,7 @@ declare class DepositsApi$1 extends BaseAPI {
10072
10072
  * @throws {RequiredError}
10073
10073
  * @memberof DepositsApi
10074
10074
  */
10075
- getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit, any>>;
10075
+ getDeposit(requestParameters: DepositsApiGetDepositRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Deposit$1, any>>;
10076
10076
  /**
10077
10077
  * Gets details of a signable deposit
10078
10078
  * @summary Gets details of a signable deposit
@@ -10090,7 +10090,7 @@ declare class DepositsApi$1 extends BaseAPI {
10090
10090
  * @throws {RequiredError}
10091
10091
  * @memberof DepositsApi
10092
10092
  */
10093
- listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse, any>>;
10093
+ listDeposits(requestParameters?: DepositsApiListDepositsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListDepositsResponse$1, any>>;
10094
10094
  }
10095
10095
 
10096
10096
  /**
@@ -10288,7 +10288,7 @@ declare class ExchangesApi$1 extends BaseAPI {
10288
10288
  * @throws {RequiredError}
10289
10289
  * @memberof ExchangesApi
10290
10290
  */
10291
- createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse, any>>;
10291
+ createExchange(requestParameters: ExchangesApiCreateExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ExchangeCreateExchangeAndURLResponse$1, any>>;
10292
10292
  /**
10293
10293
  * Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
10294
10294
  * @summary Accepts a transfer request and updates the transfer_status after processing transfer (offramp)
@@ -10306,7 +10306,7 @@ declare class ExchangesApi$1 extends BaseAPI {
10306
10306
  * @throws {RequiredError}
10307
10307
  * @memberof ExchangesApi
10308
10308
  */
10309
- getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange, any>>;
10309
+ getExchange(requestParameters: ExchangesApiGetExchangeRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Exchange$1, any>>;
10310
10310
  /**
10311
10311
  * Send a request for signable-transfer-details (offramp)
10312
10312
  * @summary Send a request for signable-transfer-details (offramp)
@@ -10324,7 +10324,7 @@ declare class ExchangesApi$1 extends BaseAPI {
10324
10324
  * @throws {RequiredError}
10325
10325
  * @memberof ExchangesApi
10326
10326
  */
10327
- getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse, any>>;
10327
+ getExchanges(requestParameters?: ExchangesApiGetExchangesRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<GetTransactionsResponse$1, any>>;
10328
10328
  }
10329
10329
 
10330
10330
  /**
@@ -10423,7 +10423,7 @@ declare class MetadataApi$1 extends BaseAPI {
10423
10423
  * @throws {RequiredError}
10424
10424
  * @memberof MetadataApi
10425
10425
  */
10426
- addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
10426
+ addMetadataSchemaToCollection(requestParameters: MetadataApiAddMetadataSchemaToCollectionRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
10427
10427
  /**
10428
10428
  * Get collection metadata schema
10429
10429
  * @summary Get collection metadata schema
@@ -10432,7 +10432,7 @@ declare class MetadataApi$1 extends BaseAPI {
10432
10432
  * @throws {RequiredError}
10433
10433
  * @memberof MetadataApi
10434
10434
  */
10435
- getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty[], any>>;
10435
+ getMetadataSchema(requestParameters: MetadataApiGetMetadataSchemaRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<MetadataSchemaProperty$1[], any>>;
10436
10436
  /**
10437
10437
  * Update metadata schema by name
10438
10438
  * @summary Update metadata schema by name
@@ -10441,7 +10441,7 @@ declare class MetadataApi$1 extends BaseAPI {
10441
10441
  * @throws {RequiredError}
10442
10442
  * @memberof MetadataApi
10443
10443
  */
10444
- updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse, any>>;
10444
+ updateMetadataSchemaByName(requestParameters: MetadataApiUpdateMetadataSchemaByNameRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<SuccessResponse$1, any>>;
10445
10445
  }
10446
10446
 
10447
10447
  /**
@@ -10606,7 +10606,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
10606
10606
  * @throws {RequiredError}
10607
10607
  * @memberof MetadataRefreshesApi
10608
10608
  */
10609
- getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
10609
+ getAListOfMetadataRefreshes(requestParameters: MetadataRefreshesApiGetAListOfMetadataRefreshesRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
10610
10610
  /**
10611
10611
  * Get metadata refresh errors
10612
10612
  * @param {MetadataRefreshesApiGetMetadataRefreshErrorsRequest} requestParameters Request parameters.
@@ -10614,7 +10614,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
10614
10614
  * @throws {RequiredError}
10615
10615
  * @memberof MetadataRefreshesApi
10616
10616
  */
10617
- getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
10617
+ getMetadataRefreshErrors(requestParameters: MetadataRefreshesApiGetMetadataRefreshErrorsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
10618
10618
  /**
10619
10619
  * Get metadata refresh results
10620
10620
  * @param {MetadataRefreshesApiGetMetadataRefreshResultsRequest} requestParameters Request parameters.
@@ -10622,7 +10622,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
10622
10622
  * @throws {RequiredError}
10623
10623
  * @memberof MetadataRefreshesApi
10624
10624
  */
10625
- getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
10625
+ getMetadataRefreshResults(requestParameters: MetadataRefreshesApiGetMetadataRefreshResultsRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
10626
10626
  /**
10627
10627
  * Request metadata refresh for provided tokens
10628
10628
  * @param {MetadataRefreshesApiRequestAMetadataRefreshRequest} requestParameters Request parameters.
@@ -10630,7 +10630,7 @@ declare class MetadataRefreshesApi$1 extends BaseAPI {
10630
10630
  * @throws {RequiredError}
10631
10631
  * @memberof MetadataRefreshesApi
10632
10632
  */
10633
- requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
10633
+ requestAMetadataRefresh(requestParameters: MetadataRefreshesApiRequestAMetadataRefreshRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
10634
10634
  }
10635
10635
 
10636
10636
  /**
@@ -10790,7 +10790,7 @@ declare class MintsApi$1 extends BaseAPI {
10790
10790
  * @throws {RequiredError}
10791
10791
  * @memberof MintsApi
10792
10792
  */
10793
- getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint[], any>>;
10793
+ getMint(requestParameters: MintsApiGetMintRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Mint$1[], any>>;
10794
10794
  /**
10795
10795
  * Get details of a mintable token with the given token address and token ID
10796
10796
  * @summary Get details of a mintable token with the given token address and token ID
@@ -10808,7 +10808,7 @@ declare class MintsApi$1 extends BaseAPI {
10808
10808
  * @throws {RequiredError}
10809
10809
  * @memberof MintsApi
10810
10810
  */
10811
- listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse, any>>;
10811
+ listMints(requestParameters?: MintsApiListMintsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListMintsResponse$1, any>>;
10812
10812
  /**
10813
10813
  * Mint tokens in a batch with fees
10814
10814
  * @summary Mint Tokens V2
@@ -10966,7 +10966,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
10966
10966
  * @throws {RequiredError}
10967
10967
  * @memberof NftCheckoutPrimaryApi
10968
10968
  */
10969
- createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse, any>>;
10969
+ createNftPrimary(requestParameters: NftCheckoutPrimaryApiCreateNftPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionCreateResponse$1, any>>;
10970
10970
  /**
10971
10971
  * Returns a list of supported currencies and their limits
10972
10972
  * @summary Get currencies with limits
@@ -10975,7 +10975,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
10975
10975
  * @throws {RequiredError}
10976
10976
  * @memberof NftCheckoutPrimaryApi
10977
10977
  */
10978
- getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits, any>>;
10978
+ getCurrenciesNFTCheckoutPrimary(requestParameters?: NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<CurrencyWithLimits$1, any>>;
10979
10979
  /**
10980
10980
  * given a transaction id, returns the corresponding transaction representing a mint executed from a card payment
10981
10981
  * @summary Get NFT primary sale transaction by id
@@ -10984,7 +10984,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
10984
10984
  * @throws {RequiredError}
10985
10985
  * @memberof NftCheckoutPrimaryApi
10986
10986
  */
10987
- getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse, any>>;
10987
+ getNftPrimaryTransaction(requestParameters: NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionGetResponse$1, any>>;
10988
10988
  /**
10989
10989
  * Returns a list of NFT primary sales transactions
10990
10990
  * @summary Get a list of NFT primary sales transactions
@@ -10993,7 +10993,7 @@ declare class NftCheckoutPrimaryApi$1 extends BaseAPI {
10993
10993
  * @throws {RequiredError}
10994
10994
  * @memberof NftCheckoutPrimaryApi
10995
10995
  */
10996
- getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse, any>>;
10996
+ getNftPrimaryTransactions(requestParameters?: NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<NftprimarytransactionListTransactionsResponse$1, any>>;
10997
10997
  /**
10998
10998
  * Registers a new contract for use in the minting with fiat card flow
10999
10999
  * @summary Executes NFT primary sales contract registration
@@ -11344,7 +11344,7 @@ declare class OrdersApi$1 extends BaseAPI {
11344
11344
  * @throws {RequiredError}
11345
11345
  * @memberof OrdersApi
11346
11346
  */
11347
- getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3, any>>;
11347
+ getOrderV3(requestParameters: OrdersApiGetOrderV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<OrderV3$1, any>>;
11348
11348
  /**
11349
11349
  * Generate a signable cancel order message (V3)
11350
11350
  * @summary Generate a signable cancel order message (V3)
@@ -11371,7 +11371,7 @@ declare class OrdersApi$1 extends BaseAPI {
11371
11371
  * @throws {RequiredError}
11372
11372
  * @memberof OrdersApi
11373
11373
  */
11374
- listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3, any>>;
11374
+ listOrdersV3(requestParameters?: OrdersApiListOrdersV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListOrdersResponseV3$1, any>>;
11375
11375
  }
11376
11376
 
11377
11377
  /**
@@ -11577,7 +11577,7 @@ declare class ProjectsApi$1 extends BaseAPI {
11577
11577
  * @throws {RequiredError}
11578
11578
  * @memberof ProjectsApi
11579
11579
  */
11580
- getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project, any>>;
11580
+ getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<Project$1, any>>;
11581
11581
  }
11582
11582
 
11583
11583
  /**
@@ -11651,7 +11651,7 @@ declare class TokensApi$1 extends BaseAPI {
11651
11651
  * @throws {RequiredError}
11652
11652
  * @memberof TokensApi
11653
11653
  */
11654
- getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails, any>>;
11654
+ getToken(requestParameters: TokensApiGetTokenRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<TokenDetails$1, any>>;
11655
11655
  /**
11656
11656
  * Get a list of tokens
11657
11657
  * @summary Get a list of tokens
@@ -11660,7 +11660,7 @@ declare class TokensApi$1 extends BaseAPI {
11660
11660
  * @throws {RequiredError}
11661
11661
  * @memberof TokensApi
11662
11662
  */
11663
- listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse, any>>;
11663
+ listTokens(requestParameters?: TokensApiListTokensRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTokensResponse$1, any>>;
11664
11664
  }
11665
11665
 
11666
11666
  /**
@@ -11826,7 +11826,7 @@ declare class TradesApi$1 extends BaseAPI {
11826
11826
  * @throws {RequiredError}
11827
11827
  * @memberof TradesApi
11828
11828
  */
11829
- getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade, any>>;
11829
+ getTradeV3(requestParameters: TradesApiGetTradeV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Trade$1, any>>;
11830
11830
  /**
11831
11831
  * Get a list of trades (V3)
11832
11832
  * @summary Get a list of trades (V3)
@@ -11835,7 +11835,7 @@ declare class TradesApi$1 extends BaseAPI {
11835
11835
  * @throws {RequiredError}
11836
11836
  * @memberof TradesApi
11837
11837
  */
11838
- listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse, any>>;
11838
+ listTradesV3(requestParameters?: TradesApiListTradesV3Request$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTradesResponse$1, any>>;
11839
11839
  }
11840
11840
 
11841
11841
  /**
@@ -12099,7 +12099,7 @@ declare class TransfersApi$1 extends BaseAPI {
12099
12099
  * @throws {RequiredError}
12100
12100
  * @memberof TransfersApi
12101
12101
  */
12102
- getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer, any>>;
12102
+ getTransfer(requestParameters: TransfersApiGetTransferRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Transfer$1, any>>;
12103
12103
  /**
12104
12104
  * Get a list of transfers
12105
12105
  * @summary Get a list of transfers
@@ -12108,7 +12108,7 @@ declare class TransfersApi$1 extends BaseAPI {
12108
12108
  * @throws {RequiredError}
12109
12109
  * @memberof TransfersApi
12110
12110
  */
12111
- listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse, any>>;
12111
+ listTransfers(requestParameters?: TransfersApiListTransfersRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListTransfersResponse$1, any>>;
12112
12112
  }
12113
12113
 
12114
12114
  /**
@@ -12234,7 +12234,7 @@ declare class UsersApi$1 extends BaseAPI {
12234
12234
  * @throws {RequiredError}
12235
12235
  * @memberof UsersApi
12236
12236
  */
12237
- getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse, any>>;
12237
+ getUsers(requestParameters: UsersApiGetUsersRequest, options?: AxiosRequestConfig): Promise<AxiosResponse<GetUsersApiResponse$1, any>>;
12238
12238
  /**
12239
12239
  * Registers a passport user
12240
12240
  * @summary Registers a passport user
@@ -12519,7 +12519,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
12519
12519
  * @throws {RequiredError}
12520
12520
  * @memberof WithdrawalsApi
12521
12521
  */
12522
- getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal, any>>;
12522
+ getWithdrawal(requestParameters: WithdrawalsApiGetWithdrawalRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<Withdrawal$1, any>>;
12523
12523
  /**
12524
12524
  * Get a list of withdrawals
12525
12525
  * @summary Get a list of withdrawals
@@ -12528,7 +12528,7 @@ declare class WithdrawalsApi$1 extends BaseAPI {
12528
12528
  * @throws {RequiredError}
12529
12529
  * @memberof WithdrawalsApi
12530
12530
  */
12531
- listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse, any>>;
12531
+ listWithdrawals(requestParameters?: WithdrawalsApiListWithdrawalsRequest$1, options?: AxiosRequestConfig): Promise<AxiosResponse<ListWithdrawalsResponse$1, any>>;
12532
12532
  }
12533
12533
 
12534
12534
  declare enum Environment {
@@ -13075,8 +13075,6 @@ declare class UsersApi extends UsersApi$1 {
13075
13075
  }
13076
13076
  declare class WithdrawalsApi extends WithdrawalsApi$1 {
13077
13077
  }
13078
- interface APIError extends APIError$1 {
13079
- }
13080
13078
  interface AcceptPrimarySaleBadRequestBody extends AcceptPrimarySaleBadRequestBody$1 {
13081
13079
  }
13082
13080
  interface AcceptPrimarySaleForbiddenBody extends AcceptPrimarySaleForbiddenBody$1 {
@@ -13089,6 +13087,10 @@ interface AcceptPrimarySaleUnauthorizedBody extends AcceptPrimarySaleUnauthorize
13089
13087
  }
13090
13088
  interface AddMetadataSchemaToCollectionRequest extends AddMetadataSchemaToCollectionRequest$1 {
13091
13089
  }
13090
+ interface APIError extends APIError$1 {
13091
+ }
13092
+ interface Asset extends Asset$1 {
13093
+ }
13092
13094
  interface AssetsApiGetAssetRequest extends AssetsApiGetAssetRequest$1 {
13093
13095
  }
13094
13096
  interface AssetsApiListAssetsRequest extends AssetsApiListAssetsRequest$1 {
@@ -13101,6 +13103,10 @@ interface BalancesApiListBalancesRequest extends BalancesApiListBalancesRequest$
13101
13103
  }
13102
13104
  interface CancelOrderResponse extends CancelOrderResponse$1 {
13103
13105
  }
13106
+ interface Collection extends Collection$1 {
13107
+ }
13108
+ interface CollectionFilter extends CollectionFilter$1 {
13109
+ }
13104
13110
  interface CollectionsApiGetCollectionRequest extends CollectionsApiGetCollectionRequest$1 {
13105
13111
  }
13106
13112
  interface CollectionsApiListCollectionFiltersRequest extends CollectionsApiListCollectionFiltersRequest$1 {
@@ -13111,6 +13117,8 @@ interface CreateCollectionRequest extends CreateCollectionRequest$1 {
13111
13117
  }
13112
13118
  interface CreateMetadataRefreshRequest extends CreateMetadataRefreshRequest$1 {
13113
13119
  }
13120
+ interface CreateMetadataRefreshResponse extends CreateMetadataRefreshResponse$1 {
13121
+ }
13114
13122
  interface CreateOrderResponse extends CreateOrderResponse$1 {
13115
13123
  }
13116
13124
  interface CreatePrimarySaleBadRequestBody extends CreatePrimarySaleBadRequestBody$1 {
@@ -13129,37 +13137,73 @@ interface CreateTransferResponseV1 extends CreateTransferResponseV1$1 {
13129
13137
  }
13130
13138
  interface CreateWithdrawalResponse extends CreateWithdrawalResponse$1 {
13131
13139
  }
13140
+ interface CurrencyWithLimits extends CurrencyWithLimits$1 {
13141
+ }
13142
+ interface Deposit extends Deposit$1 {
13143
+ }
13132
13144
  interface DepositsApiGetDepositRequest extends DepositsApiGetDepositRequest$1 {
13133
13145
  }
13134
13146
  interface DepositsApiListDepositsRequest extends DepositsApiListDepositsRequest$1 {
13135
13147
  }
13148
+ interface Exchange extends Exchange$1 {
13149
+ }
13150
+ interface ExchangeCreateExchangeAndURLResponse extends ExchangeCreateExchangeAndURLResponse$1 {
13151
+ }
13136
13152
  interface ExchangesApiCreateExchangeRequest extends ExchangesApiCreateExchangeRequest$1 {
13137
13153
  }
13138
13154
  interface ExchangesApiGetExchangeRequest extends ExchangesApiGetExchangeRequest$1 {
13139
13155
  }
13140
13156
  interface ExchangesApiGetExchangesRequest extends ExchangesApiGetExchangesRequest$1 {
13141
13157
  }
13158
+ interface GetMetadataRefreshes extends GetMetadataRefreshes$1 {
13159
+ }
13160
+ interface GetMetadataRefreshErrorsResponse extends GetMetadataRefreshErrorsResponse$1 {
13161
+ }
13162
+ interface GetMetadataRefreshResponse extends GetMetadataRefreshResponse$1 {
13163
+ }
13142
13164
  interface GetSignableCancelOrderRequest extends GetSignableCancelOrderRequest$1 {
13143
13165
  }
13144
13166
  interface GetSignableOrderRequest extends GetSignableOrderRequest$1 {
13145
13167
  }
13146
13168
  interface GetSignableTradeRequest extends GetSignableTradeRequest$1 {
13147
13169
  }
13170
+ interface GetTransactionsResponse extends GetTransactionsResponse$1 {
13171
+ }
13172
+ interface GetUsersApiResponse extends GetUsersApiResponse$1 {
13173
+ }
13174
+ interface ListAssetsResponse extends ListAssetsResponse$1 {
13175
+ }
13176
+ interface ListBalancesResponse extends ListBalancesResponse$1 {
13177
+ }
13178
+ interface ListCollectionsResponse extends ListCollectionsResponse$1 {
13179
+ }
13180
+ interface ListDepositsResponse extends ListDepositsResponse$1 {
13181
+ }
13182
+ interface ListMintsResponse extends ListMintsResponse$1 {
13183
+ }
13184
+ interface ListOrdersResponseV3 extends ListOrdersResponseV3$1 {
13185
+ }
13186
+ interface ListTokensResponse extends ListTokensResponse$1 {
13187
+ }
13188
+ interface ListTradesResponse extends ListTradesResponse$1 {
13189
+ }
13190
+ interface ListTransfersResponse extends ListTransfersResponse$1 {
13191
+ }
13192
+ interface ListWithdrawalsResponse extends ListWithdrawalsResponse$1 {
13193
+ }
13148
13194
  interface MetadataApiGetMetadataSchemaRequest extends MetadataApiGetMetadataSchemaRequest$1 {
13149
13195
  }
13196
+ interface MetadataSchemaProperty extends MetadataSchemaProperty$1 {
13197
+ }
13150
13198
  interface MetadataSchemaRequest extends MetadataSchemaRequest$1 {
13151
13199
  }
13152
- interface MintFee extends MintFee$1 {
13200
+ interface Mint extends Mint$1 {
13153
13201
  }
13154
- interface MintResultDetails extends MintResultDetails$1 {
13202
+ interface MintFee extends MintFee$1 {
13155
13203
  }
13156
13204
  interface MintRequest extends MintRequest$1 {
13157
13205
  }
13158
- interface MintTokenDataV2 extends MintTokenDataV2$1 {
13159
- }
13160
- interface MintTokensResponse extends MintTokensResponse$1 {
13161
- }
13162
- interface MintUser extends MintUser$1 {
13206
+ interface MintResultDetails extends MintResultDetails$1 {
13163
13207
  }
13164
13208
  interface MintsApiGetMintRequest extends MintsApiGetMintRequest$1 {
13165
13209
  }
@@ -13167,6 +13211,12 @@ interface MintsApiListMintsRequest extends MintsApiListMintsRequest$1 {
13167
13211
  }
13168
13212
  interface MintsApiMintTokensRequest extends MintsApiMintTokensRequest$1 {
13169
13213
  }
13214
+ interface MintTokenDataV2 extends MintTokenDataV2$1 {
13215
+ }
13216
+ interface MintTokensResponse extends MintTokensResponse$1 {
13217
+ }
13218
+ interface MintUser extends MintUser$1 {
13219
+ }
13170
13220
  interface NftCheckoutPrimaryApiCreateNftPrimaryRequest extends NftCheckoutPrimaryApiCreateNftPrimaryRequest$1 {
13171
13221
  }
13172
13222
  interface NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest extends NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest$1 {
@@ -13175,16 +13225,26 @@ interface NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest extends NftChecko
13175
13225
  }
13176
13226
  interface NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest extends NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest$1 {
13177
13227
  }
13228
+ interface NftprimarytransactionCreateResponse extends NftprimarytransactionCreateResponse$1 {
13229
+ }
13230
+ interface NftprimarytransactionGetResponse extends NftprimarytransactionGetResponse$1 {
13231
+ }
13232
+ interface NftprimarytransactionListTransactionsResponse extends NftprimarytransactionListTransactionsResponse$1 {
13233
+ }
13178
13234
  interface OrdersApiCreateOrderV3Request extends OrdersApiCreateOrderV3Request$1 {
13179
13235
  }
13180
13236
  interface OrdersApiGetOrderV3Request extends OrdersApiGetOrderV3Request$1 {
13181
13237
  }
13182
13238
  interface OrdersApiListOrdersV3Request extends OrdersApiListOrdersV3Request$1 {
13183
13239
  }
13240
+ interface OrderV3 extends OrderV3$1 {
13241
+ }
13184
13242
  interface PrimarySalesApiCreatePrimarySaleRequest extends PrimarySalesApiCreatePrimarySaleRequest$1 {
13185
13243
  }
13186
13244
  interface PrimarySalesApiSignableCreatePrimarySaleRequest extends PrimarySalesApiSignableCreatePrimarySaleRequest$1 {
13187
13245
  }
13246
+ interface Project extends Project$1 {
13247
+ }
13188
13248
  interface RejectPrimarySaleBadRequestBody extends RejectPrimarySaleBadRequestBody$1 {
13189
13249
  }
13190
13250
  interface RejectPrimarySaleForbiddenBody extends RejectPrimarySaleForbiddenBody$1 {
@@ -13197,20 +13257,30 @@ interface RejectPrimarySaleUnauthorizedBody extends RejectPrimarySaleUnauthorize
13197
13257
  }
13198
13258
  interface SignableToken extends SignableToken$1 {
13199
13259
  }
13260
+ interface SuccessResponse extends SuccessResponse$1 {
13261
+ }
13262
+ interface TokenDetails extends TokenDetails$1 {
13263
+ }
13200
13264
  interface TokensApiGetTokenRequest extends TokensApiGetTokenRequest$1 {
13201
13265
  }
13202
13266
  interface TokensApiListTokensRequest extends TokensApiListTokensRequest$1 {
13203
13267
  }
13268
+ interface Trade extends Trade$1 {
13269
+ }
13204
13270
  interface TradesApiGetTradeV3Request extends TradesApiGetTradeV3Request$1 {
13205
13271
  }
13206
13272
  interface TradesApiListTradesV3Request extends TradesApiListTradesV3Request$1 {
13207
13273
  }
13274
+ interface Transfer extends Transfer$1 {
13275
+ }
13208
13276
  interface TransfersApiGetTransferRequest extends TransfersApiGetTransferRequest$1 {
13209
13277
  }
13210
13278
  interface TransfersApiListTransfersRequest extends TransfersApiListTransfersRequest$1 {
13211
13279
  }
13212
13280
  interface UpdateCollectionRequest extends UpdateCollectionRequest$1 {
13213
13281
  }
13282
+ interface Withdrawal extends Withdrawal$1 {
13283
+ }
13214
13284
  interface WithdrawalsApiGetWithdrawalRequest extends WithdrawalsApiGetWithdrawalRequest$1 {
13215
13285
  }
13216
13286
  interface WithdrawalsApiListWithdrawalsRequest extends WithdrawalsApiListWithdrawalsRequest$1 {
@@ -13223,6 +13293,10 @@ declare const MetadataSchemaRequestTypeEnum: {
13223
13293
  readonly Discrete: 'discrete';
13224
13294
  };
13225
13295
 
13296
+ type CreatePrimarySaleResponse = CreatePrimarySaleBadRequestBody | CreatePrimarySaleCreatedBody | CreatePrimarySaleForbiddenBody | CreatePrimarySaleUnauthorizedBody | CreatePrimarySaleNotFoundBody;
13297
+ type AcceptPrimarySaleResponse = AcceptPrimarySaleOKBody | AcceptPrimarySaleBadRequestBody | AcceptPrimarySaleForbiddenBody | AcceptPrimarySaleNotFoundBody | AcceptPrimarySaleUnauthorizedBody;
13298
+ type RejectPrimarySaleResponse = RejectPrimarySaleOKBody | RejectPrimarySaleBadRequestBody | RejectPrimarySaleForbiddenBody | RejectPrimarySaleNotFoundBody | RejectPrimarySaleUnauthorizedBody;
13299
+
13226
13300
  declare class Workflows {
13227
13301
  protected config: ImmutableXConfiguration;
13228
13302
  private readonly mintsApi;
@@ -13238,18 +13312,18 @@ declare class Workflows {
13238
13312
  private getStarkExContractVersion;
13239
13313
  mint(signer: Signer, request: UnsignedMintRequest): Promise<MintTokensResponse>;
13240
13314
  exchangeTransfer(walletConnection: WalletConnection, request: UnsignedExchangeTransferRequest): Promise<CreateTransferResponseV1>;
13241
- getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project, any>>;
13242
- createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection, any>>;
13243
- updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection, any>>;
13244
- addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse, any>>;
13245
- updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse, any>>;
13246
- listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes, any>>;
13247
- getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse, any>>;
13248
- getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse, any>>;
13249
- createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse, any>>;
13250
- createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleBadRequestBody | CreatePrimarySaleCreatedBody | CreatePrimarySaleForbiddenBody | CreatePrimarySaleNotFoundBody | CreatePrimarySaleUnauthorizedBody>;
13251
- acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleBadRequestBody | AcceptPrimarySaleForbiddenBody | AcceptPrimarySaleNotFoundBody | AcceptPrimarySaleOKBody | AcceptPrimarySaleUnauthorizedBody>;
13252
- rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleBadRequestBody | RejectPrimarySaleForbiddenBody | RejectPrimarySaleNotFoundBody | RejectPrimarySaleOKBody | RejectPrimarySaleUnauthorizedBody>;
13315
+ getProject(ethSigner: Signer, id: string): Promise<AxiosResponse<Project$1, any>>;
13316
+ createCollection(ethSigner: Signer, createCollectionRequest: CreateCollectionRequest): Promise<AxiosResponse<Collection$1, any>>;
13317
+ updateCollection(ethSigner: Signer, address: string, updateCollectionRequest: UpdateCollectionRequest): Promise<AxiosResponse<Collection$1, any>>;
13318
+ addMetadataSchemaToCollection(ethSigner: Signer, address: string, addMetadataSchemaToCollectionRequest: AddMetadataSchemaToCollectionRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
13319
+ updateMetadataSchemaByName(ethSigner: Signer, address: string, name: string, metadataSchemaRequest: MetadataSchemaRequest): Promise<AxiosResponse<SuccessResponse$1, any>>;
13320
+ listMetadataRefreshes(ethSigner: Signer, collectionAddress?: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshes$1, any>>;
13321
+ getMetadataRefreshErrors(ethSigner: Signer, refreshId: string, pageSize?: number, cursor?: string): Promise<AxiosResponse<GetMetadataRefreshErrorsResponse$1, any>>;
13322
+ getMetadataRefreshResults(ethSigner: Signer, refreshId: string): Promise<AxiosResponse<GetMetadataRefreshResponse$1, any>>;
13323
+ createMetadataRefresh(ethSigner: Signer, request: CreateMetadataRefreshRequest): Promise<AxiosResponse<CreateMetadataRefreshResponse$1, any>>;
13324
+ createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
13325
+ acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
13326
+ rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
13253
13327
  }
13254
13328
 
13255
13329
  declare class IMXClient {
@@ -13370,7 +13444,7 @@ declare class IMXClient {
13370
13444
  * @param collectionAddress - the Collection contract address
13371
13445
  * @param name - the Metadata schema name
13372
13446
  * @param request - the request object containing the parameters to be provided in the API request
13373
- * @returns a promise that resolves with the SuccessResponse if successful
13447
+ * @returns a promise that resolves with the {@link SuccessResponse}
13374
13448
  * @throws {@link IMXError}
13375
13449
  */
13376
13450
  updateMetadataSchemaByName(ethSigner: Signer, collectionAddress: string, name: string, request: MetadataSchemaRequest): Promise<SuccessResponse>;
@@ -13424,7 +13498,7 @@ declare class IMXClient {
13424
13498
  * @returns a promise that resolves with the requested Balance
13425
13499
  * @throws {@link IMXError}
13426
13500
  */
13427
- getBalance(request: BalancesApiGetBalanceRequest): Promise<Balance$1>;
13501
+ getBalance(request: BalancesApiGetBalanceRequest): Promise<Balance>;
13428
13502
  /**
13429
13503
  * Get a list of Balances for given User
13430
13504
  * @param request the request object containing the parameters to be provided in the API request
@@ -13588,7 +13662,7 @@ declare class IMXClient {
13588
13662
  * @returns a promise that resolves with the created Trade
13589
13663
  * @throws {@link IMXError}
13590
13664
  */
13591
- createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleBadRequestBody | CreatePrimarySaleCreatedBody | CreatePrimarySaleForbiddenBody | CreatePrimarySaleNotFoundBody | CreatePrimarySaleUnauthorizedBody>;
13665
+ createPrimarySale(walletConnection: WalletConnection, request: PrimarySalesApiSignableCreatePrimarySaleRequest): Promise<CreatePrimarySaleResponse>;
13592
13666
  /**
13593
13667
  * Accept a PrimarySale
13594
13668
  * @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
@@ -13596,7 +13670,7 @@ declare class IMXClient {
13596
13670
  * @returns a promise that resolves with the created Trade
13597
13671
  * @throws {@link IMXError}
13598
13672
  */
13599
- acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleBadRequestBody | AcceptPrimarySaleForbiddenBody | AcceptPrimarySaleNotFoundBody | AcceptPrimarySaleOKBody | AcceptPrimarySaleUnauthorizedBody>;
13673
+ acceptPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<AcceptPrimarySaleResponse>;
13600
13674
  /**
13601
13675
  * Reject a PrimarySale
13602
13676
  * @param ethSigner - eth signer matching the 'studio_ether_key' of the primary sale
@@ -13604,7 +13678,7 @@ declare class IMXClient {
13604
13678
  * @returns a promise that resolves with the rejected PrimarySale
13605
13679
  * @throws {@link IMXError}
13606
13680
  */
13607
- rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleBadRequestBody | RejectPrimarySaleForbiddenBody | RejectPrimarySaleNotFoundBody | RejectPrimarySaleOKBody | RejectPrimarySaleUnauthorizedBody>;
13681
+ rejectPrimarySale(ethSigner: Signer, primarySaleId: number): Promise<RejectPrimarySaleResponse>;
13608
13682
  }
13609
13683
  declare class ImmutableX extends IMXClient {
13610
13684
  }
@@ -18661,4 +18735,4 @@ declare class MetaMaskIMXProvider extends GenericIMXProvider {
18661
18735
  static signMessage(message: string): Promise<string>;
18662
18736
  }
18663
18737
 
18664
- export { type APIError, type AcceptPrimarySaleBadRequestBody, type AcceptPrimarySaleForbiddenBody, type AcceptPrimarySaleNotFoundBody, type AcceptPrimarySaleOKBody, type AcceptPrimarySaleUnauthorizedBody, type AddMetadataSchemaToCollectionRequest, type AnyToken, ApiConfiguration, AssetsApi, type AssetsApiGetAssetRequest, type AssetsApiListAssetsRequest, type Balance, BalancesApi, type BalancesApiGetBalanceRequest, type BalancesApiListBalancesRequest, type CancelOrderResponse, CollectionsApi, type CollectionsApiGetCollectionRequest, type CollectionsApiListCollectionFiltersRequest, type CollectionsApiListCollectionsRequest, type ConfigOptions, exportContracts_d as Contracts, type CreateCollectionRequest, type CreateMetadataRefreshRequest, type CreateOrderResponse, type CreatePrimarySaleBadRequestBody, type CreatePrimarySaleCreatedBody, type CreatePrimarySaleForbiddenBody, type CreatePrimarySaleNotFoundBody, type CreatePrimarySaleUnauthorizedBody, type CreateTradeResponse, type CreateTransferResponseV1, type CreateWithdrawalResponse, DepositsApi, type DepositsApiGetDepositRequest, type DepositsApiListDepositsRequest, type ERC20Amount, type ERC20Token, type ERC721Token, type ETHAmount, type ETHToken, EncodingApi, Environment, type EthConfiguration, Signer as EthSigner, type ExchangeTokenAmount, ExchangesApi, type ExchangesApiCreateExchangeRequest, type ExchangesApiGetExchangeRequest, type ExchangesApiGetExchangesRequest, GenericIMXProvider, type GetSignableCancelOrderRequest, type GetSignableOrderRequest, type GetSignableTradeRequest, IMXClient, IMXError, type IMXProvider, ImmutableConfiguration, ImmutableX, type ImmutableXConfiguration, type ImxModuleConfiguration as ImxClientModuleConfiguration, type WalletConnection as ImxClientWalletConnection, ImxConfiguration, type ImxModuleConfiguration, type ImxOverrides, MetaMaskIMXProvider, MetadataApi, type MetadataApiGetMetadataSchemaRequest, MetadataRefreshesApi, type MetadataSchemaRequest, MetadataSchemaRequestTypeEnum, type MintFee, type MintRequest, type MintResultDetails, type MintTokenDataV2, type MintTokensResponse, type MintUser, MintsApi, type MintsApiGetMintRequest, type MintsApiListMintsRequest, type MintsApiMintTokensRequest, NftCheckoutPrimaryApi, type NftCheckoutPrimaryApiCreateNftPrimaryRequest, type NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest, type NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest, type NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest, type NftTransferDetails, OrdersApi, type OrdersApiCreateOrderV3Request, type OrdersApiGetOrderV3Request, type OrdersApiListOrdersV3Request, PrimarySalesApi, type PrimarySalesApiCreatePrimarySaleRequest, type PrimarySalesApiSignableCreatePrimarySaleRequest, ProjectsApi, ProviderConfiguration, type RejectPrimarySaleBadRequestBody, type RejectPrimarySaleForbiddenBody, type RejectPrimarySaleNotFoundBody, type RejectPrimarySaleOKBody, type RejectPrimarySaleUnauthorizedBody, type SignableToken, type StarkExContractVersion, type StarkSigner, type TokenAmount, TokensApi, type TokensApiGetTokenRequest, type TokensApiListTokensRequest, TradesApi, type TradesApiGetTradeV3Request, type TradesApiListTradesV3Request, type TransactionResponse, TransfersApi, type TransfersApiGetTransferRequest, type TransfersApiListTransfersRequest, type UnsignedExchangeTransferRequest, type UnsignedMintRequest, type UnsignedOrderRequest, type UnsignedTransferRequest, type UpdateCollectionRequest, UsersApi, type WalletConnection, WithdrawalsApi, type WithdrawalsApiGetWithdrawalRequest, type WithdrawalsApiListWithdrawalsRequest, createConfig, createImmutableXConfiguration, createStarkSigner, generateLegacyStarkPrivateKey, generateStarkPrivateKey, imxClientConfig, createStarkSigner as imxClientCreateStarkSigner, generateLegacyStarkPrivateKey as imxClientGenerateLegacyStarkPrivateKey, production, sandbox, serializePackedSignature, signRegisterEthAddress, starkEcOrder };
18738
+ export { type APIError, type AcceptPrimarySaleBadRequestBody, type AcceptPrimarySaleForbiddenBody, type AcceptPrimarySaleNotFoundBody, type AcceptPrimarySaleOKBody, type AcceptPrimarySaleUnauthorizedBody, type AddMetadataSchemaToCollectionRequest, type AnyToken, ApiConfiguration, type Asset, AssetsApi, type AssetsApiGetAssetRequest, type AssetsApiListAssetsRequest, type Balance, BalancesApi, type BalancesApiGetBalanceRequest, type BalancesApiListBalancesRequest, type CancelOrderResponse, type Collection, type CollectionFilter, CollectionsApi, type CollectionsApiGetCollectionRequest, type CollectionsApiListCollectionFiltersRequest, type CollectionsApiListCollectionsRequest, type ConfigOptions, exportContracts_d as Contracts, type CreateCollectionRequest, type CreateMetadataRefreshRequest, type CreateMetadataRefreshResponse, type CreateOrderResponse, type CreatePrimarySaleBadRequestBody, type CreatePrimarySaleCreatedBody, type CreatePrimarySaleForbiddenBody, type CreatePrimarySaleNotFoundBody, type CreatePrimarySaleUnauthorizedBody, type CreateTradeResponse, type CreateTransferResponseV1, type CreateWithdrawalResponse, type CurrencyWithLimits, type Deposit, DepositsApi, type DepositsApiGetDepositRequest, type DepositsApiListDepositsRequest, type ERC20Amount, type ERC20Token, type ERC721Token, type ETHAmount, type ETHToken, EncodingApi, Environment, type EthConfiguration, Signer as EthSigner, type Exchange, type ExchangeCreateExchangeAndURLResponse, type ExchangeTokenAmount, ExchangesApi, type ExchangesApiCreateExchangeRequest, type ExchangesApiGetExchangeRequest, type ExchangesApiGetExchangesRequest, GenericIMXProvider, type GetMetadataRefreshErrorsResponse, type GetMetadataRefreshResponse, type GetMetadataRefreshes, type GetSignableCancelOrderRequest, type GetSignableOrderRequest, type GetSignableTradeRequest, type GetTransactionsResponse, type GetUsersApiResponse, IMXClient, IMXError, type IMXProvider, ImmutableConfiguration, ImmutableX, type ImmutableXConfiguration, type ImxModuleConfiguration as ImxClientModuleConfiguration, type WalletConnection as ImxClientWalletConnection, ImxConfiguration, type ImxModuleConfiguration, type ImxOverrides, type ListAssetsResponse, type ListBalancesResponse, type ListCollectionsResponse, type ListDepositsResponse, type ListMintsResponse, type ListOrdersResponseV3, type ListTokensResponse, type ListTradesResponse, type ListTransfersResponse, type ListWithdrawalsResponse, MetaMaskIMXProvider, MetadataApi, type MetadataApiGetMetadataSchemaRequest, MetadataRefreshesApi, type MetadataSchemaProperty, type MetadataSchemaRequest, MetadataSchemaRequestTypeEnum, type Mint, type MintFee, type MintRequest, type MintResultDetails, type MintTokenDataV2, type MintTokensResponse, type MintUser, MintsApi, type MintsApiGetMintRequest, type MintsApiListMintsRequest, type MintsApiMintTokensRequest, NftCheckoutPrimaryApi, type NftCheckoutPrimaryApiCreateNftPrimaryRequest, type NftCheckoutPrimaryApiGetCurrenciesNFTCheckoutPrimaryRequest, type NftCheckoutPrimaryApiGetNftPrimaryTransactionRequest, type NftCheckoutPrimaryApiGetNftPrimaryTransactionsRequest, type NftTransferDetails, type NftprimarytransactionCreateResponse, type NftprimarytransactionGetResponse, type NftprimarytransactionListTransactionsResponse, type OrderV3, OrdersApi, type OrdersApiCreateOrderV3Request, type OrdersApiGetOrderV3Request, type OrdersApiListOrdersV3Request, PrimarySalesApi, type PrimarySalesApiCreatePrimarySaleRequest, type PrimarySalesApiSignableCreatePrimarySaleRequest, type Project, ProjectsApi, ProviderConfiguration, type RejectPrimarySaleBadRequestBody, type RejectPrimarySaleForbiddenBody, type RejectPrimarySaleNotFoundBody, type RejectPrimarySaleOKBody, type RejectPrimarySaleUnauthorizedBody, type SignableToken, type StarkExContractVersion, type StarkSigner, type SuccessResponse, type TokenAmount, type TokenDetails, TokensApi, type TokensApiGetTokenRequest, type TokensApiListTokensRequest, type Trade, TradesApi, type TradesApiGetTradeV3Request, type TradesApiListTradesV3Request, type TransactionResponse, type Transfer, TransfersApi, type TransfersApiGetTransferRequest, type TransfersApiListTransfersRequest, type UnsignedExchangeTransferRequest, type UnsignedMintRequest, type UnsignedOrderRequest, type UnsignedTransferRequest, type UpdateCollectionRequest, UsersApi, type WalletConnection, type Withdrawal, WithdrawalsApi, type WithdrawalsApiGetWithdrawalRequest, type WithdrawalsApiListWithdrawalsRequest, createConfig, createImmutableXConfiguration, createStarkSigner, generateLegacyStarkPrivateKey, generateStarkPrivateKey, imxClientConfig, createStarkSigner as imxClientCreateStarkSigner, generateLegacyStarkPrivateKey as imxClientGenerateLegacyStarkPrivateKey, production, sandbox, serializePackedSignature, signRegisterEthAddress, starkEcOrder };