@imtbl/sdk 1.46.2 → 1.46.3
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.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.46.
|
|
219
|
+
const SDK_VERSION$1 = '1.46.3';
|
|
220
220
|
const getFrameParentDomain$1 = () => {
|
|
221
221
|
if (isNode$1()) {
|
|
222
222
|
return '';
|
|
@@ -14501,7 +14501,7 @@ class MultiRollupApiClients {
|
|
|
14501
14501
|
}
|
|
14502
14502
|
|
|
14503
14503
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14504
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.46.
|
|
14504
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
14505
14505
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14506
14506
|
if (!basePath.trim()) {
|
|
14507
14507
|
throw Error('basePath can not be empty');
|
|
@@ -14573,7 +14573,7 @@ class APIError extends Error {
|
|
|
14573
14573
|
|
|
14574
14574
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14575
14575
|
const defaultHeaders$1 = {
|
|
14576
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.
|
|
14576
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.3',
|
|
14577
14577
|
};
|
|
14578
14578
|
/**
|
|
14579
14579
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -15047,7 +15047,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
15047
15047
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
15048
15048
|
class ApiConfiguration extends index$2.Configuration {
|
|
15049
15049
|
}
|
|
15050
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.
|
|
15050
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
15051
15051
|
/**
|
|
15052
15052
|
* @dev use createImmutableXConfiguration instead
|
|
15053
15053
|
*/
|
|
@@ -15088,7 +15088,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
15088
15088
|
coreContractAddress,
|
|
15089
15089
|
registrationContractAddress,
|
|
15090
15090
|
registrationV4ContractAddress,
|
|
15091
|
-
sdkVersion: 'ts-immutable-sdk-1.46.
|
|
15091
|
+
sdkVersion: 'ts-immutable-sdk-1.46.3',
|
|
15092
15092
|
baseConfig,
|
|
15093
15093
|
});
|
|
15094
15094
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -52917,7 +52917,7 @@ const flattenProperties = (properties) => {
|
|
|
52917
52917
|
};
|
|
52918
52918
|
|
|
52919
52919
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
52920
|
-
const SDK_VERSION = '1.46.
|
|
52920
|
+
const SDK_VERSION = '1.46.3';
|
|
52921
52921
|
const getFrameParentDomain = () => {
|
|
52922
52922
|
if (isNode()) {
|
|
52923
52923
|
return '';
|
|
@@ -58255,7 +58255,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
58255
58255
|
maxPriorityFeePerGas: ethers.BigNumber.from(10e9),
|
|
58256
58256
|
};
|
|
58257
58257
|
|
|
58258
|
-
const SDK_VERSION_MARKER = '1.46.
|
|
58258
|
+
const SDK_VERSION_MARKER = '1.46.3';
|
|
58259
58259
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
58260
58260
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
58261
58261
|
|
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.46.
|
|
196
|
+
const SDK_VERSION$1 = '1.46.3';
|
|
197
197
|
const getFrameParentDomain$1 = () => {
|
|
198
198
|
if (isNode$1()) {
|
|
199
199
|
return '';
|
|
@@ -14478,7 +14478,7 @@ class MultiRollupApiClients {
|
|
|
14478
14478
|
}
|
|
14479
14479
|
|
|
14480
14480
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
14481
|
-
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.46.
|
|
14481
|
+
const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
14482
14482
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
14483
14483
|
if (!basePath.trim()) {
|
|
14484
14484
|
throw Error('basePath can not be empty');
|
|
@@ -14550,7 +14550,7 @@ class APIError extends Error {
|
|
|
14550
14550
|
|
|
14551
14551
|
/* eslint-disable implicit-arrow-linebreak */
|
|
14552
14552
|
const defaultHeaders$1 = {
|
|
14553
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.
|
|
14553
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.3',
|
|
14554
14554
|
};
|
|
14555
14555
|
/**
|
|
14556
14556
|
* createAPIConfiguration to create a custom Configuration
|
|
@@ -15024,7 +15024,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
|
|
|
15024
15024
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
15025
15025
|
class ApiConfiguration extends index$2.Configuration {
|
|
15026
15026
|
}
|
|
15027
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.
|
|
15027
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
15028
15028
|
/**
|
|
15029
15029
|
* @dev use createImmutableXConfiguration instead
|
|
15030
15030
|
*/
|
|
@@ -15065,7 +15065,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
15065
15065
|
coreContractAddress,
|
|
15066
15066
|
registrationContractAddress,
|
|
15067
15067
|
registrationV4ContractAddress,
|
|
15068
|
-
sdkVersion: 'ts-immutable-sdk-1.46.
|
|
15068
|
+
sdkVersion: 'ts-immutable-sdk-1.46.3',
|
|
15069
15069
|
baseConfig,
|
|
15070
15070
|
});
|
|
15071
15071
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
|
@@ -52894,7 +52894,7 @@ const flattenProperties = (properties) => {
|
|
|
52894
52894
|
};
|
|
52895
52895
|
|
|
52896
52896
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
52897
|
-
const SDK_VERSION = '1.46.
|
|
52897
|
+
const SDK_VERSION = '1.46.3';
|
|
52898
52898
|
const getFrameParentDomain = () => {
|
|
52899
52899
|
if (isNode()) {
|
|
52900
52900
|
return '';
|
|
@@ -58232,7 +58232,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
|
|
|
58232
58232
|
maxPriorityFeePerGas: BigNumber$1.from(10e9),
|
|
58233
58233
|
};
|
|
58234
58234
|
|
|
58235
|
-
const SDK_VERSION_MARKER = '1.46.
|
|
58235
|
+
const SDK_VERSION_MARKER = '1.46.3';
|
|
58236
58236
|
// This SDK version is replaced by the `yarn build` command ran on the root level
|
|
58237
58237
|
const globalPackageVersion = () => SDK_VERSION_MARKER;
|
|
58238
58238
|
|
package/dist/minting_backend.js
CHANGED
|
@@ -5522,7 +5522,7 @@ const flattenProperties = (properties) => {
|
|
|
5522
5522
|
};
|
|
5523
5523
|
|
|
5524
5524
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
5525
|
-
const SDK_VERSION = '1.46.
|
|
5525
|
+
const SDK_VERSION = '1.46.3';
|
|
5526
5526
|
const getFrameParentDomain = () => {
|
|
5527
5527
|
if (isNode()) {
|
|
5528
5528
|
return '';
|
|
@@ -5793,7 +5793,7 @@ class APIError extends Error {
|
|
|
5793
5793
|
|
|
5794
5794
|
/* eslint-disable implicit-arrow-linebreak */
|
|
5795
5795
|
const defaultHeaders = {
|
|
5796
|
-
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.
|
|
5796
|
+
sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.46.3',
|
|
5797
5797
|
};
|
|
5798
5798
|
/**
|
|
5799
5799
|
* 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.46.
|
|
152
|
+
const SDK_VERSION = '1.46.3';
|
|
153
153
|
const getFrameParentDomain = () => {
|
|
154
154
|
if (isNode()) {
|
|
155
155
|
return '';
|
package/dist/passport.js
CHANGED
|
@@ -11523,7 +11523,7 @@ class MultiRollupApiClients {
|
|
|
11523
11523
|
}
|
|
11524
11524
|
|
|
11525
11525
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
11526
|
-
const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.46.
|
|
11526
|
+
const defaultHeaders$1 = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
11527
11527
|
const createConfig$1 = ({ basePath, headers, }) => {
|
|
11528
11528
|
if (!basePath.trim()) {
|
|
11529
11529
|
throw Error('basePath can not be empty');
|
|
@@ -11732,7 +11732,7 @@ const flattenProperties = (properties) => {
|
|
|
11732
11732
|
};
|
|
11733
11733
|
|
|
11734
11734
|
// WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
|
|
11735
|
-
const SDK_VERSION = '1.46.
|
|
11735
|
+
const SDK_VERSION = '1.46.3';
|
|
11736
11736
|
const getFrameParentDomain = () => {
|
|
11737
11737
|
if (isNode()) {
|
|
11738
11738
|
return '';
|
|
@@ -12160,7 +12160,7 @@ const addKeysToHeadersOverride = (baseConfig, overrides) => {
|
|
|
12160
12160
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
12161
12161
|
class ApiConfiguration extends index$2.Configuration {
|
|
12162
12162
|
}
|
|
12163
|
-
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.
|
|
12163
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
12164
12164
|
/**
|
|
12165
12165
|
* @dev use createImmutableXConfiguration instead
|
|
12166
12166
|
*/
|
|
@@ -12201,7 +12201,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
|
|
|
12201
12201
|
coreContractAddress,
|
|
12202
12202
|
registrationContractAddress,
|
|
12203
12203
|
registrationV4ContractAddress,
|
|
12204
|
-
sdkVersion: 'ts-immutable-sdk-1.46.
|
|
12204
|
+
sdkVersion: 'ts-immutable-sdk-1.46.3',
|
|
12205
12205
|
baseConfig,
|
|
12206
12206
|
});
|
|
12207
12207
|
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.46.
|
|
148
|
+
const SDK_VERSION = '1.46.3';
|
|
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.46.
|
|
9022
|
+
const SDK_VERSION = '1.46.3';
|
|
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.46.
|
|
9291
|
+
const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.46.3' };
|
|
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.46.
|
|
9332
|
+
sdkVersion: 'ts-immutable-sdk-1.46.3',
|
|
9333
9333
|
baseConfig,
|
|
9334
9334
|
});
|
|
9335
9335
|
const production = ({ baseConfig }) => createImmutableXConfiguration({
|
package/package.json
CHANGED