@zkp2p/sdk 0.4.0-rc.0 → 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 CHANGED
@@ -49705,9 +49705,11 @@ var Zkp2pClient = class {
49705
49705
  return apiGetTakerTier(req, void 0, baseApiUrl, timeoutMs);
49706
49706
  }
49707
49707
  /**
49708
- * The signed `expiresAtMs` field is an upload-time freshness token minted by attestation-service.
49709
- * Once curator persists the bundle, seller-automated-release availability is governed by curator's
49710
- * probe/revalidation state rather than this timestamp.
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
  *
@@ -50260,6 +50262,7 @@ exports.ZERO_RATE_MANAGER_ID = ZERO_RATE_MANAGER_ID;
50260
50262
  exports.ZKP2P_ANDROID_REFERRER = ZKP2P_ANDROID_REFERRER;
50261
50263
  exports.ZKP2P_IOS_REFERRER = ZKP2P_IOS_REFERRER;
50262
50264
  exports.Zkp2pClient = Zkp2pClient;
50265
+ exports.apiCreateSellerCredentialBundle = apiCreateSellerCredentialBundle;
50263
50266
  exports.apiGetDepositBundle = apiGetDepositBundle;
50264
50267
  exports.apiGetOrderbook = apiGetOrderbook;
50265
50268
  exports.apiGetOwnerDeposits = apiGetOwnerDeposits;