@zkp2p/sdk 0.11.0-rc.2 → 0.11.0-rc.3
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 +3 -3
- package/dist/{chunk-ZK6QRVZG.mjs → chunk-FFY67LLB.mjs} +2 -2
- package/dist/{chunk-ZK6QRVZG.mjs.map → chunk-FFY67LLB.mjs.map} +1 -1
- package/dist/index.cjs +61 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +85 -3
- package/dist/index.d.ts +85 -3
- package/dist/index.mjs +67 -29
- package/dist/index.mjs.map +1 -1
- package/dist/protocolViewerParsers-EK7DZDEP.mjs +5 -0
- package/dist/{protocolViewerParsers-MFUUSY66.mjs.map → protocolViewerParsers-EK7DZDEP.mjs.map} +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/{vaultUtils-BWRNdUo9.d.mts → vaultUtils-VUyCh1jg.d.mts} +25 -1
- package/dist/{vaultUtils-BWRNdUo9.d.ts → vaultUtils-VUyCh1jg.d.ts} +25 -1
- package/package.json +1 -1
- package/dist/protocolViewerParsers-MFUUSY66.mjs +0 -5
package/README.md
CHANGED
|
@@ -336,9 +336,9 @@ for `WhitelistPolicy` and `AddressGroupRegistry`. Gate the UI on
|
|
|
336
336
|
Use `planAccessPolicyUpdate(persisted, draft)` or `diffAccessPolicy()` to turn a
|
|
337
337
|
policy edit into deterministic, idempotent transaction steps, then prepare each
|
|
338
338
|
step with `client.accessPolicy.preparePlanStep(...)` or the complete plan with
|
|
339
|
-
`preparePlan(...)`. Writes are depositor-only. A saved policy
|
|
340
|
-
|
|
341
|
-
|
|
339
|
+
`preparePlan(...)`. Writes are depositor-only. A saved policy is enforced
|
|
340
|
+
on-chain: `WhitelistPolicy` is wired to the deposit as its whitelist hook, so a
|
|
341
|
+
non-member's `signalIntent` reverts.
|
|
342
342
|
|
|
343
343
|
## Referral Account API
|
|
344
344
|
|
|
@@ -54379,5 +54379,5 @@ function enrichPvIntentView(view, chainId, env = "production") {
|
|
|
54379
54379
|
}
|
|
54380
54380
|
|
|
54381
54381
|
export { METHOD_NAME_TO_HASH, PAYMENT_PLATFORMS, SUPPORTED_PAYMENT_METHOD_HASHES, asciiToBytes32, enrichPvDepositView, enrichPvIntentView, ensureBytes32, getContracts, getGatingServiceAddress, getIntentGuardianContract, getPaymentMethodsCatalog, getRateManagerContracts, hasIntentGuardian, matchesPaymentMethodNameAndHash, matchesQuotePaymentMethod, parseBigIntLike, parseDepositView, parseIntentView, resolveFiatCurrencyBytes32, resolvePaymentMethodHash, resolvePaymentMethodHashFromCatalog, resolvePaymentMethodNameFromHash };
|
|
54382
|
-
//# sourceMappingURL=chunk-
|
|
54383
|
-
//# sourceMappingURL=chunk-
|
|
54382
|
+
//# sourceMappingURL=chunk-FFY67LLB.mjs.map
|
|
54383
|
+
//# sourceMappingURL=chunk-FFY67LLB.mjs.map
|