diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1401f154..bb57c8a49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.290.0" + ".": "0.291.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 18686e944..ebd672bf3 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-dea7b54f0adc920e4d2bc337bab1133189114389cb1f124b2f9cccedcedf881c.yml -openapi_spec_hash: c1349e34f78bfe5ba28b946fe7bb15dd +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e37d9eb06122e71071da98a7375420ce776ad9aa05176bed89a232bd6854f26b.yml +openapi_spec_hash: 8ffb1a0fd8523b24113105717c5d85d8 config_hash: b0b366d8c705ea0efe62093bae953e5a diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf1801e1..1491c5ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.291.0 (2025-08-20) + +Full Changelog: [v0.290.0...v0.291.0](https://github.com/Increase/increase-python/compare/v0.290.0...v0.291.0) + +### Features + +* **api:** api update ([ee2fa9c](https://github.com/Increase/increase-python/commit/ee2fa9ce30936c551da14116e72a2a96284e9ae5)) + ## 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) diff --git a/pyproject.toml b/pyproject.toml index cac1d04a9..7c55e9162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.290.0" +version = "0.291.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 0d5866dad..22dae204c 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.290.0" # x-release-please-version +__version__ = "0.291.0" # x-release-please-version diff --git a/src/increase/types/inbound_wire_transfer.py b/src/increase/types/inbound_wire_transfer.py index 13cc6332f..07c638079 100644 --- a/src/increase/types/inbound_wire_transfer.py +++ b/src/increase/types/inbound_wire_transfer.py @@ -38,21 +38,6 @@ class InboundWireTransfer(BaseModel): amount: int """The amount in USD cents.""" - beneficiary_address_line1: Optional[str] = None - """A free-form address field set by the sender.""" - - beneficiary_address_line2: Optional[str] = None - """A free-form address field set by the sender.""" - - beneficiary_address_line3: Optional[str] = None - """A free-form address field set by the sender.""" - - beneficiary_name: Optional[str] = None - """A name set by the sender.""" - - beneficiary_reference: Optional[str] = None - """A free-form reference string set by the sender, to help identify the transfer.""" - created_at: datetime """ The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which @@ -105,48 +90,12 @@ class InboundWireTransfer(BaseModel): 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.""" - - originator_address_line2: Optional[str] = None - """The address of the wire originator, set by the sending bank.""" - - originator_address_line3: Optional[str] = None - """The address of the wire originator, set by the sending bank.""" - - originator_name: Optional[str] = None - """The originator of the wire, set by the sending bank.""" - - originator_routing_number: Optional[str] = None - """ - The American Banking Association (ABA) routing number of the bank originating - the transfer. - """ - - originator_to_beneficiary_information: Optional[str] = None - """An Increase-created concatenation of the Originator-to-Beneficiary lines.""" - - originator_to_beneficiary_information_line1: Optional[str] = None - """A free-form message set by the wire originator.""" - - originator_to_beneficiary_information_line2: Optional[str] = None - """A free-form message set by the wire originator.""" - - originator_to_beneficiary_information_line3: Optional[str] = None - """A free-form message set by the wire originator.""" - - originator_to_beneficiary_information_line4: Optional[str] = None - """A free-form message set by the wire originator.""" - reversal: Optional[Reversal] = None """ Information about the reversal of the inbound wire transfer if it has been reversed. """ - sender_reference: Optional[str] = None - """The sending bank's reference number for the wire transfer.""" - status: Literal["pending", "accepted", "declined", "reversed"] """The status of the transfer.