diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f655add5c..f7582d696 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.388.0" + ".": "0.389.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index ccc315b6f..7a7a9db64 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 228 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-519aac324dc804424cc26e20603010104b9ada1dd7cf2fc3fe18f12ae8feabdf.yml -openapi_spec_hash: c1d8289e3421c14340d395e621c190eb +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-20e1561a0d8d3d75c643376822d6e039bcc63f27fd1feff20b8b1e6aced1decd.yml +openapi_spec_hash: 225581a20e328afe5ebba8ee801e002b config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/CHANGELOG.md b/CHANGELOG.md index da5da0a96..8c8ca4211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.389.0 (2025-11-07) + +Full Changelog: [v0.388.0...v0.389.0](https://github.com/Increase/increase-python/compare/v0.388.0...v0.389.0) + +### Features + +* **api:** api update ([8f73145](https://github.com/Increase/increase-python/commit/8f73145dcba88323315d5eb7e7888af2d3a53368)) + ## 0.388.0 (2025-11-07) Full Changelog: [v0.387.0...v0.388.0](https://github.com/Increase/increase-python/compare/v0.387.0...v0.388.0) diff --git a/pyproject.toml b/pyproject.toml index 0b47315cb..fcc5adbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.388.0" +version = "0.389.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 c68c5d4d4..ed5ac8c19 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.388.0" # x-release-please-version +__version__ = "0.389.0" # x-release-please-version diff --git a/src/increase/types/check_transfer.py b/src/increase/types/check_transfer.py index a0591e0fa..d79e40600 100644 --- a/src/increase/types/check_transfer.py +++ b/src/increase/types/check_transfer.py @@ -453,9 +453,10 @@ class CheckTransfer(BaseModel): status: Literal[ "pending_approval", "canceled", - "pending_submission", + "pending_reviewing", "requires_attention", "rejected", + "pending_submission", "pending_mailing", "mailed", "deposited", @@ -466,10 +467,11 @@ class CheckTransfer(BaseModel): - `pending_approval` - The transfer is awaiting approval. - `canceled` - The transfer has been canceled. - - `pending_submission` - The transfer is pending submission. + - `pending_reviewing` - The transfer is pending review. - `requires_attention` - The transfer requires attention from an Increase operator. - `rejected` - The transfer has been rejected. + - `pending_submission` - The transfer is pending submission. - `pending_mailing` - The check is queued for mailing. - `mailed` - The check has been mailed. - `deposited` - The check has been deposited. diff --git a/src/increase/types/check_transfer_list_params.py b/src/increase/types/check_transfer_list_params.py index 2f8ccf2c3..adb23d5ca 100644 --- a/src/increase/types/check_transfer_list_params.py +++ b/src/increase/types/check_transfer_list_params.py @@ -70,9 +70,10 @@ class CreatedAt(TypedDict, total=False): Literal[ "pending_approval", "canceled", - "pending_submission", + "pending_reviewing", "requires_attention", "rejected", + "pending_submission", "pending_mailing", "mailed", "deposited",