@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.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { c as config } from './config-
|
|
2
|
-
export { b as blockchainData } from './blockchain_data-
|
|
3
|
-
export { p as passport } from './passport-
|
|
4
|
-
export { o as orderbook } from './orderbook-
|
|
5
|
-
export { c as checkout } from './checkout-
|
|
6
|
-
export { x } from './x-
|
|
7
|
-
export { w as webhook } from './webhook-
|
|
8
|
-
export { m as mintingBackend } from './minting_backend-
|
|
9
|
-
import './index-
|
|
1
|
+
export { c as config } from './config-BXtXHfQn.js';
|
|
2
|
+
export { b as blockchainData } from './blockchain_data-CgPm4WL5.js';
|
|
3
|
+
export { p as passport } from './passport-Q4ja38LX.js';
|
|
4
|
+
export { o as orderbook } from './orderbook-E6MgHlqQ.js';
|
|
5
|
+
export { c as checkout } from './checkout-CjKpSjmR.js';
|
|
6
|
+
export { x } from './x-iD3L5vwX.js';
|
|
7
|
+
export { w as webhook } from './webhook-Dz9ivzHM.js';
|
|
8
|
+
export { m as mintingBackend } from './minting_backend-BORU2Kp9.js';
|
|
9
|
+
import './index-CKYKddDO.js';
|
|
10
10
|
import 'axios';
|
|
11
11
|
import 'lru-memorise';
|
|
12
12
|
import 'global-const';
|
|
13
|
-
import './index-
|
|
14
|
-
import './index-
|
|
15
|
-
import './index-
|
|
13
|
+
import './index-W-3MOFL6.js';
|
|
14
|
+
import './index-DSMUrJvb.js';
|
|
15
|
+
import './index-DBPf0qx4.js';
|
|
16
16
|
import '@ethersproject/keccak256';
|
|
17
17
|
import '@ethersproject/strings';
|
|
18
18
|
import 'bn.js';
|
|
@@ -35,7 +35,7 @@ import 'events';
|
|
|
35
35
|
import '@0xsequence/abi';
|
|
36
36
|
import '@0xsequence/core';
|
|
37
37
|
import 'uuid';
|
|
38
|
-
import './index-
|
|
38
|
+
import './index-CyjAw8zw.js';
|
|
39
39
|
import 'form-data';
|
|
40
40
|
import 'ethers-v6';
|
|
41
41
|
import 'merkletreejs';
|
|
@@ -47,5 +47,5 @@ import '@ethersproject/solidity';
|
|
|
47
47
|
import '@uniswap/router-sdk';
|
|
48
48
|
import '@ethersproject/units';
|
|
49
49
|
import '@ethersproject/bignumber';
|
|
50
|
-
import './index-
|
|
50
|
+
import './index-BV7-TPDO.js';
|
|
51
51
|
import 'sns-validator';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as BlockchainData } from './index-
|
|
2
|
-
import { h as handle } from './index-
|
|
3
|
-
import { t as track, s as setEnvironment, b as setPublishableApiKey } from './index-
|
|
1
|
+
import { B as BlockchainData } from './index-W-3MOFL6.js';
|
|
2
|
+
import { h as handle } from './index-BV7-TPDO.js';
|
|
3
|
+
import { t as track, s as setEnvironment, b as setPublishableApiKey } from './index-CKYKddDO.js';
|
|
4
4
|
|
|
5
5
|
const moduleName = 'minting_backend_sdk';
|
|
6
6
|
const trackInitializePersistencePG = () => {
|
package/dist/minting_backend.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { M as MintingBackendModule, a as mintingPersistencePg, b as mintingPersistencePrismaSqlite, p as processMint, r as recordMint, s as submitMintingRequests } from './minting_backend-
|
|
2
|
-
import './index-
|
|
3
|
-
import './index-
|
|
1
|
+
export { M as MintingBackendModule, a as mintingPersistencePg, b as mintingPersistencePrismaSqlite, p as processMint, r as recordMint, s as submitMintingRequests } from './minting_backend-BORU2Kp9.js';
|
|
2
|
+
import './index-W-3MOFL6.js';
|
|
3
|
+
import './index-DSMUrJvb.js';
|
|
4
4
|
import 'axios';
|
|
5
|
-
import './index-
|
|
5
|
+
import './index-CKYKddDO.js';
|
|
6
6
|
import 'lru-memorise';
|
|
7
7
|
import 'global-const';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-BV7-TPDO.js';
|
|
9
9
|
import 'sns-validator';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-
|
|
1
|
+
import { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-CyjAw8zw.js';
|
|
2
2
|
|
|
3
3
|
var orderbook = /*#__PURE__*/Object.freeze({
|
|
4
4
|
__proto__: null,
|
package/dist/orderbook.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-
|
|
1
|
+
export { A as ActionType, F as FeeType, O as OrderStatusName, a as Orderbook, S as SignablePurpose, T as TransactionPurpose, c as constants } from './index-CyjAw8zw.js';
|
|
2
2
|
import 'axios';
|
|
3
3
|
import 'form-data';
|
|
4
4
|
import 'ethers';
|
|
5
5
|
import 'ethers-v6';
|
|
6
6
|
import 'merkletreejs';
|
|
7
|
-
import './index-
|
|
7
|
+
import './index-CKYKddDO.js';
|
|
8
8
|
import 'lru-memorise';
|
|
9
9
|
import 'global-const';
|
|
10
10
|
import '@opensea/seaport-js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import globalAxios, { isAxiosError as isAxiosError$1 } from 'axios';
|
|
2
|
-
import { c as setPassportClientId, t as track, i as identify, d as trackError, u as utils$2, e as trackFlow, g as getDetail, D as Detail, f as trackDuration, E as Environment } from './index-
|
|
3
|
-
import { M as MultiRollupApiClients, c as createConfig, m as multiRollupConfig, I as ImxApiClients, d as imxApiConfig } from './index-
|
|
4
|
-
import { g as IMXClient, s as signRaw, c as convertToSignableToken, t as generateLegacyStarkPrivateKey, r as createStarkSigner } from './index-
|
|
2
|
+
import { c as setPassportClientId, t as track, i as identify, d as trackError, u as utils$2, e as trackFlow, g as getDetail, D as Detail, f as trackDuration, E as Environment } from './index-CKYKddDO.js';
|
|
3
|
+
import { M as MultiRollupApiClients, c as createConfig, m as multiRollupConfig, I as ImxApiClients, d as imxApiConfig } from './index-DSMUrJvb.js';
|
|
4
|
+
import { g as IMXClient, s as signRaw, c as convertToSignableToken, t as generateLegacyStarkPrivateKey, r as createStarkSigner } from './index-DBPf0qx4.js';
|
|
5
5
|
import { UserManager, User, ErrorTimeout, ErrorResponse, InMemoryWebStorage, WebStorageStateStore } from 'oidc-client-ts';
|
|
6
6
|
import * as crypto from 'crypto';
|
|
7
7
|
import jwt_decode from 'jwt-decode';
|