@imtbl/sdk 1.47.3-alpha → 1.47.4-alpha.1
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-D69s_-Pq.js → blockchain_data-B1KDCX4G.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-BDOS4XQS.js → checkout-D72Aprs_.js} +5 -5
- package/dist/checkout.js +5 -5
- package/dist/checkout_widgets.d.ts +1 -0
- package/dist/{config-BYIUpYtz.js → config-BgaavJCz.js} +1 -1
- package/dist/config.js +1 -1
- package/dist/{index-BG254zdq.js → index-B0Fr5jPR.js} +3 -3
- package/dist/{index-BXODrCZw.js → index-Buqx99G3.js} +6 -5
- package/dist/{index-D5lJqicF.js → index-ChlY3GKR.js} +1 -1
- package/dist/{index-DMiYgH67.js → index-CosG7L6X.js} +1 -1
- package/dist/{index-BcS1m_DG.js → index-Cxr0IViI.js} +1 -1
- package/dist/{index-Ch_niP5h.js → index-D6w7Z6CM.js} +7 -61
- package/dist/index.browser.js +5 -5
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +15 -68
- package/dist/index.d.ts +7 -10
- package/dist/index.js +14 -14
- package/dist/{minting_backend-DTa-bWrV.js → minting_backend-2AH_IQWK.js} +3 -3
- package/dist/minting_backend.js +5 -5
- package/dist/{orderbook-CRtUOcSt.js → orderbook-D6nBJhFH.js} +1 -1
- package/dist/orderbook.d.ts +2 -5
- package/dist/orderbook.js +4 -4
- package/dist/{passport-BXRytlE-.js → passport-DpX6axrf.js} +3 -3
- package/dist/passport.js +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/{webhook-Bfdo6h3s.js → webhook-Ga0lItD9.js} +1 -1
- package/dist/webhook.js +2 -2
- package/dist/{x-BSwaqutw.js → x-DAWCDhzj.js} +3 -3
- package/dist/x.d.ts +5 -5
- package/dist/x.js +4 -4
- package/package.json +3 -2
package/dist/webhook.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { I as ImxConfiguration, c as convertToSignableToken, s as signRaw, e as exportContracts, a as signMessage, E as EncodingApi, M as MintsApi, b as signRegisterEthAddress, A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, D as DepositsApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, w as production, x as sandbox, y as serializePackedSignature, z as starkEcOrder } from './index-
|
|
2
|
-
import { b as index$2 } from './index-
|
|
1
|
+
import { I as ImxConfiguration, c as convertToSignableToken, s as signRaw, e as exportContracts, a as signMessage, E as EncodingApi, M as MintsApi, b as signRegisterEthAddress, A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, D as DepositsApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, w as production, x as sandbox, y as serializePackedSignature, z as starkEcOrder } from './index-Buqx99G3.js';
|
|
2
|
+
import { b as index$2 } from './index-ChlY3GKR.js';
|
|
3
3
|
import { isAxiosError } from 'axios';
|
|
4
4
|
import * as encUtils from 'enc-utils';
|
|
5
5
|
import { parseUnits } from '@ethersproject/units';
|
|
6
6
|
import { BigNumber } from '@ethersproject/bignumber';
|
|
7
7
|
import { ethers } from 'ethers';
|
|
8
8
|
import detectEthereumProvider from '@metamask/detect-provider';
|
|
9
|
-
import { E as Environment, I as ImmutableConfiguration } from './index-
|
|
9
|
+
import { E as Environment, I as ImmutableConfiguration } from './index-CosG7L6X.js';
|
|
10
10
|
import { Signer } from '@ethersproject/abstract-signer';
|
|
11
11
|
|
|
12
12
|
function isChainValid(chainID, config) {
|
package/dist/x.d.ts
CHANGED
|
@@ -13216,11 +13216,11 @@ interface WithdrawalsApiGetWithdrawalRequest extends WithdrawalsApiGetWithdrawal
|
|
|
13216
13216
|
interface WithdrawalsApiListWithdrawalsRequest extends WithdrawalsApiListWithdrawalsRequest$1 {
|
|
13217
13217
|
}
|
|
13218
13218
|
declare const MetadataSchemaRequestTypeEnum: {
|
|
13219
|
-
readonly Enum:
|
|
13220
|
-
readonly Text:
|
|
13221
|
-
readonly Boolean:
|
|
13222
|
-
readonly Continuous:
|
|
13223
|
-
readonly Discrete:
|
|
13219
|
+
readonly Enum: 'enum';
|
|
13220
|
+
readonly Text: 'text';
|
|
13221
|
+
readonly Boolean: 'boolean';
|
|
13222
|
+
readonly Continuous: 'continuous';
|
|
13223
|
+
readonly Discrete: 'discrete';
|
|
13224
13224
|
};
|
|
13225
13225
|
|
|
13226
13226
|
declare class Workflows {
|
package/dist/x.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, e as Contracts, D as DepositsApi, E as EncodingApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, I as ImxConfiguration, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, M as MintsApi, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, r as imxClientCreateStarkSigner, t as imxClientGenerateLegacyStarkPrivateKey, w as production, x as sandbox, y as serializePackedSignature, b as signRegisterEthAddress, z as starkEcOrder } from './index-
|
|
2
|
-
export { G as GenericIMXProvider, M as MetaMaskIMXProvider, P as ProviderConfiguration } from './x-
|
|
3
|
-
export { E as Environment, I as ImmutableConfiguration } from './index-
|
|
1
|
+
export { A as ApiConfiguration, d as AssetsApi, B as BalancesApi, C as CollectionsApi, e as Contracts, D as DepositsApi, E as EncodingApi, f as ExchangesApi, g as IMXClient, h as IMXError, i as ImmutableX, I as ImxConfiguration, j as MetadataApi, k as MetadataRefreshesApi, l as MetadataSchemaRequestTypeEnum, M as MintsApi, N as NftCheckoutPrimaryApi, O as OrdersApi, P as PrimarySalesApi, m as ProjectsApi, T as TokensApi, n as TradesApi, o as TransfersApi, U as UsersApi, W as WithdrawalsApi, p as createConfig, q as createImmutableXConfiguration, r as createStarkSigner, t as generateLegacyStarkPrivateKey, u as generateStarkPrivateKey, v as imxClientConfig, r as imxClientCreateStarkSigner, t as imxClientGenerateLegacyStarkPrivateKey, w as production, x as sandbox, y as serializePackedSignature, b as signRegisterEthAddress, z as starkEcOrder } from './index-Buqx99G3.js';
|
|
2
|
+
export { G as GenericIMXProvider, M as MetaMaskIMXProvider, P as ProviderConfiguration } from './x-DAWCDhzj.js';
|
|
3
|
+
export { E as Environment, I as ImmutableConfiguration } from './index-CosG7L6X.js';
|
|
4
4
|
export { Signer as EthSigner } from '@ethersproject/abstract-signer';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-ChlY3GKR.js';
|
|
6
6
|
import 'axios';
|
|
7
7
|
import '@ethersproject/keccak256';
|
|
8
8
|
import '@ethersproject/strings';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/sdk",
|
|
3
3
|
"description": "Immutable Typescript SDK",
|
|
4
|
-
"version": "1.47.
|
|
4
|
+
"version": "1.47.4-alpha.1",
|
|
5
5
|
"author": "Immutable",
|
|
6
6
|
"browser": "./dist/index.browser.js",
|
|
7
7
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@ethersproject/wallet": "^5.7.0",
|
|
19
19
|
"@imtbl/react-analytics": "0.2.1-alpha",
|
|
20
20
|
"@jest/globals": "^29.5.0",
|
|
21
|
-
"@magic-ext/oidc": "4.
|
|
21
|
+
"@magic-ext/oidc": "4.3.1",
|
|
22
22
|
"@metamask/detect-provider": "^2.0.0",
|
|
23
23
|
"@opensea/seaport-js": "4.0.3",
|
|
24
24
|
"@rive-app/react-canvas-lite": "^4.9.0",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"oidc-client-ts": "2.4.0",
|
|
52
52
|
"os-browserify": "^0.3.0",
|
|
53
53
|
"pako": "^2.1.0",
|
|
54
|
+
"pino-pretty": "^11.2.2",
|
|
54
55
|
"react-i18next": "^13.5.0",
|
|
55
56
|
"sns-validator": "^0.3.5",
|
|
56
57
|
"stream-browserify": "^3.0.0",
|