diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 092529719..f1401f154 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.289.0" + ".": "0.290.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 49e48a70c..18686e944 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 214 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-db453f5a5c4734d0cc56f9f61a1cbfaceb9b51f47076b75595bdc9fdedd439c7.yml -openapi_spec_hash: 0cd9098d2af2b4cee4f6678d01fb9516 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-dea7b54f0adc920e4d2bc337bab1133189114389cb1f124b2f9cccedcedf881c.yml +openapi_spec_hash: c1349e34f78bfe5ba28b946fe7bb15dd config_hash: b0b366d8c705ea0efe62093bae953e5a diff --git a/CHANGELOG.md b/CHANGELOG.md index 19380110e..cbf1801e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.290.0 (2025-08-19) + +Full Changelog: [v0.289.0...v0.290.0](https://github.com/Increase/increase-python/compare/v0.289.0...v0.290.0) + +### Features + +* **api:** api update ([4c64e0f](https://github.com/Increase/increase-python/commit/4c64e0f272120b299655f5cda5e774343bb72711)) + ## 0.289.0 (2025-08-18) Full Changelog: [v0.288.0...v0.289.0](https://github.com/Increase/increase-python/compare/v0.288.0...v0.289.0) diff --git a/pyproject.toml b/pyproject.toml index 47fc95e9a..cac1d04a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.289.0" +version = "0.290.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 3a542dbd7..0d5866dad 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.289.0" # x-release-please-version +__version__ = "0.290.0" # x-release-please-version diff --git a/src/increase/types/inbound_wire_transfer.py b/src/increase/types/inbound_wire_transfer.py index 8157ac696..13cc6332f 100644 --- a/src/increase/types/inbound_wire_transfer.py +++ b/src/increase/types/inbound_wire_transfer.py @@ -59,9 +59,36 @@ class InboundWireTransfer(BaseModel): the inbound wire transfer was created. """ + creditor_address_line1: Optional[str] = None + """A free-form address field set by the sender.""" + + creditor_address_line2: Optional[str] = None + """A free-form address field set by the sender.""" + + creditor_address_line3: Optional[str] = None + """A free-form address field set by the sender.""" + + creditor_name: Optional[str] = None + """A name set by the sender.""" + + debtor_address_line1: Optional[str] = None + """A free-form address field set by the sender.""" + + debtor_address_line2: Optional[str] = None + """A free-form address field set by the sender.""" + + debtor_address_line3: Optional[str] = None + """A free-form address field set by the sender.""" + + debtor_name: Optional[str] = None + """A name set by the sender.""" + description: str """An Increase-constructed description of the transfer.""" + end_to_end_identification: Optional[str] = None + """A free-form reference string set by the sender, to help identify the transfer.""" + input_message_accountability_data: Optional[str] = None """ A unique identifier available to the originating and receiving banks, commonly @@ -69,6 +96,15 @@ class InboundWireTransfer(BaseModel): service and is helpful when debugging wires with the originating bank. """ + instructing_agent_routing_number: Optional[str] = None + """ + The American Banking Association (ABA) routing number of the bank that sent the + wire. + """ + + instruction_identification: Optional[str] = None + """The sending bank's identifier for the wire transfer.""" + originator_address_line1: Optional[str] = None """The address of the wire originator, set by the sending bank.""" @@ -127,5 +163,15 @@ class InboundWireTransfer(BaseModel): For this resource it will always be `inbound_wire_transfer`. """ + unique_end_to_end_transaction_reference: Optional[str] = None + """ + The Unique End-to-end Transaction Reference + ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) + of the transfer. + """ + + unstructured_remittance_information: Optional[str] = None + """A free-form message set by the sender.""" + wire_drawdown_request_id: Optional[str] = None """The wire drawdown request the inbound wire transfer is fulfilling."""