From 930a0a32522face3d53a7dfe29aa56a44ab1a964 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:01:08 +0000 Subject: [PATCH 1/2] feat(api): api update (#1044) --- .stats.yml | 2 +- .../resources/proof_of_authorization_request_submissions.py | 4 ++-- ...proof_of_authorization_request_submission_create_params.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.stats.yml b/.stats.yml index a84aabbd9..92685b7c7 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 199 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-9d92797be06309903a9181e5f4f3c026a669fd40520da94b21f09eda84dfb65d.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a47b11a0e607e967e5084b9ca0602eca8b9d8fcae288dd554172894b4ae4bc5.yml diff --git a/src/increase/resources/proof_of_authorization_request_submissions.py b/src/increase/resources/proof_of_authorization_request_submissions.py index b77a8d993..1b682a5df 100644 --- a/src/increase/resources/proof_of_authorization_request_submissions.py +++ b/src/increase/resources/proof_of_authorization_request_submissions.py @@ -96,7 +96,7 @@ def create( validated_account_ownership_with_microdeposit: Whether the account ownership was validated with a microdeposit. - additional_evidence_file_id: The File containing the check's front image. + additional_evidence_file_id: File containing additional evidence. authorizer_company: Company of the authorizer. @@ -303,7 +303,7 @@ async def create( validated_account_ownership_with_microdeposit: Whether the account ownership was validated with a microdeposit. - additional_evidence_file_id: The File containing the check's front image. + additional_evidence_file_id: File containing additional evidence. authorizer_company: Company of the authorizer. diff --git a/src/increase/types/proof_of_authorization_request_submission_create_params.py b/src/increase/types/proof_of_authorization_request_submission_create_params.py index 16b22b0c3..bead2c04c 100644 --- a/src/increase/types/proof_of_authorization_request_submission_create_params.py +++ b/src/increase/types/proof_of_authorization_request_submission_create_params.py @@ -40,7 +40,7 @@ class ProofOfAuthorizationRequestSubmissionCreateParams(TypedDict, total=False): """Whether the account ownership was validated with a microdeposit.""" additional_evidence_file_id: str - """The File containing the check's front image.""" + """File containing additional evidence.""" authorizer_company: str """Company of the authorizer.""" From a2ec1824d0c7fc8e6a267aa300ce6fb5a0d279c1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:01:36 +0000 Subject: [PATCH 2/2] release: 0.210.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 bf4eb838d..95701982e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.209.2" + ".": "0.210.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fcc10eb..95a7695bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.210.0 (2025-03-18) + +Full Changelog: [v0.209.2...v0.210.0](https://github.com/Increase/increase-python/compare/v0.209.2...v0.210.0) + +### Features + +* **api:** api update ([#1044](https://github.com/Increase/increase-python/issues/1044)) ([930a0a3](https://github.com/Increase/increase-python/commit/930a0a32522face3d53a7dfe29aa56a44ab1a964)) + ## 0.209.2 (2025-03-17) Full Changelog: [v0.209.1...v0.209.2](https://github.com/Increase/increase-python/compare/v0.209.1...v0.209.2) diff --git a/pyproject.toml b/pyproject.toml index 62e61236f..7a28a44a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.209.2" +version = "0.210.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 77503f6c4..897688c5a 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.209.2" # x-release-please-version +__version__ = "0.210.0" # x-release-please-version