@imtbl/checkout-sdk 2.22.1-alpha.0 → 2.23.1-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 (69) hide show
  1. package/dist/browser/index.js +1 -6396
  2. package/dist/node/index.cjs +1 -6396
  3. package/dist/node/index.js +1 -6396
  4. package/dist/types/api/http/httpClient.d.ts +5 -5
  5. package/dist/types/env/constants.d.ts +4 -4
  6. package/dist/types/errors/checkoutError.d.ts +6 -1
  7. package/package.json +27 -29
  8. package/dist/types/api/blockscout/blockscout.test.d.ts +0 -1
  9. package/dist/types/api/http/httpClient.test.d.ts +0 -1
  10. package/dist/types/availability/availability.test.d.ts +0 -1
  11. package/dist/types/balances/balances.test.d.ts +0 -1
  12. package/dist/types/blockExplorer/blockExplorer.test.d.ts +0 -1
  13. package/dist/types/config/config.test.d.ts +0 -1
  14. package/dist/types/config/remoteConfigFetcher.test.d.ts +0 -1
  15. package/dist/types/config/tokensFetcher.test.d.ts +0 -1
  16. package/dist/types/connect/connect.test.d.ts +0 -1
  17. package/dist/types/errors/checkoutError.test.d.ts +0 -1
  18. package/dist/types/fiatRamp/fiatRamp.test.d.ts +0 -1
  19. package/dist/types/gasEstimate/bridgeGasEstimate.test.d.ts +0 -1
  20. package/dist/types/gasEstimate/gasEstimator.test.d.ts +0 -1
  21. package/dist/types/gasEstimate/gasPriceInWei.test.d.ts +0 -1
  22. package/dist/types/instance/instance.test.d.ts +0 -1
  23. package/dist/types/logger/debugLogger.test.d.ts +0 -1
  24. package/dist/types/network/network.test.d.ts +0 -1
  25. package/dist/types/provider/getUnderlyingProvider.test.d.ts +0 -1
  26. package/dist/types/provider/injected/index.test.d.ts +0 -1
  27. package/dist/types/provider/provider.test.d.ts +0 -1
  28. package/dist/types/provider/validateProvider.test.d.ts +0 -1
  29. package/dist/types/readOnlyProviders/readOnlyProviders.test.d.ts +0 -1
  30. package/dist/types/sdk.test.d.ts +0 -1
  31. package/dist/types/smartCheckout/actions/getUnsignedActions.test.d.ts +0 -1
  32. package/dist/types/smartCheckout/actions/signActions.test.d.ts +0 -1
  33. package/dist/types/smartCheckout/aggregators/allowanceAggregator.test.d.ts +0 -1
  34. package/dist/types/smartCheckout/aggregators/balanceAggregator.test.d.ts +0 -1
  35. package/dist/types/smartCheckout/aggregators/itemAggregator.test.d.ts +0 -1
  36. package/dist/types/smartCheckout/allowList/allowListCheck.test.d.ts +0 -1
  37. package/dist/types/smartCheckout/allowance/erc1155.test.d.ts +0 -1
  38. package/dist/types/smartCheckout/allowance/erc20.test.d.ts +0 -1
  39. package/dist/types/smartCheckout/allowance/erc721.test.d.ts +0 -1
  40. package/dist/types/smartCheckout/balanceCheck/balanceCheck.test.d.ts +0 -1
  41. package/dist/types/smartCheckout/balanceCheck/balanceRequirement.test.d.ts +0 -1
  42. package/dist/types/smartCheckout/buy/buy.test.d.ts +0 -1
  43. package/dist/types/smartCheckout/cancel/cancel.test.d.ts +0 -1
  44. package/dist/types/smartCheckout/fees/fees.test.d.ts +0 -1
  45. package/dist/types/smartCheckout/gas/gasCalculator.test.d.ts +0 -1
  46. package/dist/types/smartCheckout/itemRequirements/itemRequirements.test.d.ts +0 -1
  47. package/dist/types/smartCheckout/routing/bridge/bridgeRoute.test.d.ts +0 -1
  48. package/dist/types/smartCheckout/routing/bridge/getBridgeFeeEstimate.test.d.ts +0 -1
  49. package/dist/types/smartCheckout/routing/bridge/getEthBalance.test.d.ts +0 -1
  50. package/dist/types/smartCheckout/routing/bridgeAndSwap/bridgeAndSwapRoute.test.d.ts +0 -1
  51. package/dist/types/smartCheckout/routing/bridgeAndSwap/constructBridgeRequirements.test.d.ts +0 -1
  52. package/dist/types/smartCheckout/routing/bridgeAndSwap/fetchL1ToL2Mapping.test.d.ts +0 -1
  53. package/dist/types/smartCheckout/routing/bridgeAndSwap/getBalancesByChain.test.d.ts +0 -1
  54. package/dist/types/smartCheckout/routing/bridgeAndSwap/getDexQuotes.test.d.ts +0 -1
  55. package/dist/types/smartCheckout/routing/geoBlocking.test.d.ts +0 -1
  56. package/dist/types/smartCheckout/routing/indexer/fetchL1Representation.test.d.ts +0 -1
  57. package/dist/types/smartCheckout/routing/onRamp/onRampRoute.test.d.ts +0 -1
  58. package/dist/types/smartCheckout/routing/routingCalculator.test.d.ts +0 -1
  59. package/dist/types/smartCheckout/routing/routingOptions.test.d.ts +0 -1
  60. package/dist/types/smartCheckout/routing/swap/quoteFetcher.test.d.ts +0 -1
  61. package/dist/types/smartCheckout/routing/swap/swapRoute.test.d.ts +0 -1
  62. package/dist/types/smartCheckout/routing/tokenBalances.test.d.ts +0 -1
  63. package/dist/types/smartCheckout/sell/sell.test.d.ts +0 -1
  64. package/dist/types/smartCheckout/smartCheckout.test.d.ts +0 -1
  65. package/dist/types/swap/swap.test.d.ts +0 -1
  66. package/dist/types/tokens/tokens.test.d.ts +0 -1
  67. package/dist/types/transaction/transaction.test.d.ts +0 -1
  68. package/dist/types/utils/utils.test.d.ts +0 -1
  69. package/dist/types/wallet/wallet.test.d.ts +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.