From 975c77e957c1c229ab74dabd3fea53910f310621 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:24:45 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/check_transfer.py | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index c0b1861c7..381812862 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-77bf980f154392e3f2070aa38e38d8927ba8cff23d81bb6e5733fdd52a4e67b5.yml -openapi_spec_hash: 18a92821c3e77f158295ca50b4aa33b0 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-569770c31254c7f2a732392f0a960ab529ea93d792991d0ad4b77ddb03cef90b.yml +openapi_spec_hash: ad8426915b3eb92c26351e2d87a6d891 config_hash: f0b80170c2ea09811aeae3f1e94bc422 diff --git a/src/increase/types/check_transfer.py b/src/increase/types/check_transfer.py index 8baa04e9a..d955b0a3d 100644 --- a/src/increase/types/check_transfer.py +++ b/src/increase/types/check_transfer.py @@ -321,8 +321,9 @@ class CheckTransfer(BaseModel): - `full` - The available balance of the account must be at least the amount of the check, and a Pending Transaction will be created for the full amount. - - `none` - No balance check will performed; a zero-dollar Pending Transaction - will be created. + - `none` - No balance check will performed when the check transfer is initiated. + A zero-dollar Pending Transaction will be created. The balance will still be + checked when the Inbound Check Deposit is created. """ cancellation: Optional[Cancellation] = None From 818edd815070fe0c6324f4fe9832e0ea2f720347 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:25:19 +0000 Subject: [PATCH 2/2] release: 0.364.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/increase/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb22e464d..1f7dbf48e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.363.0" + ".": "0.364.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f1d1c02..e0c519054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.364.0 (2025-10-23) + +Full Changelog: [v0.363.0...v0.364.0](https://github.com/Increase/increase-python/compare/v0.363.0...v0.364.0) + +### Features + +* **api:** api update ([975c77e](https://github.com/Increase/increase-python/commit/975c77e957c1c229ab74dabd3fea53910f310621)) + ## 0.363.0 (2025-10-22) Full Changelog: [v0.362.0...v0.363.0](https://github.com/Increase/increase-python/compare/v0.362.0...v0.363.0) diff --git a/pyproject.toml b/pyproject.toml index 7602ea7ef..b024c6735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.363.0" +version = "0.364.0" description = "The official Python library for the increase API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/increase/_version.py b/src/increase/_version.py index 32bd81220..7e9f5de9b 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "increase" -__version__ = "0.363.0" # x-release-please-version +__version__ = "0.364.0" # x-release-please-version