@dynamic-labs-sdk/client 0.18.1 → 0.20.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 (113) hide show
  1. package/dist/{InvalidParamError-CGBIFNgP.esm.js → InvalidParamError-C8i6ExCF.esm.js} +3 -3
  2. package/dist/{InvalidParamError-CGBIFNgP.esm.js.map → InvalidParamError-C8i6ExCF.esm.js.map} +1 -1
  3. package/dist/{InvalidParamError-0w8-q2f3.cjs.js → InvalidParamError-C9egR24p.cjs.js} +4 -4
  4. package/dist/{InvalidParamError-0w8-q2f3.cjs.js.map → InvalidParamError-C9egR24p.cjs.js.map} +1 -1
  5. package/dist/{NotWaasWalletAccountError-CT_IUD-3.esm.js → NotWaasWalletAccountError-BI9ZiEz_.esm.js} +3 -3
  6. package/dist/{NotWaasWalletAccountError-CT_IUD-3.esm.js.map → NotWaasWalletAccountError-BI9ZiEz_.esm.js.map} +1 -1
  7. package/dist/{NotWaasWalletAccountError-CyvI1KtC.cjs.js → NotWaasWalletAccountError-DoCmrSvg.cjs.js} +3 -3
  8. package/dist/{NotWaasWalletAccountError-CyvI1KtC.cjs.js.map → NotWaasWalletAccountError-DoCmrSvg.cjs.js.map} +1 -1
  9. package/dist/core.cjs.js +6 -5
  10. package/dist/core.cjs.js.map +1 -1
  11. package/dist/core.esm.js +8 -7
  12. package/dist/core.esm.js.map +1 -1
  13. package/dist/errors/TokenSwapError.d.ts +10 -0
  14. package/dist/errors/TokenSwapError.d.ts.map +1 -0
  15. package/dist/exports/core.d.ts +1 -1
  16. package/dist/exports/core.d.ts.map +1 -1
  17. package/dist/exports/index.d.ts +18 -5
  18. package/dist/exports/index.d.ts.map +1 -1
  19. package/dist/{getNetworkProviderFromNetworkId-KrwFxKlq.cjs.js → getNetworkProviderFromNetworkId-Bd5KJOTp.cjs.js} +58 -27
  20. package/dist/getNetworkProviderFromNetworkId-Bd5KJOTp.cjs.js.map +1 -0
  21. package/dist/{getNetworkProviderFromNetworkId-C9PJejYH.esm.js → getNetworkProviderFromNetworkId-CwHLK1vS.esm.js} +62 -31
  22. package/dist/getNetworkProviderFromNetworkId-CwHLK1vS.esm.js.map +1 -0
  23. package/dist/{getSignedSessionId-DhCbpycv.esm.js → getSignedSessionId-BMJxU50H.esm.js} +5 -7
  24. package/dist/{getSignedSessionId-DhCbpycv.esm.js.map → getSignedSessionId-BMJxU50H.esm.js.map} +1 -1
  25. package/dist/{getSignedSessionId-Cqp6g3pY.cjs.js → getSignedSessionId-CHIq5TnT.cjs.js} +5 -7
  26. package/dist/getSignedSessionId-CHIq5TnT.cjs.js.map +1 -0
  27. package/dist/{getVerifiedCredentialForWalletAccount-Bffr91SM.cjs.js → getVerifiedCredentialForWalletAccount-CsJEjM3D.cjs.js} +3 -3
  28. package/dist/{getVerifiedCredentialForWalletAccount-Bffr91SM.cjs.js.map → getVerifiedCredentialForWalletAccount-CsJEjM3D.cjs.js.map} +1 -1
  29. package/dist/{getVerifiedCredentialForWalletAccount-BdoPoNic.esm.js → getVerifiedCredentialForWalletAccount-DBJ_U78Y.esm.js} +2 -2
  30. package/dist/{getVerifiedCredentialForWalletAccount-BdoPoNic.esm.js.map → getVerifiedCredentialForWalletAccount-DBJ_U78Y.esm.js.map} +1 -1
  31. package/dist/index.cjs.js +239 -26
  32. package/dist/index.cjs.js.map +1 -1
  33. package/dist/index.esm.js +237 -30
  34. package/dist/index.esm.js.map +1 -1
  35. package/dist/{isMfaRequiredForAction-Vo0fCwzo.esm.js → isMfaRequiredForAction-Bc6KzFrM.esm.js} +2 -2
  36. package/dist/{isMfaRequiredForAction-Vo0fCwzo.esm.js.map → isMfaRequiredForAction-Bc6KzFrM.esm.js.map} +1 -1
  37. package/dist/{isMfaRequiredForAction-cPUOtGku.cjs.js → isMfaRequiredForAction-D5Mgfi6K.cjs.js} +2 -2
  38. package/dist/{isMfaRequiredForAction-cPUOtGku.cjs.js.map → isMfaRequiredForAction-D5Mgfi6K.cjs.js.map} +1 -1
  39. package/dist/modules/auth/events.d.ts +6 -2
  40. package/dist/modules/auth/events.d.ts.map +1 -1
  41. package/dist/modules/auth/handleSessionExpiration/handleSessionExpiration.d.ts +11 -0
  42. package/dist/modules/auth/handleSessionExpiration/handleSessionExpiration.d.ts.map +1 -0
  43. package/dist/modules/auth/handleSessionExpiration/index.d.ts +2 -0
  44. package/dist/modules/auth/handleSessionExpiration/index.d.ts.map +1 -0
  45. package/dist/modules/auth/logout/logout.d.ts +1 -1
  46. package/dist/modules/auth/logout/logout.d.ts.map +1 -1
  47. package/dist/modules/auth/logoutReason.d.ts +11 -0
  48. package/dist/modules/auth/logoutReason.d.ts.map +1 -0
  49. package/dist/modules/auth/performLogout/index.d.ts +2 -0
  50. package/dist/modules/auth/performLogout/index.d.ts.map +1 -0
  51. package/dist/modules/auth/performLogout/performLogout.d.ts +12 -0
  52. package/dist/modules/auth/performLogout/performLogout.d.ts.map +1 -0
  53. package/dist/modules/auth/social/oauth/completeSocialAuthentication/completeSocialAuthentication.d.ts +4 -1
  54. package/dist/modules/auth/social/oauth/completeSocialAuthentication/completeSocialAuthentication.d.ts.map +1 -1
  55. package/dist/modules/checkout/createCheckoutTransaction/createCheckoutTransaction.d.ts +11 -0
  56. package/dist/modules/checkout/createCheckoutTransaction/createCheckoutTransaction.d.ts.map +1 -1
  57. package/dist/modules/checkout/submitCheckoutTransaction/submitCheckoutTransaction.d.ts +2 -2
  58. package/dist/modules/checkout/submitCheckoutTransaction/submitCheckoutTransaction.d.ts.map +1 -1
  59. package/dist/modules/checkout/utils/requiresConversion/index.d.ts +2 -0
  60. package/dist/modules/checkout/utils/requiresConversion/index.d.ts.map +1 -0
  61. package/dist/modules/checkout/utils/requiresConversion/requiresConversion.d.ts +20 -0
  62. package/dist/modules/checkout/utils/requiresConversion/requiresConversion.d.ts.map +1 -0
  63. package/dist/modules/sessionKeys/getSignedSessionId/getSignedSessionId.d.ts.map +1 -1
  64. package/dist/modules/swap/constants.d.ts +2 -0
  65. package/dist/modules/swap/constants.d.ts.map +1 -0
  66. package/dist/modules/swap/executeSwapTransaction/executeSwapTransaction.d.ts +32 -0
  67. package/dist/modules/swap/executeSwapTransaction/executeSwapTransaction.d.ts.map +1 -0
  68. package/dist/modules/swap/executeSwapTransaction/index.d.ts +3 -0
  69. package/dist/modules/swap/executeSwapTransaction/index.d.ts.map +1 -0
  70. package/dist/modules/swap/getSwapQuote/getSwapQuote.d.ts +53 -0
  71. package/dist/modules/swap/getSwapQuote/getSwapQuote.d.ts.map +1 -0
  72. package/dist/modules/swap/getSwapQuote/index.d.ts +3 -0
  73. package/dist/modules/swap/getSwapQuote/index.d.ts.map +1 -0
  74. package/dist/modules/swap/getSwapStatus/getSwapStatus.d.ts +23 -0
  75. package/dist/modules/swap/getSwapStatus/getSwapStatus.d.ts.map +1 -0
  76. package/dist/modules/swap/getSwapStatus/index.d.ts +3 -0
  77. package/dist/modules/swap/getSwapStatus/index.d.ts.map +1 -0
  78. package/dist/modules/swap/swap.types.d.ts +14 -0
  79. package/dist/modules/swap/swap.types.d.ts.map +1 -0
  80. package/dist/modules/waas/createWaasProvider/createWaasProvider.d.ts.map +1 -1
  81. package/dist/modules/waas/waas.types.d.ts +4 -1
  82. package/dist/modules/waas/waas.types.d.ts.map +1 -1
  83. package/dist/modules/wallets/confirmTransaction/confirmTransaction.d.ts +17 -0
  84. package/dist/modules/wallets/confirmTransaction/confirmTransaction.d.ts.map +1 -0
  85. package/dist/modules/wallets/confirmTransaction/index.d.ts +2 -0
  86. package/dist/modules/wallets/confirmTransaction/index.d.ts.map +1 -0
  87. package/dist/modules/wallets/disconnectAndTerminateWalletProviders/disconnectAndTerminateWalletProviders.d.ts +5 -2
  88. package/dist/modules/wallets/disconnectAndTerminateWalletProviders/disconnectAndTerminateWalletProviders.d.ts.map +1 -1
  89. package/dist/modules/wallets/networks/createBaseNetworkProvider/createBaseNetworkProvider.d.ts.map +1 -1
  90. package/dist/modules/wallets/networks/getNetworksData/getNetworksData.d.ts +1 -1
  91. package/dist/modules/wallets/networks/getNetworksData/getNetworksData.d.ts.map +1 -1
  92. package/dist/modules/wallets/networks/networkProvider/networkProvider.types.d.ts +4 -0
  93. package/dist/modules/wallets/networks/networkProvider/networkProvider.types.d.ts.map +1 -1
  94. package/dist/modules/wallets/walletProvider/index.d.ts +1 -1
  95. package/dist/modules/wallets/walletProvider/index.d.ts.map +1 -1
  96. package/dist/modules/wallets/walletProvider/walletProvider.types.d.ts +17 -8
  97. package/dist/modules/wallets/walletProvider/walletProvider.types.d.ts.map +1 -1
  98. package/dist/services/keychain/createIndexedDBKeychainService/createIndexedDBKeychainService.d.ts.map +1 -1
  99. package/dist/services/keychain/createIndexedDBKeychainService/utils/withDatabase/index.d.ts +2 -0
  100. package/dist/services/keychain/createIndexedDBKeychainService/utils/withDatabase/index.d.ts.map +1 -0
  101. package/dist/services/keychain/createIndexedDBKeychainService/utils/withDatabase/withDatabase.d.ts +13 -0
  102. package/dist/services/keychain/createIndexedDBKeychainService/utils/withDatabase/withDatabase.d.ts.map +1 -0
  103. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  104. package/dist/waas.cjs.js +4 -4
  105. package/dist/waas.esm.js +3 -3
  106. package/dist/waasCore.cjs.js +7 -6
  107. package/dist/waasCore.cjs.js.map +1 -1
  108. package/dist/waasCore.esm.js +6 -5
  109. package/dist/waasCore.esm.js.map +1 -1
  110. package/package.json +3 -3
  111. package/dist/getNetworkProviderFromNetworkId-C9PJejYH.esm.js.map +0 -1
  112. package/dist/getNetworkProviderFromNetworkId-KrwFxKlq.cjs.js.map +0 -1
  113. package/dist/getSignedSessionId-Cqp6g3pY.cjs.js.map +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.