Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.491.0"
".": "0.492.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -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
8 changes: 2 additions & 6 deletions src/increase/types/inbound_mail_item_action_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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."""