@marcohefti/request-network-api-contracts 0.5.4 → 0.6.1
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,18 @@ 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:38:53.828Z)
|
|
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.1` without generated contract body changes.
|
|
20
|
+
|
|
21
|
+
- **Date:** 2026-03-03
|
|
22
|
+
- **Spec Version:** 0.16.1 (`fetchedAt` 2026-03-03T11:14:08.930Z)
|
|
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`.
|
|
24
|
+
- **Source:** https://api.request.network/open-api/openapi.json
|
|
25
|
+
- **Notes:** Local drift patch still applies (`fees[].type` includes `protocol`; fee amount fields nullable). Regenerate TS/PHP clients against this contracts revision before release.
|
|
26
|
+
|
|
15
27
|
- **Date:** 2026-02-24
|
|
16
28
|
- **Spec Version:** 2026-02-24 (local drift patch over upstream OpenAPI payload mismatch)
|
|
17
29
|
- **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