@marcohefti/request-network-api-contracts 0.5.4 → 0.6.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/docs/UPDATES.md CHANGED
@@ -12,6 +12,12 @@ change so SDK maintainers know when to regenerate code.
12
12
  - **Notes:** Regeneration impact, required SDK updates, new fixtures
13
13
 
14
14
  ## History
15
+ - **Date:** 2026-03-03
16
+ - **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-03T11:14:08.930Z)
17
+ - **Change Summary:** Synced upstream Request API OpenAPI. Added `/v2/secure-payments` + `/v2/secure-payments/{token}`, removed `/v2/payee-destination*`, and introduced `GET /v2/request`.
18
+ - **Source:** https://api.request.network/open-api/openapi.json
19
+ - **Notes:** Local drift patch still applies (`fees[].type` includes `protocol`; fee amount fields nullable). Regenerate TS/PHP clients against this contracts revision before release.
20
+
15
21
  - **Date:** 2026-02-24
16
22
  - **Spec Version:** 2026-02-24 (local drift patch over upstream OpenAPI payload mismatch)
17
23
  - **Change Summary:** Added compatibility patch for fee payload drift (`fees[].type` includes `protocol`, `fees[].amount` / `amountInUSD` nullable) and updated update workflow docs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcohefti/request-network-api-contracts",
3
- "version": "0.5.4",
3
+ "version": "0.6.0",
4
4
  "private": false,
5
5
  "description": "Shared contracts for Request Network API clients (OpenAPI spec, webhook fixtures).",
6
6
  "license": "MIT",