Skip to content

Commit 676f9f1

Browse files
committed
chore(release): sync contracts metadata for v0.6.2
1 parent 1d22b00 commit 676f9f1

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.2] - 2026-03-10
9+
10+
### Changed
11+
- Synced bundled contracts assets to `@marcohefti/request-network-api-contracts@0.6.2`.
12+
- Refreshed synced OpenAPI metadata and regenerated PHP schema/operation manifests. The underlying patched contract body stayed unchanged, and the upstream fee-schema drift patch remains required in the contracts package.
13+
814
## [0.6.1] - 2026-03-10
915

1016
### Changed

generated/Validation/Schemas/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-03-10T07:46:53.865Z",
2+
"generatedAt": "2026-03-10T07:53:45.773Z",
33
"specPath": "specs/openapi/request-network-openapi.json",
44
"entries": [
55
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"license": "MIT",
1717
"type": "commonjs",
1818
"devDependencies": {
19-
"@marcohefti/request-network-api-contracts": "^0.6.1"
19+
"@marcohefti/request-network-api-contracts": "^0.6.2"
2020
}
2121
}

specs/meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"generatedAt": "2026-03-10T07:46:53.517Z",
2+
"generatedAt": "2026-03-10T07:53:45.401Z",
33
"files": {
44
"openapi/request-network-openapi.json": "badd3879103274935e52aa6a277c741c6ad22e801e38c1ee7f4e6b4b820544b5",
5-
"openapi/request-network-openapi.meta.json": "87d543577ea018534e880bc7a861af9efeb7d482eaa3a7e76705c0f8efff386b",
5+
"openapi/request-network-openapi.meta.json": "c049e9d7f734180c3aa9fb2e3f8820692b973c4c19b9920d6a225fecb6287e43",
66
"webhooks/request-network-webhooks.json": "9438ad001651a8459a202d37e873516e05ffe6aeb29efead68bb58b948a5c494",
77
"fixtures/webhooks/compliance-approved.json": "2a4a0d4acd7bb568c291aea43f669aecc717a23fd39b6c49e5a8934bfc1ef36c",
88
"fixtures/webhooks/compliance-pending.json": "194c15cd4f4f67cf70d3f3a6ccb5eacc767bdfc43fd88f1d534f102f4568ca1e",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"etag": null,
55
"lastModified": null
66
}

0 commit comments

Comments
 (0)