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.60.0"
".": "1.61.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-7d240ad280fc9ed22a8bbe219835ed737b075963291d84b75efbbb38195eff8b.yml
openapi_spec_hash: f2a2cad4f01bf5ab66e1f3dcb719315a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-a3db5141ad8a06aca3ec4fbc0a4414af61ffea1bbd6470b4a9ad13f8b24ed9eb.yml
openapi_spec_hash: 1192108447914f9233f6e0933dd36033
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.61.0 (2025-08-29)

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

### Features

* **api:** api update ([c0ff18c](https://github.com/Increase/increase-ruby/commit/c0ff18c03231449f0ca49b9902e606528d4a8c3d))

## 1.60.0 (2025-08-29)

Full Changelog: [v1.59.0...v1.60.0](https://github.com/Increase/increase-ruby/compare/v1.59.0...v1.60.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.60.0)
increase (1.61.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.60.0"
gem "increase", "~> 1.61.0"
```

<!-- x-release-please-end -->
Expand Down
20 changes: 19 additions & 1 deletion lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5217,6 +5217,20 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
# @return [String, nil]
required :return_reason_additional_information, String, nil?: true

# @!attribute return_reason_code
# A code provided by the sending bank giving a reason for the reversal. It will
# generally be one of the codes defined in the ISO20022
# `ExternalReturnReason1Code` code set, but this is not enforced by the network.
#
# @return [String, nil]
required :return_reason_code, String, nil?: true

# @!attribute return_reason_code_description
# An Increase-generated description of the `return_reason_code`.
#
# @return [String, nil]
required :return_reason_code_description, String, nil?: true

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

# @!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:)
# @!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:, return_reason_code:, return_reason_code_description:, transaction_id:, wire_transfer_id:)
# Some parameter documentations has been truncated, see
# {Increase::Models::Transaction::Source::InboundWireReversal} for more details.
#
Expand Down Expand Up @@ -5259,6 +5273,10 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
#
# @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
#
# @param return_reason_code [String, nil] A code provided by the sending bank giving a reason for the reversal. It will ge
#
# @param return_reason_code_description [String, nil] An Increase-generated description of the `return_reason_code`.
#
# @param transaction_id [String] The ID for the Transaction associated with the transfer reversal.
#
# @param wire_transfer_id [String] The ID for the Wire Transfer that is being reversed.
Expand Down
20 changes: 19 additions & 1 deletion lib/increase/models/wire_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,20 @@ class Reversal < Increase::Internal::Type::BaseModel
# @return [String, nil]
required :return_reason_additional_information, String, nil?: true

# @!attribute return_reason_code
# A code provided by the sending bank giving a reason for the reversal. It will
# generally be one of the codes defined in the ISO20022
# `ExternalReturnReason1Code` code set, but this is not enforced by the network.
#
# @return [String, nil]
required :return_reason_code, String, nil?: true

# @!attribute return_reason_code_description
# An Increase-generated description of the `return_reason_code`.
#
# @return [String, nil]
required :return_reason_code_description, String, nil?: true

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

# @!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:)
# @!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:, return_reason_code:, return_reason_code_description:, transaction_id:, wire_transfer_id:)
# Some parameter documentations has been truncated, see
# {Increase::Models::WireTransfer::Reversal} for more details.
#
Expand All @@ -561,6 +575,10 @@ class Reversal < Increase::Internal::Type::BaseModel
#
# @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
#
# @param return_reason_code [String, nil] A code provided by the sending bank giving a reason for the reversal. It will ge
#
# @param return_reason_code_description [String, nil] An Increase-generated description of the `return_reason_code`.
#
# @param transaction_id [String] The ID for the Transaction associated with the transfer reversal.
#
# @param wire_transfer_id [String] The ID for the Wire Transfer that is being reversed.
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.60.0"
VERSION = "1.61.0"
end
20 changes: 20 additions & 0 deletions rbi/increase/models/transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -9623,6 +9623,16 @@ module Increase
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_additional_information

# A code provided by the sending bank giving a reason for the reversal. It will
# generally be one of the codes defined in the ISO20022
# `ExternalReturnReason1Code` code set, but this is not enforced by the network.
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_code

# An Increase-generated description of the `return_reason_code`.
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_code_description

# The ID for the Transaction associated with the transfer reversal.
sig { returns(String) }
attr_accessor :transaction_id
Expand All @@ -9648,6 +9658,8 @@ module Increase
input_source: String,
instruction_identification: T.nilable(String),
return_reason_additional_information: T.nilable(String),
return_reason_code: T.nilable(String),
return_reason_code_description: T.nilable(String),
transaction_id: String,
wire_transfer_id: String
).returns(T.attached_class)
Expand Down Expand Up @@ -9675,6 +9687,12 @@ module Increase
instruction_identification:,
# Additional information about the reason for the reversal.
return_reason_additional_information:,
# A code provided by the sending bank giving a reason for the reversal. It will
# generally be one of the codes defined in the ISO20022
# `ExternalReturnReason1Code` code set, but this is not enforced by the network.
return_reason_code:,
# An Increase-generated description of the `return_reason_code`.
return_reason_code_description:,
# The ID for the Transaction associated with the transfer reversal.
transaction_id:,
# The ID for the Wire Transfer that is being reversed.
Expand All @@ -9695,6 +9713,8 @@ module Increase
input_source: String,
instruction_identification: T.nilable(String),
return_reason_additional_information: T.nilable(String),
return_reason_code: T.nilable(String),
return_reason_code_description: T.nilable(String),
transaction_id: String,
wire_transfer_id: String
}
Expand Down
20 changes: 20 additions & 0 deletions rbi/increase/models/wire_transfer.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,16 @@ module Increase
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_additional_information

# A code provided by the sending bank giving a reason for the reversal. It will
# generally be one of the codes defined in the ISO20022
# `ExternalReturnReason1Code` code set, but this is not enforced by the network.
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_code

# An Increase-generated description of the `return_reason_code`.
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_code_description

# The ID for the Transaction associated with the transfer reversal.
sig { returns(String) }
attr_accessor :transaction_id
Expand All @@ -756,6 +766,8 @@ module Increase
input_source: String,
instruction_identification: T.nilable(String),
return_reason_additional_information: T.nilable(String),
return_reason_code: T.nilable(String),
return_reason_code_description: T.nilable(String),
transaction_id: String,
wire_transfer_id: String
).returns(T.attached_class)
Expand Down Expand Up @@ -783,6 +795,12 @@ module Increase
instruction_identification:,
# Additional information about the reason for the reversal.
return_reason_additional_information:,
# A code provided by the sending bank giving a reason for the reversal. It will
# generally be one of the codes defined in the ISO20022
# `ExternalReturnReason1Code` code set, but this is not enforced by the network.
return_reason_code:,
# An Increase-generated description of the `return_reason_code`.
return_reason_code_description:,
# The ID for the Transaction associated with the transfer reversal.
transaction_id:,
# The ID for the Wire Transfer that is being reversed.
Expand All @@ -803,6 +821,8 @@ module Increase
input_source: String,
instruction_identification: T.nilable(String),
return_reason_additional_information: T.nilable(String),
return_reason_code: T.nilable(String),
return_reason_code_description: T.nilable(String),
transaction_id: String,
wire_transfer_id: String
}
Expand Down
10 changes: 10 additions & 0 deletions sig/increase/models/transaction.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -3946,6 +3946,8 @@ module Increase
input_source: String,
instruction_identification: String?,
return_reason_additional_information: String?,
return_reason_code: String?,
return_reason_code_description: String?,
transaction_id: String,
wire_transfer_id: String
}
Expand All @@ -3971,6 +3973,10 @@ module Increase

attr_accessor return_reason_additional_information: String?

attr_accessor return_reason_code: String?

attr_accessor return_reason_code_description: String?

attr_accessor transaction_id: String

attr_accessor wire_transfer_id: String
Expand All @@ -3986,6 +3992,8 @@ module Increase
input_source: String,
instruction_identification: String?,
return_reason_additional_information: String?,
return_reason_code: String?,
return_reason_code_description: String?,
transaction_id: String,
wire_transfer_id: String
) -> void
Expand All @@ -4001,6 +4009,8 @@ module Increase
input_source: String,
instruction_identification: String?,
return_reason_additional_information: String?,
return_reason_code: String?,
return_reason_code_description: String?,
transaction_id: String,
wire_transfer_id: String
}
Expand Down
10 changes: 10 additions & 0 deletions sig/increase/models/wire_transfer.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ module Increase
input_source: String,
instruction_identification: String?,
return_reason_additional_information: String?,
return_reason_code: String?,
return_reason_code_description: String?,
transaction_id: String,
wire_transfer_id: String
}
Expand All @@ -337,6 +339,10 @@ module Increase

attr_accessor return_reason_additional_information: String?

attr_accessor return_reason_code: String?

attr_accessor return_reason_code_description: String?

attr_accessor transaction_id: String

attr_accessor wire_transfer_id: String
Expand All @@ -352,6 +358,8 @@ module Increase
input_source: String,
instruction_identification: String?,
return_reason_additional_information: String?,
return_reason_code: String?,
return_reason_code_description: String?,
transaction_id: String,
wire_transfer_id: String
) -> void
Expand All @@ -367,6 +375,8 @@ module Increase
input_source: String,
instruction_identification: String?,
return_reason_additional_information: String?,
return_reason_code: String?,
return_reason_code_description: String?,
transaction_id: String,
wire_transfer_id: String
}
Expand Down