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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/increase/models/transaction.rb +4 -4
- data/lib/increase/models/wire_transfer.rb +4 -4
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/transaction.rbi +6 -6
- data/rbi/increase/models/wire_transfer.rbi +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6a6ec11d7d347fee108171d21fb31b7eaae0601a2183a33d76ea899450128210
|
|
4
|
+
data.tar.gz: e41d86f5d6818f8e45607a30458c47abf60f9a6bc83ee98dd228d8fcb43b44ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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.
|
|
6305
|
-
#
|
|
6306
|
-
#
|
|
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.
|
|
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.
|
|
699
|
-
#
|
|
700
|
-
#
|
|
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.
|
|
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
|
#
|
data/lib/increase/version.rb
CHANGED
|
@@ -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.
|
|
11673
|
-
#
|
|
11674
|
-
#
|
|
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.
|
|
11737
|
-
#
|
|
11738
|
-
#
|
|
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.
|
|
1206
|
-
#
|
|
1207
|
-
#
|
|
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.
|
|
1266
|
-
#
|
|
1267
|
-
#
|
|
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.
|
|
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-
|
|
11
|
+
date: 2025-12-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|