@imtbl/sdk 1.44.2-alpha.4 → 1.44.2-alpha.5
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.js +2 -2
- package/dist/browser/checkout/{BridgeWidget-79d1cee0.js → BridgeWidget-ba4b44b3.js} +1 -1
- package/dist/browser/checkout/{OnRampWidget-7697d29a.js → OnRampWidget-b5c8f4db.js} +1 -1
- package/dist/browser/checkout/{SaleWidget-764cd14e.js → SaleWidget-637bb8f7.js} +1 -1
- package/dist/browser/checkout/{SpendingCapHero-69898193.js → SpendingCapHero-c74bb199.js} +1 -1
- package/dist/browser/checkout/{SwapWidget-933cb063.js → SwapWidget-0e3c96d9.js} +1 -1
- package/dist/browser/checkout/{TopUpView-48c20054.js → TopUpView-7debec44.js} +1 -1
- package/dist/browser/checkout/{WalletWidget-e20b4beb.js → WalletWidget-6f767754.js} +1 -1
- package/dist/browser/checkout/{auto-track-d740d37f.js → auto-track-624fab55.js} +1 -1
- package/dist/browser/checkout/{balance-5dbb224e.js → balance-6a80aac9.js} +1 -1
- package/dist/browser/checkout/{index-7930da51.js → index-05917274.js} +1 -1
- package/dist/browser/checkout/{index-78ec1867.js → index-1390716c.js} +1 -1
- package/dist/browser/checkout/{index-309a8653.js → index-2ed92ec6.js} +1 -1
- package/dist/browser/checkout/{index-138f7207.js → index-6004f1e1.js} +1 -1
- package/dist/browser/checkout/{index-ed488589.js → index-a923ee3f.js} +1 -1
- package/dist/browser/checkout/{index-424bb995.js → index-b376ac71.js} +1 -1
- package/dist/browser/checkout/{index-cc5ed46c.js → index-b5fd9d7a.js} +2 -2
- package/dist/browser/checkout/index-f7051768.js +1 -0
- package/dist/browser/checkout/{index.umd-a00ab1ff.js → index.umd-e5d52f9d.js} +1 -1
- package/dist/browser/checkout/{retry-93a08868.js → retry-f2ee33e8.js} +1 -1
- package/dist/browser/checkout/sdk.js +4 -4
- package/dist/browser/checkout/widgets-esm.js +1 -1
- package/dist/browser/checkout/widgets.js +1 -1
- package/dist/checkout.js +4 -4
- package/dist/config.js +1 -1
- package/dist/index.browser.js +4 -4
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/dist/minting_backend.js +2 -2
- package/dist/orderbook.js +1 -1
- package/dist/passport.js +4 -4
- package/dist/webhook.js +1 -1
- package/dist/x.js +3 -3
- package/package.json +1 -1
- package/dist/browser/checkout/index-c54673ee.js +0 -1
package/dist/index.cjs
CHANGED
|
@@ -199,7 +199,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
199
199
|
};
|
|
200
200
|
|
|
201
201
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
202
|
-
const SDK_VERSION$1 = '1.44.2-alpha.
|
|
202
|
+
const SDK_VERSION$1 = '1.44.2-alpha.5';
|
|
203
203
|
const getFrameParentDomain$1 = () => {
|
|
204
204
|
if (isNode$1()) {
|
|
205
205
|
return '';
|
|
@@ -14263,7 +14263,7 @@ class MultiRollupApiClients {
|
|
|
14263
14263
|
}
|
|
14264
14264
|
|
|
14265
14265
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14266
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
14266
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
14267
14267
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14268
14268
|
if (!basePath.trim()) {
|
|
14269
14269
|
throw Error('basePath can not be empty');
|
|
@@ -14335,7 +14335,7 @@ class APIError extends Error {
|
|
|
14335
14335
|
|
|
14336
14336
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14337
14337
|
const defaultHeaders$1 = {
|
|
14338
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.
|
|
14338
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.5',
|
|
14339
14339
|
};
|
|
14340
14340
|
/**
|
|
14341
14341
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -14809,7 +14809,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
14809
14809
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
14810
14810
|
class ApiConfiguration extends index$2.Configuration {
|
|
14811
14811
|
}
|
|
14812
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
14812
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
14813
14813
|
/**
|
|
14814
14814
|
* @dev use createImmutableXConfiguration instead
|
|
14815
14815
|
*/
|
|
@@ -14850,7 +14850,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
14850
14850
|
coreContractAddress,
|
|
14851
14851
|
registrationContractAddress,
|
|
14852
14852
|
registrationV4ContractAddress,
|
|
14853
|
-
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.
|
|
14853
|
+
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.5',
|
|
14854
14854
|
baseConfig,
|
|
14855
14855
|
});
|
|
14856
14856
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -52547,7 +52547,7 @@ const flattenProperties = (properties) => {
|
|
|
52547
52547
|
};
|
|
52548
52548
|
|
|
52549
52549
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
52550
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
52550
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
52551
52551
|
const getFrameParentDomain = () => {
|
|
52552
52552
|
if (isNode()) {
|
|
52553
52553
|
return '';
|
|
@@ -57868,7 +57868,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
57868
57868
|
maxPriorityFeePerGas: ethers.BigNumber.from(10e9),
|
|
57869
57869
|
};
|
|
57870
57870
|
|
|
57871
|
-
const SDK_VERSION_MARKER = '1.44.2-alpha.
|
|
57871
|
+
const SDK_VERSION_MARKER = '1.44.2-alpha.5';
|
|
57872
57872
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
57873
57873
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
57874
57874
|
|
package/dist/index.js
CHANGED
|
@@ -176,7 +176,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
176
176
|
};
|
|
177
177
|
|
|
178
178
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
179
|
-
const SDK_VERSION$1 = '1.44.2-alpha.
|
|
179
|
+
const SDK_VERSION$1 = '1.44.2-alpha.5';
|
|
180
180
|
const getFrameParentDomain$1 = () => {
|
|
181
181
|
if (isNode$1()) {
|
|
182
182
|
return '';
|
|
@@ -14240,7 +14240,7 @@ class MultiRollupApiClients {
|
|
|
14240
14240
|
}
|
|
14241
14241
|
|
|
14242
14242
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14243
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
14243
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
14244
14244
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14245
14245
|
if (!basePath.trim()) {
|
|
14246
14246
|
throw Error('basePath can not be empty');
|
|
@@ -14312,7 +14312,7 @@ class APIError extends Error {
|
|
|
14312
14312
|
|
|
14313
14313
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14314
14314
|
const defaultHeaders$1 = {
|
|
14315
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.
|
|
14315
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.5',
|
|
14316
14316
|
};
|
|
14317
14317
|
/**
|
|
14318
14318
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -14786,7 +14786,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
14786
14786
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
14787
14787
|
class ApiConfiguration extends index$2.Configuration {
|
|
14788
14788
|
}
|
|
14789
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
14789
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
14790
14790
|
/**
|
|
14791
14791
|
* @dev use createImmutableXConfiguration instead
|
|
14792
14792
|
*/
|
|
@@ -14827,7 +14827,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
14827
14827
|
coreContractAddress,
|
|
14828
14828
|
registrationContractAddress,
|
|
14829
14829
|
registrationV4ContractAddress,
|
|
14830
|
-
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.
|
|
14830
|
+
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.5',
|
|
14831
14831
|
baseConfig,
|
|
14832
14832
|
});
|
|
14833
14833
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -52524,7 +52524,7 @@ const flattenProperties = (properties) => {
|
|
|
52524
52524
|
};
|
|
52525
52525
|
|
|
52526
52526
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
52527
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
52527
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
52528
52528
|
const getFrameParentDomain = () => {
|
|
52529
52529
|
if (isNode()) {
|
|
52530
52530
|
return '';
|
|
@@ -57845,7 +57845,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
57845
57845
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
57846
57846
|
};
|
|
57847
57847
|
|
|
57848
|
-
const SDK_VERSION_MARKER = '1.44.2-alpha.
|
|
57848
|
+
const SDK_VERSION_MARKER = '1.44.2-alpha.5';
|
|
57849
57849
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
57850
57850
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
57851
57851
|
|
package/dist/minting_backend.js
CHANGED
|
@@ -5286,7 +5286,7 @@ const flattenProperties = (properties) => {
|
|
|
5286
5286
|
};
|
|
5287
5287
|
|
|
5288
5288
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
5289
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
5289
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
5290
5290
|
const getFrameParentDomain = () => {
|
|
5291
5291
|
if (isNode()) {
|
|
5292
5292
|
return '';
|
|
@@ -5556,7 +5556,7 @@ class APIError extends Error {
|
|
|
5556
5556
|
|
|
5557
5557
|
/* eslint-disable implicit-arrow-linebreak */
|
|
5558
5558
|
const defaultHeaders = {
|
|
5559
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.
|
|
5559
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.2-alpha.5',
|
|
5560
5560
|
};
|
|
5561
5561
|
/**
|
|
5562
5562
|
* createAPIConfiguration to create a custom Configuration
|
package/dist/orderbook.js
CHANGED
|
@@ -133,7 +133,7 @@ const flattenProperties = (properties) => {
|
|
|
133
133
|
};
|
|
134
134
|
|
|
135
135
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
136
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
136
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
137
137
|
const getFrameParentDomain = () => {
|
|
138
138
|
if (isNode()) {
|
|
139
139
|
return '';
|
package/dist/passport.js
CHANGED
|
@@ -11459,7 +11459,7 @@ class MultiRollupApiClients {
|
|
|
11459
11459
|
}
|
|
11460
11460
|
|
|
11461
11461
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
11462
|
-
const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
11462
|
+
const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
11463
11463
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
11464
11464
|
if (!basePath.trim()) {
|
|
11465
11465
|
throw Error('basePath can not be empty');
|
|
@@ -11652,7 +11652,7 @@ const flattenProperties = (properties) => {
|
|
|
11652
11652
|
};
|
|
11653
11653
|
|
|
11654
11654
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
11655
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
11655
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
11656
11656
|
const getFrameParentDomain = () => {
|
|
11657
11657
|
if (isNode()) {
|
|
11658
11658
|
return '';
|
|
@@ -12079,7 +12079,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
|
|
|
12079
12079
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
12080
12080
|
class ApiConfiguration extends index$2.Configuration {
|
|
12081
12081
|
}
|
|
12082
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
12082
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
12083
12083
|
/**
|
|
12084
12084
|
* @dev use createImmutableXConfiguration instead
|
|
12085
12085
|
*/
|
|
@@ -12120,7 +12120,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
12120
12120
|
coreContractAddress,
|
|
12121
12121
|
registrationContractAddress,
|
|
12122
12122
|
registrationV4ContractAddress,
|
|
12123
|
-
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.
|
|
12123
|
+
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.5',
|
|
12124
12124
|
baseConfig,
|
|
12125
12125
|
});
|
|
12126
12126
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
package/dist/webhook.js
CHANGED
|
@@ -129,7 +129,7 @@ const flattenProperties = (properties) => {
|
|
|
129
129
|
};
|
|
130
130
|
|
|
131
131
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
132
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
132
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
133
133
|
const getFrameParentDomain = () => {
|
|
134
134
|
if (isNode()) {
|
|
135
135
|
return '';
|
package/dist/x.js
CHANGED
|
@@ -9003,7 +9003,7 @@ const flattenProperties = (properties) => {
|
|
|
9003
9003
|
};
|
|
9004
9004
|
|
|
9005
9005
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
9006
|
-
const SDK_VERSION = '1.44.2-alpha.
|
|
9006
|
+
const SDK_VERSION = '1.44.2-alpha.5';
|
|
9007
9007
|
const getFrameParentDomain = () => {
|
|
9008
9008
|
if (isNode()) {
|
|
9009
9009
|
return '';
|
|
@@ -9271,7 +9271,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
|
|
|
9271
9271
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
9272
9272
|
class ApiConfiguration extends index$2.Configuration {
|
|
9273
9273
|
}
|
|
9274
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.
|
|
9274
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.2-alpha.5' };
|
|
9275
9275
|
/**
|
|
9276
9276
|
* @dev use createImmutableXConfiguration instead
|
|
9277
9277
|
*/
|
|
@@ -9312,7 +9312,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
9312
9312
|
coreContractAddress,
|
|
9313
9313
|
registrationContractAddress,
|
|
9314
9314
|
registrationV4ContractAddress,
|
|
9315
|
-
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.
|
|
9315
|
+
sdkVersion: 'ts-immutable-sdk-1.44.2-alpha.5',
|
|
9316
9316
|
baseConfig,
|
|
9317
9317
|
});
|
|
9318
9318
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{cE as n,cF as t}from"./index-cc5ed46c.js";function i(i){return n(this,void 0,void 0,(function(){var n;return t(this,(function(t){switch(t.label){case 0:return[4,import("./index.umd-a00ab1ff.js").then((function(n){return n.i}))];case 1:return n=t.sent(),i._plugins=n,[2]}}))}))}export{i as loadLegacyVideoPlugins};
|