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 @@
{
".": "1.53.0"
".": "1.54.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

## 1.54.0 (2025-08-27)

Full Changelog: [v1.53.0...v1.54.0](https://github.com/Increase/increase-ruby/compare/v1.53.0...v1.54.0)

### Features

* **api:** api update ([026528a](https://github.com/Increase/increase-ruby/commit/026528a9a30444a21d264201273ce190fc30f3e9))

## 1.53.0 (2025-08-26)

Full Changelog: [v1.52.0...v1.53.0](https://github.com/Increase/increase-ruby/compare/v1.52.0...v1.53.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.53.0)
increase (1.54.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.53.0"
gem "increase", "~> 1.54.0"
```

<!-- x-release-please-end -->
Expand Down
85 changes: 17 additions & 68 deletions lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5117,18 +5117,18 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
# @return [Time]
required :created_at, Time

# @!attribute debtor_routing_number
# The debtor's routing number.
#
# @return [String, nil]
required :debtor_routing_number, String, nil?: true

# @!attribute description
# The description on the reversal message from Fedwire, set by the reversing bank.
#
# @return [String]
required :description, String

# @!attribute financial_institution_to_financial_institution_information
# Additional financial institution information included in the wire reversal.
#
# @return [String, nil]
required :financial_institution_to_financial_institution_information, String, nil?: true

# @!attribute input_cycle_date
# The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
# PM Eastern Time on the evening before the `cycle date`.
Expand All @@ -5154,56 +5154,17 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
# @return [String]
required :input_source, String

# @!attribute originator_routing_number
# The American Banking Association (ABA) routing number of the bank originating
# the transfer.
#
# @return [String, nil]
required :originator_routing_number, String, nil?: true

# @!attribute originator_to_beneficiary_information
# Additional information included in the wire reversal by the reversal originator.
#
# @return [String, nil]
required :originator_to_beneficiary_information, String, nil?: true

# @!attribute previous_message_input_cycle_date
# The Fedwire cycle date for the wire transfer that is being reversed by this
# message.
#
# @return [Date, nil]
required :previous_message_input_cycle_date, Date, nil?: true

# @!attribute previous_message_input_message_accountability_data
# The Fedwire transaction identifier for the wire transfer that was reversed.
#
# @return [String, nil]
required :previous_message_input_message_accountability_data, String, nil?: true

# @!attribute previous_message_input_sequence_number
# The Fedwire sequence number for the wire transfer that was reversed.
#
# @return [String]
required :previous_message_input_sequence_number, String

# @!attribute previous_message_input_source
# The Fedwire input source identifier for the wire transfer that was reversed.
#
# @return [String, nil]
required :previous_message_input_source, String, nil?: true

# @!attribute receiver_financial_institution_information
# Information included in the wire reversal for the receiving financial
# institution.
# @!attribute instruction_identification
# The sending bank's identifier for the reversal.
#
# @return [String, nil]
required :receiver_financial_institution_information, String, nil?: true
required :instruction_identification, String, nil?: true

# @!attribute sender_reference
# The sending bank's reference number for the wire reversal.
# @!attribute return_reason_additional_information
# Additional information about the reason for the reversal.
#
# @return [String, nil]
required :sender_reference, String, nil?: true
required :return_reason_additional_information, String, nil?: true

# @!attribute transaction_id
# The ID for the Transaction associated with the transfer reversal.
Expand All @@ -5217,7 +5178,7 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
# @return [String]
required :wire_transfer_id, String

# @!method initialize(amount:, created_at:, description:, financial_institution_to_financial_institution_information:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, originator_routing_number:, originator_to_beneficiary_information:, previous_message_input_cycle_date:, previous_message_input_message_accountability_data:, previous_message_input_sequence_number:, previous_message_input_source:, receiver_financial_institution_information:, sender_reference:, transaction_id:, wire_transfer_id:)
# @!method initialize(amount:, created_at:, debtor_routing_number:, description:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, instruction_identification:, return_reason_additional_information:, transaction_id:, wire_transfer_id:)
# Some parameter documentations has been truncated, see
# {Increase::Models::Transaction::Source::InboundWireReversal} for more details.
#
Expand All @@ -5231,9 +5192,9 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
#
# @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
#
# @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
# @param debtor_routing_number [String, nil] The debtor's routing number.
#
# @param financial_institution_to_financial_institution_information [String, nil] Additional financial institution information included in the wire reversal.
# @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
#
# @param input_cycle_date [Date] The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 P
#
Expand All @@ -5243,21 +5204,9 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
#
# @param input_source [String] The Fedwire input source identifier.
#
# @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th
#
# @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator.
#
# @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess
#
# @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed.
#
# @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed.
#
# @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed.
#
# @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio
# @param instruction_identification [String, nil] The sending bank's identifier for the reversal.
#
# @param sender_reference [String, nil] The sending bank's reference number for the wire reversal.
# @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
#
# @param transaction_id [String] The ID for the Transaction associated with the transfer reversal.
#
Expand Down
85 changes: 17 additions & 68 deletions lib/increase/models/wire_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -474,18 +474,18 @@ class Reversal < Increase::Internal::Type::BaseModel
# @return [Time]
required :created_at, Time

# @!attribute debtor_routing_number
# The debtor's routing number.
#
# @return [String, nil]
required :debtor_routing_number, String, nil?: true

# @!attribute description
# The description on the reversal message from Fedwire, set by the reversing bank.
#
# @return [String]
required :description, String

# @!attribute financial_institution_to_financial_institution_information
# Additional financial institution information included in the wire reversal.
#
# @return [String, nil]
required :financial_institution_to_financial_institution_information, String, nil?: true

# @!attribute input_cycle_date
# The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00
# PM Eastern Time on the evening before the `cycle date`.
Expand All @@ -511,56 +511,17 @@ class Reversal < Increase::Internal::Type::BaseModel
# @return [String]
required :input_source, String

# @!attribute originator_routing_number
# The American Banking Association (ABA) routing number of the bank originating
# the transfer.
#
# @return [String, nil]
required :originator_routing_number, String, nil?: true

# @!attribute originator_to_beneficiary_information
# Additional information included in the wire reversal by the reversal originator.
# @!attribute instruction_identification
# The sending bank's identifier for the reversal.
#
# @return [String, nil]
required :originator_to_beneficiary_information, String, nil?: true

# @!attribute previous_message_input_cycle_date
# The Fedwire cycle date for the wire transfer that is being reversed by this
# message.
#
# @return [Date, nil]
required :previous_message_input_cycle_date, Date, nil?: true
required :instruction_identification, String, nil?: true

# @!attribute previous_message_input_message_accountability_data
# The Fedwire transaction identifier for the wire transfer that was reversed.
# @!attribute return_reason_additional_information
# Additional information about the reason for the reversal.
#
# @return [String, nil]
required :previous_message_input_message_accountability_data, String, nil?: true

# @!attribute previous_message_input_sequence_number
# The Fedwire sequence number for the wire transfer that was reversed.
#
# @return [String]
required :previous_message_input_sequence_number, String

# @!attribute previous_message_input_source
# The Fedwire input source identifier for the wire transfer that was reversed.
#
# @return [String, nil]
required :previous_message_input_source, String, nil?: true

# @!attribute receiver_financial_institution_information
# Information included in the wire reversal for the receiving financial
# institution.
#
# @return [String, nil]
required :receiver_financial_institution_information, String, nil?: true

# @!attribute sender_reference
# The sending bank's reference number for the wire reversal.
#
# @return [String, nil]
required :sender_reference, String, nil?: true
required :return_reason_additional_information, String, nil?: true

# @!attribute transaction_id
# The ID for the Transaction associated with the transfer reversal.
Expand All @@ -574,7 +535,7 @@ class Reversal < Increase::Internal::Type::BaseModel
# @return [String]
required :wire_transfer_id, String

# @!method initialize(amount:, created_at:, description:, financial_institution_to_financial_institution_information:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, originator_routing_number:, originator_to_beneficiary_information:, previous_message_input_cycle_date:, previous_message_input_message_accountability_data:, previous_message_input_sequence_number:, previous_message_input_source:, receiver_financial_institution_information:, sender_reference:, transaction_id:, wire_transfer_id:)
# @!method initialize(amount:, created_at:, debtor_routing_number:, description:, input_cycle_date:, input_message_accountability_data:, input_sequence_number:, input_source:, instruction_identification:, return_reason_additional_information:, transaction_id:, wire_transfer_id:)
# Some parameter documentations has been truncated, see
# {Increase::Models::WireTransfer::Reversal} for more details.
#
Expand All @@ -584,9 +545,9 @@ class Reversal < Increase::Internal::Type::BaseModel
#
# @param created_at [Time] The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which th
#
# @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
# @param debtor_routing_number [String, nil] The debtor's routing number.
#
# @param financial_institution_to_financial_institution_information [String, nil] Additional financial institution information included in the wire reversal.
# @param description [String] The description on the reversal message from Fedwire, set by the reversing bank.
#
# @param input_cycle_date [Date] The Fedwire cycle date for the wire reversal. The "Fedwire day" begins at 9:00 P
#
Expand All @@ -596,21 +557,9 @@ class Reversal < Increase::Internal::Type::BaseModel
#
# @param input_source [String] The Fedwire input source identifier.
#
# @param originator_routing_number [String, nil] The American Banking Association (ABA) routing number of the bank originating th
#
# @param originator_to_beneficiary_information [String, nil] Additional information included in the wire reversal by the reversal originator.
#
# @param previous_message_input_cycle_date [Date, nil] The Fedwire cycle date for the wire transfer that is being reversed by this mess
#
# @param previous_message_input_message_accountability_data [String, nil] The Fedwire transaction identifier for the wire transfer that was reversed.
#
# @param previous_message_input_sequence_number [String] The Fedwire sequence number for the wire transfer that was reversed.
#
# @param previous_message_input_source [String, nil] The Fedwire input source identifier for the wire transfer that was reversed.
#
# @param receiver_financial_institution_information [String, nil] Information included in the wire reversal for the receiving financial institutio
# @param instruction_identification [String, nil] The sending bank's identifier for the reversal.
#
# @param sender_reference [String, nil] The sending bank's reference number for the wire reversal.
# @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
#
# @param transaction_id [String] The ID for the Transaction associated with the transfer reversal.
#
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.53.0"
VERSION = "1.54.0"
end
Loading