From 1e3fd9b03beabd78d3fe7f3b1772b0efeaaf7424 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:56:04 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20new=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/deep-berries-feel.md | 5 --- .changeset/eight-shirts-fry.md | 25 ----------- .changeset/puny-pears-design.md | 5 --- .changeset/real-cats-attend.md | 5 --- .changeset/real-towns-move.md | 2 - .changeset/smart-moments-enter.md | 3 -- .changeset/smart-olives-arrive.md | 20 --------- .changeset/tricky-meals-matter.md | 25 ----------- .changeset/true-doors-open.md | 5 --- CHANGELOG.md | 75 +++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- src/Client.php | 2 +- 13 files changed, 79 insertions(+), 99 deletions(-) delete mode 100644 .changeset/deep-berries-feel.md delete mode 100644 .changeset/eight-shirts-fry.md delete mode 100644 .changeset/puny-pears-design.md delete mode 100644 .changeset/real-cats-attend.md delete mode 100644 .changeset/real-towns-move.md delete mode 100644 .changeset/smart-moments-enter.md delete mode 100644 .changeset/smart-olives-arrive.md delete mode 100644 .changeset/tricky-meals-matter.md delete mode 100644 .changeset/true-doors-open.md diff --git a/.changeset/deep-berries-feel.md b/.changeset/deep-berries-feel.md deleted file mode 100644 index c3490544a..000000000 --- a/.changeset/deep-berries-feel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -chore(deps): bump picomatch diff --git a/.changeset/eight-shirts-fry.md b/.changeset/eight-shirts-fry.md deleted file mode 100644 index 53f3a351b..000000000 --- a/.changeset/eight-shirts-fry.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@rebilly/client-php": major ---- - -### Added - -- Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more -- Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - -### Enum changes - -- Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - -### Other - -- response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons -- request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope diff --git a/.changeset/puny-pears-design.md b/.changeset/puny-pears-design.md deleted file mode 100644 index bfb140545..000000000 --- a/.changeset/puny-pears-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -chore(deps-dev): bump fast-uri diff --git a/.changeset/real-cats-attend.md b/.changeset/real-cats-attend.md deleted file mode 100644 index bfb140545..000000000 --- a/.changeset/real-cats-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -chore(deps-dev): bump fast-uri diff --git a/.changeset/real-towns-move.md b/.changeset/real-towns-move.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/real-towns-move.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/smart-moments-enter.md b/.changeset/smart-moments-enter.md deleted file mode 100644 index 8a229d1e2..000000000 --- a/.changeset/smart-moments-enter.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -"@rebilly/client-php": patch ---- diff --git a/.changeset/smart-olives-arrive.md b/.changeset/smart-olives-arrive.md deleted file mode 100644 index 9494bdd90..000000000 --- a/.changeset/smart-olives-arrive.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@rebilly/client-php": minor ---- - -### Added - -- Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more -- Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - -### Enum changes - -- Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more diff --git a/.changeset/tricky-meals-matter.md b/.changeset/tricky-meals-matter.md deleted file mode 100644 index 53f3a351b..000000000 --- a/.changeset/tricky-meals-matter.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@rebilly/client-php": major ---- - -### Added - -- Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more -- Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more -- Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` - -### Enum changes - -- Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` -- Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more - -### Other - -- response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons -- request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope diff --git a/.changeset/true-doors-open.md b/.changeset/true-doors-open.md deleted file mode 100644 index 8546c2eed..000000000 --- a/.changeset/true-doors-open.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rebilly/client-php": patch ---- - -fix: Remove snapshot carry on auto-update branches diff --git a/CHANGELOG.md b/CHANGELOG.md index 06caac6db..df576d022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,80 @@ # @rebilly/client-php +## 4.0.0 + +### Major Changes + +- ### Added + + - Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more + - Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + + ### Enum changes + + - Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + + ### Other + + - response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons + - request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope + +- ### Added + + - Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more + - Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + + ### Enum changes + + - Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + + ### Other + + - response-property-min-decreased (20x) — e.g. the `items/oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` respons + - request-property-min-decreased (7x) — e.g. the `oneOf[#/components/schemas/OneTimeOrder]/_embedded/website/settings/payoutRequest/pendingPeriodHours` request prope + +### Minor Changes + +- ### Added + + - Added optional response property `canceledTime` on `Subscription` — `GET /search`, `GET /subscriptions` + 5 more + - Added optional response property `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `inputType` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `inputType` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `minimumAge` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `minimumAge` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Added optional response property `placeholder` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + - Added optional request property `placeholder` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + + ### Enum changes + + - Enum value added on request `attribute`: `contentBlock` — `POST /account-registration-settings`, `PUT /account-registration-settings/{id}` + - Enum value added on response `attribute`: `contentBlock` — `GET /account-registration-settings`, `POST /account-registration-settings` + 2 more + +### Patch Changes + +- chore(deps): bump picomatch +- chore(deps-dev): bump fast-uri +- chore(deps-dev): bump fast-uri +- +- fix: Remove snapshot carry on auto-update branches + ## 3.1.8 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index b69a37844..49b727152 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rebilly/client-php", - "version": "3.1.8", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rebilly/client-php", - "version": "3.1.8", + "version": "4.0.0", "devDependencies": { "@changesets/cli": "^2.26.2", "@changesets/write": "^0.2.3", diff --git a/package.json b/package.json index 515f43067..414c924b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rebilly/client-php", "private": true, - "version": "3.1.8", + "version": "4.0.0", "devDependencies": { "@changesets/cli": "^2.26.2", "@changesets/write": "^0.2.3", diff --git a/src/Client.php b/src/Client.php index 4495fa29e..50fb45a21 100644 --- a/src/Client.php +++ b/src/Client.php @@ -42,7 +42,7 @@ final class Client implements GuzzleClientInterface, PsrClientInterface public const EXPERIMENTAL_BASE = '/experimental'; - public const SDK_VERSION = '3.1.8'; + public const SDK_VERSION = '4.0.0'; private GuzzleClient $client;