increase 1.163.0 → 1.164.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f036ff9d2fc74cbf85957c86f6a0c1811381bbcc1b534c86ef135ce3f9e0ad59
4
- data.tar.gz: d759321d5640bc36dbf7d74c0580b93796b1d3a9984a79540667e897543a11f3
3
+ metadata.gz: 6a6ec11d7d347fee108171d21fb31b7eaae0601a2183a33d76ea899450128210
4
+ data.tar.gz: e41d86f5d6818f8e45607a30458c47abf60f9a6bc83ee98dd228d8fcb43b44ca
5
5
  SHA512:
6
- metadata.gz: 22ac974e6fb92426bfe3581e6262a4845d78da1223147c4b25bbc705ace20e104db45fc97f199385ab104844dea16d94a8bf890973ea777851161a39e7669c6a
7
- data.tar.gz: d3f4eba6161c12c46ab62a8015e4012174b0a419bdfc768fbd8cf10d38f8c519c235cb6f96d76eb2cf7f6f463b369b32592174ab0b2158951b2d831a6bd0e483
6
+ metadata.gz: 417491334126c75dff95f69962e482d64c09c38cbae039659ea962df6ea07bea5e6edfab0fb4328338da1348f33fe5482cad29b9f9d60df80528b2f654099a9d
7
+ data.tar.gz: 813cbdcb31e1032d1c78a60fa6386afbd18cb68336d22facaa983ee7e04b1c9827bd0eb446901a205d882ac96c805a039a54a9cbf5f0b0bddca550cd0d4ebf21
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.164.0 (2025-12-16)
4
+
5
+ Full Changelog: [v1.163.0...v1.164.0](https://github.com/Increase/increase-ruby/compare/v1.163.0...v1.164.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([3e521cc](https://github.com/Increase/increase-ruby/commit/3e521cc8fedee1b77c0a6b336b7317dfbcd26bed))
10
+
3
11
  ## 1.163.0 (2025-12-15)
4
12
 
5
13
  Full Changelog: [v1.162.0...v1.163.0](https://github.com/Increase/increase-ruby/compare/v1.162.0...v1.163.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.163.0"
18
+ gem "increase", "~> 1.164.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -6301,9 +6301,9 @@ module Increase
6301
6301
  required :return_reason_additional_information, String, nil?: true
6302
6302
 
6303
6303
  # @!attribute return_reason_code
6304
- # A code provided by the sending bank giving a reason for the reversal. It will
6305
- # generally be one of the codes defined in the ISO20022
6306
- # `ExternalReturnReason1Code` code set, but this is not enforced by the network.
6304
+ # A code provided by the sending bank giving a reason for the reversal. The common
6305
+ # return reason codes are
6306
+ # [documented here](/documentation/wire-reversals#reversal-reason-codes).
6307
6307
  #
6308
6308
  # @return [String, nil]
6309
6309
  required :return_reason_code, String, nil?: true
@@ -6356,7 +6356,7 @@ module Increase
6356
6356
  #
6357
6357
  # @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
6358
6358
  #
6359
- # @param return_reason_code [String, nil] A code provided by the sending bank giving a reason for the reversal. It will ge
6359
+ # @param return_reason_code [String, nil] A code provided by the sending bank giving a reason for the reversal. The common
6360
6360
  #
6361
6361
  # @param return_reason_code_description [String, nil] An Increase-generated description of the `return_reason_code`.
6362
6362
  #
@@ -695,9 +695,9 @@ module Increase
695
695
  required :return_reason_additional_information, String, nil?: true
696
696
 
697
697
  # @!attribute return_reason_code
698
- # A code provided by the sending bank giving a reason for the reversal. It will
699
- # generally be one of the codes defined in the ISO20022
700
- # `ExternalReturnReason1Code` code set, but this is not enforced by the network.
698
+ # A code provided by the sending bank giving a reason for the reversal. The common
699
+ # return reason codes are
700
+ # [documented here](/documentation/wire-reversals#reversal-reason-codes).
701
701
  #
702
702
  # @return [String, nil]
703
703
  required :return_reason_code, String, nil?: true
@@ -746,7 +746,7 @@ module Increase
746
746
  #
747
747
  # @param return_reason_additional_information [String, nil] Additional information about the reason for the reversal.
748
748
  #
749
- # @param return_reason_code [String, nil] A code provided by the sending bank giving a reason for the reversal. It will ge
749
+ # @param return_reason_code [String, nil] A code provided by the sending bank giving a reason for the reversal. The common
750
750
  #
751
751
  # @param return_reason_code_description [String, nil] An Increase-generated description of the `return_reason_code`.
752
752
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.163.0"
4
+ VERSION = "1.164.0"
5
5
  end
@@ -11669,9 +11669,9 @@ module Increase
11669
11669
  sig { returns(T.nilable(String)) }
11670
11670
  attr_accessor :return_reason_additional_information
11671
11671
 
11672
- # A code provided by the sending bank giving a reason for the reversal. It will
11673
- # generally be one of the codes defined in the ISO20022
11674
- # `ExternalReturnReason1Code` code set, but this is not enforced by the network.
11672
+ # A code provided by the sending bank giving a reason for the reversal. The common
11673
+ # return reason codes are
11674
+ # [documented here](/documentation/wire-reversals#reversal-reason-codes).
11675
11675
  sig { returns(T.nilable(String)) }
11676
11676
  attr_accessor :return_reason_code
11677
11677
 
@@ -11733,9 +11733,9 @@ module Increase
11733
11733
  instruction_identification:,
11734
11734
  # Additional information about the reason for the reversal.
11735
11735
  return_reason_additional_information:,
11736
- # A code provided by the sending bank giving a reason for the reversal. It will
11737
- # generally be one of the codes defined in the ISO20022
11738
- # `ExternalReturnReason1Code` code set, but this is not enforced by the network.
11736
+ # A code provided by the sending bank giving a reason for the reversal. The common
11737
+ # return reason codes are
11738
+ # [documented here](/documentation/wire-reversals#reversal-reason-codes).
11739
11739
  return_reason_code:,
11740
11740
  # An Increase-generated description of the `return_reason_code`.
11741
11741
  return_reason_code_description:,
@@ -1202,9 +1202,9 @@ module Increase
1202
1202
  sig { returns(T.nilable(String)) }
1203
1203
  attr_accessor :return_reason_additional_information
1204
1204
 
1205
- # A code provided by the sending bank giving a reason for the reversal. It will
1206
- # generally be one of the codes defined in the ISO20022
1207
- # `ExternalReturnReason1Code` code set, but this is not enforced by the network.
1205
+ # A code provided by the sending bank giving a reason for the reversal. The common
1206
+ # return reason codes are
1207
+ # [documented here](/documentation/wire-reversals#reversal-reason-codes).
1208
1208
  sig { returns(T.nilable(String)) }
1209
1209
  attr_accessor :return_reason_code
1210
1210
 
@@ -1262,9 +1262,9 @@ module Increase
1262
1262
  instruction_identification:,
1263
1263
  # Additional information about the reason for the reversal.
1264
1264
  return_reason_additional_information:,
1265
- # A code provided by the sending bank giving a reason for the reversal. It will
1266
- # generally be one of the codes defined in the ISO20022
1267
- # `ExternalReturnReason1Code` code set, but this is not enforced by the network.
1265
+ # A code provided by the sending bank giving a reason for the reversal. The common
1266
+ # return reason codes are
1267
+ # [documented here](/documentation/wire-reversals#reversal-reason-codes).
1268
1268
  return_reason_code:,
1269
1269
  # An Increase-generated description of the `return_reason_code`.
1270
1270
  return_reason_code_description:,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.163.0
4
+ version: 1.164.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-15 00:00:00.000000000 Z
11
+ date: 2025-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool