diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 633bf86d7..6dcf4e374 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.282.0" + ".": "0.283.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 8e3dd65ec..70b3003b4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 202 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-37ce9b56dd0adf1b5dce2b5135f6fe1cf22244fab923c8934dd98488f69c3ae3.yml -openapi_spec_hash: a478c8758b24bbf44a6a6a262f5c0a63 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2ed4af5a2141f4524ffc8306c747f21c77e00fc5d478e08df7cbe53c92764038.yml +openapi_spec_hash: f693361a7fb14090da484e6a02b86021 config_hash: a185e9a72778cc4658ea73fb3a7f1354 diff --git a/CHANGELOG.md b/CHANGELOG.md index 19efcdcdb..fc4db6277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.283.0 (2025-08-12) + +Full Changelog: [v0.282.0...v0.283.0](https://github.com/Increase/increase-python/compare/v0.282.0...v0.283.0) + +### Features + +* **api:** api update ([8dd9527](https://github.com/Increase/increase-python/commit/8dd9527fe0fe02ac88191f3130569ffd088a7fcd)) + ## 0.282.0 (2025-08-11) Full Changelog: [v0.281.0...v0.282.0](https://github.com/Increase/increase-python/compare/v0.281.0...v0.282.0) diff --git a/pyproject.toml b/pyproject.toml index b5f85b165..e523c88bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "increase" -version = "0.282.0" +version = "0.283.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 505020c1c..377e1d849 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.282.0" # x-release-please-version +__version__ = "0.283.0" # x-release-please-version diff --git a/src/increase/types/transaction.py b/src/increase/types/transaction.py index f594635f8..38db4f4b2 100644 --- a/src/increase/types/transaction.py +++ b/src/increase/types/transaction.py @@ -2125,6 +2125,11 @@ class SourceInboundWireReversal(BaseModel): the transfer. """ + originator_to_beneficiary_information: Optional[str] = None + """ + Additional information included in the wire reversal by the reversal originator. + """ + previous_message_input_cycle_date: date """ The Fedwire cycle date for the wire transfer that is being reversed by this diff --git a/src/increase/types/wire_transfer.py b/src/increase/types/wire_transfer.py index 969711df4..ab6989d18 100644 --- a/src/increase/types/wire_transfer.py +++ b/src/increase/types/wire_transfer.py @@ -123,6 +123,11 @@ class Reversal(BaseModel): the transfer. """ + originator_to_beneficiary_information: Optional[str] = None + """ + Additional information included in the wire reversal by the reversal originator. + """ + previous_message_input_cycle_date: date """ The Fedwire cycle date for the wire transfer that is being reversed by this