@marcohefti/request-network-api-contracts 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/docs/UPDATES.md CHANGED
@@ -13,10 +13,10 @@ change so SDK maintainers know when to regenerate code.
13
13
 
14
14
  ## History
15
15
  - **Date:** 2026-03-10
16
- - **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-10T07:38:53.828Z)
16
+ - **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-10T07:48:56.668Z)
17
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
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.1` without generated contract body changes.
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
20
 
21
21
  - **Date:** 2026-03-03
22
22
  - **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-03T11:14:08.930Z)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcohefti/request-network-api-contracts",
3
- "version": "0.6.1",
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-10T07:38:53.828Z",
3
+ "fetchedAt": "2026-03-10T07:48:56.668Z",
4
4
  "etag": null,
5
5
  "lastModified": null
6
6
  }