@imtbl/sdk 1.43.8 → 1.44.0

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.
Files changed (53) hide show
  1. package/dist/blockchain_data.d.ts +7950 -3
  2. package/dist/blockchain_data.js +6058 -1
  3. package/dist/browser/checkout/sdk.js +4 -4
  4. package/dist/checkout.d.ts +16887 -7
  5. package/dist/checkout.js +37177 -1
  6. package/dist/config.d.ts +30 -1
  7. package/dist/config.js +394 -1
  8. package/dist/index.browser.js +4 -4
  9. package/dist/index.cjs +7 -7
  10. package/dist/index.d.ts +32632 -18
  11. package/dist/index.js +64112 -1
  12. package/dist/minting_backend.d.ts +3535 -5
  13. package/dist/minting_backend.js +6756 -1
  14. package/dist/orderbook.d.ts +1713 -5
  15. package/dist/orderbook.js +2462 -1
  16. package/dist/passport.d.ts +13703 -6
  17. package/dist/passport.js +23137 -1
  18. package/dist/webhook.d.ts +1265 -4
  19. package/dist/webhook.js +488 -1
  20. package/dist/x.d.ts +18663 -6
  21. package/dist/x.js +19242 -1
  22. package/package.json +1 -1
  23. package/dist/Passport.d-011d5035.d.ts +0 -224
  24. package/dist/blockchain-data.d-1634b683.d.ts +0 -3406
  25. package/dist/blockchain_data-711b321c.js +0 -1
  26. package/dist/blockchain_data.d-d538f8d4.d.ts +0 -4543
  27. package/dist/checkout-de10dc4a.js +0 -16
  28. package/dist/checkout.d-7613e722.d.ts +0 -3397
  29. package/dist/config-9a0c2ad4.js +0 -1
  30. package/dist/config.d-65420620.d.ts +0 -18
  31. package/dist/event-types.d-42520276.d.ts +0 -332
  32. package/dist/imxProvider.d-cac9e315.d.ts +0 -12538
  33. package/dist/index-02b46fbb.js +0 -1
  34. package/dist/index-04c3c2f1.js +0 -1
  35. package/dist/index-261492de.js +0 -1
  36. package/dist/index-97ccc0d4.js +0 -1
  37. package/dist/index-cce11a83.js +0 -1
  38. package/dist/index-e9713a8c.js +0 -1
  39. package/dist/index.d-c4a4c17d.d.ts +0 -277
  40. package/dist/index.d-f0845744.d.ts +0 -30
  41. package/dist/index.d-f1471830.d.ts +0 -376
  42. package/dist/json-rpc-provider.d-5c038bd9.d.ts +0 -249
  43. package/dist/minting_backend-ae1f9ecf.js +0 -1
  44. package/dist/minting_backend.d-4754ffee.d.ts +0 -104
  45. package/dist/orderbook-f5332f8b.js +0 -1
  46. package/dist/orderbook.d-77162c6c.d.ts +0 -1257
  47. package/dist/passport-cc0116e8.js +0 -1
  48. package/dist/passport.d-d3f44798.d.ts +0 -67
  49. package/dist/transfer.d-87728423.d.ts +0 -898
  50. package/dist/webhook-84b4501d.js +0 -1
  51. package/dist/webhook.d-4c3cb340.d.ts +0 -75
  52. package/dist/x-ed03fd76.js +0 -1
  53. package/dist/x.d-1b51f0c3.d.ts +0 -4879
package/dist/index.cjs CHANGED
@@ -185,7 +185,7 @@ const flattenProperties$1 = (properties) => {
185
185
  };
186
186
 
187
187
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
188
- const SDK_VERSION$1 = '1.43.8';
188
+ const SDK_VERSION$1 = '1.44.0';
189
189
  const getFrameParentDomain$1 = () => {
190
190
  if (isNode$1()) {
191
191
  return '';
@@ -14212,7 +14212,7 @@ class MultiRollupApiClients {
14212
14212
  }
14213
14213
 
14214
14214
  // eslint-disable-next-line @typescript-eslint/naming-convention
14215
- const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.43.8' };
14215
+ const defaultHeaders$2 = { 'x-sdk-version': 'ts-immutable-sdk-1.44.0' };
14216
14216
  const createConfig$1 = ({ basePath, headers, }) => {
14217
14217
  if (!basePath.trim()) {
14218
14218
  throw Error('basePath can not be empty');
@@ -14284,7 +14284,7 @@ class APIError extends Error {
14284
14284
 
14285
14285
  /* eslint-disable implicit-arrow-linebreak */
14286
14286
  const defaultHeaders$1 = {
14287
- sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.43.8',
14287
+ sdkVersion: 'ts-immutable-sdk-multi-rollup-api-client-1.44.0',
14288
14288
  };
14289
14289
  /**
14290
14290
  * createAPIConfiguration to create a custom Configuration
@@ -14758,7 +14758,7 @@ var blockchain_data = /*#__PURE__*/Object.freeze({
14758
14758
  /* eslint-disable @typescript-eslint/naming-convention */
14759
14759
  class ApiConfiguration extends index$2.Configuration {
14760
14760
  }
14761
- const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.43.8' };
14761
+ const defaultHeaders = { 'x-sdk-version': 'ts-immutable-sdk-1.44.0' };
14762
14762
  /**
14763
14763
  * @dev use createImmutableXConfiguration instead
14764
14764
  */
@@ -14799,7 +14799,7 @@ const createImmutableXConfiguration = ({ basePath, chainID, coreContractAddress,
14799
14799
  coreContractAddress,
14800
14800
  registrationContractAddress,
14801
14801
  registrationV4ContractAddress,
14802
- sdkVersion: 'ts-immutable-sdk-1.43.8',
14802
+ sdkVersion: 'ts-immutable-sdk-1.44.0',
14803
14803
  baseConfig,
14804
14804
  });
14805
14805
  const production = ({ baseConfig }) => createImmutableXConfiguration({
@@ -52252,7 +52252,7 @@ const flattenProperties = (properties) => {
52252
52252
  };
52253
52253
 
52254
52254
  // WARNING: DO NOT CHANGE THE STRING BELOW. IT GETS REPLACED AT BUILD TIME.
52255
- const SDK_VERSION = '1.43.8';
52255
+ const SDK_VERSION = '1.44.0';
52256
52256
  const getFrameParentDomain = () => {
52257
52257
  if (isNode()) {
52258
52258
  return '';
@@ -57571,7 +57571,7 @@ const IMMUTABLE_ZKVEM_GAS_OVERRIDES = {
57571
57571
  maxPriorityFeePerGas: ethers.BigNumber.from(10e9),
57572
57572
  };
57573
57573
 
57574
- const SDK_VERSION_MARKER = '1.43.8';
57574
+ const SDK_VERSION_MARKER = '1.44.0';
57575
57575
  // This SDK version is replaced by the `yarn build` command ran on the root level
57576
57576
  const globalPackageVersion = () => SDK_VERSION_MARKER;
57577
57577