From d9f48c227f107e0b979a3f5dee3f5f0f76f5f3c8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:46:13 +0000 Subject: [PATCH 1/2] feat(api): api update (#932) --- .stats.yml | 2 +- src/increase/types/check_transfer.py | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index e802ef6c1..a67f299cb 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 201 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fb44f7a35402f0dc2a091841c1ee5c0d0b1c0dc21bbd49f9fe7a07cfaca8dfca.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-acd347798fc268a8063bde83e83ff69541a1feb789e40bc54b3798937a7492ca.yml diff --git a/src/increase/types/check_transfer.py b/src/increase/types/check_transfer.py index 02426c1c0..b19e7ce82 100644 --- a/src/increase/types/check_transfer.py +++ b/src/increase/types/check_transfer.py @@ -182,6 +182,13 @@ class PhysicalCheck(BaseModel): return_address: Optional[PhysicalCheckReturnAddress] = None """The return address to be printed on the check.""" + shipping_method: Optional[Literal["usps_first_class", "fedex_overnight"]] = None + """The shipping method for the check. + + - `usps_first_class` - USPS First Class + - `fedex_overnight` - FedEx Overnight + """ + signature_text: Optional[str] = None """The text that will appear as the signature on the check in cursive font. From cf02508355a9b85ebae5b07dfb7f3343baa99189 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:46:39 +0000 Subject: [PATCH 2/2] release: 0.182.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 b9a194e0f..c69dcd041 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.181.0" + ".": "0.182.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35643dd3c..3e36781fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.182.0 (2025-01-30) + +Full Changelog: [v0.181.0...v0.182.0](https://github.com/Increase/increase-python/compare/v0.181.0...v0.182.0) + +### Features + +* **api:** api update ([#932](https://github.com/Increase/increase-python/issues/932)) ([d9f48c2](https://github.com/Increase/increase-python/commit/d9f48c227f107e0b979a3f5dee3f5f0f76f5f3c8)) + ## 0.181.0 (2025-01-30) Full Changelog: [v0.180.0...v0.181.0](https://github.com/Increase/increase-python/compare/v0.180.0...v0.181.0) diff --git a/pyproject.toml b/pyproject.toml index fdb7d36b8..e47cef405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.181.0" +version = "0.182.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 e82680e29..36210efa7 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.181.0" # x-release-please-version +__version__ = "0.182.0" # x-release-please-version