From e5298594088af8c7fc54f6b7058fdc978090ff5e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:44:09 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/check_transfer.py | 6 ++---- src/increase/types/check_transfer_list_params.py | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.stats.yml b/.stats.yml index 7ba77f512..e94fde2d8 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-8c1e7b6c76b828e1835e628850b33c7468a0db61db1df8e5b781868445ecf25c.yml -openapi_spec_hash: eff2b69771bdda576c42980ca05fdc79 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6b193549e9c795e807b299e7161628dc1e504d43d6be27113b1f3a1e491914f.yml +openapi_spec_hash: 9d0ff6cc1ec60a6772598cff20f8db1d config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/src/increase/types/check_transfer.py b/src/increase/types/check_transfer.py index 3b37bbc90..343f316ca 100644 --- a/src/increase/types/check_transfer.py +++ b/src/increase/types/check_transfer.py @@ -457,10 +457,9 @@ class CheckTransfer(BaseModel): status: Literal[ "pending_approval", "canceled", - "pending_reviewing", + "pending_submission", "requires_attention", "rejected", - "pending_submission", "pending_mailing", "mailed", "deposited", @@ -471,11 +470,10 @@ class CheckTransfer(BaseModel): - `pending_approval` - The transfer is awaiting approval. - `canceled` - The transfer has been canceled. - - `pending_reviewing` - The transfer is pending review. + - `pending_submission` - The transfer is pending submission. - `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 adb23d5ca..2f8ccf2c3 100644 --- a/src/increase/types/check_transfer_list_params.py +++ b/src/increase/types/check_transfer_list_params.py @@ -70,10 +70,9 @@ class CreatedAt(TypedDict, total=False): Literal[ "pending_approval", "canceled", - "pending_reviewing", + "pending_submission", "requires_attention", "rejected", - "pending_submission", "pending_mailing", "mailed", "deposited", From 1c827e9cb8a0d9083e75ddf30f0e743bf175ef08 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:44:32 +0000 Subject: [PATCH 2/2] release: 0.391.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 78f60e7ca..8b43e3288 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.390.1" + ".": "0.391.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a8a6bfb..5067c7166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.391.0 (2025-11-10) + +Full Changelog: [v0.390.1...v0.391.0](https://github.com/Increase/increase-python/compare/v0.390.1...v0.391.0) + +### Features + +* **api:** api update ([e529859](https://github.com/Increase/increase-python/commit/e5298594088af8c7fc54f6b7058fdc978090ff5e)) + ## 0.390.1 (2025-11-10) Full Changelog: [v0.390.0...v0.390.1](https://github.com/Increase/increase-python/compare/v0.390.0...v0.390.1) diff --git a/pyproject.toml b/pyproject.toml index 257e7105c..8dcedda54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.390.1" +version = "0.391.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 2bc30c686..6ecf86fb3 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.390.1" # x-release-please-version +__version__ = "0.391.0" # x-release-please-version