Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.282.0"
".": "0.283.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions src/increase/types/wire_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down