@zkp2p/sdk 0.4.0-rc.1 → 0.4.0-rc.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 +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/{vaultUtils-CN5fupa7.d.mts → vaultUtils-CSwo6wIa.d.mts} +7 -4
- package/dist/{vaultUtils-CN5fupa7.d.ts → vaultUtils-CSwo6wIa.d.ts} +7 -4
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -49705,9 +49705,11 @@ var Zkp2pClient = class {
|
|
|
49705
49705
|
return apiGetTakerTier(req, void 0, baseApiUrl, timeoutMs);
|
|
49706
49706
|
}
|
|
49707
49707
|
/**
|
|
49708
|
-
* The signed `
|
|
49709
|
-
*
|
|
49710
|
-
*
|
|
49708
|
+
* The signed `credentialValidatedAt` field is an upload-time freshness witness minted by
|
|
49709
|
+
* attestation-service. `credentialExpiresAt` carries an upstream session expiry hint when one
|
|
49710
|
+
* can be trusted (currently `null` for all platforms). Once curator persists the bundle,
|
|
49711
|
+
* seller-automated-release availability is governed by curator's probe/revalidation state
|
|
49712
|
+
* rather than these timestamps.
|
|
49711
49713
|
*
|
|
49712
49714
|
* Curator accepts either a configured API key or bearer token for this endpoint.
|
|
49713
49715
|
*
|