increase 1.340.0 → 1.342.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/client.rb +8 -6
- data/lib/increase/internal/type/converter.rb +13 -12
- data/lib/increase/models/account.rb +40 -19
- data/lib/increase/models/account_create_params.rb +14 -11
- data/lib/increase/models/account_list_params.rb +25 -17
- data/lib/increase/models/account_number.rb +22 -14
- data/lib/increase/models/account_number_create_params.rb +12 -13
- data/lib/increase/models/account_number_list_params.rb +26 -20
- data/lib/increase/models/account_number_update_params.rb +12 -11
- data/lib/increase/models/account_statement.rb +15 -11
- data/lib/increase/models/account_statement_list_params.rb +15 -12
- data/lib/increase/models/account_transfer.rb +58 -29
- data/lib/increase/models/account_transfer_create_params.rb +12 -7
- data/lib/increase/models/account_transfer_list_params.rb +20 -12
- data/lib/increase/models/ach_prenotification.rb +49 -28
- data/lib/increase/models/ach_prenotification_create_params.rb +15 -8
- data/lib/increase/models/ach_prenotification_list_params.rb +20 -12
- data/lib/increase/models/ach_transfer.rb +220 -105
- data/lib/increase/models/ach_transfer_create_params.rb +110 -61
- data/lib/increase/models/ach_transfer_list_params.rb +23 -16
- data/lib/increase/models/balance_lookup.rb +14 -11
- data/lib/increase/models/beneficial_owner_create_params.rb +60 -46
- data/lib/increase/models/beneficial_owner_list_params.rb +11 -6
- data/lib/increase/models/beneficial_owner_update_params.rb +56 -40
- data/lib/increase/models/card.rb +69 -47
- data/lib/increase/models/card_create_details_iframe_params.rb +3 -4
- data/lib/increase/models/card_create_params.rb +65 -56
- data/lib/increase/models/card_details.rb +7 -5
- data/lib/increase/models/card_dispute.rb +530 -306
- data/lib/increase/models/card_dispute_create_params.rb +271 -175
- data/lib/increase/models/card_dispute_list_params.rb +24 -16
- data/lib/increase/models/card_dispute_submit_user_submission_params.rb +288 -191
- data/lib/increase/models/card_iframe_url.rb +3 -4
- data/lib/increase/models/card_list_params.rb +23 -16
- data/lib/increase/models/card_payment.rb +1941 -1200
- data/lib/increase/models/card_payment_list_params.rb +15 -11
- data/lib/increase/models/card_purchase_supplement.rb +37 -25
- data/lib/increase/models/card_purchase_supplement_list_params.rb +18 -13
- data/lib/increase/models/card_push_transfer.rb +121 -65
- data/lib/increase/models/card_push_transfer_create_params.rb +55 -25
- data/lib/increase/models/card_push_transfer_list_params.rb +23 -16
- data/lib/increase/models/card_token.rb +9 -6
- data/lib/increase/models/card_token_capabilities.rb +11 -8
- data/lib/increase/models/card_token_list_params.rb +15 -11
- data/lib/increase/models/card_update_params.rb +65 -57
- data/lib/increase/models/card_validation.rb +76 -43
- data/lib/increase/models/card_validation_create_params.rb +11 -7
- data/lib/increase/models/card_validation_list_params.rb +23 -16
- data/lib/increase/models/check_deposit.rb +103 -52
- data/lib/increase/models/check_deposit_create_params.rb +2 -4
- data/lib/increase/models/check_deposit_list_params.rb +20 -12
- data/lib/increase/models/check_transfer.rb +127 -76
- data/lib/increase/models/check_transfer_create_params.rb +91 -51
- data/lib/increase/models/check_transfer_list_params.rb +24 -16
- data/lib/increase/models/check_transfer_stop_payment_params.rb +2 -1
- data/lib/increase/models/declined_transaction.rb +339 -206
- data/lib/increase/models/declined_transaction_list_params.rb +18 -15
- data/lib/increase/models/digital_card_profile.rb +16 -9
- data/lib/increase/models/digital_card_profile_clone_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_create_params.rb +2 -1
- data/lib/increase/models/digital_card_profile_list_params.rb +12 -9
- data/lib/increase/models/digital_wallet_token.rb +26 -17
- data/lib/increase/models/digital_wallet_token_list_params.rb +15 -11
- data/lib/increase/models/entity.rb +175 -135
- data/lib/increase/models/entity_archive_params.rb +3 -4
- data/lib/increase/models/entity_beneficial_owner.rb +24 -19
- data/lib/increase/models/entity_create_params.rb +395 -290
- data/lib/increase/models/entity_list_params.rb +67 -16
- data/lib/increase/models/entity_onboarding_session.rb +25 -11
- data/lib/increase/models/entity_onboarding_session_create_params.rb +8 -5
- data/lib/increase/models/entity_onboarding_session_list_params.rb +12 -9
- data/lib/increase/models/entity_supplemental_document.rb +10 -6
- data/lib/increase/models/entity_update_params.rb +136 -104
- data/lib/increase/models/event.rb +14 -5
- data/lib/increase/models/event_list_params.rb +31 -17
- data/lib/increase/models/event_subscription.rb +25 -9
- data/lib/increase/models/event_subscription_create_params.rb +22 -8
- data/lib/increase/models/event_subscription_list_params.rb +8 -5
- data/lib/increase/models/event_subscription_update_params.rb +2 -1
- data/lib/increase/models/export.rb +69 -30
- data/lib/increase/models/export_create_params.rb +76 -46
- data/lib/increase/models/export_list_params.rb +26 -17
- data/lib/increase/models/external_account.rb +14 -8
- data/lib/increase/models/external_account_create_params.rb +7 -6
- data/lib/increase/models/external_account_list_params.rb +12 -9
- data/lib/increase/models/external_account_update_params.rb +6 -3
- data/lib/increase/models/fednow_transfer.rb +62 -32
- data/lib/increase/models/fednow_transfer_create_params.rb +11 -8
- data/lib/increase/models/fednow_transfer_list_params.rb +25 -17
- data/lib/increase/models/file.rb +13 -7
- data/lib/increase/models/file_create_params.rb +6 -5
- data/lib/increase/models/file_link.rb +17 -8
- data/lib/increase/models/file_link_create_params.rb +3 -4
- data/lib/increase/models/file_list_params.rb +23 -16
- data/lib/increase/models/group.rb +6 -5
- data/lib/increase/models/inbound_ach_transfer.rb +115 -51
- data/lib/increase/models/inbound_ach_transfer_create_notification_of_change_params.rb +3 -5
- data/lib/increase/models/inbound_ach_transfer_decline_params.rb +4 -4
- data/lib/increase/models/inbound_ach_transfer_list_params.rb +21 -16
- data/lib/increase/models/inbound_ach_transfer_transfer_return_params.rb +6 -5
- data/lib/increase/models/inbound_check_deposit.rb +46 -19
- data/lib/increase/models/inbound_check_deposit_list_params.rb +18 -12
- data/lib/increase/models/inbound_check_deposit_return_params.rb +2 -1
- data/lib/increase/models/inbound_fednow_transfer.rb +28 -14
- data/lib/increase/models/inbound_fednow_transfer_list_params.rb +18 -12
- data/lib/increase/models/inbound_fednow_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_mail_item.rb +13 -8
- data/lib/increase/models/inbound_mail_item_action_params.rb +4 -2
- data/lib/increase/models/inbound_mail_item_list_params.rb +17 -12
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +21 -12
- data/lib/increase/models/inbound_real_time_payments_transfer_list_params.rb +21 -14
- data/lib/increase/models/inbound_real_time_payments_transfer_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_drawdown_request.rb +23 -10
- data/lib/increase/models/inbound_wire_drawdown_request_list_params.rb +3 -4
- data/lib/increase/models/inbound_wire_drawdown_request_retrieve_params.rb +2 -1
- data/lib/increase/models/inbound_wire_transfer.rb +51 -22
- data/lib/increase/models/inbound_wire_transfer_list_params.rb +24 -17
- data/lib/increase/models/inbound_wire_transfer_reverse_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment.rb +16 -8
- data/lib/increase/models/intrafi_account_enrollment_list_params.rb +12 -9
- data/lib/increase/models/intrafi_account_enrollment_retrieve_params.rb +2 -1
- data/lib/increase/models/intrafi_account_enrollment_unenroll_params.rb +2 -1
- data/lib/increase/models/intrafi_balance.rb +18 -12
- data/lib/increase/models/intrafi_exclusion.rb +13 -7
- data/lib/increase/models/intrafi_exclusion_archive_params.rb +4 -4
- data/lib/increase/models/intrafi_exclusion_create_params.rb +5 -4
- data/lib/increase/models/intrafi_exclusion_list_params.rb +8 -5
- data/lib/increase/models/lockbox_address.rb +16 -11
- data/lib/increase/models/lockbox_address_list_params.rb +20 -12
- data/lib/increase/models/lockbox_address_update_params.rb +2 -1
- data/lib/increase/models/lockbox_recipient.rb +22 -10
- data/lib/increase/models/lockbox_recipient_create_params.rb +5 -5
- data/lib/increase/models/lockbox_recipient_list_params.rb +22 -13
- data/lib/increase/models/lockbox_recipient_update_params.rb +2 -1
- data/lib/increase/models/oauth_application.rb +12 -7
- data/lib/increase/models/oauth_application_list_params.rb +18 -15
- data/lib/increase/models/oauth_connection.rb +9 -6
- data/lib/increase/models/oauth_connection_list_params.rb +10 -9
- data/lib/increase/models/oauth_token.rb +6 -5
- data/lib/increase/models/oauth_token_create_params.rb +14 -7
- data/lib/increase/models/pending_transaction.rb +392 -239
- data/lib/increase/models/pending_transaction_create_params.rb +6 -6
- data/lib/increase/models/pending_transaction_list_params.rb +23 -19
- data/lib/increase/models/physical_card.rb +36 -24
- data/lib/increase/models/physical_card_create_params.rb +22 -17
- data/lib/increase/models/physical_card_list_params.rb +20 -12
- data/lib/increase/models/physical_card_profile.rb +33 -17
- data/lib/increase/models/physical_card_profile_clone_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_create_params.rb +9 -9
- data/lib/increase/models/physical_card_profile_list_params.rb +12 -9
- data/lib/increase/models/physical_card_update_params.rb +2 -1
- data/lib/increase/models/program.rb +15 -8
- data/lib/increase/models/program_list_params.rb +3 -4
- data/lib/increase/models/real_time_decision.rb +561 -370
- data/lib/increase/models/real_time_decision_action_params.rb +86 -75
- data/lib/increase/models/real_time_payments_transfer.rb +90 -47
- data/lib/increase/models/real_time_payments_transfer_approve_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_cancel_params.rb +2 -1
- data/lib/increase/models/real_time_payments_transfer_create_params.rb +24 -12
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +28 -19
- data/lib/increase/models/routing_number_list_params.rb +3 -4
- data/lib/increase/models/routing_number_list_response.rb +11 -8
- data/lib/increase/models/simulations/account_revenue_payment_create_params.rb +9 -7
- data/lib/increase/models/simulations/ach_transfer_create_notification_of_change_params.rb +5 -6
- data/lib/increase/models/simulations/ach_transfer_return_params.rb +18 -6
- data/lib/increase/models/simulations/ach_transfer_settle_params.rb +4 -4
- data/lib/increase/models/simulations/card_authentication_create_params.rb +10 -8
- data/lib/increase/models/simulations/card_authorization_create_params.rb +50 -27
- data/lib/increase/models/simulations/card_authorization_create_response.rb +11 -7
- data/lib/increase/models/simulations/card_balance_inquiry_create_params.rb +26 -13
- data/lib/increase/models/simulations/card_dispute_action_params.rb +39 -19
- data/lib/increase/models/simulations/card_fuel_confirmation_create_params.rb +3 -5
- data/lib/increase/models/simulations/card_increment_create_params.rb +5 -4
- data/lib/increase/models/simulations/card_purchase_supplement_create_params.rb +7 -7
- data/lib/increase/models/simulations/card_refund_create_params.rb +10 -6
- data/lib/increase/models/simulations/card_reversal_create_params.rb +3 -4
- data/lib/increase/models/simulations/card_settlement_create_params.rb +16 -13
- data/lib/increase/models/simulations/card_token_create_params.rb +18 -9
- data/lib/increase/models/simulations/check_deposit_adjustment_params.rb +8 -5
- data/lib/increase/models/simulations/check_deposit_submit_params.rb +9 -10
- data/lib/increase/models/simulations/digital_wallet_token_request_create_response.rb +9 -7
- data/lib/increase/models/simulations/entity_onboarding_session_submit_params.rb +2 -1
- data/lib/increase/models/simulations/entity_update_validation_params.rb +5 -5
- data/lib/increase/models/simulations/export_create_params.rb +5 -5
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +20 -12
- data/lib/increase/models/simulations/inbound_check_deposit_adjustment_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_check_deposit_create_params.rb +6 -6
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +9 -6
- data/lib/increase/models/simulations/inbound_real_time_payments_transfer_create_params.rb +5 -6
- data/lib/increase/models/simulations/inbound_wire_drawdown_request_create_params.rb +27 -13
- data/lib/increase/models/simulations/inbound_wire_transfer_create_params.rb +45 -19
- data/lib/increase/models/simulations/interest_payment_create_params.rb +4 -5
- data/lib/increase/models/simulations/pending_transaction_release_inbound_funds_hold_params.rb +3 -5
- data/lib/increase/models/simulations/physical_card_advance_shipment_params.rb +2 -1
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -5
- data/lib/increase/models/simulations/program_create_params.rb +4 -5
- data/lib/increase/models/simulations/real_time_payments_transfer_complete_params.rb +6 -3
- data/lib/increase/models/supplemental_document_list_params.rb +8 -5
- data/lib/increase/models/swift_transfer.rb +60 -27
- data/lib/increase/models/swift_transfer_create_params.rb +40 -20
- data/lib/increase/models/swift_transfer_list_params.rb +23 -16
- data/lib/increase/models/transaction.rb +1016 -536
- data/lib/increase/models/transaction_list_params.rb +21 -16
- data/lib/increase/models/unwrap_webhook_event.rb +14 -5
- data/lib/increase/models/wire_drawdown_request.rb +44 -26
- data/lib/increase/models/wire_drawdown_request_create_params.rb +23 -19
- data/lib/increase/models/wire_drawdown_request_list_params.rb +12 -9
- data/lib/increase/models/wire_transfer.rb +100 -55
- data/lib/increase/models/wire_transfer_create_params.rb +43 -26
- data/lib/increase/models/wire_transfer_list_params.rb +23 -16
- data/lib/increase/resources/account_numbers.rb +20 -16
- data/lib/increase/resources/account_statements.rb +3 -4
- data/lib/increase/resources/account_transfers.rb +20 -12
- data/lib/increase/resources/accounts.rb +19 -12
- data/lib/increase/resources/ach_prenotifications.rb +23 -13
- data/lib/increase/resources/ach_transfers.rb +93 -43
- data/lib/increase/resources/beneficial_owners.rb +35 -19
- data/lib/increase/resources/card_disputes.rb +43 -22
- data/lib/increase/resources/card_payments.rb +3 -4
- data/lib/increase/resources/card_purchase_supplements.rb +6 -5
- data/lib/increase/resources/card_push_transfers.rb +55 -24
- data/lib/increase/resources/card_tokens.rb +3 -4
- data/lib/increase/resources/card_validations.rb +19 -12
- data/lib/increase/resources/cards.rb +33 -22
- data/lib/increase/resources/check_deposits.rb +10 -9
- data/lib/increase/resources/check_transfers.rb +37 -17
- data/lib/increase/resources/declined_transactions.rb +3 -4
- data/lib/increase/resources/digital_card_profiles.rb +12 -7
- data/lib/increase/resources/digital_wallet_tokens.rb +3 -4
- data/lib/increase/resources/entities.rb +69 -33
- data/lib/increase/resources/entity_onboarding_sessions.rb +16 -10
- data/lib/increase/resources/event_subscriptions.rb +22 -13
- data/lib/increase/resources/events.rb +10 -9
- data/lib/increase/resources/exports.rb +40 -22
- data/lib/increase/resources/external_accounts.rb +21 -14
- data/lib/increase/resources/fednow_transfers.rb +21 -14
- data/lib/increase/resources/file_links.rb +3 -4
- data/lib/increase/resources/files.rb +14 -10
- data/lib/increase/resources/inbound_ach_transfers.rb +18 -19
- data/lib/increase/resources/inbound_check_deposits.rb +8 -6
- data/lib/increase/resources/inbound_fednow_transfers.rb +8 -6
- data/lib/increase/resources/inbound_mail_items.rb +7 -6
- data/lib/increase/resources/inbound_real_time_payments_transfers.rb +11 -7
- data/lib/increase/resources/inbound_wire_drawdown_requests.rb +5 -5
- data/lib/increase/resources/inbound_wire_transfers.rb +10 -7
- data/lib/increase/resources/intrafi_account_enrollments.rb +12 -7
- data/lib/increase/resources/intrafi_exclusions.rb +17 -13
- data/lib/increase/resources/lockbox_addresses.rb +10 -6
- data/lib/increase/resources/lockbox_recipients.rb +17 -12
- data/lib/increase/resources/oauth_applications.rb +3 -4
- data/lib/increase/resources/oauth_connections.rb +6 -5
- data/lib/increase/resources/oauth_tokens.rb +14 -7
- data/lib/increase/resources/pending_transactions.rb +7 -8
- data/lib/increase/resources/physical_card_profiles.rb +18 -15
- data/lib/increase/resources/physical_cards.rb +17 -12
- data/lib/increase/resources/programs.rb +3 -4
- data/lib/increase/resources/real_time_decisions.rb +18 -9
- data/lib/increase/resources/real_time_payments_transfers.rb +41 -21
- data/lib/increase/resources/routing_numbers.rb +3 -4
- data/lib/increase/resources/simulations/account_revenue_payments.rb +9 -7
- data/lib/increase/resources/simulations/ach_transfers.rb +18 -15
- data/lib/increase/resources/simulations/card_authentications.rb +10 -8
- data/lib/increase/resources/simulations/card_authorizations.rb +28 -12
- data/lib/increase/resources/simulations/card_balance_inquiries.rb +22 -11
- data/lib/increase/resources/simulations/card_disputes.rb +6 -5
- data/lib/increase/resources/simulations/card_fuel_confirmations.rb +3 -5
- data/lib/increase/resources/simulations/card_increments.rb +5 -4
- data/lib/increase/resources/simulations/card_purchase_supplements.rb +7 -7
- data/lib/increase/resources/simulations/card_refunds.rb +10 -6
- data/lib/increase/resources/simulations/card_reversals.rb +3 -4
- data/lib/increase/resources/simulations/card_settlements.rb +8 -6
- data/lib/increase/resources/simulations/card_tokens.rb +6 -3
- data/lib/increase/resources/simulations/check_deposits.rb +11 -9
- data/lib/increase/resources/simulations/entities.rb +3 -4
- data/lib/increase/resources/simulations/entity_onboarding_sessions.rb +2 -1
- data/lib/increase/resources/simulations/exports.rb +5 -5
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +14 -9
- data/lib/increase/resources/simulations/inbound_check_deposits.rb +11 -12
- data/lib/increase/resources/simulations/inbound_mail_items.rb +9 -6
- data/lib/increase/resources/simulations/inbound_real_time_payments_transfers.rb +5 -6
- data/lib/increase/resources/simulations/inbound_wire_drawdown_requests.rb +27 -13
- data/lib/increase/resources/simulations/inbound_wire_transfers.rb +45 -19
- data/lib/increase/resources/simulations/interest_payments.rb +4 -5
- data/lib/increase/resources/simulations/pending_transactions.rb +3 -5
- data/lib/increase/resources/simulations/physical_cards.rb +7 -6
- data/lib/increase/resources/simulations/programs.rb +4 -2
- data/lib/increase/resources/simulations/real_time_payments_transfers.rb +4 -2
- data/lib/increase/resources/supplemental_documents.rb +8 -5
- data/lib/increase/resources/swift_transfers.rb +33 -17
- data/lib/increase/resources/transactions.rb +6 -5
- data/lib/increase/resources/wire_drawdown_requests.rb +23 -14
- data/lib/increase/resources/wire_transfers.rb +29 -16
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_prenotification.rbi +1 -1
- data/rbi/increase/models/ach_transfer.rbi +19 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +13 -8
- data/rbi/increase/models/beneficial_owner_update_params.rbi +13 -8
- data/rbi/increase/models/check_transfer.rbi +12 -2
- data/rbi/increase/models/check_transfer_create_params.rbi +35 -36
- data/rbi/increase/models/entity_create_params.rbi +78 -48
- data/rbi/increase/models/entity_list_params.rbi +119 -0
- data/rbi/increase/models/entity_update_params.rbi +26 -16
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +14 -0
- data/rbi/increase/models/event_subscription.rbi +14 -0
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/inbound_wire_transfer.rbi +16 -0
- data/rbi/increase/models/pending_transaction_create_params.rbi +4 -4
- data/rbi/increase/models/simulations/ach_transfer_return_params.rbi +16 -1
- data/rbi/increase/models/simulations/card_settlement_create_params.rbi +17 -12
- data/rbi/increase/models/simulations/program_create_params.rbi +0 -7
- data/rbi/increase/models/swift_transfer.rbi +10 -0
- data/rbi/increase/models/swift_transfer_create_params.rbi +13 -0
- data/rbi/increase/models/transaction.rbi +19 -1
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/rbi/increase/resources/entities.rbi +3 -0
- data/rbi/increase/resources/pending_transactions.rbi +2 -2
- data/rbi/increase/resources/simulations/ach_transfers.rbi +5 -0
- data/rbi/increase/resources/simulations/card_settlements.rbi +6 -5
- data/rbi/increase/resources/swift_transfers.rbi +4 -0
- data/sig/increase/models/ach_prenotification.rbs +1 -1
- data/sig/increase/models/ach_transfer.rbs +6 -1
- data/sig/increase/models/beneficial_owner_create_params.rbs +7 -5
- data/sig/increase/models/beneficial_owner_update_params.rbs +7 -5
- data/sig/increase/models/check_transfer.rbs +5 -0
- data/sig/increase/models/check_transfer_create_params.rbs +12 -9
- data/sig/increase/models/entity_create_params.rbs +42 -30
- data/sig/increase/models/entity_list_params.rbs +48 -1
- data/sig/increase/models/entity_update_params.rbs +14 -10
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +8 -0
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/inbound_wire_transfer.rbs +10 -0
- data/sig/increase/models/simulations/ach_transfer_return_params.rbs +8 -1
- data/sig/increase/models/simulations/card_settlement_create_params.rbs +7 -5
- data/sig/increase/models/simulations/program_create_params.rbs +1 -8
- data/sig/increase/models/swift_transfer.rbs +5 -0
- data/sig/increase/models/swift_transfer_create_params.rbs +7 -0
- data/sig/increase/models/transaction.rbs +6 -1
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- data/sig/increase/resources/entities.rbs +1 -0
- data/sig/increase/resources/simulations/ach_transfers.rbs +1 -0
- data/sig/increase/resources/simulations/card_settlements.rbs +1 -1
- data/sig/increase/resources/swift_transfers.rbs +1 -0
- metadata +2 -2
|
@@ -73,31 +73,43 @@ module Increase
|
|
|
73
73
|
required :type, enum: -> { Increase::LockboxRecipient::Type }
|
|
74
74
|
|
|
75
75
|
# @!method initialize(id:, account_id:, created_at:, description:, idempotency_key:, lockbox_address_id:, mail_stop_code:, recipient_name:, status:, type:)
|
|
76
|
-
# Some parameter documentations has been truncated, see
|
|
77
|
-
# {Increase::Models::LockboxRecipient} for more details.
|
|
78
|
-
#
|
|
79
76
|
# Lockbox Recipients represent an inbox at a Lockbox Address. Checks received for
|
|
80
77
|
# a Lockbox Recipient are deposited into its associated Account.
|
|
81
78
|
#
|
|
82
79
|
# @param id [String] The Lockbox Recipient identifier.
|
|
83
80
|
#
|
|
84
|
-
# @param account_id [String]
|
|
81
|
+
# @param account_id [String]
|
|
82
|
+
# The identifier for the Account that checks sent to this Lockbox Recipient will
|
|
83
|
+
# be deposited into.
|
|
85
84
|
#
|
|
86
|
-
# @param created_at [Time]
|
|
85
|
+
# @param created_at [Time]
|
|
86
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Lockbox
|
|
87
|
+
# Recipient was created.
|
|
87
88
|
#
|
|
88
89
|
# @param description [String, nil] The description of the Lockbox Recipient.
|
|
89
90
|
#
|
|
90
|
-
# @param idempotency_key [String, nil]
|
|
91
|
+
# @param idempotency_key [String, nil]
|
|
92
|
+
# The idempotency key you chose for this object. This value is unique across
|
|
93
|
+
# Increase and is used to ensure that a request is only processed once. Learn more
|
|
94
|
+
# about [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
91
95
|
#
|
|
92
|
-
# @param lockbox_address_id [String]
|
|
96
|
+
# @param lockbox_address_id [String]
|
|
97
|
+
# The identifier for the Lockbox Address where this Lockbox Recipient may receive
|
|
98
|
+
# physical mail.
|
|
93
99
|
#
|
|
94
|
-
# @param mail_stop_code [String]
|
|
100
|
+
# @param mail_stop_code [String]
|
|
101
|
+
# The mail stop code uniquely identifying this Lockbox Recipient at its Lockbox
|
|
102
|
+
# Address. It should be included in the mailing address intended for this Lockbox
|
|
103
|
+
# Recipient.
|
|
95
104
|
#
|
|
96
105
|
# @param recipient_name [String, nil] The name of the Lockbox Recipient.
|
|
97
106
|
#
|
|
98
|
-
# @param status [Symbol, Increase::Models::LockboxRecipient::Status, nil]
|
|
107
|
+
# @param status [Symbol, Increase::Models::LockboxRecipient::Status, nil]
|
|
108
|
+
# The status of the Lockbox Recipient.
|
|
99
109
|
#
|
|
100
|
-
# @param type [Symbol, Increase::Models::LockboxRecipient::Type]
|
|
110
|
+
# @param type [Symbol, Increase::Models::LockboxRecipient::Type]
|
|
111
|
+
# A constant representing the object's type. For this resource it will always be
|
|
112
|
+
# `lockbox_recipient`.
|
|
101
113
|
|
|
102
114
|
# The status of the Lockbox Recipient.
|
|
103
115
|
#
|
|
@@ -33,12 +33,12 @@ module Increase
|
|
|
33
33
|
optional :recipient_name, String
|
|
34
34
|
|
|
35
35
|
# @!method initialize(account_id:, lockbox_address_id:, description: nil, recipient_name: nil, request_options: {})
|
|
36
|
-
#
|
|
37
|
-
#
|
|
36
|
+
# @param account_id [String]
|
|
37
|
+
# The Account that checks sent to this Lockbox Recipient should be deposited into.
|
|
38
38
|
#
|
|
39
|
-
# @param
|
|
40
|
-
#
|
|
41
|
-
#
|
|
39
|
+
# @param lockbox_address_id [String]
|
|
40
|
+
# The Lockbox Address where this Lockbox Recipient may receive mail. The Lockbox
|
|
41
|
+
# Address must have a `status` of `active`.
|
|
42
42
|
#
|
|
43
43
|
# @param description [String] The description you choose for the Lockbox Recipient.
|
|
44
44
|
#
|
|
@@ -47,20 +47,24 @@ module Increase
|
|
|
47
47
|
optional :lockbox_address_id, String
|
|
48
48
|
|
|
49
49
|
# @!method initialize(account_id: nil, created_at: nil, cursor: nil, idempotency_key: nil, limit: nil, lockbox_address_id: nil, request_options: {})
|
|
50
|
-
# Some parameter documentations has been truncated, see
|
|
51
|
-
# {Increase::Models::LockboxRecipientListParams} for more details.
|
|
52
|
-
#
|
|
53
50
|
# @param account_id [String] Filter Lockbox Recipients to those associated with the provided Account.
|
|
54
51
|
#
|
|
55
52
|
# @param created_at [Increase::Models::LockboxRecipientListParams::CreatedAt]
|
|
56
53
|
#
|
|
57
54
|
# @param cursor [String] Return the page of entries after this one.
|
|
58
55
|
#
|
|
59
|
-
# @param idempotency_key [String]
|
|
56
|
+
# @param idempotency_key [String]
|
|
57
|
+
# Filter records to the one with the specified `idempotency_key` you chose for
|
|
58
|
+
# that object. This value is unique across Increase and is used to ensure that a
|
|
59
|
+
# request is only processed once. Learn more about
|
|
60
|
+
# [idempotency](https://increase.com/documentation/idempotency-keys).
|
|
60
61
|
#
|
|
61
|
-
# @param limit [Integer]
|
|
62
|
+
# @param limit [Integer]
|
|
63
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
64
|
+
# objects.
|
|
62
65
|
#
|
|
63
|
-
# @param lockbox_address_id [String]
|
|
66
|
+
# @param lockbox_address_id [String]
|
|
67
|
+
# Filter Lockbox Recipients to those associated with the provided Lockbox Address.
|
|
64
68
|
#
|
|
65
69
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
66
70
|
|
|
@@ -94,16 +98,21 @@ module Increase
|
|
|
94
98
|
optional :on_or_before, Time
|
|
95
99
|
|
|
96
100
|
# @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
|
|
97
|
-
#
|
|
98
|
-
#
|
|
99
|
-
#
|
|
100
|
-
# @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
|
|
101
|
+
# @param after [Time]
|
|
102
|
+
# Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
103
|
+
# timestamp.
|
|
101
104
|
#
|
|
102
|
-
# @param before [Time]
|
|
105
|
+
# @param before [Time]
|
|
106
|
+
# Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
107
|
+
# timestamp.
|
|
103
108
|
#
|
|
104
|
-
# @param on_or_after [Time]
|
|
109
|
+
# @param on_or_after [Time]
|
|
110
|
+
# Return results on or after this
|
|
111
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
105
112
|
#
|
|
106
|
-
# @param on_or_before [Time]
|
|
113
|
+
# @param on_or_before [Time]
|
|
114
|
+
# Return results on or before this
|
|
115
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
107
116
|
end
|
|
108
117
|
end
|
|
109
118
|
end
|
|
@@ -38,7 +38,8 @@ module Increase
|
|
|
38
38
|
#
|
|
39
39
|
# @param recipient_name [String] The name of the Lockbox Recipient.
|
|
40
40
|
#
|
|
41
|
-
# @param status [Symbol, Increase::Models::LockboxRecipientUpdateParams::Status]
|
|
41
|
+
# @param status [Symbol, Increase::Models::LockboxRecipientUpdateParams::Status]
|
|
42
|
+
# The status of the Lockbox Recipient.
|
|
42
43
|
#
|
|
43
44
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
44
45
|
|
|
@@ -51,9 +51,6 @@ module Increase
|
|
|
51
51
|
required :type, enum: -> { Increase::OAuthApplication::Type }
|
|
52
52
|
|
|
53
53
|
# @!method initialize(id:, client_id:, created_at:, deleted_at:, name:, status:, type:)
|
|
54
|
-
# Some parameter documentations has been truncated, see
|
|
55
|
-
# {Increase::Models::OAuthApplication} for more details.
|
|
56
|
-
#
|
|
57
54
|
# An OAuth Application lets you build an application for others to use with their
|
|
58
55
|
# Increase data. You can create an OAuth Application via the Dashboard and read
|
|
59
56
|
# information about it with the API. Learn more about OAuth
|
|
@@ -61,17 +58,25 @@ module Increase
|
|
|
61
58
|
#
|
|
62
59
|
# @param id [String] The OAuth Application's identifier.
|
|
63
60
|
#
|
|
64
|
-
# @param client_id [String]
|
|
61
|
+
# @param client_id [String]
|
|
62
|
+
# The OAuth Application's client_id. Use this to authenticate with the OAuth
|
|
63
|
+
# Application.
|
|
65
64
|
#
|
|
66
|
-
# @param created_at [Time]
|
|
65
|
+
# @param created_at [Time]
|
|
66
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth
|
|
67
|
+
# Application was created.
|
|
67
68
|
#
|
|
68
|
-
# @param deleted_at [Time, nil]
|
|
69
|
+
# @param deleted_at [Time, nil]
|
|
70
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth
|
|
71
|
+
# Application was deleted.
|
|
69
72
|
#
|
|
70
73
|
# @param name [String, nil] The name you chose for this OAuth Application.
|
|
71
74
|
#
|
|
72
75
|
# @param status [Symbol, Increase::Models::OAuthApplication::Status] Whether the application is active.
|
|
73
76
|
#
|
|
74
|
-
# @param type [Symbol, Increase::Models::OAuthApplication::Type]
|
|
77
|
+
# @param type [Symbol, Increase::Models::OAuthApplication::Type]
|
|
78
|
+
# A constant representing the object's type. For this resource it will always be
|
|
79
|
+
# `oauth_application`.
|
|
75
80
|
|
|
76
81
|
# Whether the application is active.
|
|
77
82
|
#
|
|
@@ -31,14 +31,13 @@ module Increase
|
|
|
31
31
|
optional :status, -> { Increase::OAuthApplicationListParams::Status }
|
|
32
32
|
|
|
33
33
|
# @!method initialize(created_at: nil, cursor: nil, limit: nil, status: nil, request_options: {})
|
|
34
|
-
# Some parameter documentations has been truncated, see
|
|
35
|
-
# {Increase::Models::OAuthApplicationListParams} for more details.
|
|
36
|
-
#
|
|
37
34
|
# @param created_at [Increase::Models::OAuthApplicationListParams::CreatedAt]
|
|
38
35
|
#
|
|
39
36
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
37
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
38
|
+
# @param limit [Integer]
|
|
39
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
|
+
# objects.
|
|
42
41
|
#
|
|
43
42
|
# @param status [Increase::Models::OAuthApplicationListParams::Status]
|
|
44
43
|
#
|
|
@@ -74,16 +73,21 @@ module Increase
|
|
|
74
73
|
optional :on_or_before, Time
|
|
75
74
|
|
|
76
75
|
# @!method initialize(after: nil, before: nil, on_or_after: nil, on_or_before: nil)
|
|
77
|
-
#
|
|
78
|
-
#
|
|
79
|
-
#
|
|
80
|
-
# @param after [Time] Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) tim
|
|
76
|
+
# @param after [Time]
|
|
77
|
+
# Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
78
|
+
# timestamp.
|
|
81
79
|
#
|
|
82
|
-
# @param before [Time]
|
|
80
|
+
# @param before [Time]
|
|
81
|
+
# Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
82
|
+
# timestamp.
|
|
83
83
|
#
|
|
84
|
-
# @param on_or_after [Time]
|
|
84
|
+
# @param on_or_after [Time]
|
|
85
|
+
# Return results on or after this
|
|
86
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
85
87
|
#
|
|
86
|
-
# @param on_or_before [Time]
|
|
88
|
+
# @param on_or_before [Time]
|
|
89
|
+
# Return results on or before this
|
|
90
|
+
# [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
87
91
|
end
|
|
88
92
|
|
|
89
93
|
class Status < Increase::Internal::Type::BaseModel
|
|
@@ -99,10 +103,9 @@ module Increase
|
|
|
99
103
|
api_name: :in
|
|
100
104
|
|
|
101
105
|
# @!method initialize(in_: nil)
|
|
102
|
-
#
|
|
103
|
-
#
|
|
104
|
-
#
|
|
105
|
-
# @param in_ [Array<Symbol, Increase::Models::OAuthApplicationListParams::Status::In>] Return results whose value is in the provided list. For GET requests, this shoul
|
|
106
|
+
# @param in_ [Array<Symbol, Increase::Models::OAuthApplicationListParams::Status::In>]
|
|
107
|
+
# Return results whose value is in the provided list. For GET requests, this
|
|
108
|
+
# should be encoded as a comma-delimited string, such as `?in=one,two,three`.
|
|
106
109
|
|
|
107
110
|
module In
|
|
108
111
|
extend Increase::Internal::Type::Enum
|
|
@@ -50,18 +50,19 @@ module Increase
|
|
|
50
50
|
required :type, enum: -> { Increase::OAuthConnection::Type }
|
|
51
51
|
|
|
52
52
|
# @!method initialize(id:, created_at:, deleted_at:, group_id:, oauth_application_id:, status:, type:)
|
|
53
|
-
# Some parameter documentations has been truncated, see
|
|
54
|
-
# {Increase::Models::OAuthConnection} for more details.
|
|
55
|
-
#
|
|
56
53
|
# When a user authorizes your OAuth application, an OAuth Connection object is
|
|
57
54
|
# created. Learn more about OAuth
|
|
58
55
|
# [here](https://increase.com/documentation/oauth).
|
|
59
56
|
#
|
|
60
57
|
# @param id [String] The OAuth Connection's identifier.
|
|
61
58
|
#
|
|
62
|
-
# @param created_at [Time]
|
|
59
|
+
# @param created_at [Time]
|
|
60
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth
|
|
61
|
+
# Connection was created.
|
|
63
62
|
#
|
|
64
|
-
# @param deleted_at [Time, nil]
|
|
63
|
+
# @param deleted_at [Time, nil]
|
|
64
|
+
# The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp when the OAuth
|
|
65
|
+
# Connection was deleted.
|
|
65
66
|
#
|
|
66
67
|
# @param group_id [String] The identifier of the Group that has authorized your OAuth application.
|
|
67
68
|
#
|
|
@@ -69,7 +70,9 @@ module Increase
|
|
|
69
70
|
#
|
|
70
71
|
# @param status [Symbol, Increase::Models::OAuthConnection::Status] Whether the connection is active.
|
|
71
72
|
#
|
|
72
|
-
# @param type [Symbol, Increase::Models::OAuthConnection::Type]
|
|
73
|
+
# @param type [Symbol, Increase::Models::OAuthConnection::Type]
|
|
74
|
+
# A constant representing the object's type. For this resource it will always be
|
|
75
|
+
# `oauth_connection`.
|
|
73
76
|
|
|
74
77
|
# Whether the connection is active.
|
|
75
78
|
#
|
|
@@ -33,14 +33,15 @@ module Increase
|
|
|
33
33
|
optional :status, -> { Increase::OAuthConnectionListParams::Status }
|
|
34
34
|
|
|
35
35
|
# @!method initialize(cursor: nil, limit: nil, oauth_application_id: nil, status: nil, request_options: {})
|
|
36
|
-
# Some parameter documentations has been truncated, see
|
|
37
|
-
# {Increase::Models::OAuthConnectionListParams} for more details.
|
|
38
|
-
#
|
|
39
36
|
# @param cursor [String] Return the page of entries after this one.
|
|
40
37
|
#
|
|
41
|
-
# @param limit [Integer]
|
|
38
|
+
# @param limit [Integer]
|
|
39
|
+
# Limit the size of the list that is returned. The default (and maximum) is 100
|
|
40
|
+
# objects.
|
|
42
41
|
#
|
|
43
|
-
# @param oauth_application_id [String]
|
|
42
|
+
# @param oauth_application_id [String]
|
|
43
|
+
# Filter results to only include OAuth Connections for a specific OAuth
|
|
44
|
+
# Application.
|
|
44
45
|
#
|
|
45
46
|
# @param status [Increase::Models::OAuthConnectionListParams::Status]
|
|
46
47
|
#
|
|
@@ -60,10 +61,10 @@ module Increase
|
|
|
60
61
|
api_name: :in
|
|
61
62
|
|
|
62
63
|
# @!method initialize(in_: nil)
|
|
63
|
-
#
|
|
64
|
-
#
|
|
65
|
-
#
|
|
66
|
-
#
|
|
64
|
+
# @param in_ [Array<Symbol, Increase::Models::OAuthConnectionListParams::Status::In>]
|
|
65
|
+
# Filter to OAuth Connections by their status. By default, return only the
|
|
66
|
+
# `active` ones. For GET requests, this should be encoded as a comma-delimited
|
|
67
|
+
# string, such as `?in=one,two,three`.
|
|
67
68
|
|
|
68
69
|
module In
|
|
69
70
|
extend Increase::Internal::Type::Enum
|
|
@@ -31,20 +31,21 @@ module Increase
|
|
|
31
31
|
required :type, enum: -> { Increase::OAuthToken::Type }
|
|
32
32
|
|
|
33
33
|
# @!method initialize(access_token:, group_id:, token_type:, type:)
|
|
34
|
-
# Some parameter documentations has been truncated, see
|
|
35
|
-
# {Increase::Models::OAuthToken} for more details.
|
|
36
|
-
#
|
|
37
34
|
# A token that is returned to your application when a user completes the OAuth
|
|
38
35
|
# flow and may be used to authenticate requests. Learn more about OAuth
|
|
39
36
|
# [here](/documentation/oauth).
|
|
40
37
|
#
|
|
41
|
-
# @param access_token [String]
|
|
38
|
+
# @param access_token [String]
|
|
39
|
+
# You may use this token in place of an API key to make OAuth requests on a user's
|
|
40
|
+
# behalf.
|
|
42
41
|
#
|
|
43
42
|
# @param group_id [String] The Group's identifier. A Group is the top-level organization in Increase.
|
|
44
43
|
#
|
|
45
44
|
# @param token_type [Symbol, Increase::Models::OAuthToken::TokenType] The type of OAuth token.
|
|
46
45
|
#
|
|
47
|
-
# @param type [Symbol, Increase::Models::OAuthToken::Type]
|
|
46
|
+
# @param type [Symbol, Increase::Models::OAuthToken::Type]
|
|
47
|
+
# A constant representing the object's type. For this resource it will always be
|
|
48
|
+
# `oauth_token`.
|
|
48
49
|
|
|
49
50
|
# The type of OAuth token.
|
|
50
51
|
#
|
|
@@ -44,18 +44,25 @@ module Increase
|
|
|
44
44
|
optional :production_token, String
|
|
45
45
|
|
|
46
46
|
# @!method initialize(grant_type:, client_id: nil, client_secret: nil, code: nil, production_token: nil, request_options: {})
|
|
47
|
-
#
|
|
48
|
-
#
|
|
49
|
-
#
|
|
50
|
-
# @param grant_type [Symbol, Increase::Models::OAuthTokenCreateParams::GrantType] The credential you request in exchange for the code. In Production, this is alwa
|
|
47
|
+
# @param grant_type [Symbol, Increase::Models::OAuthTokenCreateParams::GrantType]
|
|
48
|
+
# The credential you request in exchange for the code. In Production, this is
|
|
49
|
+
# always `authorization_code`. In Sandbox, you can pass either enum value.
|
|
51
50
|
#
|
|
52
51
|
# @param client_id [String] The public identifier for your application.
|
|
53
52
|
#
|
|
54
|
-
# @param client_secret [String]
|
|
53
|
+
# @param client_secret [String]
|
|
54
|
+
# The secret that confirms you own the application. This is redundant given that
|
|
55
|
+
# the request is made with your API key but it's a required component of OAuth
|
|
56
|
+
# 2.0.
|
|
55
57
|
#
|
|
56
|
-
# @param code [String]
|
|
58
|
+
# @param code [String]
|
|
59
|
+
# The authorization code generated by the user and given to you as a query
|
|
60
|
+
# parameter.
|
|
57
61
|
#
|
|
58
|
-
# @param production_token [String]
|
|
62
|
+
# @param production_token [String]
|
|
63
|
+
# The production token you want to exchange for a sandbox token. This is only
|
|
64
|
+
# available in Sandbox. Set `grant_type` to `production_token` to use this
|
|
65
|
+
# parameter.
|
|
59
66
|
#
|
|
60
67
|
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]
|
|
61
68
|
|