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.390.1"
".": "0.391.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-8c1e7b6c76b828e1835e628850b33c7468a0db61db1df8e5b781868445ecf25c.yml
openapi_spec_hash: eff2b69771bdda576c42980ca05fdc79
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6b193549e9c795e807b299e7161628dc1e504d43d6be27113b1f3a1e491914f.yml
openapi_spec_hash: 9d0ff6cc1ec60a6772598cff20f8db1d
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.391.0 (2025-11-10)

Full Changelog: [v0.390.1...v0.391.0](https://github.com/Increase/increase-python/compare/v0.390.1...v0.391.0)

### Features

* **api:** api update ([e529859](https://github.com/Increase/increase-python/commit/e5298594088af8c7fc54f6b7058fdc978090ff5e))

## 0.390.1 (2025-11-10)

Full Changelog: [v0.390.0...v0.390.1](https://github.com/Increase/increase-python/compare/v0.390.0...v0.390.1)
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.390.1"
version = "0.391.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.390.1" # x-release-please-version
__version__ = "0.391.0" # x-release-please-version
6 changes: 2 additions & 4 deletions src/increase/types/check_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,9 @@ class CheckTransfer(BaseModel):
status: Literal[
"pending_approval",
"canceled",
"pending_reviewing",
"pending_submission",
"requires_attention",
"rejected",
"pending_submission",
"pending_mailing",
"mailed",
"deposited",
Expand All @@ -471,11 +470,10 @@ class CheckTransfer(BaseModel):

- `pending_approval` - The transfer is awaiting approval.
- `canceled` - The transfer has been canceled.
- `pending_reviewing` - The transfer is pending review.
- `pending_submission` - The transfer is pending submission.
- `requires_attention` - The transfer requires attention from an Increase
operator.
- `rejected` - The transfer has been rejected.
- `pending_submission` - The transfer is pending submission.
- `pending_mailing` - The check is queued for mailing.
- `mailed` - The check has been mailed.
- `deposited` - The check has been deposited.
Expand Down
3 changes: 1 addition & 2 deletions src/increase/types/check_transfer_list_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@ class CreatedAt(TypedDict, total=False):
Literal[
"pending_approval",
"canceled",
"pending_reviewing",
"pending_submission",
"requires_attention",
"rejected",
"pending_submission",
"pending_mailing",
"mailed",
"deposited",
Expand Down