From 48d7b561a3490f23b7cbaed1eb9978446ed4f0b8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:31:20 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- src/increase/resources/real_time_payments_transfers.py | 8 -------- .../types/real_time_payments_transfer_create_params.py | 4 ---- tests/api_resources/test_real_time_payments_transfers.py | 4 ---- 4 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.stats.yml b/.stats.yml index c8c73881..8967e15a 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b95cd103dded0963ab1ae960b10846a8640c538d12beefb085cfcccd40e4e374.yml -openapi_spec_hash: 4cea779180b9bcdc631ae2cbc3aa9c4c +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-297d19c04d7384ffc16c672182c0439c3880fc912fbabf20a378d38182cc7420.yml +openapi_spec_hash: 02126c1ab3c22027a0f0aa1ce12cf7f6 config_hash: 0997ade8b52ec04e82d5b0c3b61bb51e diff --git a/src/increase/resources/real_time_payments_transfers.py b/src/increase/resources/real_time_payments_transfers.py index af7ac710..e0032105 100644 --- a/src/increase/resources/real_time_payments_transfers.py +++ b/src/increase/resources/real_time_payments_transfers.py @@ -51,8 +51,6 @@ def create( unstructured_remittance_information: str, account_number: str | Omit = omit, debtor_name: str | Omit = omit, - destination_account_number: str | Omit = omit, - destination_routing_number: str | Omit = omit, external_account_id: str | Omit = omit, require_approval: bool | Omit = omit, routing_number: str | Omit = omit, @@ -118,8 +116,6 @@ def create( "unstructured_remittance_information": unstructured_remittance_information, "account_number": account_number, "debtor_name": debtor_name, - "destination_account_number": destination_account_number, - "destination_routing_number": destination_routing_number, "external_account_id": external_account_id, "require_approval": require_approval, "routing_number": routing_number, @@ -370,8 +366,6 @@ async def create( unstructured_remittance_information: str, account_number: str | Omit = omit, debtor_name: str | Omit = omit, - destination_account_number: str | Omit = omit, - destination_routing_number: str | Omit = omit, external_account_id: str | Omit = omit, require_approval: bool | Omit = omit, routing_number: str | Omit = omit, @@ -437,8 +431,6 @@ async def create( "unstructured_remittance_information": unstructured_remittance_information, "account_number": account_number, "debtor_name": debtor_name, - "destination_account_number": destination_account_number, - "destination_routing_number": destination_routing_number, "external_account_id": external_account_id, "require_approval": require_approval, "routing_number": routing_number, diff --git a/src/increase/types/real_time_payments_transfer_create_params.py b/src/increase/types/real_time_payments_transfer_create_params.py index 39198fd8..ebf27400 100644 --- a/src/increase/types/real_time_payments_transfer_create_params.py +++ b/src/increase/types/real_time_payments_transfer_create_params.py @@ -32,10 +32,6 @@ class RealTimePaymentsTransferCreateParams(TypedDict, total=False): If not provided, defaults to the name of the account's entity. """ - destination_account_number: str - - destination_routing_number: str - external_account_id: str """The ID of an External Account to initiate a transfer to. diff --git a/tests/api_resources/test_real_time_payments_transfers.py b/tests/api_resources/test_real_time_payments_transfers.py index a0e5ad8f..3996d9bc 100644 --- a/tests/api_resources/test_real_time_payments_transfers.py +++ b/tests/api_resources/test_real_time_payments_transfers.py @@ -40,8 +40,6 @@ def test_method_create_with_all_params(self, client: Increase) -> None: unstructured_remittance_information="Invoice 29582", account_number="987654321", debtor_name="x", - destination_account_number="x", - destination_routing_number="xxxxxxxxx", external_account_id="external_account_id", require_approval=True, routing_number="101050001", @@ -268,8 +266,6 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) unstructured_remittance_information="Invoice 29582", account_number="987654321", debtor_name="x", - destination_account_number="x", - destination_routing_number="xxxxxxxxx", external_account_id="external_account_id", require_approval=True, routing_number="101050001", From 8c4319adcb129e801f6614f0910c1d1826b7817e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:31:47 +0000 Subject: [PATCH 2/2] release: 0.456.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 efc1a443..a45036ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.455.0" + ".": "0.456.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 71563e4f..33c6276f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.456.0 (2026-03-24) + +Full Changelog: [v0.455.0...v0.456.0](https://github.com/Increase/increase-python/compare/v0.455.0...v0.456.0) + +### Features + +* **api:** api update ([48d7b56](https://github.com/Increase/increase-python/commit/48d7b561a3490f23b7cbaed1eb9978446ed4f0b8)) + ## 0.455.0 (2026-03-24) Full Changelog: [v0.454.0...v0.455.0](https://github.com/Increase/increase-python/compare/v0.454.0...v0.455.0) diff --git a/pyproject.toml b/pyproject.toml index 2d81dad5..b4c60616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.455.0" +version = "0.456.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 e3604e44..c041d1cc 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.455.0" # x-release-please-version +__version__ = "0.456.0" # x-release-please-version