increase 1.347.0 → 1.349.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/README.md +1 -1
- data/lib/increase/models/account_create_params.rb +15 -15
- data/lib/increase/models/ach_prenotification_create_params.rb +2 -2
- data/lib/increase/models/ach_transfer.rb +2 -2
- data/lib/increase/models/ach_transfer_create_params.rb +1 -24
- data/lib/increase/models/balance_lookup.rb +49 -1
- data/lib/increase/models/beneficial_owner_update_params.rb +9 -1
- data/lib/increase/models/card.rb +43 -1
- data/lib/increase/models/card_create_params.rb +42 -1
- data/lib/increase/models/card_dispute.rb +1 -1
- data/lib/increase/models/card_dispute_list_params.rb +1 -1
- data/lib/increase/models/card_payment.rb +18 -1
- data/lib/increase/models/check_transfer.rb +13 -1
- data/lib/increase/models/check_transfer_create_params.rb +25 -13
- data/lib/increase/models/entity.rb +315 -5
- data/lib/increase/models/entity_update_params.rb +754 -1
- data/lib/increase/models/event.rb +12 -0
- data/lib/increase/models/event_list_params.rb +12 -0
- data/lib/increase/models/event_subscription.rb +12 -0
- data/lib/increase/models/event_subscription_create_params.rb +12 -0
- data/lib/increase/models/file.rb +7 -6
- data/lib/increase/models/inbound_ach_transfer.rb +6 -6
- data/lib/increase/models/inbound_check_deposit.rb +5 -2
- data/lib/increase/models/inbound_fednow_transfer.rb +18 -1
- data/lib/increase/models/pending_transaction.rb +25 -8
- data/lib/increase/models/pending_transaction_list_params.rb +1 -1
- data/lib/increase/models/physical_card_create_params.rb +6 -3
- data/lib/increase/models/real_time_decision.rb +18 -1
- data/lib/increase/models/real_time_payments_transfer.rb +30 -19
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +12 -1
- data/lib/increase/models/simulations/card_dispute_action_params.rb +30 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +3 -0
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +8 -11
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +18 -18
- data/lib/increase/models/transaction.rb +5 -2
- data/lib/increase/models/unwrap_webhook_event.rb +12 -0
- data/lib/increase/models/wire_transfer_create_params.rb +100 -42
- data/lib/increase/resources/ach_prenotifications.rb +1 -1
- data/lib/increase/resources/ach_transfers.rb +1 -4
- data/lib/increase/resources/beneficial_owners.rb +3 -1
- data/lib/increase/resources/cards.rb +5 -1
- data/lib/increase/resources/physical_cards.rb +2 -1
- data/lib/increase/resources/real_time_payments_transfers.rb +5 -1
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +4 -1
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +37 -21
- data/rbi/increase/models/ach_prenotification_create_params.rbi +2 -2
- data/rbi/increase/models/ach_transfer.rbi +2 -2
- data/rbi/increase/models/ach_transfer_create_params.rbi +0 -59
- data/rbi/increase/models/balance_lookup.rbi +48 -0
- data/rbi/increase/models/beneficial_owner_update_params.rbi +11 -0
- data/rbi/increase/models/card.rbi +63 -0
- data/rbi/increase/models/card_create_params.rbi +65 -0
- data/rbi/increase/models/card_dispute.rbi +1 -1
- data/rbi/increase/models/card_dispute_list_params.rbi +1 -1
- data/rbi/increase/models/card_payment.rbi +16 -0
- data/rbi/increase/models/check_transfer.rbi +15 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +26 -12
- data/rbi/increase/models/entity.rbi +552 -3
- data/rbi/increase/models/entity_update_params.rbi +1326 -3
- data/rbi/increase/models/event.rbi +28 -0
- data/rbi/increase/models/event_list_params.rbi +28 -0
- data/rbi/increase/models/event_subscription.rbi +28 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +28 -0
- data/rbi/increase/models/file.rbi +7 -6
- data/rbi/increase/models/inbound_ach_transfer.rbi +6 -6
- data/rbi/increase/models/inbound_check_deposit.rbi +4 -2
- data/rbi/increase/models/inbound_fednow_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction.rbi +23 -7
- data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
- data/rbi/increase/models/physical_card_create_params.rbi +6 -3
- data/rbi/increase/models/real_time_decision.rbi +16 -0
- data/rbi/increase/models/real_time_payments_transfer.rbi +29 -18
- data/rbi/increase/models/real_time_payments_transfer_create_params.rbi +15 -0
- data/rbi/increase/models/simulations/card_dispute_action_params.rbi +60 -0
- data/rbi/increase/models/simulations/entity_update_validation_params.rbi +7 -0
- data/rbi/increase/models/simulations/inbound_check_deposit_adjustment_params.rbi +8 -23
- data/rbi/increase/models/simulations/real_time_payments_transfer_complete_params.rbi +18 -18
- data/rbi/increase/models/transaction.rbi +4 -2
- data/rbi/increase/models/unwrap_webhook_event.rbi +28 -0
- data/rbi/increase/models/wire_transfer_create_params.rbi +146 -62
- data/rbi/increase/resources/ach_prenotifications.rbi +1 -1
- data/rbi/increase/resources/ach_transfers.rbi +0 -4
- data/rbi/increase/resources/beneficial_owners.rbi +3 -0
- data/rbi/increase/resources/cards.rbi +4 -0
- data/rbi/increase/resources/physical_cards.rbi +2 -1
- data/rbi/increase/resources/real_time_payments_transfers.rbi +4 -0
- data/rbi/increase/resources/simulations/inbound_check_deposits.rbi +4 -1
- data/sig/increase/models/account_create_params.rbs +20 -12
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -24
- data/sig/increase/models/balance_lookup.rbs +30 -0
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -0
- data/sig/increase/models/card.rbs +19 -0
- data/sig/increase/models/card_create_params.rbs +25 -0
- data/sig/increase/models/card_dispute.rbs +1 -1
- data/sig/increase/models/card_dispute_list_params.rbs +1 -1
- data/sig/increase/models/card_payment.rbs +5 -0
- data/sig/increase/models/check_transfer.rbs +9 -0
- data/sig/increase/models/check_transfer_create_params.rbs +7 -0
- data/sig/increase/models/entity.rbs +248 -5
- data/sig/increase/models/entity_update_params.rbs +585 -3
- data/sig/increase/models/event.rbs +16 -0
- data/sig/increase/models/event_list_params.rbs +16 -0
- data/sig/increase/models/event_subscription.rbs +16 -0
- data/sig/increase/models/event_subscription_create_params.rbs +16 -0
- data/sig/increase/models/inbound_ach_transfer.rbs +2 -2
- data/sig/increase/models/inbound_fednow_transfer.rbs +10 -0
- data/sig/increase/models/pending_transaction.rbs +6 -1
- data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
- data/sig/increase/models/real_time_decision.rbs +5 -0
- data/sig/increase/models/real_time_payments_transfer.rbs +23 -18
- data/sig/increase/models/real_time_payments_transfer_create_params.rbs +7 -0
- data/sig/increase/models/simulations/card_dispute_action_params.rbs +23 -0
- data/sig/increase/models/simulations/entity_update_validation_params.rbs +4 -0
- data/sig/increase/models/simulations/inbound_check_deposit_adjustment_params.rbs +1 -15
- data/sig/increase/models/simulations/real_time_payments_transfer_complete_params.rbs +18 -18
- data/sig/increase/models/unwrap_webhook_event.rbs +16 -0
- data/sig/increase/models/wire_transfer_create_params.rbs +78 -32
- data/sig/increase/resources/ach_transfers.rbs +0 -1
- data/sig/increase/resources/beneficial_owners.rbs +1 -0
- data/sig/increase/resources/cards.rbs +1 -0
- data/sig/increase/resources/real_time_payments_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -268,7 +268,8 @@ module Increase
|
|
|
268
268
|
)
|
|
269
269
|
end
|
|
270
270
|
|
|
271
|
-
# Details for where Increase will mail the check.
|
|
271
|
+
# Details for where Increase will mail the check. When `physical_check_batch_id`
|
|
272
|
+
# is set, the address must match the Physical Check Batch.
|
|
272
273
|
sig do
|
|
273
274
|
returns(
|
|
274
275
|
Increase::CheckTransferCreateParams::PhysicalCheck::MailingAddress
|
|
@@ -327,9 +328,16 @@ module Increase
|
|
|
327
328
|
sig { params(note: String).void }
|
|
328
329
|
attr_writer :note
|
|
329
330
|
|
|
330
|
-
# The
|
|
331
|
-
|
|
332
|
-
|
|
331
|
+
# The identifier of the Physical Check Batch to mail this check as a part of.
|
|
332
|
+
sig { returns(T.nilable(String)) }
|
|
333
|
+
attr_reader :physical_check_batch_id
|
|
334
|
+
|
|
335
|
+
sig { params(physical_check_batch_id: String).void }
|
|
336
|
+
attr_writer :physical_check_batch_id
|
|
337
|
+
|
|
338
|
+
# Details for where the courier will return the check to if it is unable to be
|
|
339
|
+
# delivered. Defaults to an Increase-owned address that will mark checks as
|
|
340
|
+
# delivery failed and shred them.
|
|
333
341
|
sig do
|
|
334
342
|
returns(
|
|
335
343
|
T.nilable(
|
|
@@ -410,6 +418,7 @@ module Increase
|
|
|
410
418
|
attachment_file_id: String,
|
|
411
419
|
check_voucher_image_file_id: String,
|
|
412
420
|
note: String,
|
|
421
|
+
physical_check_batch_id: String,
|
|
413
422
|
return_address:
|
|
414
423
|
Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress::OrHash,
|
|
415
424
|
return_address_name: String,
|
|
@@ -420,7 +429,8 @@ module Increase
|
|
|
420
429
|
).returns(T.attached_class)
|
|
421
430
|
end
|
|
422
431
|
def self.new(
|
|
423
|
-
# Details for where Increase will mail the check.
|
|
432
|
+
# Details for where Increase will mail the check. When `physical_check_batch_id`
|
|
433
|
+
# is set, the address must match the Physical Check Batch.
|
|
424
434
|
mailing_address:,
|
|
425
435
|
# The descriptor that will be printed on the memo field on the check.
|
|
426
436
|
memo:,
|
|
@@ -440,9 +450,11 @@ module Increase
|
|
|
440
450
|
check_voucher_image_file_id: nil,
|
|
441
451
|
# The descriptor that will be printed on the letter included with the check.
|
|
442
452
|
note: nil,
|
|
443
|
-
# The
|
|
444
|
-
|
|
445
|
-
#
|
|
453
|
+
# The identifier of the Physical Check Batch to mail this check as a part of.
|
|
454
|
+
physical_check_batch_id: nil,
|
|
455
|
+
# Details for where the courier will return the check to if it is unable to be
|
|
456
|
+
# delivered. Defaults to an Increase-owned address that will mark checks as
|
|
457
|
+
# delivery failed and shred them.
|
|
446
458
|
return_address: nil,
|
|
447
459
|
# A custom name to print above the default return address. Cannot be provided
|
|
448
460
|
# together with `return_address`.
|
|
@@ -471,6 +483,7 @@ module Increase
|
|
|
471
483
|
attachment_file_id: String,
|
|
472
484
|
check_voucher_image_file_id: String,
|
|
473
485
|
note: String,
|
|
486
|
+
physical_check_batch_id: String,
|
|
474
487
|
return_address:
|
|
475
488
|
Increase::CheckTransferCreateParams::PhysicalCheck::ReturnAddress,
|
|
476
489
|
return_address_name: String,
|
|
@@ -533,7 +546,8 @@ module Increase
|
|
|
533
546
|
sig { params(phone: String).void }
|
|
534
547
|
attr_writer :phone
|
|
535
548
|
|
|
536
|
-
# Details for where Increase will mail the check.
|
|
549
|
+
# Details for where Increase will mail the check. When `physical_check_batch_id`
|
|
550
|
+
# is set, the address must match the Physical Check Batch.
|
|
537
551
|
sig do
|
|
538
552
|
params(
|
|
539
553
|
city: String,
|
|
@@ -653,9 +667,9 @@ module Increase
|
|
|
653
667
|
sig { params(phone: String).void }
|
|
654
668
|
attr_writer :phone
|
|
655
669
|
|
|
656
|
-
#
|
|
657
|
-
# an Increase-owned address that will mark checks as
|
|
658
|
-
# them.
|
|
670
|
+
# Details for where the courier will return the check to if it is unable to be
|
|
671
|
+
# delivered. Defaults to an Increase-owned address that will mark checks as
|
|
672
|
+
# delivery failed and shred them.
|
|
659
673
|
sig do
|
|
660
674
|
params(
|
|
661
675
|
city: String,
|