@zkp2p/sdk 0.13.0 → 0.14.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.
package/README.md CHANGED
@@ -81,7 +81,7 @@ const client = new Zkp2pClient({
81
81
  - `indexerUrl` and `baseApiUrl`: override defaults when you are targeting custom deployments
82
82
  - `timeouts`: `{ api?: number }` — API timeout in milliseconds (default 15000)
83
83
 
84
- **No external API key is required.** `createDeposit`, `registerPayeeDetails`, `getQuote`, `signalIntent`, and the rest of the public SDK flows work without `apiKey` or `authorizationToken`. When `baseApiUrl` is configured, `signalIntent()` uses curator `/v3/sign` without auth and treats its 409 response as a direct, signature-free signal. Quote responses include resolved maker payee details (`offchainId`, `telegramUsername`, `metadata`) when curator has them.
84
+ **No external API key is required.** `createDeposit`, `registerPayeeDetails`, `getQuote`, `signalIntent`, and the rest of the public SDK flows work without `apiKey` or `authorizationToken`. When `baseApiUrl` is configured, `signalIntent()` uses curator `/v3/sign` without auth and treats its 409 response as a direct, signature-free signal. Every quote carries the maker payout identity as `maker.offchainId` (curator v3 contract); the SDK mirrors it into `payeeData.offchainId` and drops any quote that lacks it. Telegram usernames and metadata are not part of quote responses; read them from `/v2/makers` with the low-level `apiGetPayeeDetails({ processorName, hashedOnchainId }, baseApiUrl)` export after signaling.
85
85
 
86
86
  Indexer defaults by environment:
87
87
 
@@ -2,11 +2,11 @@
2
2
  "schemaVersion": 2,
3
3
  "source": {
4
4
  "repository": "zkp2p/zkp2p-clients",
5
- "commitSha": "32b0342dc76aba9a63d0f56cc16c4addb8ebce43",
5
+ "commitSha": "fc7daa489d5236d1480acf3ce5f4a5c0251b70b3",
6
6
  "kind": "github",
7
7
  "distributable": true
8
8
  },
9
- "sdkPackageVersion": "0.13.0",
9
+ "sdkPackageVersion": "0.14.0",
10
10
  "contractsPackageVersion": "0.4.1-rc.9",
11
11
  "indexerSchemaPackageVersion": "0.22.0",
12
12
  "activeDisputeStack": {
@@ -1,5 +1,5 @@
1
1
  import { currencyKeccak256, getCurrencyInfoFromHash } from './chunk-ZB22BZLZ.mjs';
2
- import { __export } from './chunk-EHLMW7OM.mjs';
2
+ import { __export } from './chunk-GUGMFD2K.mjs';
3
3
  import { keccak256, parseUnits, hexToBytes, toBytes, bytesToHex } from 'viem';
4
4
  import 'ethers';
5
5
 
@@ -98472,5 +98472,5 @@ function enrichPvIntentView(view, chainId, env = "production") {
98472
98472
  }
98473
98473
 
98474
98474
  export { DISPUTE_PROTECTION_POLICY_ABI, DISPUTE_PROTECTION_POLICY_ABI2, DisputeNullifierRegistry_default3 as DisputeNullifierRegistry_default, DisputeProtectionPolicy_default3 as DisputeProtectionPolicy_default, DisputeVerifier_default3 as DisputeVerifier_default, IntentLifecycleHookV1_default3 as IntentLifecycleHookV1_default, METHOD_NAME_TO_HASH2 as METHOD_NAME_TO_HASH, MultiAttestationVerifier_default3 as MultiAttestationVerifier_default, ORCHESTRATOR_V3_ABI2 as ORCHESTRATOR_V3_ABI, OrchestratorRegistry_default3 as OrchestratorRegistry_default, OrchestratorV3_default3 as OrchestratorV3_default, PAYMENT_PLATFORMS, STAKE_VAULT_ABI2 as STAKE_VAULT_ABI, SUPPORTED_PAYMENT_METHOD_HASHES, StakeVault_default3 as StakeVault_default, WhitelistPolicy_default3 as WhitelistPolicy_default, asciiToBytes32, enrichPvDepositView, enrichPvIntentView, ensureBytes32, getContracts, getDisputeProtectionPolicyContract, getGatingServiceAddress, getIntentGuardianContract, getOrchestratorV3Contract, getPaymentMethodsCatalog, getRateManagerContracts, getStakeVaultContract, hasIntentGuardian, matchesPaymentMethodNameAndHash, matchesQuotePaymentMethod, parseBigIntLike, parseDepositView, parseIntentView, resolveFiatCurrencyBytes32, resolvePaymentMethodHash, resolvePaymentMethodHashFromCatalog, resolvePaymentMethodNameFromHash };
98475
- //# sourceMappingURL=chunk-MQYPXD7D.mjs.map
98476
- //# sourceMappingURL=chunk-MQYPXD7D.mjs.map
98475
+ //# sourceMappingURL=chunk-FLST2SE3.mjs.map
98476
+ //# sourceMappingURL=chunk-FLST2SE3.mjs.map