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.302.0"
".": "0.303.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: 216
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f848edf1a38bbdc834fb3855aaf2eaeb77711e36e9a560cadfeb49428b4ac3de.yml
openapi_spec_hash: 52e32b8e609fa290c285bbd44f8bc74a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a98d22578526265c9d1ef5ee69db277ab4e3548d5f12ab740eabc7babd33ba1c.yml
openapi_spec_hash: eefa018725a526a04f4fda690fedf0ec
config_hash: 632b628b59d8f0b717153b3d8133f6cb
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.303.0 (2025-08-27)

Full Changelog: [v0.302.0...v0.303.0](https://github.com/Increase/increase-python/compare/v0.302.0...v0.303.0)

### Features

* **api:** api update ([f9cac34](https://github.com/Increase/increase-python/commit/f9cac343e782a0b27b1b300a235d6bb545039e9e))

## 0.302.0 (2025-08-26)

Full Changelog: [v0.301.0...v0.302.0](https://github.com/Increase/increase-python/compare/v0.301.0...v0.302.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.302.0"
version = "0.303.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.302.0" # x-release-please-version
__version__ = "0.303.0" # x-release-please-version
43 changes: 7 additions & 36 deletions src/increase/types/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -2039,14 +2039,14 @@ class SourceInboundWireReversal(BaseModel):
the reversal was created.
"""

debtor_routing_number: Optional[str] = None
"""The debtor's routing number."""

description: str
"""
The description on the reversal message from Fedwire, set by the reversing bank.
"""

financial_institution_to_financial_institution_information: Optional[str] = None
"""Additional financial institution information included in the wire reversal."""

input_cycle_date: date
"""The Fedwire cycle date for the wire reversal.

Expand All @@ -2063,40 +2063,11 @@ class SourceInboundWireReversal(BaseModel):
input_source: str
"""The Fedwire input source identifier."""

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
"""
Additional information included in the wire reversal by the reversal originator.
"""

previous_message_input_cycle_date: Optional[date] = None
"""
The Fedwire cycle date for the wire transfer that is being reversed by this
message.
"""

previous_message_input_message_accountability_data: Optional[str] = None
"""The Fedwire transaction identifier for the wire transfer that was reversed."""

previous_message_input_sequence_number: str
"""The Fedwire sequence number for the wire transfer that was reversed."""

previous_message_input_source: Optional[str] = None
"""The Fedwire input source identifier for the wire transfer that was reversed."""

receiver_financial_institution_information: Optional[str] = None
"""
Information included in the wire reversal for the receiving financial
institution.
"""
instruction_identification: Optional[str] = None
"""The sending bank's identifier for the reversal."""

sender_reference: Optional[str] = None
"""The sending bank's reference number for the wire reversal."""
return_reason_additional_information: Optional[str] = None
"""Additional information about the reason for the reversal."""

transaction_id: str
"""The ID for the Transaction associated with the transfer reversal."""
Expand Down
43 changes: 7 additions & 36 deletions src/increase/types/wire_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ class Reversal(BaseModel):
the reversal was created.
"""

debtor_routing_number: Optional[str] = None
"""The debtor's routing number."""

description: str
"""
The description on the reversal message from Fedwire, set by the reversing bank.
"""

financial_institution_to_financial_institution_information: Optional[str] = None
"""Additional financial institution information included in the wire reversal."""

input_cycle_date: date
"""The Fedwire cycle date for the wire reversal.

Expand All @@ -117,40 +117,11 @@ class Reversal(BaseModel):
input_source: str
"""The Fedwire input source identifier."""

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
"""
Additional information included in the wire reversal by the reversal originator.
"""

previous_message_input_cycle_date: Optional[date] = None
"""
The Fedwire cycle date for the wire transfer that is being reversed by this
message.
"""

previous_message_input_message_accountability_data: Optional[str] = None
"""The Fedwire transaction identifier for the wire transfer that was reversed."""

previous_message_input_sequence_number: str
"""The Fedwire sequence number for the wire transfer that was reversed."""

previous_message_input_source: Optional[str] = None
"""The Fedwire input source identifier for the wire transfer that was reversed."""

receiver_financial_institution_information: Optional[str] = None
"""
Information included in the wire reversal for the receiving financial
institution.
"""
instruction_identification: Optional[str] = None
"""The sending bank's identifier for the reversal."""

sender_reference: Optional[str] = None
"""The sending bank's reference number for the wire reversal."""
return_reason_additional_information: Optional[str] = None
"""Additional information about the reason for the reversal."""

transaction_id: str
"""The ID for the Transaction associated with the transfer reversal."""
Expand Down