increase 1.129.1 → 1.131.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/account.rb +0 -15
- data/lib/increase/models/account_transfer.rb +0 -15
- data/lib/increase/models/ach_transfer.rb +0 -30
- data/lib/increase/models/card_payment.rb +0 -210
- data/lib/increase/models/card_push_transfer.rb +0 -15
- data/lib/increase/models/check_deposit.rb +0 -60
- data/lib/increase/models/check_transfer.rb +0 -15
- data/lib/increase/models/declined_transaction.rb +0 -60
- data/lib/increase/models/fednow_transfer.rb +0 -15
- data/lib/increase/models/inbound_check_deposit.rb +0 -15
- data/lib/increase/models/inbound_fednow_transfer.rb +0 -15
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +0 -15
- data/lib/increase/models/intrafi_balance.rb +0 -15
- data/lib/increase/models/lockbox.rb +16 -16
- data/lib/increase/models/lockbox_update_params.rb +14 -14
- data/lib/increase/models/pending_transaction.rb +0 -90
- data/lib/increase/models/real_time_payments_transfer.rb +0 -15
- data/lib/increase/models/transaction.rb +0 -255
- data/lib/increase/models/wire_transfer.rb +0 -15
- data/lib/increase/resources/lockboxes.rb +3 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account.rbi +0 -15
- data/rbi/increase/models/account_transfer.rbi +0 -15
- data/rbi/increase/models/ach_transfer.rbi +0 -50
- data/rbi/increase/models/card_payment.rbi +0 -490
- data/rbi/increase/models/card_push_transfer.rbi +0 -15
- data/rbi/increase/models/check_deposit.rbi +0 -140
- data/rbi/increase/models/check_transfer.rbi +0 -15
- data/rbi/increase/models/declined_transaction.rbi +0 -120
- data/rbi/increase/models/fednow_transfer.rbi +0 -15
- data/rbi/increase/models/inbound_check_deposit.rbi +0 -15
- data/rbi/increase/models/inbound_fednow_transfer.rbi +0 -20
- data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +0 -35
- data/rbi/increase/models/intrafi_balance.rbi +0 -15
- data/rbi/increase/models/lockbox.rbi +28 -16
- data/rbi/increase/models/lockbox_update_params.rbi +44 -25
- data/rbi/increase/models/pending_transaction.rbi +0 -190
- data/rbi/increase/models/real_time_payments_transfer.rbi +0 -35
- data/rbi/increase/models/transaction.rbi +0 -575
- data/rbi/increase/models/wire_transfer.rbi +0 -15
- data/rbi/increase/resources/lockboxes.rbi +4 -3
- data/sig/increase/models/account.rbs +1 -16
- data/sig/increase/models/account_transfer.rbs +1 -16
- data/sig/increase/models/ach_transfer.rbs +2 -32
- data/sig/increase/models/card_payment.rbs +14 -224
- data/sig/increase/models/card_push_transfer.rbs +1 -16
- data/sig/increase/models/check_deposit.rbs +4 -64
- data/sig/increase/models/check_transfer.rbs +1 -16
- data/sig/increase/models/declined_transaction.rbs +4 -64
- data/sig/increase/models/fednow_transfer.rbs +1 -16
- data/sig/increase/models/inbound_check_deposit.rbs +1 -16
- data/sig/increase/models/inbound_fednow_transfer.rbs +1 -16
- data/sig/increase/models/inbound_real_time_payments_transfer.rbs +1 -16
- data/sig/increase/models/intrafi_balance.rbs +1 -16
- data/sig/increase/models/lockbox.rbs +12 -12
- data/sig/increase/models/lockbox_update_params.rbs +17 -17
- data/sig/increase/models/pending_transaction.rbs +6 -96
- data/sig/increase/models/real_time_payments_transfer.rbs +1 -16
- data/sig/increase/models/transaction.rbs +17 -272
- data/sig/increase/models/wire_transfer.rbs +1 -16
- data/sig/increase/resources/lockboxes.rbs +1 -1
- metadata +2 -2
|
@@ -443,21 +443,6 @@ module Increase
|
|
|
443
443
|
module Currency
|
|
444
444
|
extend Increase::Internal::Type::Enum
|
|
445
445
|
|
|
446
|
-
# Canadian Dollar (CAD)
|
|
447
|
-
CAD = :CAD
|
|
448
|
-
|
|
449
|
-
# Swiss Franc (CHF)
|
|
450
|
-
CHF = :CHF
|
|
451
|
-
|
|
452
|
-
# Euro (EUR)
|
|
453
|
-
EUR = :EUR
|
|
454
|
-
|
|
455
|
-
# British Pound (GBP)
|
|
456
|
-
GBP = :GBP
|
|
457
|
-
|
|
458
|
-
# Japanese Yen (JPY)
|
|
459
|
-
JPY = :JPY
|
|
460
|
-
|
|
461
446
|
# US Dollar (USD)
|
|
462
447
|
USD = :USD
|
|
463
448
|
|
|
@@ -51,16 +51,16 @@ module Increase
|
|
|
51
51
|
|
|
52
52
|
# Update a Lockbox
|
|
53
53
|
#
|
|
54
|
-
# @overload update(lockbox_id,
|
|
54
|
+
# @overload update(lockbox_id, check_deposit_behavior: nil, description: nil, recipient_name: nil, request_options: {})
|
|
55
55
|
#
|
|
56
56
|
# @param lockbox_id [String] The identifier of the Lockbox.
|
|
57
57
|
#
|
|
58
|
+
# @param check_deposit_behavior [Symbol, Increase::Models::LockboxUpdateParams::CheckDepositBehavior] This indicates if checks mailed to this lockbox will be deposited.
|
|
59
|
+
#
|
|
58
60
|
# @param description [String] The description you choose for the Lockbox.
|
|
59
61
|
#
|
|
60
62
|
# @param recipient_name [String] The recipient name you choose for the Lockbox.
|
|
61
63
|
#
|
|
62
|
-
# @param status [Symbol, Increase::Models::LockboxUpdateParams::Status] This indicates if checks can be sent to the Lockbox.
|
|
63
|
-
#
|
|
64
64
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
65
65
|
#
|
|
66
66
|
# @return [Increase::Models::Lockbox]
|
data/lib/increase/version.rb
CHANGED
|
@@ -217,21 +217,6 @@ module Increase
|
|
|
217
217
|
T.type_alias { T.all(Symbol, Increase::Account::Currency) }
|
|
218
218
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
219
219
|
|
|
220
|
-
# Canadian Dollar (CAD)
|
|
221
|
-
CAD = T.let(:CAD, Increase::Account::Currency::TaggedSymbol)
|
|
222
|
-
|
|
223
|
-
# Swiss Franc (CHF)
|
|
224
|
-
CHF = T.let(:CHF, Increase::Account::Currency::TaggedSymbol)
|
|
225
|
-
|
|
226
|
-
# Euro (EUR)
|
|
227
|
-
EUR = T.let(:EUR, Increase::Account::Currency::TaggedSymbol)
|
|
228
|
-
|
|
229
|
-
# British Pound (GBP)
|
|
230
|
-
GBP = T.let(:GBP, Increase::Account::Currency::TaggedSymbol)
|
|
231
|
-
|
|
232
|
-
# Japanese Yen (JPY)
|
|
233
|
-
JPY = T.let(:JPY, Increase::Account::Currency::TaggedSymbol)
|
|
234
|
-
|
|
235
220
|
# US Dollar (USD)
|
|
236
221
|
USD = T.let(:USD, Increase::Account::Currency::TaggedSymbol)
|
|
237
222
|
|
|
@@ -530,21 +530,6 @@ module Increase
|
|
|
530
530
|
T.type_alias { T.all(Symbol, Increase::AccountTransfer::Currency) }
|
|
531
531
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
532
532
|
|
|
533
|
-
# Canadian Dollar (CAD)
|
|
534
|
-
CAD = T.let(:CAD, Increase::AccountTransfer::Currency::TaggedSymbol)
|
|
535
|
-
|
|
536
|
-
# Swiss Franc (CHF)
|
|
537
|
-
CHF = T.let(:CHF, Increase::AccountTransfer::Currency::TaggedSymbol)
|
|
538
|
-
|
|
539
|
-
# Euro (EUR)
|
|
540
|
-
EUR = T.let(:EUR, Increase::AccountTransfer::Currency::TaggedSymbol)
|
|
541
|
-
|
|
542
|
-
# British Pound (GBP)
|
|
543
|
-
GBP = T.let(:GBP, Increase::AccountTransfer::Currency::TaggedSymbol)
|
|
544
|
-
|
|
545
|
-
# Japanese Yen (JPY)
|
|
546
|
-
JPY = T.let(:JPY, Increase::AccountTransfer::Currency::TaggedSymbol)
|
|
547
|
-
|
|
548
533
|
# US Dollar (USD)
|
|
549
534
|
USD = T.let(:USD, Increase::AccountTransfer::Currency::TaggedSymbol)
|
|
550
535
|
|
|
@@ -1072,21 +1072,6 @@ module Increase
|
|
|
1072
1072
|
T.type_alias { T.all(Symbol, Increase::ACHTransfer::Currency) }
|
|
1073
1073
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1074
1074
|
|
|
1075
|
-
# Canadian Dollar (CAD)
|
|
1076
|
-
CAD = T.let(:CAD, Increase::ACHTransfer::Currency::TaggedSymbol)
|
|
1077
|
-
|
|
1078
|
-
# Swiss Franc (CHF)
|
|
1079
|
-
CHF = T.let(:CHF, Increase::ACHTransfer::Currency::TaggedSymbol)
|
|
1080
|
-
|
|
1081
|
-
# Euro (EUR)
|
|
1082
|
-
EUR = T.let(:EUR, Increase::ACHTransfer::Currency::TaggedSymbol)
|
|
1083
|
-
|
|
1084
|
-
# British Pound (GBP)
|
|
1085
|
-
GBP = T.let(:GBP, Increase::ACHTransfer::Currency::TaggedSymbol)
|
|
1086
|
-
|
|
1087
|
-
# Japanese Yen (JPY)
|
|
1088
|
-
JPY = T.let(:JPY, Increase::ACHTransfer::Currency::TaggedSymbol)
|
|
1089
|
-
|
|
1090
1075
|
# US Dollar (USD)
|
|
1091
1076
|
USD = T.let(:USD, Increase::ACHTransfer::Currency::TaggedSymbol)
|
|
1092
1077
|
|
|
@@ -1302,41 +1287,6 @@ module Increase
|
|
|
1302
1287
|
end
|
|
1303
1288
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
1304
1289
|
|
|
1305
|
-
# Canadian Dollar (CAD)
|
|
1306
|
-
CAD =
|
|
1307
|
-
T.let(
|
|
1308
|
-
:CAD,
|
|
1309
|
-
Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol
|
|
1310
|
-
)
|
|
1311
|
-
|
|
1312
|
-
# Swiss Franc (CHF)
|
|
1313
|
-
CHF =
|
|
1314
|
-
T.let(
|
|
1315
|
-
:CHF,
|
|
1316
|
-
Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol
|
|
1317
|
-
)
|
|
1318
|
-
|
|
1319
|
-
# Euro (EUR)
|
|
1320
|
-
EUR =
|
|
1321
|
-
T.let(
|
|
1322
|
-
:EUR,
|
|
1323
|
-
Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol
|
|
1324
|
-
)
|
|
1325
|
-
|
|
1326
|
-
# British Pound (GBP)
|
|
1327
|
-
GBP =
|
|
1328
|
-
T.let(
|
|
1329
|
-
:GBP,
|
|
1330
|
-
Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol
|
|
1331
|
-
)
|
|
1332
|
-
|
|
1333
|
-
# Japanese Yen (JPY)
|
|
1334
|
-
JPY =
|
|
1335
|
-
T.let(
|
|
1336
|
-
:JPY,
|
|
1337
|
-
Increase::ACHTransfer::InboundFundsHold::Currency::TaggedSymbol
|
|
1338
|
-
)
|
|
1339
|
-
|
|
1340
1290
|
# US Dollar (USD)
|
|
1341
1291
|
USD =
|
|
1342
1292
|
T.let(
|