diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07070f383..869c71652 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.295.0" + ".": "0.296.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index fd1dcd264..7e9d89ef1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 215 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-3db2c20491e1218b324938f048e489f800270f608505ac2293f66d1691294f4f.yml -openapi_spec_hash: d821b4d13c8fc8257b34a544515e91f7 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-b6af0e334922042aa3906776c1e9ddf8cd789c43597cf1c1afd1ed331c350586.yml +openapi_spec_hash: c65d4f39d2a971c60c9671444282ebe9 config_hash: 0b0a2503208283b283fc5bc6df6a07a5 diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d87703e..592decc97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.296.0 (2025-08-21) + +Full Changelog: [v0.295.0...v0.296.0](https://github.com/Increase/increase-python/compare/v0.295.0...v0.296.0) + +### Features + +* **api:** api update ([736290e](https://github.com/Increase/increase-python/commit/736290eff856f88addafb15a234fcbb4a50ba9e5)) + ## 0.295.0 (2025-08-20) Full Changelog: [v0.294.0...v0.295.0](https://github.com/Increase/increase-python/compare/v0.294.0...v0.295.0) diff --git a/pyproject.toml b/pyproject.toml index 32aeca342..0a8df0c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.295.0" +version = "0.296.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 2795937ce..b7e456c49 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.295.0" # x-release-please-version +__version__ = "0.296.0" # x-release-please-version diff --git a/src/increase/resources/simulations/inbound_wire_transfers.py b/src/increase/resources/simulations/inbound_wire_transfers.py index 1b17c95b1..6815a6006 100644 --- a/src/increase/resources/simulations/inbound_wire_transfers.py +++ b/src/increase/resources/simulations/inbound_wire_transfers.py @@ -46,21 +46,19 @@ def create( *, account_number_id: str, amount: int, - beneficiary_address_line1: str | NotGiven = NOT_GIVEN, - beneficiary_address_line2: str | NotGiven = NOT_GIVEN, - beneficiary_address_line3: str | NotGiven = NOT_GIVEN, - beneficiary_name: str | NotGiven = NOT_GIVEN, - beneficiary_reference: str | NotGiven = NOT_GIVEN, - originator_address_line1: str | NotGiven = NOT_GIVEN, - originator_address_line2: str | NotGiven = NOT_GIVEN, - originator_address_line3: str | NotGiven = NOT_GIVEN, - originator_name: str | NotGiven = NOT_GIVEN, - originator_routing_number: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line1: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line2: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line3: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line4: str | NotGiven = NOT_GIVEN, - sender_reference: str | NotGiven = NOT_GIVEN, + creditor_address_line1: str | NotGiven = NOT_GIVEN, + creditor_address_line2: str | NotGiven = NOT_GIVEN, + creditor_address_line3: str | NotGiven = NOT_GIVEN, + creditor_name: str | NotGiven = NOT_GIVEN, + debtor_address_line1: str | NotGiven = NOT_GIVEN, + debtor_address_line2: str | NotGiven = NOT_GIVEN, + debtor_address_line3: str | NotGiven = NOT_GIVEN, + debtor_name: str | NotGiven = NOT_GIVEN, + end_to_end_identification: str | NotGiven = NOT_GIVEN, + instructing_agent_routing_number: str | NotGiven = NOT_GIVEN, + instruction_identification: str | NotGiven = NOT_GIVEN, + unique_end_to_end_transaction_reference: str | NotGiven = NOT_GIVEN, + unstructured_remittance_information: str | NotGiven = NOT_GIVEN, wire_drawdown_request_id: str | NotGiven = NOT_GIVEN, # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs. # The extra values given here take precedence over values defined on the client or passed to this method. @@ -78,50 +76,44 @@ def create( amount: The transfer amount in cents. Must be positive. - beneficiary_address_line1: The sending bank will set beneficiary_address_line1 in production. You can - simulate any value here. + creditor_address_line1: The sending bank will set creditor_address_line1 in production. You can simulate + any value here. - beneficiary_address_line2: The sending bank will set beneficiary_address_line2 in production. You can - simulate any value here. + creditor_address_line2: The sending bank will set creditor_address_line2 in production. You can simulate + any value here. - beneficiary_address_line3: The sending bank will set beneficiary_address_line3 in production. You can - simulate any value here. + creditor_address_line3: The sending bank will set creditor_address_line3 in production. You can simulate + any value here. - beneficiary_name: The sending bank will set beneficiary_name in production. You can simulate any + creditor_name: The sending bank will set creditor_name in production. You can simulate any value here. - beneficiary_reference: The sending bank will set beneficiary_reference in production. You can simulate + debtor_address_line1: The sending bank will set debtor_address_line1 in production. You can simulate any value here. - originator_address_line1: The sending bank will set originator_address_line1 in production. You can - simulate any value here. - - originator_address_line2: The sending bank will set originator_address_line2 in production. You can - simulate any value here. + debtor_address_line2: The sending bank will set debtor_address_line2 in production. You can simulate + any value here. - originator_address_line3: The sending bank will set originator_address_line3 in production. You can - simulate any value here. + debtor_address_line3: The sending bank will set debtor_address_line3 in production. You can simulate + any value here. - originator_name: The sending bank will set originator_name in production. You can simulate any - value here. + debtor_name: The sending bank will set debtor_name in production. You can simulate any value + here. - originator_routing_number: The sending bank will set originator_routing_number in production. You can + end_to_end_identification: The sending bank will set end_to_end_identification in production. You can simulate any value here. - originator_to_beneficiary_information_line1: The sending bank will set originator_to_beneficiary_information_line1 in - production. You can simulate any value here. - - originator_to_beneficiary_information_line2: The sending bank will set originator_to_beneficiary_information_line2 in - production. You can simulate any value here. + instructing_agent_routing_number: The sending bank will set instructing_agent_routing_number in production. You + can simulate any value here. - originator_to_beneficiary_information_line3: The sending bank will set originator_to_beneficiary_information_line3 in - production. You can simulate any value here. + instruction_identification: The sending bank will set instruction_identification in production. You can + simulate any value here. - originator_to_beneficiary_information_line4: The sending bank will set originator_to_beneficiary_information_line4 in - production. You can simulate any value here. + unique_end_to_end_transaction_reference: The sending bank will set unique_end_to_end_transaction_reference in production. + You can simulate any value here. - sender_reference: The sending bank will set sender_reference in production. You can simulate any - value here. + unstructured_remittance_information: The sending bank will set unstructured_remittance_information in production. You + can simulate any value here. wire_drawdown_request_id: The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfilling. @@ -142,21 +134,19 @@ def create( { "account_number_id": account_number_id, "amount": amount, - "beneficiary_address_line1": beneficiary_address_line1, - "beneficiary_address_line2": beneficiary_address_line2, - "beneficiary_address_line3": beneficiary_address_line3, - "beneficiary_name": beneficiary_name, - "beneficiary_reference": beneficiary_reference, - "originator_address_line1": originator_address_line1, - "originator_address_line2": originator_address_line2, - "originator_address_line3": originator_address_line3, - "originator_name": originator_name, - "originator_routing_number": originator_routing_number, - "originator_to_beneficiary_information_line1": originator_to_beneficiary_information_line1, - "originator_to_beneficiary_information_line2": originator_to_beneficiary_information_line2, - "originator_to_beneficiary_information_line3": originator_to_beneficiary_information_line3, - "originator_to_beneficiary_information_line4": originator_to_beneficiary_information_line4, - "sender_reference": sender_reference, + "creditor_address_line1": creditor_address_line1, + "creditor_address_line2": creditor_address_line2, + "creditor_address_line3": creditor_address_line3, + "creditor_name": creditor_name, + "debtor_address_line1": debtor_address_line1, + "debtor_address_line2": debtor_address_line2, + "debtor_address_line3": debtor_address_line3, + "debtor_name": debtor_name, + "end_to_end_identification": end_to_end_identification, + "instructing_agent_routing_number": instructing_agent_routing_number, + "instruction_identification": instruction_identification, + "unique_end_to_end_transaction_reference": unique_end_to_end_transaction_reference, + "unstructured_remittance_information": unstructured_remittance_information, "wire_drawdown_request_id": wire_drawdown_request_id, }, inbound_wire_transfer_create_params.InboundWireTransferCreateParams, @@ -197,21 +187,19 @@ async def create( *, account_number_id: str, amount: int, - beneficiary_address_line1: str | NotGiven = NOT_GIVEN, - beneficiary_address_line2: str | NotGiven = NOT_GIVEN, - beneficiary_address_line3: str | NotGiven = NOT_GIVEN, - beneficiary_name: str | NotGiven = NOT_GIVEN, - beneficiary_reference: str | NotGiven = NOT_GIVEN, - originator_address_line1: str | NotGiven = NOT_GIVEN, - originator_address_line2: str | NotGiven = NOT_GIVEN, - originator_address_line3: str | NotGiven = NOT_GIVEN, - originator_name: str | NotGiven = NOT_GIVEN, - originator_routing_number: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line1: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line2: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line3: str | NotGiven = NOT_GIVEN, - originator_to_beneficiary_information_line4: str | NotGiven = NOT_GIVEN, - sender_reference: str | NotGiven = NOT_GIVEN, + creditor_address_line1: str | NotGiven = NOT_GIVEN, + creditor_address_line2: str | NotGiven = NOT_GIVEN, + creditor_address_line3: str | NotGiven = NOT_GIVEN, + creditor_name: str | NotGiven = NOT_GIVEN, + debtor_address_line1: str | NotGiven = NOT_GIVEN, + debtor_address_line2: str | NotGiven = NOT_GIVEN, + debtor_address_line3: str | NotGiven = NOT_GIVEN, + debtor_name: str | NotGiven = NOT_GIVEN, + end_to_end_identification: str | NotGiven = NOT_GIVEN, + instructing_agent_routing_number: str | NotGiven = NOT_GIVEN, + instruction_identification: str | NotGiven = NOT_GIVEN, + unique_end_to_end_transaction_reference: str | NotGiven = NOT_GIVEN, + unstructured_remittance_information: str | NotGiven = NOT_GIVEN, wire_drawdown_request_id: str | NotGiven = NOT_GIVEN, # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs. # The extra values given here take precedence over values defined on the client or passed to this method. @@ -229,50 +217,44 @@ async def create( amount: The transfer amount in cents. Must be positive. - beneficiary_address_line1: The sending bank will set beneficiary_address_line1 in production. You can - simulate any value here. + creditor_address_line1: The sending bank will set creditor_address_line1 in production. You can simulate + any value here. - beneficiary_address_line2: The sending bank will set beneficiary_address_line2 in production. You can - simulate any value here. + creditor_address_line2: The sending bank will set creditor_address_line2 in production. You can simulate + any value here. - beneficiary_address_line3: The sending bank will set beneficiary_address_line3 in production. You can - simulate any value here. + creditor_address_line3: The sending bank will set creditor_address_line3 in production. You can simulate + any value here. - beneficiary_name: The sending bank will set beneficiary_name in production. You can simulate any + creditor_name: The sending bank will set creditor_name in production. You can simulate any value here. - beneficiary_reference: The sending bank will set beneficiary_reference in production. You can simulate + debtor_address_line1: The sending bank will set debtor_address_line1 in production. You can simulate any value here. - originator_address_line1: The sending bank will set originator_address_line1 in production. You can - simulate any value here. - - originator_address_line2: The sending bank will set originator_address_line2 in production. You can - simulate any value here. + debtor_address_line2: The sending bank will set debtor_address_line2 in production. You can simulate + any value here. - originator_address_line3: The sending bank will set originator_address_line3 in production. You can - simulate any value here. + debtor_address_line3: The sending bank will set debtor_address_line3 in production. You can simulate + any value here. - originator_name: The sending bank will set originator_name in production. You can simulate any - value here. + debtor_name: The sending bank will set debtor_name in production. You can simulate any value + here. - originator_routing_number: The sending bank will set originator_routing_number in production. You can + end_to_end_identification: The sending bank will set end_to_end_identification in production. You can simulate any value here. - originator_to_beneficiary_information_line1: The sending bank will set originator_to_beneficiary_information_line1 in - production. You can simulate any value here. - - originator_to_beneficiary_information_line2: The sending bank will set originator_to_beneficiary_information_line2 in - production. You can simulate any value here. + instructing_agent_routing_number: The sending bank will set instructing_agent_routing_number in production. You + can simulate any value here. - originator_to_beneficiary_information_line3: The sending bank will set originator_to_beneficiary_information_line3 in - production. You can simulate any value here. + instruction_identification: The sending bank will set instruction_identification in production. You can + simulate any value here. - originator_to_beneficiary_information_line4: The sending bank will set originator_to_beneficiary_information_line4 in - production. You can simulate any value here. + unique_end_to_end_transaction_reference: The sending bank will set unique_end_to_end_transaction_reference in production. + You can simulate any value here. - sender_reference: The sending bank will set sender_reference in production. You can simulate any - value here. + unstructured_remittance_information: The sending bank will set unstructured_remittance_information in production. You + can simulate any value here. wire_drawdown_request_id: The identifier of a Wire Drawdown Request the inbound Wire Transfer is fulfilling. @@ -293,21 +275,19 @@ async def create( { "account_number_id": account_number_id, "amount": amount, - "beneficiary_address_line1": beneficiary_address_line1, - "beneficiary_address_line2": beneficiary_address_line2, - "beneficiary_address_line3": beneficiary_address_line3, - "beneficiary_name": beneficiary_name, - "beneficiary_reference": beneficiary_reference, - "originator_address_line1": originator_address_line1, - "originator_address_line2": originator_address_line2, - "originator_address_line3": originator_address_line3, - "originator_name": originator_name, - "originator_routing_number": originator_routing_number, - "originator_to_beneficiary_information_line1": originator_to_beneficiary_information_line1, - "originator_to_beneficiary_information_line2": originator_to_beneficiary_information_line2, - "originator_to_beneficiary_information_line3": originator_to_beneficiary_information_line3, - "originator_to_beneficiary_information_line4": originator_to_beneficiary_information_line4, - "sender_reference": sender_reference, + "creditor_address_line1": creditor_address_line1, + "creditor_address_line2": creditor_address_line2, + "creditor_address_line3": creditor_address_line3, + "creditor_name": creditor_name, + "debtor_address_line1": debtor_address_line1, + "debtor_address_line2": debtor_address_line2, + "debtor_address_line3": debtor_address_line3, + "debtor_name": debtor_name, + "end_to_end_identification": end_to_end_identification, + "instructing_agent_routing_number": instructing_agent_routing_number, + "instruction_identification": instruction_identification, + "unique_end_to_end_transaction_reference": unique_end_to_end_transaction_reference, + "unstructured_remittance_information": unstructured_remittance_information, "wire_drawdown_request_id": wire_drawdown_request_id, }, inbound_wire_transfer_create_params.InboundWireTransferCreateParams, diff --git a/src/increase/types/simulations/inbound_wire_transfer_create_params.py b/src/increase/types/simulations/inbound_wire_transfer_create_params.py index 818242af7..997861e09 100644 --- a/src/increase/types/simulations/inbound_wire_transfer_create_params.py +++ b/src/increase/types/simulations/inbound_wire_transfer_create_params.py @@ -14,92 +14,80 @@ class InboundWireTransferCreateParams(TypedDict, total=False): amount: Required[int] """The transfer amount in cents. Must be positive.""" - beneficiary_address_line1: str - """The sending bank will set beneficiary_address_line1 in production. + creditor_address_line1: str + """The sending bank will set creditor_address_line1 in production. You can simulate any value here. """ - beneficiary_address_line2: str - """The sending bank will set beneficiary_address_line2 in production. + creditor_address_line2: str + """The sending bank will set creditor_address_line2 in production. You can simulate any value here. """ - beneficiary_address_line3: str - """The sending bank will set beneficiary_address_line3 in production. + creditor_address_line3: str + """The sending bank will set creditor_address_line3 in production. You can simulate any value here. """ - beneficiary_name: str - """The sending bank will set beneficiary_name in production. + creditor_name: str + """The sending bank will set creditor_name in production. You can simulate any value here. """ - beneficiary_reference: str - """The sending bank will set beneficiary_reference in production. + debtor_address_line1: str + """The sending bank will set debtor_address_line1 in production. You can simulate any value here. """ - originator_address_line1: str - """The sending bank will set originator_address_line1 in production. + debtor_address_line2: str + """The sending bank will set debtor_address_line2 in production. You can simulate any value here. """ - originator_address_line2: str - """The sending bank will set originator_address_line2 in production. + debtor_address_line3: str + """The sending bank will set debtor_address_line3 in production. You can simulate any value here. """ - originator_address_line3: str - """The sending bank will set originator_address_line3 in production. + debtor_name: str + """The sending bank will set debtor_name in production. You can simulate any value here. """ - originator_name: str - """The sending bank will set originator_name in production. + end_to_end_identification: str + """The sending bank will set end_to_end_identification in production. You can simulate any value here. """ - originator_routing_number: str - """The sending bank will set originator_routing_number in production. + instructing_agent_routing_number: str + """The sending bank will set instructing_agent_routing_number in production. You can simulate any value here. """ - originator_to_beneficiary_information_line1: str - """ - The sending bank will set originator_to_beneficiary_information_line1 in - production. You can simulate any value here. - """ + instruction_identification: str + """The sending bank will set instruction_identification in production. - originator_to_beneficiary_information_line2: str - """ - The sending bank will set originator_to_beneficiary_information_line2 in - production. You can simulate any value here. + You can simulate any value here. """ - originator_to_beneficiary_information_line3: str - """ - The sending bank will set originator_to_beneficiary_information_line3 in - production. You can simulate any value here. - """ + unique_end_to_end_transaction_reference: str + """The sending bank will set unique_end_to_end_transaction_reference in production. - originator_to_beneficiary_information_line4: str - """ - The sending bank will set originator_to_beneficiary_information_line4 in - production. You can simulate any value here. + You can simulate any value here. """ - sender_reference: str - """The sending bank will set sender_reference in production. + unstructured_remittance_information: str + """The sending bank will set unstructured_remittance_information in production. You can simulate any value here. """ diff --git a/tests/api_resources/simulations/test_inbound_wire_transfers.py b/tests/api_resources/simulations/test_inbound_wire_transfers.py index bbf5f2169..f57c174b4 100644 --- a/tests/api_resources/simulations/test_inbound_wire_transfers.py +++ b/tests/api_resources/simulations/test_inbound_wire_transfers.py @@ -30,21 +30,19 @@ def test_method_create_with_all_params(self, client: Increase) -> None: inbound_wire_transfer = client.simulations.inbound_wire_transfers.create( account_number_id="account_number_v18nkfqm6afpsrvy82b2", amount=1000, - beneficiary_address_line1="x", - beneficiary_address_line2="x", - beneficiary_address_line3="x", - beneficiary_name="x", - beneficiary_reference="x", - originator_address_line1="x", - originator_address_line2="x", - originator_address_line3="x", - originator_name="x", - originator_routing_number="x", - originator_to_beneficiary_information_line1="x", - originator_to_beneficiary_information_line2="x", - originator_to_beneficiary_information_line3="x", - originator_to_beneficiary_information_line4="x", - sender_reference="x", + creditor_address_line1="x", + creditor_address_line2="x", + creditor_address_line3="x", + creditor_name="x", + debtor_address_line1="x", + debtor_address_line2="x", + debtor_address_line3="x", + debtor_name="x", + end_to_end_identification="x", + instructing_agent_routing_number="x", + instruction_identification="x", + unique_end_to_end_transaction_reference="x", + unstructured_remittance_information="x", wire_drawdown_request_id="wire_drawdown_request_id", ) assert_matches_type(InboundWireTransfer, inbound_wire_transfer, path=["response"]) @@ -94,21 +92,19 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease) inbound_wire_transfer = await async_client.simulations.inbound_wire_transfers.create( account_number_id="account_number_v18nkfqm6afpsrvy82b2", amount=1000, - beneficiary_address_line1="x", - beneficiary_address_line2="x", - beneficiary_address_line3="x", - beneficiary_name="x", - beneficiary_reference="x", - originator_address_line1="x", - originator_address_line2="x", - originator_address_line3="x", - originator_name="x", - originator_routing_number="x", - originator_to_beneficiary_information_line1="x", - originator_to_beneficiary_information_line2="x", - originator_to_beneficiary_information_line3="x", - originator_to_beneficiary_information_line4="x", - sender_reference="x", + creditor_address_line1="x", + creditor_address_line2="x", + creditor_address_line3="x", + creditor_name="x", + debtor_address_line1="x", + debtor_address_line2="x", + debtor_address_line3="x", + debtor_name="x", + end_to_end_identification="x", + instructing_agent_routing_number="x", + instruction_identification="x", + unique_end_to_end_transaction_reference="x", + unstructured_remittance_information="x", wire_drawdown_request_id="wire_drawdown_request_id", ) assert_matches_type(InboundWireTransfer, inbound_wire_transfer, path=["response"])