From c7154f5d5cf91f8221e01f0875745f4e4298d9e0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:29:25 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/inbound_mail_item_action_params.py | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.stats.yml b/.stats.yml index f8c08c73..04bc1d54 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 241 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1830339869f6d2833a90a8429aa9d7860552eb0124fd6407decfa5dc9ec89bc6.yml -openapi_spec_hash: 055f75fae103d96bce0bc3795d8965b1 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0ade14905d5af7ea62dd4dfa6419ea74e95db9076730c5eb2316288bc3bfe8dc.yml +openapi_spec_hash: 24c41baa76ee48175d432a61d5c2ae8e config_hash: cb5b8736705c06b670f6a25484622d62 diff --git a/src/increase/types/inbound_mail_item_action_params.py b/src/increase/types/inbound_mail_item_action_params.py index 7bf606be..6bf7379e 100644 --- a/src/increase/types/inbound_mail_item_action_params.py +++ b/src/increase/types/inbound_mail_item_action_params.py @@ -13,7 +13,7 @@ class InboundMailItemActionParams(TypedDict, total=False): """The actions to perform on the Inbound Mail Item.""" -class Check(TypedDict, total=False, extra_items=object): # type: ignore[call-arg] +class Check(TypedDict, total=False): action: Required[Literal["deposit", "ignore"]] """The action to perform on the Inbound Mail Item. @@ -22,8 +22,4 @@ class Check(TypedDict, total=False, extra_items=object): # type: ignore[call-ar """ account_id: str - """The identifier of the Account to deposit the check into. - - If not provided, the check will be deposited into the Account associated with - the Lockbox. - """ + """The identifier of the Account to deposit the check into.""" From e25e400428bc1f3d4c0b3ff0d85e564b759ed8b2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:30:11 +0000 Subject: [PATCH 2/2] release: 0.492.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 14600e48..362ffe9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.491.0" + ".": "0.492.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0eb054..b73affcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.492.0 (2026-04-20) + +Full Changelog: [v0.491.0...v0.492.0](https://github.com/Increase/increase-python/compare/v0.491.0...v0.492.0) + +### Features + +* **api:** api update ([c7154f5](https://github.com/Increase/increase-python/commit/c7154f5d5cf91f8221e01f0875745f4e4298d9e0)) + ## 0.491.0 (2026-04-20) Full Changelog: [v0.490.0...v0.491.0](https://github.com/Increase/increase-python/compare/v0.490.0...v0.491.0) diff --git a/pyproject.toml b/pyproject.toml index b6f87579..aef9d34a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.491.0" +version = "0.492.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 f797ac23..d6255eb2 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.491.0" # x-release-please-version +__version__ = "0.492.0" # x-release-please-version