@imtbl/sdk 1.45.9 → 1.45.10
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/sdk.js +4 -4
- package/dist/checkout.js +4 -4
- package/dist/config.js +1 -1
- package/dist/index.browser.js +4 -4
- package/dist/index.browser.js.map +1 -1
- 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/index.cjs
CHANGED
|
@@ -216,7 +216,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
216
216
|
};
|
|
217
217
|
|
|
218
218
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
219
|
-
const SDK_VERSION$1 = '1.45.
|
|
219
|
+
const SDK_VERSION$1 = '1.45.10';
|
|
220
220
|
const getFrameParentDomain$1 = () => {
|
|
221
221
|
if (isNode$1()) {
|
|
222
222
|
return '';
|
|
@@ -14281,7 +14281,7 @@ class MultiRollupApiClients {
|
|
|
14281
14281
|
}
|
|
14282
14282
|
|
|
14283
14283
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14284
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
14284
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
14285
14285
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14286
14286
|
if (!basePath.trim()) {
|
|
14287
14287
|
throw Error('basePath can not be empty');
|
|
@@ -14353,7 +14353,7 @@ class APIError extends Error {
|
|
|
14353
14353
|
|
|
14354
14354
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14355
14355
|
const defaultHeaders$1 = {
|
|
14356
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.
|
|
14356
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.10',
|
|
14357
14357
|
};
|
|
14358
14358
|
/**
|
|
14359
14359
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -14827,7 +14827,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
14827
14827
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
14828
14828
|
class ApiConfiguration extends index$2.Configuration {
|
|
14829
14829
|
}
|
|
14830
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
14830
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
14831
14831
|
/**
|
|
14832
14832
|
* @dev use createImmutableXConfiguration instead
|
|
14833
14833
|
*/
|
|
@@ -14868,7 +14868,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
14868
14868
|
coreContractAddress,
|
|
14869
14869
|
registrationContractAddress,
|
|
14870
14870
|
registrationV4ContractAddress,
|
|
14871
|
-
sdkVersion: 'ts-immutable-sdk-1.45.
|
|
14871
|
+
sdkVersion: 'ts-immutable-sdk-1.45.10',
|
|
14872
14872
|
baseConfig,
|
|
14873
14873
|
});
|
|
14874
14874
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -52644,7 +52644,7 @@ const flattenProperties = (properties) => {
|
|
|
52644
52644
|
};
|
|
52645
52645
|
|
|
52646
52646
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
52647
|
-
const SDK_VERSION = '1.45.
|
|
52647
|
+
const SDK_VERSION = '1.45.10';
|
|
52648
52648
|
const getFrameParentDomain = () => {
|
|
52649
52649
|
if (isNode()) {
|
|
52650
52650
|
return '';
|
|
@@ -57966,7 +57966,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
57966
57966
|
maxPriorityFeePerGas: ethers.BigNumber.from(10e9),
|
|
57967
57967
|
};
|
|
57968
57968
|
|
|
57969
|
-
const SDK_VERSION_MARKER = '1.45.
|
|
57969
|
+
const SDK_VERSION_MARKER = '1.45.10';
|
|
57970
57970
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
57971
57971
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
57972
57972
|
|
package/dist/index.js
CHANGED
|
@@ -193,7 +193,7 @@ const flattenProperties$1 = (properties) => {
|
|
|
193
193
|
};
|
|
194
194
|
|
|
195
195
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
196
|
-
const SDK_VERSION$1 = '1.45.
|
|
196
|
+
const SDK_VERSION$1 = '1.45.10';
|
|
197
197
|
const getFrameParentDomain$1 = () => {
|
|
198
198
|
if (isNode$1()) {
|
|
199
199
|
return '';
|
|
@@ -14258,7 +14258,7 @@ class MultiRollupApiClients {
|
|
|
14258
14258
|
}
|
|
14259
14259
|
|
|
14260
14260
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14261
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
14261
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
14262
14262
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14263
14263
|
if (!basePath.trim()) {
|
|
14264
14264
|
throw Error('basePath can not be empty');
|
|
@@ -14330,7 +14330,7 @@ class APIError extends Error {
|
|
|
14330
14330
|
|
|
14331
14331
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14332
14332
|
const defaultHeaders$1 = {
|
|
14333
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.
|
|
14333
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.10',
|
|
14334
14334
|
};
|
|
14335
14335
|
/**
|
|
14336
14336
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -14804,7 +14804,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
14804
14804
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
14805
14805
|
class ApiConfiguration extends index$2.Configuration {
|
|
14806
14806
|
}
|
|
14807
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
14807
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
14808
14808
|
/**
|
|
14809
14809
|
* @dev use createImmutableXConfiguration instead
|
|
14810
14810
|
*/
|
|
@@ -14845,7 +14845,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
14845
14845
|
coreContractAddress,
|
|
14846
14846
|
registrationContractAddress,
|
|
14847
14847
|
registrationV4ContractAddress,
|
|
14848
|
-
sdkVersion: 'ts-immutable-sdk-1.45.
|
|
14848
|
+
sdkVersion: 'ts-immutable-sdk-1.45.10',
|
|
14849
14849
|
baseConfig,
|
|
14850
14850
|
});
|
|
14851
14851
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -52621,7 +52621,7 @@ const flattenProperties = (properties) => {
|
|
|
52621
52621
|
};
|
|
52622
52622
|
|
|
52623
52623
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
52624
|
-
const SDK_VERSION = '1.45.
|
|
52624
|
+
const SDK_VERSION = '1.45.10';
|
|
52625
52625
|
const getFrameParentDomain = () => {
|
|
52626
52626
|
if (isNode()) {
|
|
52627
52627
|
return '';
|
|
@@ -57943,7 +57943,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
57943
57943
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
57944
57944
|
};
|
|
57945
57945
|
|
|
57946
|
-
const SDK_VERSION_MARKER = '1.45.
|
|
57946
|
+
const SDK_VERSION_MARKER = '1.45.10';
|
|
57947
57947
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
57948
57948
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
57949
57949
|
|
package/dist/minting_backend.js
CHANGED
|
@@ -5302,7 +5302,7 @@ const flattenProperties = (properties) => {
|
|
|
5302
5302
|
};
|
|
5303
5303
|
|
|
5304
5304
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
5305
|
-
const SDK_VERSION = '1.45.
|
|
5305
|
+
const SDK_VERSION = '1.45.10';
|
|
5306
5306
|
const getFrameParentDomain = () => {
|
|
5307
5307
|
if (isNode()) {
|
|
5308
5308
|
return '';
|
|
@@ -5573,7 +5573,7 @@ class APIError extends Error {
|
|
|
5573
5573
|
|
|
5574
5574
|
/* eslint-disable implicit-arrow-linebreak */
|
|
5575
5575
|
const defaultHeaders = {
|
|
5576
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.
|
|
5576
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.45.10',
|
|
5577
5577
|
};
|
|
5578
5578
|
/**
|
|
5579
5579
|
* createAPIConfiguration to create a custom Configuration
|
package/dist/orderbook.js
CHANGED
|
@@ -149,7 +149,7 @@ const flattenProperties = (properties) => {
|
|
|
149
149
|
};
|
|
150
150
|
|
|
151
151
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
152
|
-
const SDK_VERSION = '1.45.
|
|
152
|
+
const SDK_VERSION = '1.45.10';
|
|
153
153
|
const getFrameParentDomain = () => {
|
|
154
154
|
if (isNode()) {
|
|
155
155
|
return '';
|
package/dist/passport.js
CHANGED
|
@@ -11460,7 +11460,7 @@ class MultiRollupApiClients {
|
|
|
11460
11460
|
}
|
|
11461
11461
|
|
|
11462
11462
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
11463
|
-
const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
11463
|
+
const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
11464
11464
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
11465
11465
|
if (!basePath.trim()) {
|
|
11466
11466
|
throw Error('basePath can not be empty');
|
|
@@ -11669,7 +11669,7 @@ const flattenProperties = (properties) => {
|
|
|
11669
11669
|
};
|
|
11670
11670
|
|
|
11671
11671
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
11672
|
-
const SDK_VERSION = '1.45.
|
|
11672
|
+
const SDK_VERSION = '1.45.10';
|
|
11673
11673
|
const getFrameParentDomain = () => {
|
|
11674
11674
|
if (isNode()) {
|
|
11675
11675
|
return '';
|
|
@@ -12097,7 +12097,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
|
|
|
12097
12097
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
12098
12098
|
class ApiConfiguration extends index$2.Configuration {
|
|
12099
12099
|
}
|
|
12100
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
12100
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
12101
12101
|
/**
|
|
12102
12102
|
* @dev use createImmutableXConfiguration instead
|
|
12103
12103
|
*/
|
|
@@ -12138,7 +12138,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
12138
12138
|
coreContractAddress,
|
|
12139
12139
|
registrationContractAddress,
|
|
12140
12140
|
registrationV4ContractAddress,
|
|
12141
|
-
sdkVersion: 'ts-immutable-sdk-1.45.
|
|
12141
|
+
sdkVersion: 'ts-immutable-sdk-1.45.10',
|
|
12142
12142
|
baseConfig,
|
|
12143
12143
|
});
|
|
12144
12144
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
package/dist/webhook.js
CHANGED
|
@@ -145,7 +145,7 @@ const flattenProperties = (properties) => {
|
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
148
|
-
const SDK_VERSION = '1.45.
|
|
148
|
+
const SDK_VERSION = '1.45.10';
|
|
149
149
|
const getFrameParentDomain = () => {
|
|
150
150
|
if (isNode()) {
|
|
151
151
|
return '';
|
package/dist/x.js
CHANGED
|
@@ -9019,7 +9019,7 @@ const flattenProperties = (properties) => {
|
|
|
9019
9019
|
};
|
|
9020
9020
|
|
|
9021
9021
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
9022
|
-
const SDK_VERSION = '1.45.
|
|
9022
|
+
const SDK_VERSION = '1.45.10';
|
|
9023
9023
|
const getFrameParentDomain = () => {
|
|
9024
9024
|
if (isNode()) {
|
|
9025
9025
|
return '';
|
|
@@ -9288,7 +9288,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
|
|
|
9288
9288
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
9289
9289
|
class ApiConfiguration extends index$2.Configuration {
|
|
9290
9290
|
}
|
|
9291
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.
|
|
9291
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.45.10' };
|
|
9292
9292
|
/**
|
|
9293
9293
|
* @dev use createImmutableXConfiguration instead
|
|
9294
9294
|
*/
|
|
@@ -9329,7 +9329,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
9329
9329
|
coreContractAddress,
|
|
9330
9330
|
registrationContractAddress,
|
|
9331
9331
|
registrationV4ContractAddress,
|
|
9332
|
-
sdkVersion: 'ts-immutable-sdk-1.45.
|
|
9332
|
+
sdkVersion: 'ts-immutable-sdk-1.45.10',
|
|
9333
9333
|
baseConfig,
|
|
9334
9334
|
});
|
|
9335
9335
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
package/package.json
CHANGED