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.398.0"
".": "0.399.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cea252dc0453b92916edc9d8fc79e120d049068b86fb4a554e91709483a5f97f.yml
openapi_spec_hash: 7d34811e865a82a1ce2117d75a04d3ac
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cfdb6b2516039e7537ec6edb67df5581e3f08396a9f92579dd42c565015583e6.yml
openapi_spec_hash: c41230e467198f4240e80c77ef8c5c7c
config_hash: ca1425272e17fa23d4466d33492334fa
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.399.0 (2025-11-21)

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

### Features

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

## 0.398.0 (2025-11-21)

Full Changelog: [v0.397.0...v0.398.0](https://github.com/Increase/increase-python/compare/v0.397.0...v0.398.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.398.0"
version = "0.399.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.398.0" # x-release-please-version
__version__ = "0.399.0" # x-release-please-version
5 changes: 3 additions & 2 deletions src/increase/types/check_transfer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ class PhysicalCheckMailingAddress(TypedDict, total=False):
phone: str
"""The phone number to associate with the check's destination address.

Will be supplied to FedEx as the contact phone number for the recipient to be
used in case of delivery issues.
Only used if shipping method is `fedex_overnight`. Will be supplied to FedEx as
the contact phone number for the recipient to be used in case of delivery
issues.
"""


Expand Down