diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b2fb223c6..d0c8cad18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.304.0" + ".": "0.305.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index c5bae0923..a9bb289dd 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 216 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1c5db818b8692ac57a83f3785c2f0a1d1ea95b9ed35fd4632619947448c22526.yml -openapi_spec_hash: 0b2954fbe726a422219f22f5cddda6d6 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-6db60f3531381822fadaf766a9191d837e5f512c5dee67d09e4a42b4d307b9c6.yml +openapi_spec_hash: 236e86b03890539f5f36e6e458fc01c4 config_hash: 632b628b59d8f0b717153b3d8133f6cb diff --git a/CHANGELOG.md b/CHANGELOG.md index a5595ed0c..758334204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.305.0 (2025-08-28) + +Full Changelog: [v0.304.0...v0.305.0](https://github.com/Increase/increase-python/compare/v0.304.0...v0.305.0) + +### Features + +* **api:** api update ([d3ad31e](https://github.com/Increase/increase-python/commit/d3ad31e1219b2ec746b22a423353a8eaec0fb6a0)) + ## 0.304.0 (2025-08-27) Full Changelog: [v0.303.0...v0.304.0](https://github.com/Increase/increase-python/compare/v0.303.0...v0.304.0) diff --git a/pyproject.toml b/pyproject.toml index 03e2a99f9..6d274ad3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.304.0" +version = "0.305.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 70b741f31..ce47872a8 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.304.0" # x-release-please-version +__version__ = "0.305.0" # x-release-please-version diff --git a/src/increase/types/declined_transaction.py b/src/increase/types/declined_transaction.py index 73fa89d16..d95e08302 100644 --- a/src/increase/types/declined_transaction.py +++ b/src/increase/types/declined_transaction.py @@ -776,6 +776,7 @@ class SourceCheckDecline(BaseModel): "no_account_number_found", "refer_to_image", "unable_to_process", + "unusable_image", "user_initiated", ] """Why the check was declined. @@ -800,6 +801,7 @@ class SourceCheckDecline(BaseModel): - `refer_to_image` - The check is not readable. Please refer to the image. - `unable_to_process` - The check cannot be processed. This is rare: please contact support. + - `unusable_image` - The check image is unusable. - `user_initiated` - Your integration declined this check via the API. """