diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7c04de18..ea73a09e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.163.0" + ".": "1.164.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index e72d6310..c34fe88d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 98dfd2cf..bfccd89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index 8cddc766..d489fd85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.163.0) + increase (1.164.0) connection_pool GEM diff --git a/README.md b/README.md index fa3db6b7..f6ea90e9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.163.0" +gem "increase", "~> 1.164.0" ``` diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index 71ef29e7..f946ef21 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -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 @@ -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`. # diff --git a/lib/increase/models/wire_transfer.rb b/lib/increase/models/wire_transfer.rb index 7b400553..fc2fba21 100644 --- a/lib/increase/models/wire_transfer.rb +++ b/lib/increase/models/wire_transfer.rb @@ -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 @@ -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`. # diff --git a/lib/increase/version.rb b/lib/increase/version.rb index e6286e2f..f5b4592d 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.163.0" + VERSION = "1.164.0" end diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index ba253959..b15b0b9f 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -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 @@ -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:, diff --git a/rbi/increase/models/wire_transfer.rbi b/rbi/increase/models/wire_transfer.rbi index 1b4e216e..afadebde 100644 --- a/rbi/increase/models/wire_transfer.rbi +++ b/rbi/increase/models/wire_transfer.rbi @@ -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 @@ -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:,