From d077a02241ef10650d56cd30e9067b53403f1766 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:22:59 +0000 Subject: [PATCH 1/2] feat(api): api update (#1061) --- .stats.yml | 4 ++-- src/increase/types/check_transfer.py | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index b5601607b..d0cc572f2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 199 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cc8e6b6ae3f31bfee6a3b1ed5d48604196757c1a78fec7054dc453c44ab8aa86.yml -openapi_spec_hash: 720e772da4156f4325664fb8b8df1d81 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-980332df3fb6b765fea4323999ffdf03b0617292e11fb251d4c1cb7bfd669527.yml +openapi_spec_hash: a5853d13470a12038e0a6c5cb069d611 config_hash: 20a463ecd33bd32b7b9bc6f4990907ac diff --git a/src/increase/types/check_transfer.py b/src/increase/types/check_transfer.py index b19e7ce82..63a99126c 100644 --- a/src/increase/types/check_transfer.py +++ b/src/increase/types/check_transfer.py @@ -230,7 +230,10 @@ class Submission(BaseModel): class ThirdParty(BaseModel): check_number: Optional[str] = None - """The check number that will be printed on the check.""" + """The check number that you will print on the check.""" + + recipient_name: Optional[str] = None + """The name that you will print on the check.""" class CheckTransfer(BaseModel): From 2a9a6029f6d15b5bc14ae50f89b092e7b3646c96 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:23:31 +0000 Subject: [PATCH 2/2] release: 0.215.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 e459c8057..948485aec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.214.0" + ".": "0.215.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 97157678a..c7f0fc977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.215.0 (2025-03-31) + +Full Changelog: [v0.214.0...v0.215.0](https://github.com/Increase/increase-python/compare/v0.214.0...v0.215.0) + +### Features + +* **api:** api update ([#1061](https://github.com/Increase/increase-python/issues/1061)) ([d077a02](https://github.com/Increase/increase-python/commit/d077a02241ef10650d56cd30e9067b53403f1766)) + ## 0.214.0 (2025-03-28) Full Changelog: [v0.213.0...v0.214.0](https://github.com/Increase/increase-python/compare/v0.213.0...v0.214.0) diff --git a/pyproject.toml b/pyproject.toml index 2ed2e9e3c..a9550f29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.214.0" +version = "0.215.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 bab479ba3..61e76c2ea 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.214.0" # x-release-please-version +__version__ = "0.215.0" # x-release-please-version