From ae2249e81b964716599e8aa8a993ca5048c8a94d Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:21:52 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/types/check_transfer_create_params.py | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index 75b8da62..ea9c085b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/increase/types/check_transfer_create_params.py b/src/increase/types/check_transfer_create_params.py index 3d391b4c..009a5ee4 100644 --- a/src/increase/types/check_transfer_create_params.py +++ b/src/increase/types/check_transfer_create_params.py @@ -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. """ From fa7b5fb09d8756204aba732a996253f788923d71 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:22:13 +0000 Subject: [PATCH 2/2] release: 0.399.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 f7ef15b5..a13afdac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.398.0" + ".": "0.399.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c8801e7e..c85c3f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 691fcde5..c031900f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/increase/_version.py b/src/increase/_version.py index 37c8e725..f2b74cd4 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.398.0" # x-release-please-version +__version__ = "0.399.0" # x-release-please-version