From 8092eefd29e8b88f35e0aedebe62b642c2b059eb Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:57:28 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/inbound_mail_item.py | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index f961ed3c7..4b31e9820 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-029ea9e6c4067d483991aa9c3f62773ffaf56ac0b765749983afc182074e834d.yml -openapi_spec_hash: 4b3f58b1324441e24b4c2b4dfa391d74 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0cbadaf8bea9237be21194a1039047af135bbcec657db6fc9d6b6697a17c2e37.yml +openapi_spec_hash: dbffc2b4874015f957526d1086861435 config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/src/increase/types/inbound_mail_item.py b/src/increase/types/inbound_mail_item.py index fadbbc42b..eb281f025 100644 --- a/src/increase/types/inbound_mail_item.py +++ b/src/increase/types/inbound_mail_item.py @@ -24,6 +24,14 @@ class Check(BaseModel): front_file_id: Optional[str] = None """The identifier for the File containing the front of the check.""" + status: Optional[Literal["pending", "deposited", "ignored"]] = None + """The status of the Inbound Mail Item Check. + + - `pending` - The check is pending processing. + - `deposited` - The check has been deposited. + - `ignored` - The check has been ignored. + """ + class InboundMailItem(BaseModel): id: str From 70489331265385b95a806362f3a0507ac9163bcc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 15:57:50 +0000 Subject: [PATCH 2/2] release: 0.387.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 78058d763..727bf2d62 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.386.0" + ".": "0.387.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a607094b..a6f64f2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.387.0 (2025-11-07) + +Full Changelog: [v0.386.0...v0.387.0](https://github.com/Increase/increase-python/compare/v0.386.0...v0.387.0) + +### Features + +* **api:** api update ([8092eef](https://github.com/Increase/increase-python/commit/8092eefd29e8b88f35e0aedebe62b642c2b059eb)) + ## 0.386.0 (2025-11-07) Full Changelog: [v0.385.0...v0.386.0](https://github.com/Increase/increase-python/compare/v0.385.0...v0.386.0) diff --git a/pyproject.toml b/pyproject.toml index 7ce395f4a..80e32a80c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.386.0" +version = "0.387.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 ef328b9c2..9f69b138b 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.386.0" # x-release-please-version +__version__ = "0.387.0" # x-release-please-version