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.383.0"
".": "0.384.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.383.0"
version = "0.384.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.383.0" # x-release-please-version
__version__ = "0.384.0" # x-release-please-version
3 changes: 3 additions & 0 deletions src/increase/types/inbound_mail_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down