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.163.0"
".": "1.164.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: 230
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f184b6347de456d3db4fc3d5c691beb9dec85f74849cc4439a9dd4635998b1ec.yml
openapi_spec_hash: 255de9f0f702449bddf655b19a09a0cd
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-01b0246dcddc851a762ec864d0a728fb63f4020fe94039d2403518b22f3af120.yml
openapi_spec_hash: 773dfed2baf70342616421533b9b5a56
config_hash: ff2eb5f192b4de36611b37b27961c2d8
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.164.0 (2025-12-16)

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

### Features

* **api:** api update ([3e521cc](https://github.com/Increase/increase-ruby/commit/3e521cc8fedee1b77c0a6b336b7317dfbcd26bed))

## 1.163.0 (2025-12-15)

Full Changelog: [v1.162.0...v1.163.0](https://github.com/Increase/increase-ruby/compare/v1.162.0...v1.163.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.163.0)
increase (1.164.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.163.0"
gem "increase", "~> 1.164.0"
```

<!-- x-release-please-end -->
Expand Down
8 changes: 4 additions & 4 deletions lib/increase/models/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6301,9 +6301,9 @@ class InboundWireReversal < Increase::Internal::Type::BaseModel
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.
# A code provided by the sending bank giving a reason for the reversal. The common
# return reason codes are
# [documented here](/documentation/wire-reversals#reversal-reason-codes).
#
# @return [String, nil]
required :return_reason_code, String, nil?: true
Expand Down Expand Up @@ -6356,7 +6356,7 @@ 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 [String, nil] A code provided by the sending bank giving a reason for the reversal. The common
#
# @param return_reason_code_description [String, nil] An Increase-generated description of the `return_reason_code`.
#
Expand Down
8 changes: 4 additions & 4 deletions lib/increase/models/wire_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -695,9 +695,9 @@ class Reversal < Increase::Internal::Type::BaseModel
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.
# A code provided by the sending bank giving a reason for the reversal. The common
# return reason codes are
# [documented here](/documentation/wire-reversals#reversal-reason-codes).
#
# @return [String, nil]
required :return_reason_code, String, nil?: true
Expand Down Expand Up @@ -746,7 +746,7 @@ 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 [String, nil] A code provided by the sending bank giving a reason for the reversal. The common
#
# @param return_reason_code_description [String, nil] An Increase-generated description of the `return_reason_code`.
#
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.163.0"
VERSION = "1.164.0"
end
12 changes: 6 additions & 6 deletions rbi/increase/models/transaction.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -11669,9 +11669,9 @@ 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.
# A code provided by the sending bank giving a reason for the reversal. The common
# return reason codes are
# [documented here](/documentation/wire-reversals#reversal-reason-codes).
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_code

Expand Down Expand Up @@ -11733,9 +11733,9 @@ 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.
# A code provided by the sending bank giving a reason for the reversal. The common
# return reason codes are
# [documented here](/documentation/wire-reversals#reversal-reason-codes).
return_reason_code:,
# An Increase-generated description of the `return_reason_code`.
return_reason_code_description:,
Expand Down
12 changes: 6 additions & 6 deletions rbi/increase/models/wire_transfer.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -1202,9 +1202,9 @@ 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.
# A code provided by the sending bank giving a reason for the reversal. The common
# return reason codes are
# [documented here](/documentation/wire-reversals#reversal-reason-codes).
sig { returns(T.nilable(String)) }
attr_accessor :return_reason_code

Expand Down Expand Up @@ -1262,9 +1262,9 @@ 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.
# A code provided by the sending bank giving a reason for the reversal. The common
# return reason codes are
# [documented here](/documentation/wire-reversals#reversal-reason-codes).
return_reason_code:,
# An Increase-generated description of the `return_reason_code`.
return_reason_code_description:,
Expand Down