@marcohefti/request-network-api-contracts 0.6.0 → 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/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-10
16
+ - **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-10T07:48:56.668Z)
17
+ - **Change Summary:** Refreshed the upstream Request API OpenAPI fetch metadata. The patched contract JSON stayed unchanged after reapplying the local fee-schema drift patch.
18
+ - **Source:** https://api.request.network/open-api/openapi.json
19
+ - **Notes:** Local drift patch is still required (`fees[].type` includes `protocol`; fee amount fields remain nullable in committed contracts). TS/PHP clients can adopt `@marcohefti/request-network-api-contracts@0.6.2` without generated contract body changes.
20
+
15
21
  - **Date:** 2026-03-03
16
22
  - **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-03T11:14:08.930Z)
17
23
  - **Change Summary:** Synced upstream Request API OpenAPI. Added `/v2/secure-payments` + `/v2/secure-payments/{token}`, removed `/v2/payee-destination*`, and introduced `GET /v2/request`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcohefti/request-network-api-contracts",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "private": false,
5
5
  "description": "Shared contracts for Request Network API clients (OpenAPI spec, webhook fixtures).",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "url": "https://api.request.network/open-api/openapi.json",
3
- "fetchedAt": "2026-03-03T11:14:08.930Z",
3
+ "fetchedAt": "2026-03-10T07:48:56.668Z",
4
4
  "etag": null,
5
5
  "lastModified": null
6
6
  }