@zkp2p/sdk 0.11.0 → 0.11.1

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/react.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-DmGhwFto.mjs';
2
- export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-DmGhwFto.mjs';
1
+ import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-CbfjrxgD.mjs';
2
+ export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-CbfjrxgD.mjs';
3
3
  import { Hash, Address, Hex } from 'viem';
4
4
  import '@zkp2p/indexer-schema';
5
5
  import 'abitype';
package/dist/react.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-DmGhwFto.js';
2
- export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-DmGhwFto.js';
1
+ import { Z as Zkp2pClient, P as PostDepositDetailsRequest, a1 as SignalIntentMethodParams, bJ as PreparedTransaction, a2 as FulfillIntentMethodParams, c_ as SendTransactionFn, c$ as SendBatchFn, cY as DelegationDepositTarget, cZ as BatchResult, aa as IntentGuardianErrorCode, a6 as IntentGuardianPolicy, a7 as IntentGuardianQuote } from './vaultUtils-CbfjrxgD.js';
2
+ export { cW as DelegationRoute, cX as DelegationState, de as VAULT_ZERO_ADDRESS, cQ as ZERO_RATE_MANAGER_ID, df as asErrorMessage, dg as assertDelegationMethodSupport, cV as classifyDelegationState, cU as getDelegationRoute, cR as isZeroRateManagerId, cS as normalizeRateManagerId, cT as normalizeRegistry } from './vaultUtils-CbfjrxgD.js';
3
3
  import { Hash, Address, Hex } from 'viem';
4
4
  import '@zkp2p/indexer-schema';
5
5
  import 'abitype';
@@ -3175,7 +3175,7 @@ declare class Zkp2pClient {
3175
3175
  * @param params.conversionRates - Conversion rates per processor, grouped by currency
3176
3176
  * @param params.payeeDetailsHashes - Pre-computed hashed on-chain IDs (from registerPayeeDetails). When provided, skips the curator API call entirely.
3177
3177
  * @param params.delegate - Optional delegate address that can manage the deposit
3178
- * @param params.intentGuardian - Optional guardian for intent approval
3178
+ * @param params.intentGuardian - Guardian for intent approval. Defaults to the paid guardian deployed for the client's environment.
3179
3179
  * @param params.retainOnEmpty - Keep deposit active when balance reaches zero
3180
3180
  * @param params.txOverrides - Optional viem transaction overrides
3181
3181
  * @returns The deposit details posted to API (empty when payee registration is skipped) and the transaction hash
@@ -3175,7 +3175,7 @@ declare class Zkp2pClient {
3175
3175
  * @param params.conversionRates - Conversion rates per processor, grouped by currency
3176
3176
  * @param params.payeeDetailsHashes - Pre-computed hashed on-chain IDs (from registerPayeeDetails). When provided, skips the curator API call entirely.
3177
3177
  * @param params.delegate - Optional delegate address that can manage the deposit
3178
- * @param params.intentGuardian - Optional guardian for intent approval
3178
+ * @param params.intentGuardian - Guardian for intent approval. Defaults to the paid guardian deployed for the client's environment.
3179
3179
  * @param params.retainOnEmpty - Keep deposit active when balance reaches zero
3180
3180
  * @param params.txOverrides - Optional viem transaction overrides
3181
3181
  * @returns The deposit details posted to API (empty when payee registration is skipped) and the transaction hash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zkp2p/sdk",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "ZKP2P Client SDK - TypeScript SDK for deposit management, liquidity provision, and onramping",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.cjs",