@settlemint/sdk-viem 2.5.1-pr35d69a38 → 2.5.1-pr482cd749

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.
@@ -2,7 +2,7 @@
2
2
  import * as viem0 from "viem";
3
3
  import { Chain, Client, HttpTransportConfig } from "viem";
4
4
  import * as chains from "viem/chains";
5
- import { z } from "zod/v4";
5
+ import { z } from "zod";
6
6
 
7
7
  //#region src/custom-actions/verify-wallet-verification-challenge.action.d.ts
8
8
  /**
@@ -14182,5 +14182,5 @@ type GetChainIdOptions = Omit<z.infer<typeof GetChainIdOptionsSchema>, "httpTran
14182
14182
  */
14183
14183
  declare function getChainId(options: GetChainIdOptions): Promise<number>;
14184
14184
  //#endregion
14185
- export { AddressOrObject, ClientOptions, ClientOptionsSchema, CreateWalletParameters, CreateWalletResponse, CreateWalletVerificationChallengesParameters, CreateWalletVerificationChallengesResponse, CreateWalletVerificationParameters, CreateWalletVerificationResponse, DeleteWalletVerificationParameters, DeleteWalletVerificationResponse, GetChainIdOptions, GetChainIdOptionsSchema, GetWalletVerificationsParameters, GetWalletVerificationsResponse, OTPAlgorithm, VerificationResult, VerifyWalletVerificationChallengeParameters, VerifyWalletVerificationChallengeResponse, WalletInfo, WalletOTPVerificationInfo, WalletPincodeVerificationInfo, WalletSecretCodesVerificationInfo, WalletVerification, WalletVerificationChallenge, WalletVerificationInfo, WalletVerificationOptions, WalletVerificationType, getChainId, getPublicClient, getWalletClient };
14185
+ export { type AddressOrObject, ClientOptions, ClientOptionsSchema, type CreateWalletParameters, type CreateWalletResponse, type CreateWalletVerificationChallengesParameters, type CreateWalletVerificationChallengesResponse, type CreateWalletVerificationParameters, type CreateWalletVerificationResponse, type DeleteWalletVerificationParameters, type DeleteWalletVerificationResponse, GetChainIdOptions, GetChainIdOptionsSchema, type GetWalletVerificationsParameters, type GetWalletVerificationsResponse, OTPAlgorithm, type VerificationResult, type VerifyWalletVerificationChallengeParameters, type VerifyWalletVerificationChallengeResponse, type WalletInfo, type WalletOTPVerificationInfo, type WalletPincodeVerificationInfo, type WalletSecretCodesVerificationInfo, type WalletVerification, type WalletVerificationChallenge, type WalletVerificationInfo, WalletVerificationOptions, WalletVerificationType, getChainId, getPublicClient, getWalletClient };
14186
14186
  //# sourceMappingURL=viem.d.ts.map