From 1447037a6cfd75d0822e1387164f66fbd56d3bf4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:21:58 +0000 Subject: [PATCH 1/4] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 6f4195b..7b45f5b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-63d432438e53e7ef1697b512a4f93fbc62faaceba725ccd8d56036206517deec.yml -openapi_spec_hash: 7de476081771994688a1c04508a3ebea +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ec66c42c6badee269e15e5f4b9e9881b2ab484d31b4426d5364390794bf72b14.yml +openapi_spec_hash: d8651196e5ffce19bee74f276d900d64 config_hash: 4945e03affdf289484733306e4797f81 From f51dd04238677a192ea670381cd0e7d58a347020 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:32:42 +0000 Subject: [PATCH 2/4] chore(tests): bump steady to v0.20.1 --- scripts/mock | 6 +++--- scripts/test | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/mock b/scripts/mock index f99ce05..01313f2 100755 --- a/scripts/mock +++ b/scripts/mock @@ -22,9 +22,9 @@ echo "==> Starting mock server with URL ${URL}" # Run steady mock on the given spec if [ "$1" == "--daemon" ]; then # Pre-install the package so the download doesn't eat into the startup timeout - npm exec --package=@stdy/cli@0.19.7 -- steady --version + npm exec --package=@stdy/cli@0.20.1 -- steady --version - npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log & + npm exec --package=@stdy/cli@0.20.1 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" &> .stdy.log & # Wait for server to come online via health endpoint (max 30s) echo -n "Waiting for server" @@ -48,5 +48,5 @@ if [ "$1" == "--daemon" ]; then echo else - npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" + npm exec --package=@stdy/cli@0.20.1 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots "$URL" fi diff --git a/scripts/test b/scripts/test index 443420c..b597546 100755 --- a/scripts/test +++ b/scripts/test @@ -43,7 +43,7 @@ elif ! steady_is_running ; then echo -e "To run the server, pass in the path or url of your OpenAPI" echo -e "spec to the steady command:" echo - echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.19.7 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}" + echo -e " \$ ${YELLOW}npm exec --package=@stdy/cli@0.20.1 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=comma --validator-form-array-format=comma --validator-query-object-format=dots --validator-form-object-format=dots${NC}" echo exit 1 From 837229e3738ce1d6bc0c7bf75598230ccedeeafd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:27:24 +0000 Subject: [PATCH 3/4] feat(api): api update --- .stats.yml | 4 ++-- .../DeclinedTransaction/Source/ACHDecline/Reason.php | 4 ++-- src/InboundACHTransfers/InboundACHTransfer/Decline/Reason.php | 4 ++-- .../InboundACHTransferDeclineParams/Reason.php | 2 -- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7b45f5b..6f1916c 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-ec66c42c6badee269e15e5f4b9e9881b2ab484d31b4426d5364390794bf72b14.yml -openapi_spec_hash: d8651196e5ffce19bee74f276d900d64 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-83b14e7fc19ffc252017eb4d438bfefde36b3a92a235ed669838d2fadcfdf4e8.yml +openapi_spec_hash: 581503d1dea135d37c180f632120c0b5 config_hash: 4945e03affdf289484733306e4797f81 diff --git a/src/DeclinedTransactions/DeclinedTransaction/Source/ACHDecline/Reason.php b/src/DeclinedTransactions/DeclinedTransaction/Source/ACHDecline/Reason.php index 51e5c9e..5a2ca1a 100644 --- a/src/DeclinedTransactions/DeclinedTransaction/Source/ACHDecline/Reason.php +++ b/src/DeclinedTransactions/DeclinedTransaction/Source/ACHDecline/Reason.php @@ -21,12 +21,12 @@ enum Reason: string case TRANSACTION_NOT_ALLOWED = 'transaction_not_allowed'; + case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request'; + case USER_INITIATED = 'user_initiated'; case INSUFFICIENT_FUNDS = 'insufficient_funds'; - case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request'; - case AUTHORIZATION_REVOKED_BY_CUSTOMER = 'authorization_revoked_by_customer'; case PAYMENT_STOPPED = 'payment_stopped'; diff --git a/src/InboundACHTransfers/InboundACHTransfer/Decline/Reason.php b/src/InboundACHTransfers/InboundACHTransfer/Decline/Reason.php index 5b73560..cf2b4f2 100644 --- a/src/InboundACHTransfers/InboundACHTransfer/Decline/Reason.php +++ b/src/InboundACHTransfers/InboundACHTransfer/Decline/Reason.php @@ -21,12 +21,12 @@ enum Reason: string case TRANSACTION_NOT_ALLOWED = 'transaction_not_allowed'; + case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request'; + case USER_INITIATED = 'user_initiated'; case INSUFFICIENT_FUNDS = 'insufficient_funds'; - case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request'; - case AUTHORIZATION_REVOKED_BY_CUSTOMER = 'authorization_revoked_by_customer'; case PAYMENT_STOPPED = 'payment_stopped'; diff --git a/src/InboundACHTransfers/InboundACHTransferDeclineParams/Reason.php b/src/InboundACHTransfers/InboundACHTransferDeclineParams/Reason.php index bbc2bcd..0ff0215 100644 --- a/src/InboundACHTransfers/InboundACHTransferDeclineParams/Reason.php +++ b/src/InboundACHTransfers/InboundACHTransferDeclineParams/Reason.php @@ -11,8 +11,6 @@ enum Reason: string { case INSUFFICIENT_FUNDS = 'insufficient_funds'; - case RETURNED_PER_ODFI_REQUEST = 'returned_per_odfi_request'; - case AUTHORIZATION_REVOKED_BY_CUSTOMER = 'authorization_revoked_by_customer'; case PAYMENT_STOPPED = 'payment_stopped'; From c365859a5a70581e2e368aa462be5fb7b71bf80c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:27:52 +0000 Subject: [PATCH 4/4] release: 0.93.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- src/Version.php | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0114ce3..c486f6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.92.0" + ".": "0.93.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f961e..e5977c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.93.0 (2026-03-31) + +Full Changelog: [v0.92.0...v0.93.0](https://github.com/Increase/increase-php/compare/v0.92.0...v0.93.0) + +### Features + +* **api:** api update ([837229e](https://github.com/Increase/increase-php/commit/837229e3738ce1d6bc0c7bf75598230ccedeeafd)) + + +### Chores + +* **tests:** bump steady to v0.20.1 ([f51dd04](https://github.com/Increase/increase-php/commit/f51dd04238677a192ea670381cd0e7d58a347020)) + ## 0.92.0 (2026-03-30) Full Changelog: [v0.91.0...v0.92.0](https://github.com/Increase/increase-php/compare/v0.91.0...v0.92.0) diff --git a/README.md b/README.md index 8c0acbd..5980131 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ``` -composer require "increase/increase 0.92.0" +composer require "increase/increase 0.93.0" ``` diff --git a/src/Version.php b/src/Version.php index b74401d..26d8d87 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.92.0'; +const VERSION = '0.93.0'; // x-release-please-end