increase 1.162.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 +16 -0
- data/README.md +1 -1
- data/lib/increase/models/file.rb +1 -1
- data/lib/increase/models/file_create_params.rb +1 -1
- data/lib/increase/models/file_list_params.rb +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/file.rbi +1 -1
- data/rbi/increase/models/file_create_params.rbi +1 -1
- data/rbi/increase/models/file_list_params.rbi +1 -1
- data/rbi/increase/models/transaction.rbi +6 -6
- data/rbi/increase/models/wire_transfer.rbi +6 -6
- data/sig/increase/models/file.rbs +1 -1
- data/sig/increase/models/file_create_params.rbs +1 -1
- data/sig/increase/models/file_list_params.rbs +1 -1
- 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,21 @@
|
|
|
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
|
+
|
|
11
|
+
## 1.163.0 (2025-12-15)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.162.0...v1.163.0](https://github.com/Increase/increase-ruby/compare/v1.162.0...v1.163.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([e460bf9](https://github.com/Increase/increase-ruby/commit/e460bf9922c48bef47dc445ea2d40fd7da99c249))
|
|
18
|
+
|
|
3
19
|
## 1.162.0 (2025-12-15)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.161.0...v1.162.0](https://github.com/Increase/increase-ruby/compare/v1.161.0...v1.162.0)
|
data/README.md
CHANGED
data/lib/increase/models/file.rb
CHANGED
|
@@ -132,7 +132,7 @@ module Increase
|
|
|
132
132
|
# An image of a check that was mailed to a recipient.
|
|
133
133
|
MAILED_CHECK_IMAGE = :mailed_check_image
|
|
134
134
|
|
|
135
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
135
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
136
136
|
CHECK_ATTACHMENT = :check_attachment
|
|
137
137
|
|
|
138
138
|
# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
|
|
@@ -55,7 +55,7 @@ module Increase
|
|
|
55
55
|
# An image of a check that was mailed to a recipient.
|
|
56
56
|
MAILED_CHECK_IMAGE = :mailed_check_image
|
|
57
57
|
|
|
58
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
58
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
59
59
|
CHECK_ATTACHMENT = :check_attachment
|
|
60
60
|
|
|
61
61
|
# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
|
|
@@ -134,7 +134,7 @@ module Increase
|
|
|
134
134
|
# An image of a check that was mailed to a recipient.
|
|
135
135
|
MAILED_CHECK_IMAGE = :mailed_check_image
|
|
136
136
|
|
|
137
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
137
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
138
138
|
CHECK_ATTACHMENT = :check_attachment
|
|
139
139
|
|
|
140
140
|
# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
|
|
@@ -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
|
@@ -170,7 +170,7 @@ module Increase
|
|
|
170
170
|
MAILED_CHECK_IMAGE =
|
|
171
171
|
T.let(:mailed_check_image, Increase::File::Purpose::TaggedSymbol)
|
|
172
172
|
|
|
173
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
173
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
174
174
|
CHECK_ATTACHMENT =
|
|
175
175
|
T.let(:check_attachment, Increase::File::Purpose::TaggedSymbol)
|
|
176
176
|
|
|
@@ -98,7 +98,7 @@ module Increase
|
|
|
98
98
|
Increase::FileCreateParams::Purpose::TaggedSymbol
|
|
99
99
|
)
|
|
100
100
|
|
|
101
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
101
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
102
102
|
CHECK_ATTACHMENT =
|
|
103
103
|
T.let(
|
|
104
104
|
:check_attachment,
|
|
@@ -262,7 +262,7 @@ module Increase
|
|
|
262
262
|
Increase::FileListParams::Purpose::In::TaggedSymbol
|
|
263
263
|
)
|
|
264
264
|
|
|
265
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
265
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
266
266
|
CHECK_ATTACHMENT =
|
|
267
267
|
T.let(
|
|
268
268
|
:check_attachment,
|
|
@@ -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:,
|
|
@@ -124,7 +124,7 @@ module Increase
|
|
|
124
124
|
# An image of a check that was mailed to a recipient.
|
|
125
125
|
MAILED_CHECK_IMAGE: :mailed_check_image
|
|
126
126
|
|
|
127
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
127
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
128
128
|
CHECK_ATTACHMENT: :check_attachment
|
|
129
129
|
|
|
130
130
|
# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
|
|
@@ -70,7 +70,7 @@ module Increase
|
|
|
70
70
|
# An image of a check that was mailed to a recipient.
|
|
71
71
|
MAILED_CHECK_IMAGE: :mailed_check_image
|
|
72
72
|
|
|
73
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
73
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
74
74
|
CHECK_ATTACHMENT: :check_attachment
|
|
75
75
|
|
|
76
76
|
# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
|
|
@@ -163,7 +163,7 @@ module Increase
|
|
|
163
163
|
# An image of a check that was mailed to a recipient.
|
|
164
164
|
MAILED_CHECK_IMAGE: :mailed_check_image
|
|
165
165
|
|
|
166
|
-
# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
|
|
166
|
+
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
|
|
167
167
|
CHECK_ATTACHMENT: :check_attachment
|
|
168
168
|
|
|
169
169
|
# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
|
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
|