@settlemint/sdk-viem 2.5.1 → 2.5.2

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/viem.d.cts CHANGED
@@ -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
  /**
@@ -363,6 +363,7 @@ declare const getPublicClient: (options: ClientOptions) => {
363
363
  request?: (parameters: viem0.CcipRequestParameters) => Promise<`0x${string}`>;
364
364
  } | undefined;
365
365
  chain: Chain;
366
+ experimental_blockTag?: viem0.BlockTag | undefined;
366
367
  key: string;
367
368
  name: string;
368
369
  pollingInterval: number;
@@ -7231,6 +7232,7 @@ declare const getPublicClient: (options: ClientOptions) => {
7231
7232
  cacheTime?: undefined;
7232
7233
  ccipRead?: undefined;
7233
7234
  chain?: undefined;
7235
+ experimental_blockTag?: undefined;
7234
7236
  key?: undefined;
7235
7237
  name?: undefined;
7236
7238
  pollingInterval?: undefined;
@@ -14180,5 +14182,5 @@ type GetChainIdOptions = Omit<z.infer<typeof GetChainIdOptionsSchema>, "httpTran
14180
14182
  */
14181
14183
  declare function getChainId(options: GetChainIdOptions): Promise<number>;
14182
14184
  //#endregion
14183
- 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 };
14184
14186
  //# sourceMappingURL=viem.d.cts.map
package/dist/viem.d.ts CHANGED
@@ -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
  /**
@@ -363,6 +363,7 @@ declare const getPublicClient: (options: ClientOptions) => {
363
363
  request?: (parameters: viem0.CcipRequestParameters) => Promise<`0x${string}`>;
364
364
  } | undefined;
365
365
  chain: Chain;
366
+ experimental_blockTag?: viem0.BlockTag | undefined;
366
367
  key: string;
367
368
  name: string;
368
369
  pollingInterval: number;
@@ -7231,6 +7232,7 @@ declare const getPublicClient: (options: ClientOptions) => {
7231
7232
  cacheTime?: undefined;
7232
7233
  ccipRead?: undefined;
7233
7234
  chain?: undefined;
7235
+ experimental_blockTag?: undefined;
7234
7236
  key?: undefined;
7235
7237
  name?: undefined;
7236
7238
  pollingInterval?: undefined;
@@ -14180,5 +14182,5 @@ type GetChainIdOptions = Omit<z.infer<typeof GetChainIdOptionsSchema>, "httpTran
14180
14182
  */
14181
14183
  declare function getChainId(options: GetChainIdOptions): Promise<number>;
14182
14184
  //#endregion
14183
- 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 };
14184
14186
  //# sourceMappingURL=viem.d.ts.map