@zkp2p/sdk 0.6.1 → 0.6.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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.mjs +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/{vaultUtils-VAfbA30W.d.mts → vaultUtils-BwY9Z0aR.d.mts} +7 -1
- package/dist/{vaultUtils-VAfbA30W.d.ts → vaultUtils-BwY9Z0aR.d.ts} +7 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -50658,6 +50658,7 @@ exports.apiRequestIdentityAttestation = apiRequestIdentityAttestation;
|
|
|
50658
50658
|
exports.apiUploadGoogleOAuthSellerCredential = apiUploadGoogleOAuthSellerCredential;
|
|
50659
50659
|
exports.apiUploadSellerCredentialBundle = apiUploadSellerCredentialBundle;
|
|
50660
50660
|
exports.apiValidatePayeeDetails = apiValidatePayeeDetails;
|
|
50661
|
+
exports.apiVerifyBuyerTeePayment = apiVerifyBuyerTeePayment;
|
|
50661
50662
|
exports.appendAttributionToCalldata = appendAttributionToCalldata;
|
|
50662
50663
|
exports.asciiToBytes32 = asciiToBytes32;
|
|
50663
50664
|
exports.assertValidReferrerFeeConfig = assertValidReferrerFeeConfig;
|