From c3e25dc8965832bbfe03a18b7d1959514e1ef715 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:58:27 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/inbound_mail_item.py | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index ac4f56fb9..cb2575744 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-39280e79454a4e6c0e7161b5d92520a3edfc335cce9b198565e57c94daa31b04.yml -openapi_spec_hash: f992030218a4415fcec934bf482cb7ae +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-c2b4fec66de664ded8acd9cbdd69566f17ca1d519136989a15bb67dcf039e793.yml +openapi_spec_hash: 4673ce2f217cc5598a122ad2d9404080 config_hash: eb2035151c7b49c2f12caf55469b8f9a diff --git a/src/increase/types/inbound_mail_item.py b/src/increase/types/inbound_mail_item.py index 5386061b7..fadbbc42b 100644 --- a/src/increase/types/inbound_mail_item.py +++ b/src/increase/types/inbound_mail_item.py @@ -18,6 +18,9 @@ class Check(BaseModel): back_file_id: Optional[str] = None """The identifier for the File containing the back of the check.""" + check_deposit_id: Optional[str] = None + """The identifier of the Check Deposit if this check was deposited.""" + front_file_id: Optional[str] = None """The identifier for the File containing the front of the check.""" From 0d46dbf68156e8cd3407c66455cba9e0951206a5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:58:48 +0000 Subject: [PATCH 2/2] release: 0.384.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 7fdabc0be..5ece733ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.383.0" + ".": "0.384.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b363b5300..310b23e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.384.0 (2025-11-06) + +Full Changelog: [v0.383.0...v0.384.0](https://github.com/Increase/increase-python/compare/v0.383.0...v0.384.0) + +### Features + +* **api:** api update ([c3e25dc](https://github.com/Increase/increase-python/commit/c3e25dc8965832bbfe03a18b7d1959514e1ef715)) + ## 0.383.0 (2025-11-06) Full Changelog: [v0.382.0...v0.383.0](https://github.com/Increase/increase-python/compare/v0.382.0...v0.383.0) diff --git a/pyproject.toml b/pyproject.toml index 1b0b57972..0efa94886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.383.0" +version = "0.384.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 f1ed19a16..66363d01b 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.383.0" # x-release-please-version +__version__ = "0.384.0" # x-release-please-version