increase 1.131.0 → 1.133.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/check_transfer.rb +11 -1
- data/lib/increase/models/check_transfer_create_params.rb +11 -1
- data/lib/increase/models/inbound_mail_item.rb +9 -1
- data/lib/increase/resources/check_transfers.rb +3 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/check_transfer.rbi +15 -3
- data/rbi/increase/models/check_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/inbound_mail_item.rbi +8 -0
- data/rbi/increase/resources/check_transfers.rbi +5 -0
- data/sig/increase/models/check_transfer.rbs +8 -3
- data/sig/increase/models/check_transfer_create_params.rbs +8 -1
- data/sig/increase/models/inbound_mail_item.rbs +10 -1
- data/sig/increase/resources/check_transfers.rbs +1 -0
- 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: abcbb2ef54a395375c629a063bf03297afc3f254c72240b08ef675c50ef22f42
|
|
4
|
+
data.tar.gz: 9f7e375b7b2422993288fb6e1da978f7ca370e6f67228477ea49a14af15ee02b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a9c197ed9538df78226464ccf705de6a3c6280605c4263655e8b938cc98cc67f86742b415d799120e1e08380c640c257639449d3c33347006c0063fa0f2695f
|
|
7
|
+
data.tar.gz: 45af721ca5456e5e4f219d89e30e958a5ad76e29ede06ff69117142d078c2fa2df33cbb2a16dc5c5c412276a3fb989dfc5a0def824162023d29390633e3cc353
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.133.0 (2025-11-06)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.132.0...v1.133.0](https://github.com/Increase/increase-ruby/compare/v1.132.0...v1.133.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([d6d8c4d](https://github.com/Increase/increase-ruby/commit/d6d8c4d6ca601cf6b8783448e1a1714dd9efcde0))
|
|
10
|
+
|
|
11
|
+
## 1.132.0 (2025-11-06)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.131.0...v1.132.0](https://github.com/Increase/increase-ruby/compare/v1.131.0...v1.132.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([7953810](https://github.com/Increase/increase-ruby/commit/79538102e81f8ec4156a2c5af06b128741a71d9c))
|
|
18
|
+
|
|
3
19
|
## 1.131.0 (2025-11-05)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.130.0...v1.131.0](https://github.com/Increase/increase-ruby/compare/v1.130.0...v1.131.0)
|
data/README.md
CHANGED
|
@@ -164,7 +164,15 @@ module Increase
|
|
|
164
164
|
# @return [Symbol, Increase::Models::CheckTransfer::Type]
|
|
165
165
|
required :type, enum: -> { Increase::CheckTransfer::Type }
|
|
166
166
|
|
|
167
|
-
# @!
|
|
167
|
+
# @!attribute valid_until_date
|
|
168
|
+
# If set, the check will be valid on or before this date. After this date, the
|
|
169
|
+
# check transfer will be stopped and deposits will not be accepted. For checks
|
|
170
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
171
|
+
#
|
|
172
|
+
# @return [Date, nil]
|
|
173
|
+
required :valid_until_date, Date, nil?: true
|
|
174
|
+
|
|
175
|
+
# @!method initialize(id:, account_id:, account_number:, amount:, approval:, approved_inbound_check_deposit_id:, balance_check:, cancellation:, check_number:, created_at:, created_by:, currency:, fulfillment_method:, idempotency_key:, mailing:, pending_transaction_id:, physical_check:, routing_number:, source_account_number_id:, status:, stop_payment_request:, submission:, third_party:, type:, valid_until_date:)
|
|
168
176
|
# Some parameter documentations has been truncated, see
|
|
169
177
|
# {Increase::Models::CheckTransfer} for more details.
|
|
170
178
|
#
|
|
@@ -218,6 +226,8 @@ module Increase
|
|
|
218
226
|
# @param third_party [Increase::Models::CheckTransfer::ThirdParty, nil] Details relating to the custom fulfillment you will perform. Will be present if
|
|
219
227
|
#
|
|
220
228
|
# @param type [Symbol, Increase::Models::CheckTransfer::Type] A constant representing the object's type. For this resource it will always be `
|
|
229
|
+
#
|
|
230
|
+
# @param valid_until_date [Date, nil] If set, the check will be valid on or before this date. After this date, the che
|
|
221
231
|
|
|
222
232
|
# @see Increase::Models::CheckTransfer#approval
|
|
223
233
|
class Approval < Increase::Internal::Type::BaseModel
|
|
@@ -69,7 +69,15 @@ module Increase
|
|
|
69
69
|
# @return [Increase::Models::CheckTransferCreateParams::ThirdParty, nil]
|
|
70
70
|
optional :third_party, -> { Increase::CheckTransferCreateParams::ThirdParty }
|
|
71
71
|
|
|
72
|
-
# @!
|
|
72
|
+
# @!attribute valid_until_date
|
|
73
|
+
# If provided, the check will be valid on or before this date. After this date,
|
|
74
|
+
# the check transfer will be stopped and deposits will not be accepted. For checks
|
|
75
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
76
|
+
#
|
|
77
|
+
# @return [Date, nil]
|
|
78
|
+
optional :valid_until_date, Date
|
|
79
|
+
|
|
80
|
+
# @!method initialize(account_id:, amount:, fulfillment_method:, source_account_number_id:, balance_check: nil, check_number: nil, physical_check: nil, require_approval: nil, third_party: nil, valid_until_date: nil, request_options: {})
|
|
73
81
|
# Some parameter documentations has been truncated, see
|
|
74
82
|
# {Increase::Models::CheckTransferCreateParams} for more details.
|
|
75
83
|
#
|
|
@@ -91,6 +99,8 @@ module Increase
|
|
|
91
99
|
#
|
|
92
100
|
# @param third_party [Increase::Models::CheckTransferCreateParams::ThirdParty] Details relating to the custom fulfillment you will perform. This is required if
|
|
93
101
|
#
|
|
102
|
+
# @param valid_until_date [Date] If provided, the check will be valid on or before this date. After this date, th
|
|
103
|
+
#
|
|
94
104
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
95
105
|
|
|
96
106
|
# Whether Increase will print and mail the check or if you will do it yourself.
|
|
@@ -98,19 +98,27 @@ module Increase
|
|
|
98
98
|
# @return [String, nil]
|
|
99
99
|
required :back_file_id, String, nil?: true
|
|
100
100
|
|
|
101
|
+
# @!attribute check_deposit_id
|
|
102
|
+
# The identifier of the Check Deposit if this check was deposited.
|
|
103
|
+
#
|
|
104
|
+
# @return [String, nil]
|
|
105
|
+
required :check_deposit_id, String, nil?: true
|
|
106
|
+
|
|
101
107
|
# @!attribute front_file_id
|
|
102
108
|
# The identifier for the File containing the front of the check.
|
|
103
109
|
#
|
|
104
110
|
# @return [String, nil]
|
|
105
111
|
required :front_file_id, String, nil?: true
|
|
106
112
|
|
|
107
|
-
# @!method initialize(amount:, back_file_id:, front_file_id:)
|
|
113
|
+
# @!method initialize(amount:, back_file_id:, check_deposit_id:, front_file_id:)
|
|
108
114
|
# Inbound Mail Item Checks represent the checks in an Inbound Mail Item.
|
|
109
115
|
#
|
|
110
116
|
# @param amount [Integer] The amount of the check.
|
|
111
117
|
#
|
|
112
118
|
# @param back_file_id [String, nil] The identifier for the File containing the back of the check.
|
|
113
119
|
#
|
|
120
|
+
# @param check_deposit_id [String, nil] The identifier of the Check Deposit if this check was deposited.
|
|
121
|
+
#
|
|
114
122
|
# @param front_file_id [String, nil] The identifier for the File containing the front of the check.
|
|
115
123
|
end
|
|
116
124
|
|
|
@@ -8,7 +8,7 @@ module Increase
|
|
|
8
8
|
#
|
|
9
9
|
# Create a Check Transfer
|
|
10
10
|
#
|
|
11
|
-
# @overload create(account_id:, amount:, fulfillment_method:, source_account_number_id:, balance_check: nil, check_number: nil, physical_check: nil, require_approval: nil, third_party: nil, request_options: {})
|
|
11
|
+
# @overload create(account_id:, amount:, fulfillment_method:, source_account_number_id:, balance_check: nil, check_number: nil, physical_check: nil, require_approval: nil, third_party: nil, valid_until_date: nil, request_options: {})
|
|
12
12
|
#
|
|
13
13
|
# @param account_id [String] The identifier for the account that will send the transfer.
|
|
14
14
|
#
|
|
@@ -28,6 +28,8 @@ module Increase
|
|
|
28
28
|
#
|
|
29
29
|
# @param third_party [Increase::Models::CheckTransferCreateParams::ThirdParty] Details relating to the custom fulfillment you will perform. This is required if
|
|
30
30
|
#
|
|
31
|
+
# @param valid_until_date [Date] If provided, the check will be valid on or before this date. After this date, th
|
|
32
|
+
#
|
|
31
33
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
32
34
|
#
|
|
33
35
|
# @return [Increase::Models::CheckTransfer]
|
data/lib/increase/version.rb
CHANGED
|
@@ -180,6 +180,12 @@ module Increase
|
|
|
180
180
|
sig { returns(Increase::CheckTransfer::Type::TaggedSymbol) }
|
|
181
181
|
attr_accessor :type
|
|
182
182
|
|
|
183
|
+
# If set, the check will be valid on or before this date. After this date, the
|
|
184
|
+
# check transfer will be stopped and deposits will not be accepted. For checks
|
|
185
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
186
|
+
sig { returns(T.nilable(Date)) }
|
|
187
|
+
attr_accessor :valid_until_date
|
|
188
|
+
|
|
183
189
|
# Check Transfers move funds from your Increase account by mailing a physical
|
|
184
190
|
# check.
|
|
185
191
|
sig do
|
|
@@ -212,7 +218,8 @@ module Increase
|
|
|
212
218
|
T.nilable(Increase::CheckTransfer::StopPaymentRequest::OrHash),
|
|
213
219
|
submission: T.nilable(Increase::CheckTransfer::Submission::OrHash),
|
|
214
220
|
third_party: T.nilable(Increase::CheckTransfer::ThirdParty::OrHash),
|
|
215
|
-
type: Increase::CheckTransfer::Type::OrSymbol
|
|
221
|
+
type: Increase::CheckTransfer::Type::OrSymbol,
|
|
222
|
+
valid_until_date: T.nilable(Date)
|
|
216
223
|
).returns(T.attached_class)
|
|
217
224
|
end
|
|
218
225
|
def self.new(
|
|
@@ -279,7 +286,11 @@ module Increase
|
|
|
279
286
|
third_party:,
|
|
280
287
|
# A constant representing the object's type. For this resource it will always be
|
|
281
288
|
# `check_transfer`.
|
|
282
|
-
type
|
|
289
|
+
type:,
|
|
290
|
+
# If set, the check will be valid on or before this date. After this date, the
|
|
291
|
+
# check transfer will be stopped and deposits will not be accepted. For checks
|
|
292
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
293
|
+
valid_until_date:
|
|
283
294
|
)
|
|
284
295
|
end
|
|
285
296
|
|
|
@@ -312,7 +323,8 @@ module Increase
|
|
|
312
323
|
T.nilable(Increase::CheckTransfer::StopPaymentRequest),
|
|
313
324
|
submission: T.nilable(Increase::CheckTransfer::Submission),
|
|
314
325
|
third_party: T.nilable(Increase::CheckTransfer::ThirdParty),
|
|
315
|
-
type: Increase::CheckTransfer::Type::TaggedSymbol
|
|
326
|
+
type: Increase::CheckTransfer::Type::TaggedSymbol,
|
|
327
|
+
valid_until_date: T.nilable(Date)
|
|
316
328
|
}
|
|
317
329
|
)
|
|
318
330
|
end
|
|
@@ -99,6 +99,15 @@ module Increase
|
|
|
99
99
|
end
|
|
100
100
|
attr_writer :third_party
|
|
101
101
|
|
|
102
|
+
# If provided, the check will be valid on or before this date. After this date,
|
|
103
|
+
# the check transfer will be stopped and deposits will not be accepted. For checks
|
|
104
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
105
|
+
sig { returns(T.nilable(Date)) }
|
|
106
|
+
attr_reader :valid_until_date
|
|
107
|
+
|
|
108
|
+
sig { params(valid_until_date: Date).void }
|
|
109
|
+
attr_writer :valid_until_date
|
|
110
|
+
|
|
102
111
|
sig do
|
|
103
112
|
params(
|
|
104
113
|
account_id: String,
|
|
@@ -113,6 +122,7 @@ module Increase
|
|
|
113
122
|
Increase::CheckTransferCreateParams::PhysicalCheck::OrHash,
|
|
114
123
|
require_approval: T::Boolean,
|
|
115
124
|
third_party: Increase::CheckTransferCreateParams::ThirdParty::OrHash,
|
|
125
|
+
valid_until_date: Date,
|
|
116
126
|
request_options: Increase::RequestOptions::OrHash
|
|
117
127
|
).returns(T.attached_class)
|
|
118
128
|
end
|
|
@@ -143,6 +153,10 @@ module Increase
|
|
|
143
153
|
# `fulfillment_method` is equal to `third_party`. It must not be included if any
|
|
144
154
|
# other `fulfillment_method` is provided.
|
|
145
155
|
third_party: nil,
|
|
156
|
+
# If provided, the check will be valid on or before this date. After this date,
|
|
157
|
+
# the check transfer will be stopped and deposits will not be accepted. For checks
|
|
158
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
159
|
+
valid_until_date: nil,
|
|
146
160
|
request_options: {}
|
|
147
161
|
)
|
|
148
162
|
end
|
|
@@ -161,6 +175,7 @@ module Increase
|
|
|
161
175
|
physical_check: Increase::CheckTransferCreateParams::PhysicalCheck,
|
|
162
176
|
require_approval: T::Boolean,
|
|
163
177
|
third_party: Increase::CheckTransferCreateParams::ThirdParty,
|
|
178
|
+
valid_until_date: Date,
|
|
164
179
|
request_options: Increase::RequestOptions
|
|
165
180
|
}
|
|
166
181
|
)
|
|
@@ -126,6 +126,10 @@ module Increase
|
|
|
126
126
|
sig { returns(T.nilable(String)) }
|
|
127
127
|
attr_accessor :back_file_id
|
|
128
128
|
|
|
129
|
+
# The identifier of the Check Deposit if this check was deposited.
|
|
130
|
+
sig { returns(T.nilable(String)) }
|
|
131
|
+
attr_accessor :check_deposit_id
|
|
132
|
+
|
|
129
133
|
# The identifier for the File containing the front of the check.
|
|
130
134
|
sig { returns(T.nilable(String)) }
|
|
131
135
|
attr_accessor :front_file_id
|
|
@@ -135,6 +139,7 @@ module Increase
|
|
|
135
139
|
params(
|
|
136
140
|
amount: Integer,
|
|
137
141
|
back_file_id: T.nilable(String),
|
|
142
|
+
check_deposit_id: T.nilable(String),
|
|
138
143
|
front_file_id: T.nilable(String)
|
|
139
144
|
).returns(T.attached_class)
|
|
140
145
|
end
|
|
@@ -143,6 +148,8 @@ module Increase
|
|
|
143
148
|
amount:,
|
|
144
149
|
# The identifier for the File containing the back of the check.
|
|
145
150
|
back_file_id:,
|
|
151
|
+
# The identifier of the Check Deposit if this check was deposited.
|
|
152
|
+
check_deposit_id:,
|
|
146
153
|
# The identifier for the File containing the front of the check.
|
|
147
154
|
front_file_id:
|
|
148
155
|
)
|
|
@@ -153,6 +160,7 @@ module Increase
|
|
|
153
160
|
{
|
|
154
161
|
amount: Integer,
|
|
155
162
|
back_file_id: T.nilable(String),
|
|
163
|
+
check_deposit_id: T.nilable(String),
|
|
156
164
|
front_file_id: T.nilable(String)
|
|
157
165
|
}
|
|
158
166
|
)
|
|
@@ -18,6 +18,7 @@ module Increase
|
|
|
18
18
|
Increase::CheckTransferCreateParams::PhysicalCheck::OrHash,
|
|
19
19
|
require_approval: T::Boolean,
|
|
20
20
|
third_party: Increase::CheckTransferCreateParams::ThirdParty::OrHash,
|
|
21
|
+
valid_until_date: Date,
|
|
21
22
|
request_options: Increase::RequestOptions::OrHash
|
|
22
23
|
).returns(Increase::CheckTransfer)
|
|
23
24
|
end
|
|
@@ -48,6 +49,10 @@ module Increase
|
|
|
48
49
|
# `fulfillment_method` is equal to `third_party`. It must not be included if any
|
|
49
50
|
# other `fulfillment_method` is provided.
|
|
50
51
|
third_party: nil,
|
|
52
|
+
# If provided, the check will be valid on or before this date. After this date,
|
|
53
|
+
# the check transfer will be stopped and deposits will not be accepted. For checks
|
|
54
|
+
# printed by Increase, this date is included on the check as its expiry.
|
|
55
|
+
valid_until_date: nil,
|
|
51
56
|
request_options: {}
|
|
52
57
|
)
|
|
53
58
|
end
|
|
@@ -25,7 +25,8 @@ module Increase
|
|
|
25
25
|
stop_payment_request: Increase::CheckTransfer::StopPaymentRequest?,
|
|
26
26
|
submission: Increase::CheckTransfer::Submission?,
|
|
27
27
|
third_party: Increase::CheckTransfer::ThirdParty?,
|
|
28
|
-
type: Increase::Models::CheckTransfer::type_
|
|
28
|
+
type: Increase::Models::CheckTransfer::type_,
|
|
29
|
+
valid_until_date: Date?
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
class CheckTransfer < Increase::Internal::Type::BaseModel
|
|
@@ -77,6 +78,8 @@ module Increase
|
|
|
77
78
|
|
|
78
79
|
attr_accessor type: Increase::Models::CheckTransfer::type_
|
|
79
80
|
|
|
81
|
+
attr_accessor valid_until_date: Date?
|
|
82
|
+
|
|
80
83
|
def initialize: (
|
|
81
84
|
id: String,
|
|
82
85
|
account_id: String,
|
|
@@ -101,7 +104,8 @@ module Increase
|
|
|
101
104
|
stop_payment_request: Increase::CheckTransfer::StopPaymentRequest?,
|
|
102
105
|
submission: Increase::CheckTransfer::Submission?,
|
|
103
106
|
third_party: Increase::CheckTransfer::ThirdParty?,
|
|
104
|
-
type: Increase::Models::CheckTransfer::type_
|
|
107
|
+
type: Increase::Models::CheckTransfer::type_,
|
|
108
|
+
valid_until_date: Date?
|
|
105
109
|
) -> void
|
|
106
110
|
|
|
107
111
|
def to_hash: -> {
|
|
@@ -128,7 +132,8 @@ module Increase
|
|
|
128
132
|
stop_payment_request: Increase::CheckTransfer::StopPaymentRequest?,
|
|
129
133
|
submission: Increase::CheckTransfer::Submission?,
|
|
130
134
|
third_party: Increase::CheckTransfer::ThirdParty?,
|
|
131
|
-
type: Increase::Models::CheckTransfer::type_
|
|
135
|
+
type: Increase::Models::CheckTransfer::type_,
|
|
136
|
+
valid_until_date: Date?
|
|
132
137
|
}
|
|
133
138
|
|
|
134
139
|
type approval = { approved_at: Time, approved_by: String? }
|
|
@@ -10,7 +10,8 @@ module Increase
|
|
|
10
10
|
check_number: String,
|
|
11
11
|
physical_check: Increase::CheckTransferCreateParams::PhysicalCheck,
|
|
12
12
|
require_approval: bool,
|
|
13
|
-
third_party: Increase::CheckTransferCreateParams::ThirdParty
|
|
13
|
+
third_party: Increase::CheckTransferCreateParams::ThirdParty,
|
|
14
|
+
valid_until_date: Date
|
|
14
15
|
}
|
|
15
16
|
& Increase::Internal::Type::request_parameters
|
|
16
17
|
|
|
@@ -52,6 +53,10 @@ module Increase
|
|
|
52
53
|
Increase::CheckTransferCreateParams::ThirdParty
|
|
53
54
|
) -> Increase::CheckTransferCreateParams::ThirdParty
|
|
54
55
|
|
|
56
|
+
attr_reader valid_until_date: Date?
|
|
57
|
+
|
|
58
|
+
def valid_until_date=: (Date) -> Date
|
|
59
|
+
|
|
55
60
|
def initialize: (
|
|
56
61
|
account_id: String,
|
|
57
62
|
amount: Integer,
|
|
@@ -62,6 +67,7 @@ module Increase
|
|
|
62
67
|
?physical_check: Increase::CheckTransferCreateParams::PhysicalCheck,
|
|
63
68
|
?require_approval: bool,
|
|
64
69
|
?third_party: Increase::CheckTransferCreateParams::ThirdParty,
|
|
70
|
+
?valid_until_date: Date,
|
|
65
71
|
?request_options: Increase::request_opts
|
|
66
72
|
) -> void
|
|
67
73
|
|
|
@@ -75,6 +81,7 @@ module Increase
|
|
|
75
81
|
physical_check: Increase::CheckTransferCreateParams::PhysicalCheck,
|
|
76
82
|
require_approval: bool,
|
|
77
83
|
third_party: Increase::CheckTransferCreateParams::ThirdParty,
|
|
84
|
+
valid_until_date: Date,
|
|
78
85
|
request_options: Increase::RequestOptions
|
|
79
86
|
}
|
|
80
87
|
|
|
@@ -57,24 +57,33 @@ module Increase
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
type check =
|
|
60
|
-
{
|
|
60
|
+
{
|
|
61
|
+
amount: Integer,
|
|
62
|
+
back_file_id: String?,
|
|
63
|
+
check_deposit_id: String?,
|
|
64
|
+
front_file_id: String?
|
|
65
|
+
}
|
|
61
66
|
|
|
62
67
|
class Check < Increase::Internal::Type::BaseModel
|
|
63
68
|
attr_accessor amount: Integer
|
|
64
69
|
|
|
65
70
|
attr_accessor back_file_id: String?
|
|
66
71
|
|
|
72
|
+
attr_accessor check_deposit_id: String?
|
|
73
|
+
|
|
67
74
|
attr_accessor front_file_id: String?
|
|
68
75
|
|
|
69
76
|
def initialize: (
|
|
70
77
|
amount: Integer,
|
|
71
78
|
back_file_id: String?,
|
|
79
|
+
check_deposit_id: String?,
|
|
72
80
|
front_file_id: String?
|
|
73
81
|
) -> void
|
|
74
82
|
|
|
75
83
|
def to_hash: -> {
|
|
76
84
|
amount: Integer,
|
|
77
85
|
back_file_id: String?,
|
|
86
|
+
check_deposit_id: String?,
|
|
78
87
|
front_file_id: String?
|
|
79
88
|
}
|
|
80
89
|
end
|
|
@@ -11,6 +11,7 @@ module Increase
|
|
|
11
11
|
?physical_check: Increase::CheckTransferCreateParams::PhysicalCheck,
|
|
12
12
|
?require_approval: bool,
|
|
13
13
|
?third_party: Increase::CheckTransferCreateParams::ThirdParty,
|
|
14
|
+
?valid_until_date: Date,
|
|
14
15
|
?request_options: Increase::request_opts
|
|
15
16
|
) -> Increase::CheckTransfer
|
|
16
17
|
|
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.133.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-11-
|
|
11
|
+
date: 2025-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|