lithic 0.1.0.pre.alpha.19 → 0.1.0.pre.alpha.20
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 +17 -0
- data/README.md +1 -1
- data/lib/lithic/errors.rb +9 -9
- data/lib/lithic/internal/type/boolean.rb +10 -11
- data/lib/lithic/internal/type/enum.rb +10 -11
- data/lib/lithic/internal/type/unknown.rb +10 -11
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +1 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_create_params.rb +67 -3
- data/lib/lithic/models/auth_rules/v2_create_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +66 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_list_params.rb +21 -1
- data/lib/lithic/models/auth_rules/v2_list_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +133 -6
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +137 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +133 -6
- data/lib/lithic/models/book_transfer_create_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/financial_transaction.rb +1 -0
- data/lib/lithic/models/transfer.rb +1 -0
- data/lib/lithic/request_options.rb +4 -5
- data/lib/lithic/resources/auth_rules/v2.rb +5 -3
- data/lib/lithic/resources/cards.rb +2 -2
- data/lib/lithic/version.rb +1 -1
- data/rbi/{lib/lithic → lithic}/client.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/internal/transport/base_client.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/internal/type/request_parameters.rbi +1 -1
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +456 -0
- data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_create_params.rbi +93 -5
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +456 -0
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +158 -0
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +456 -0
- data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_list_params.rbi +26 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +456 -0
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +456 -0
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +461 -0
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +456 -0
- data/rbi/{lib/lithic → lithic}/models/book_transfer_create_params.rbi +1 -0
- data/rbi/{lib/lithic → lithic}/models/financial_accounts/statements/statement_line_items.rbi +5 -0
- data/rbi/{lib/lithic → lithic}/models/financial_transaction.rbi +1 -0
- data/rbi/{lib/lithic → lithic}/models/transfer.rbi +1 -0
- data/rbi/{lib/lithic → lithic}/request_options.rbi +2 -0
- data/rbi/{lib/lithic → lithic}/resources/account_holders.rbi +9 -19
- data/rbi/{lib/lithic → lithic}/resources/accounts.rbi +4 -13
- data/rbi/{lib/lithic → lithic}/resources/aggregate_balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/auth_rules/v2/backtests.rbi +2 -7
- data/rbi/{lib/lithic → lithic}/resources/auth_rules/v2.rbi +16 -26
- data/rbi/{lib/lithic → lithic}/resources/auth_stream_enrollment.rbi +2 -7
- data/rbi/{lib/lithic → lithic}/resources/balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/book_transfers.rbi +4 -11
- data/rbi/{lib/lithic → lithic}/resources/card_programs.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/cards/aggregate_balances.rbi +1 -5
- data/rbi/{lib/lithic → lithic}/resources/cards/balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/cards/financial_transactions.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/cards.rbi +13 -41
- data/rbi/{lib/lithic → lithic}/resources/credit_products/extended_credit.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/resources/credit_products/prime_rates.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/digital_card_art.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/disputes.rbi +9 -33
- data/rbi/{lib/lithic → lithic}/resources/events/event_subscriptions.rbi +2 -3
- data/rbi/{lib/lithic → lithic}/resources/events/subscriptions.rbi +11 -29
- data/rbi/{lib/lithic → lithic}/resources/events.rbi +3 -9
- data/rbi/{lib/lithic → lithic}/resources/external_bank_accounts/micro_deposits.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/external_bank_accounts.rbi +6 -9
- data/rbi/{lib/lithic → lithic}/resources/external_payments.rbi +7 -10
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/balances.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/credit_configuration.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/financial_transactions.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/loan_tapes.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/statements/line_items.rbi +1 -1
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts/statements.rbi +2 -2
- data/rbi/{lib/lithic → lithic}/resources/financial_accounts.rbi +5 -12
- data/rbi/{lib/lithic → lithic}/resources/management_operations.rbi +4 -7
- data/rbi/{lib/lithic → lithic}/resources/payments.rbi +8 -24
- data/rbi/{lib/lithic → lithic}/resources/reports/settlement/network_totals.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/reports/settlement.rbi +2 -8
- data/rbi/{lib/lithic → lithic}/resources/responder_endpoints.rbi +3 -3
- data/rbi/{lib/lithic → lithic}/resources/three_ds/authentication.rbi +3 -13
- data/rbi/{lib/lithic → lithic}/resources/three_ds/decisioning.rbi +3 -5
- data/rbi/{lib/lithic → lithic}/resources/tokenization_decisioning.rbi +2 -5
- data/rbi/{lib/lithic → lithic}/resources/tokenizations.rbi +9 -36
- data/rbi/{lib/lithic → lithic}/resources/transactions/enhanced_commercial_data.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/resources/transactions/events/enhanced_commercial_data.rbi +1 -4
- data/rbi/{lib/lithic → lithic}/resources/transactions.rbi +10 -35
- data/rbi/{lib/lithic → lithic}/resources/transfers.rbi +1 -1
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +1 -3
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +44 -2
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +42 -1
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +20 -0
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +86 -3
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +86 -3
- data/sig/lithic/models/book_transfer_create_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/transfer.rbs +2 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +1 -0
- metadata +342 -342
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +0 -72
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +0 -275
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +0 -276
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +0 -275
- /data/rbi/{lib/lithic → lithic}/errors.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/file_part.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/cursor_page.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/single_page.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/transport/pooled_net_requester.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/array_of.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/base_model.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/base_page.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/boolean.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/converter.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/enum.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/file_input.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/hash_of.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/union.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/type/unknown.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal/util.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/internal.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_financial_account_type.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_list_documents_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_list_documents_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_retrieve_document_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_simulate_enrollment_document_review_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_simulate_enrollment_review_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_simulate_enrollment_review_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_update_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_holder_upload_document_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_retrieve_spend_limits_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_spend_limits.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/account_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/address.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/address_update.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/aggregate_balance.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/aggregate_balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/api_status.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/auth_rule.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/auth_rule_condition.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/conditional_attribute.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/conditional_block_parameters.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_results.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2/backtest_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_apply_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_promote_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_report_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_report_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/v2_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/velocity_limit_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_rules/velocity_limit_params_period_window.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_stream_enrollment_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_stream_enrollment_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/auth_stream_secret.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/balance.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/book_transfer_reverse_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_convert_physical_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_embed_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_program.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_program_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_program_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_provision_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_provision_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_reissue_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_renew_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_retrieve_spend_limits_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_search_by_pan_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_spend_limits.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/card_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/aggregate_balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/aggregate_balance_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/balance_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/financial_transaction_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/cards/financial_transaction_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/carrier.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/client_api_status_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/extended_credit.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/extended_credit_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/prime_rate_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/prime_rate_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/credit_products/prime_rate_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/digital_card_art.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/digital_card_art_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/digital_card_art_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_delete_evidence_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_evidence.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_initiate_evidence_upload_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_list_evidences_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_retrieve_evidence_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/dispute_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/document.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_list_attempts_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/event_subscription.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/event_subscription_resend_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_list_attempts_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_recover_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_replay_missing_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_retrieve_secret_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_send_simulated_example_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/events/subscription_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_address.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_micro_deposits_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_micro_deposits_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_prenote_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_retry_prenote_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_account_update_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_accounts/micro_deposit_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_bank_accounts/micro_deposit_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_cancel_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_release_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_reverse_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/external_payment_settle_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_account_update_status_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/balance_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/balance_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/credit_configuration_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/credit_configuration_update_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/financial_account_credit_config.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/financial_transaction_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/financial_transaction_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/loan_tape.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/loan_tape_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/loan_tape_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statement.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statement_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statement_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statements/line_item_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/financial_accounts/statements.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/instance_financial_account_type.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyb.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyb_business_entity.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyc.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/kyc_exempt.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_reverse_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/management_operation_transaction.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/message_attempt.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/non_pci_card.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/owner_type.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_retry_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_retry_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_action_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_action_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_receipt_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_receipt_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_release_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_release_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_return_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/payment_simulate_return_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_list_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement/network_total_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement_list_details_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/reports/settlement_summary_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/required_document.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_check_status_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_create_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_delete_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/responder_endpoint_status.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/settlement_detail.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/settlement_report.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/settlement_summary_details.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/shipping_address.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/spend_limit_duration.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_simulate_otp_entry_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_simulate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/authentication_simulate_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/challenge_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/challenge_result.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_challenge_response_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_retrieve_secret_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/three_ds/decisioning_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_activate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_deactivate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_decisioning_retrieve_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_decisioning_rotate_secret_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_decisioning_rotate_secret_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_pause_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_resend_activation_code_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_secret.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_simulate_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_simulate_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_unpause_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_update_digital_card_art_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/tokenization_update_digital_card_art_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_expire_authorization_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_list_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_advice_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_advice_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_authorization_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_clearing_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_clearing_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_credit_authorization_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_credit_authorization_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_reversal_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_return_reversal_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_void_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transaction_simulate_void_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/enhanced_commercial_data_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/enhanced_commercial_data_retrieve_response.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transactions/events/enhanced_data.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/transfer_create_params.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/models/verification_method.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/auth_rules.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/credit_products.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/reports.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/three_ds.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/resources/transactions/events.rbi +0 -0
- /data/rbi/{lib/lithic → lithic}/version.rbi +0 -0
@@ -11,7 +11,7 @@ module Lithic
|
|
11
11
|
description: String,
|
12
12
|
disabled: T::Boolean,
|
13
13
|
event_types: T::Array[Lithic::Models::Events::SubscriptionCreateParams::EventType::OrSymbol],
|
14
|
-
request_options:
|
14
|
+
request_options: Lithic::RequestOpts
|
15
15
|
)
|
16
16
|
.returns(Lithic::Models::EventSubscription)
|
17
17
|
end
|
@@ -29,10 +29,7 @@ module Lithic
|
|
29
29
|
); end
|
30
30
|
# Get an event subscription.
|
31
31
|
sig do
|
32
|
-
params(
|
33
|
-
event_subscription_token: String,
|
34
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
35
|
-
)
|
32
|
+
params(event_subscription_token: String, request_options: Lithic::RequestOpts)
|
36
33
|
.returns(Lithic::Models::EventSubscription)
|
37
34
|
end
|
38
35
|
def retrieve(event_subscription_token, request_options: {}); end
|
@@ -45,7 +42,7 @@ module Lithic
|
|
45
42
|
description: String,
|
46
43
|
disabled: T::Boolean,
|
47
44
|
event_types: T::Array[Lithic::Models::Events::SubscriptionUpdateParams::EventType::OrSymbol],
|
48
|
-
request_options:
|
45
|
+
request_options: Lithic::RequestOpts
|
49
46
|
)
|
50
47
|
.returns(Lithic::Models::EventSubscription)
|
51
48
|
end
|
@@ -68,7 +65,7 @@ module Lithic
|
|
68
65
|
ending_before: String,
|
69
66
|
page_size: Integer,
|
70
67
|
starting_after: String,
|
71
|
-
request_options:
|
68
|
+
request_options: Lithic::RequestOpts
|
72
69
|
)
|
73
70
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::EventSubscription])
|
74
71
|
end
|
@@ -84,13 +81,7 @@ module Lithic
|
|
84
81
|
request_options: {}
|
85
82
|
); end
|
86
83
|
# Delete an event subscription.
|
87
|
-
sig
|
88
|
-
params(
|
89
|
-
event_subscription_token: String,
|
90
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
91
|
-
)
|
92
|
-
.void
|
93
|
-
end
|
84
|
+
sig { params(event_subscription_token: String, request_options: Lithic::RequestOpts).void }
|
94
85
|
def delete(event_subscription_token, request_options: {}); end
|
95
86
|
|
96
87
|
# List all the message attempts for a given event subscription.
|
@@ -103,7 +94,7 @@ module Lithic
|
|
103
94
|
page_size: Integer,
|
104
95
|
starting_after: String,
|
105
96
|
status: Lithic::Models::Events::SubscriptionListAttemptsParams::Status::OrSymbol,
|
106
|
-
request_options:
|
97
|
+
request_options: Lithic::RequestOpts
|
107
98
|
)
|
108
99
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::MessageAttempt])
|
109
100
|
end
|
@@ -132,7 +123,7 @@ module Lithic
|
|
132
123
|
event_subscription_token: String,
|
133
124
|
begin_: Time,
|
134
125
|
end_: Time,
|
135
|
-
request_options:
|
126
|
+
request_options: Lithic::RequestOpts
|
136
127
|
)
|
137
128
|
.void
|
138
129
|
end
|
@@ -156,7 +147,7 @@ module Lithic
|
|
156
147
|
event_subscription_token: String,
|
157
148
|
begin_: Time,
|
158
149
|
end_: Time,
|
159
|
-
request_options:
|
150
|
+
request_options: Lithic::RequestOpts
|
160
151
|
)
|
161
152
|
.void
|
162
153
|
end
|
@@ -172,23 +163,14 @@ module Lithic
|
|
172
163
|
); end
|
173
164
|
# Get the secret for an event subscription.
|
174
165
|
sig do
|
175
|
-
params(
|
176
|
-
event_subscription_token: String,
|
177
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
178
|
-
)
|
166
|
+
params(event_subscription_token: String, request_options: Lithic::RequestOpts)
|
179
167
|
.returns(Lithic::Models::Events::SubscriptionRetrieveSecretResponse)
|
180
168
|
end
|
181
169
|
def retrieve_secret(event_subscription_token, request_options: {}); end
|
182
170
|
|
183
171
|
# Rotate the secret for an event subscription. The previous secret will be valid
|
184
172
|
# for the next 24 hours.
|
185
|
-
sig
|
186
|
-
params(
|
187
|
-
event_subscription_token: String,
|
188
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
189
|
-
)
|
190
|
-
.void
|
191
|
-
end
|
173
|
+
sig { params(event_subscription_token: String, request_options: Lithic::RequestOpts).void }
|
192
174
|
def rotate_secret(event_subscription_token, request_options: {}); end
|
193
175
|
|
194
176
|
# Send an example message for event.
|
@@ -196,7 +178,7 @@ module Lithic
|
|
196
178
|
params(
|
197
179
|
event_subscription_token: String,
|
198
180
|
event_type: Lithic::Models::Events::SubscriptionSendSimulatedExampleParams::EventType::OrSymbol,
|
199
|
-
request_options:
|
181
|
+
request_options: Lithic::RequestOpts
|
200
182
|
)
|
201
183
|
.void
|
202
184
|
end
|
@@ -10,13 +10,7 @@ module Lithic
|
|
10
10
|
attr_reader :event_subscriptions
|
11
11
|
|
12
12
|
# Get an event.
|
13
|
-
sig
|
14
|
-
params(
|
15
|
-
event_token: String,
|
16
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
17
|
-
)
|
18
|
-
.returns(Lithic::Models::Event)
|
19
|
-
end
|
13
|
+
sig { params(event_token: String, request_options: Lithic::RequestOpts).returns(Lithic::Models::Event) }
|
20
14
|
def retrieve(event_token, request_options: {}); end
|
21
15
|
|
22
16
|
# List all events.
|
@@ -29,7 +23,7 @@ module Lithic
|
|
29
23
|
page_size: Integer,
|
30
24
|
starting_after: String,
|
31
25
|
with_content: T::Boolean,
|
32
|
-
request_options:
|
26
|
+
request_options: Lithic::RequestOpts
|
33
27
|
)
|
34
28
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::Event])
|
35
29
|
end
|
@@ -64,7 +58,7 @@ module Lithic
|
|
64
58
|
page_size: Integer,
|
65
59
|
starting_after: String,
|
66
60
|
status: Lithic::Models::EventListAttemptsParams::Status::OrSymbol,
|
67
|
-
request_options:
|
61
|
+
request_options: Lithic::RequestOpts
|
68
62
|
)
|
69
63
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::MessageAttempt])
|
70
64
|
end
|
@@ -9,7 +9,7 @@ module Lithic
|
|
9
9
|
params(
|
10
10
|
external_bank_account_token: String,
|
11
11
|
micro_deposits: T::Array[Integer],
|
12
|
-
request_options:
|
12
|
+
request_options: Lithic::RequestOpts
|
13
13
|
)
|
14
14
|
.returns(Lithic::Models::ExternalBankAccounts::MicroDepositCreateResponse)
|
15
15
|
end
|
@@ -27,7 +27,7 @@ module Lithic
|
|
27
27
|
name: String,
|
28
28
|
user_defined_id: String,
|
29
29
|
verification_enforcement: T::Boolean,
|
30
|
-
request_options:
|
30
|
+
request_options: Lithic::RequestOpts
|
31
31
|
)
|
32
32
|
.returns(Lithic::Models::ExternalBankAccountCreateResponse)
|
33
33
|
end
|
@@ -74,10 +74,7 @@ module Lithic
|
|
74
74
|
); end
|
75
75
|
# Get the external bank account by token.
|
76
76
|
sig do
|
77
|
-
params(
|
78
|
-
external_bank_account_token: String,
|
79
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
80
|
-
)
|
77
|
+
params(external_bank_account_token: String, request_options: Lithic::RequestOpts)
|
81
78
|
.returns(Lithic::Models::ExternalBankAccountRetrieveResponse)
|
82
79
|
end
|
83
80
|
def retrieve(external_bank_account_token, request_options: {}); end
|
@@ -95,7 +92,7 @@ module Lithic
|
|
95
92
|
owner_type: Lithic::Models::OwnerType::OrSymbol,
|
96
93
|
type: Lithic::Models::ExternalBankAccountUpdateParams::Type::OrSymbol,
|
97
94
|
user_defined_id: String,
|
98
|
-
request_options:
|
95
|
+
request_options: Lithic::RequestOpts
|
99
96
|
)
|
100
97
|
.returns(Lithic::Models::ExternalBankAccountUpdateResponse)
|
101
98
|
end
|
@@ -133,7 +130,7 @@ module Lithic
|
|
133
130
|
starting_after: String,
|
134
131
|
states: T::Array[Lithic::Models::ExternalBankAccountListParams::State::OrSymbol],
|
135
132
|
verification_states: T::Array[Lithic::Models::ExternalBankAccountListParams::VerificationState::OrSymbol],
|
136
|
-
request_options:
|
133
|
+
request_options: Lithic::RequestOpts
|
137
134
|
)
|
138
135
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::ExternalBankAccountListResponse])
|
139
136
|
end
|
@@ -159,7 +156,7 @@ module Lithic
|
|
159
156
|
params(
|
160
157
|
external_bank_account_token: String,
|
161
158
|
financial_account_token: String,
|
162
|
-
request_options:
|
159
|
+
request_options: Lithic::RequestOpts
|
163
160
|
)
|
164
161
|
.returns(Lithic::Models::ExternalBankAccountRetryMicroDepositsResponse)
|
165
162
|
end
|
@@ -175,7 +172,7 @@ module Lithic
|
|
175
172
|
params(
|
176
173
|
external_bank_account_token: String,
|
177
174
|
financial_account_token: String,
|
178
|
-
request_options:
|
175
|
+
request_options: Lithic::RequestOpts
|
179
176
|
)
|
180
177
|
.returns(Lithic::Models::ExternalBankAccountRetryPrenoteResponse)
|
181
178
|
end
|
@@ -15,7 +15,7 @@ module Lithic
|
|
15
15
|
memo: String,
|
16
16
|
progress_to: Lithic::Models::ExternalPaymentCreateParams::ProgressTo::OrSymbol,
|
17
17
|
user_defined_id: String,
|
18
|
-
request_options:
|
18
|
+
request_options: Lithic::RequestOpts
|
19
19
|
)
|
20
20
|
.returns(Lithic::Models::ExternalPayment)
|
21
21
|
end
|
@@ -33,10 +33,7 @@ module Lithic
|
|
33
33
|
); end
|
34
34
|
# Get external payment
|
35
35
|
sig do
|
36
|
-
params(
|
37
|
-
external_payment_token: String,
|
38
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
39
|
-
)
|
36
|
+
params(external_payment_token: String, request_options: Lithic::RequestOpts)
|
40
37
|
.returns(Lithic::Models::ExternalPayment)
|
41
38
|
end
|
42
39
|
def retrieve(
|
@@ -57,7 +54,7 @@ module Lithic
|
|
57
54
|
result: Lithic::Models::ExternalPaymentListParams::Result::OrSymbol,
|
58
55
|
starting_after: String,
|
59
56
|
status: Lithic::Models::ExternalPaymentListParams::Status::OrSymbol,
|
60
|
-
request_options:
|
57
|
+
request_options: Lithic::RequestOpts
|
61
58
|
)
|
62
59
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::ExternalPayment])
|
63
60
|
end
|
@@ -94,7 +91,7 @@ module Lithic
|
|
94
91
|
external_payment_token: String,
|
95
92
|
effective_date: Date,
|
96
93
|
memo: String,
|
97
|
-
request_options:
|
94
|
+
request_options: Lithic::RequestOpts
|
98
95
|
)
|
99
96
|
.returns(Lithic::Models::ExternalPayment)
|
100
97
|
end
|
@@ -111,7 +108,7 @@ module Lithic
|
|
111
108
|
external_payment_token: String,
|
112
109
|
effective_date: Date,
|
113
110
|
memo: String,
|
114
|
-
request_options:
|
111
|
+
request_options: Lithic::RequestOpts
|
115
112
|
)
|
116
113
|
.returns(Lithic::Models::ExternalPayment)
|
117
114
|
end
|
@@ -128,7 +125,7 @@ module Lithic
|
|
128
125
|
external_payment_token: String,
|
129
126
|
effective_date: Date,
|
130
127
|
memo: String,
|
131
|
-
request_options:
|
128
|
+
request_options: Lithic::RequestOpts
|
132
129
|
)
|
133
130
|
.returns(Lithic::Models::ExternalPayment)
|
134
131
|
end
|
@@ -146,7 +143,7 @@ module Lithic
|
|
146
143
|
effective_date: Date,
|
147
144
|
memo: String,
|
148
145
|
progress_to: Lithic::Models::ExternalPaymentSettleParams::ProgressTo::OrSymbol,
|
149
|
-
request_options:
|
146
|
+
request_options: Lithic::RequestOpts
|
150
147
|
)
|
151
148
|
.returns(Lithic::Models::ExternalPayment)
|
152
149
|
end
|
@@ -10,7 +10,7 @@ module Lithic
|
|
10
10
|
financial_account_token: String,
|
11
11
|
balance_date: Time,
|
12
12
|
last_transaction_event_token: String,
|
13
|
-
request_options:
|
13
|
+
request_options: Lithic::RequestOpts
|
14
14
|
)
|
15
15
|
.returns(Lithic::Internal::SinglePage[Lithic::Models::FinancialAccounts::BalanceListResponse])
|
16
16
|
end
|
@@ -6,10 +6,7 @@ module Lithic
|
|
6
6
|
class CreditConfiguration
|
7
7
|
# Get an Account's credit configuration
|
8
8
|
sig do
|
9
|
-
params(
|
10
|
-
financial_account_token: String,
|
11
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
12
|
-
)
|
9
|
+
params(financial_account_token: String, request_options: Lithic::RequestOpts)
|
13
10
|
.returns(Lithic::Models::FinancialAccounts::FinancialAccountCreditConfig)
|
14
11
|
end
|
15
12
|
def retrieve(
|
@@ -25,7 +22,7 @@ module Lithic
|
|
25
22
|
credit_product_token: String,
|
26
23
|
external_bank_account_token: String,
|
27
24
|
tier: String,
|
28
|
-
request_options:
|
25
|
+
request_options: Lithic::RequestOpts
|
29
26
|
)
|
30
27
|
.returns(Lithic::Models::FinancialAccounts::FinancialAccountCreditConfig)
|
31
28
|
end
|
@@ -9,7 +9,7 @@ module Lithic
|
|
9
9
|
params(
|
10
10
|
financial_transaction_token: String,
|
11
11
|
financial_account_token: String,
|
12
|
-
request_options:
|
12
|
+
request_options: Lithic::RequestOpts
|
13
13
|
)
|
14
14
|
.returns(Lithic::Models::FinancialTransaction)
|
15
15
|
end
|
@@ -31,7 +31,7 @@ module Lithic
|
|
31
31
|
result: Lithic::Models::FinancialAccounts::FinancialTransactionListParams::Result::OrSymbol,
|
32
32
|
starting_after: String,
|
33
33
|
status: Lithic::Models::FinancialAccounts::FinancialTransactionListParams::Status::OrSymbol,
|
34
|
-
request_options:
|
34
|
+
request_options: Lithic::RequestOpts
|
35
35
|
)
|
36
36
|
.returns(Lithic::Internal::SinglePage[Lithic::Models::FinancialTransaction])
|
37
37
|
end
|
@@ -9,7 +9,7 @@ module Lithic
|
|
9
9
|
params(
|
10
10
|
loan_tape_token: String,
|
11
11
|
financial_account_token: String,
|
12
|
-
request_options:
|
12
|
+
request_options: Lithic::RequestOpts
|
13
13
|
)
|
14
14
|
.returns(Lithic::Models::FinancialAccounts::LoanTape)
|
15
15
|
end
|
@@ -29,7 +29,7 @@ module Lithic
|
|
29
29
|
ending_before: String,
|
30
30
|
page_size: Integer,
|
31
31
|
starting_after: String,
|
32
|
-
request_options:
|
32
|
+
request_options: Lithic::RequestOpts
|
33
33
|
)
|
34
34
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::FinancialAccounts::LoanTape])
|
35
35
|
end
|
@@ -13,7 +13,7 @@ module Lithic
|
|
13
13
|
ending_before: String,
|
14
14
|
page_size: Integer,
|
15
15
|
starting_after: String,
|
16
|
-
request_options:
|
16
|
+
request_options: Lithic::RequestOpts
|
17
17
|
)
|
18
18
|
.returns(
|
19
19
|
Lithic::Internal::CursorPage[Lithic::Models::FinancialAccounts::Statements::StatementLineItems::Data]
|
@@ -12,7 +12,7 @@ module Lithic
|
|
12
12
|
params(
|
13
13
|
statement_token: String,
|
14
14
|
financial_account_token: String,
|
15
|
-
request_options:
|
15
|
+
request_options: Lithic::RequestOpts
|
16
16
|
)
|
17
17
|
.returns(Lithic::Models::FinancialAccounts::Statement)
|
18
18
|
end
|
@@ -33,7 +33,7 @@ module Lithic
|
|
33
33
|
include_initial_statements: T::Boolean,
|
34
34
|
page_size: Integer,
|
35
35
|
starting_after: String,
|
36
|
-
request_options:
|
36
|
+
request_options: Lithic::RequestOpts
|
37
37
|
)
|
38
38
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::FinancialAccounts::Statement])
|
39
39
|
end
|
@@ -26,7 +26,7 @@ module Lithic
|
|
26
26
|
account_token: String,
|
27
27
|
is_for_benefit_of: T::Boolean,
|
28
28
|
idempotency_key: String,
|
29
|
-
request_options:
|
29
|
+
request_options: Lithic::RequestOpts
|
30
30
|
)
|
31
31
|
.returns(Lithic::Models::FinancialAccount)
|
32
32
|
end
|
@@ -45,21 +45,14 @@ module Lithic
|
|
45
45
|
); end
|
46
46
|
# Get a financial account
|
47
47
|
sig do
|
48
|
-
params(
|
49
|
-
financial_account_token: String,
|
50
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
51
|
-
)
|
48
|
+
params(financial_account_token: String, request_options: Lithic::RequestOpts)
|
52
49
|
.returns(Lithic::Models::FinancialAccount)
|
53
50
|
end
|
54
51
|
def retrieve(financial_account_token, request_options: {}); end
|
55
52
|
|
56
53
|
# Update a financial account
|
57
54
|
sig do
|
58
|
-
params(
|
59
|
-
financial_account_token: String,
|
60
|
-
nickname: String,
|
61
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
62
|
-
)
|
55
|
+
params(financial_account_token: String, nickname: String, request_options: Lithic::RequestOpts)
|
63
56
|
.returns(Lithic::Models::FinancialAccount)
|
64
57
|
end
|
65
58
|
def update(financial_account_token, nickname: nil, request_options: {}); end
|
@@ -71,7 +64,7 @@ module Lithic
|
|
71
64
|
account_token: String,
|
72
65
|
business_account_token: String,
|
73
66
|
type: Lithic::Models::FinancialAccountListParams::Type::OrSymbol,
|
74
|
-
request_options:
|
67
|
+
request_options: Lithic::RequestOpts
|
75
68
|
)
|
76
69
|
.returns(Lithic::Internal::SinglePage[Lithic::Models::FinancialAccount])
|
77
70
|
end
|
@@ -90,7 +83,7 @@ module Lithic
|
|
90
83
|
financial_account_token: String,
|
91
84
|
status: Lithic::Models::FinancialAccountUpdateStatusParams::Status::OrSymbol,
|
92
85
|
substatus: T.nilable(Lithic::Models::FinancialAccountUpdateStatusParams::Substatus::OrSymbol),
|
93
|
-
request_options:
|
86
|
+
request_options: Lithic::RequestOpts
|
94
87
|
)
|
95
88
|
.returns(Lithic::Models::FinancialAccount)
|
96
89
|
end
|
@@ -16,7 +16,7 @@ module Lithic
|
|
16
16
|
memo: String,
|
17
17
|
subtype: String,
|
18
18
|
user_defined_id: String,
|
19
|
-
request_options:
|
19
|
+
request_options: Lithic::RequestOpts
|
20
20
|
)
|
21
21
|
.returns(Lithic::Models::ManagementOperationTransaction)
|
22
22
|
end
|
@@ -35,10 +35,7 @@ module Lithic
|
|
35
35
|
); end
|
36
36
|
# Get management operation
|
37
37
|
sig do
|
38
|
-
params(
|
39
|
-
management_operation_token: String,
|
40
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
41
|
-
)
|
38
|
+
params(management_operation_token: String, request_options: Lithic::RequestOpts)
|
42
39
|
.returns(Lithic::Models::ManagementOperationTransaction)
|
43
40
|
end
|
44
41
|
def retrieve(
|
@@ -58,7 +55,7 @@ module Lithic
|
|
58
55
|
page_size: Integer,
|
59
56
|
starting_after: String,
|
60
57
|
status: Lithic::Models::ManagementOperationListParams::Status::OrSymbol,
|
61
|
-
request_options:
|
58
|
+
request_options: Lithic::RequestOpts
|
62
59
|
)
|
63
60
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::ManagementOperationTransaction])
|
64
61
|
end
|
@@ -93,7 +90,7 @@ module Lithic
|
|
93
90
|
management_operation_token: String,
|
94
91
|
effective_date: Date,
|
95
92
|
memo: String,
|
96
|
-
request_options:
|
93
|
+
request_options: Lithic::RequestOpts
|
97
94
|
)
|
98
95
|
.returns(Lithic::Models::ManagementOperationTransaction)
|
99
96
|
end
|
@@ -15,7 +15,7 @@ module Lithic
|
|
15
15
|
token: String,
|
16
16
|
memo: String,
|
17
17
|
user_defined_id: String,
|
18
|
-
request_options:
|
18
|
+
request_options: Lithic::RequestOpts
|
19
19
|
)
|
20
20
|
.returns(Lithic::Models::PaymentCreateResponse)
|
21
21
|
end
|
@@ -34,13 +34,7 @@ module Lithic
|
|
34
34
|
request_options: {}
|
35
35
|
); end
|
36
36
|
# Get the payment by token.
|
37
|
-
sig
|
38
|
-
params(
|
39
|
-
payment_token: String,
|
40
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
41
|
-
)
|
42
|
-
.returns(Lithic::Models::Payment)
|
43
|
-
end
|
37
|
+
sig { params(payment_token: String, request_options: Lithic::RequestOpts).returns(Lithic::Models::Payment) }
|
44
38
|
def retrieve(payment_token, request_options: {}); end
|
45
39
|
|
46
40
|
# List all the payments for the provided search criteria.
|
@@ -57,7 +51,7 @@ module Lithic
|
|
57
51
|
result: Lithic::Models::PaymentListParams::Result::OrSymbol,
|
58
52
|
starting_after: String,
|
59
53
|
status: Lithic::Models::PaymentListParams::Status::OrSymbol,
|
60
|
-
request_options:
|
54
|
+
request_options: Lithic::RequestOpts
|
61
55
|
)
|
62
56
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::Payment])
|
63
57
|
end
|
@@ -86,10 +80,7 @@ module Lithic
|
|
86
80
|
); end
|
87
81
|
# Retry an origination which has been returned.
|
88
82
|
sig do
|
89
|
-
params(
|
90
|
-
payment_token: String,
|
91
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
92
|
-
)
|
83
|
+
params(payment_token: String, request_options: Lithic::RequestOpts)
|
93
84
|
.returns(Lithic::Models::PaymentRetryResponse)
|
94
85
|
end
|
95
86
|
def retry_(payment_token, request_options: {}); end
|
@@ -101,7 +92,7 @@ module Lithic
|
|
101
92
|
event_type: Lithic::Models::PaymentSimulateActionParams::EventType::OrSymbol,
|
102
93
|
decline_reason: Lithic::Models::PaymentSimulateActionParams::DeclineReason::OrSymbol,
|
103
94
|
return_reason_code: String,
|
104
|
-
request_options:
|
95
|
+
request_options: Lithic::RequestOpts
|
105
96
|
)
|
106
97
|
.returns(Lithic::Models::PaymentSimulateActionResponse)
|
107
98
|
end
|
@@ -123,7 +114,7 @@ module Lithic
|
|
123
114
|
financial_account_token: String,
|
124
115
|
receipt_type: Lithic::Models::PaymentSimulateReceiptParams::ReceiptType::OrSymbol,
|
125
116
|
memo: String,
|
126
|
-
request_options:
|
117
|
+
request_options: Lithic::RequestOpts
|
127
118
|
)
|
128
119
|
.returns(Lithic::Models::PaymentSimulateReceiptResponse)
|
129
120
|
end
|
@@ -142,10 +133,7 @@ module Lithic
|
|
142
133
|
); end
|
143
134
|
# Simulates a release of a Payment.
|
144
135
|
sig do
|
145
|
-
params(
|
146
|
-
payment_token: String,
|
147
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
148
|
-
)
|
136
|
+
params(payment_token: String, request_options: Lithic::RequestOpts)
|
149
137
|
.returns(Lithic::Models::PaymentSimulateReleaseResponse)
|
150
138
|
end
|
151
139
|
def simulate_release(
|
@@ -155,11 +143,7 @@ module Lithic
|
|
155
143
|
); end
|
156
144
|
# Simulates a return of a Payment.
|
157
145
|
sig do
|
158
|
-
params(
|
159
|
-
payment_token: String,
|
160
|
-
return_reason_code: String,
|
161
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
162
|
-
)
|
146
|
+
params(payment_token: String, return_reason_code: String, request_options: Lithic::RequestOpts)
|
163
147
|
.returns(Lithic::Models::PaymentSimulateReturnResponse)
|
164
148
|
end
|
165
149
|
def simulate_return(
|
@@ -7,10 +7,7 @@ module Lithic
|
|
7
7
|
class NetworkTotals
|
8
8
|
# Retrieve a specific network total record by token. Not available in sandbox.
|
9
9
|
sig do
|
10
|
-
params(
|
11
|
-
token: String,
|
12
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
13
|
-
)
|
10
|
+
params(token: String, request_options: Lithic::RequestOpts)
|
14
11
|
.returns(Lithic::Models::Reports::Settlement::NetworkTotalRetrieveResponse)
|
15
12
|
end
|
16
13
|
def retrieve(
|
@@ -32,7 +29,7 @@ module Lithic
|
|
32
29
|
report_date_end: Date,
|
33
30
|
settlement_institution_id: String,
|
34
31
|
starting_after: String,
|
35
|
-
request_options:
|
32
|
+
request_options: Lithic::RequestOpts
|
36
33
|
)
|
37
34
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::Reports::Settlement::NetworkTotalListResponse])
|
38
35
|
end
|
@@ -14,7 +14,7 @@ module Lithic
|
|
14
14
|
ending_before: String,
|
15
15
|
page_size: Integer,
|
16
16
|
starting_after: String,
|
17
|
-
request_options:
|
17
|
+
request_options: Lithic::RequestOpts
|
18
18
|
)
|
19
19
|
.returns(Lithic::Internal::CursorPage[Lithic::Models::SettlementDetail])
|
20
20
|
end
|
@@ -32,13 +32,7 @@ module Lithic
|
|
32
32
|
request_options: {}
|
33
33
|
); end
|
34
34
|
# Get the settlement report for a specified report date. Not available in sandbox.
|
35
|
-
sig
|
36
|
-
params(
|
37
|
-
report_date: Date,
|
38
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
39
|
-
)
|
40
|
-
.returns(Lithic::Models::SettlementReport)
|
41
|
-
end
|
35
|
+
sig { params(report_date: Date, request_options: Lithic::RequestOpts).returns(Lithic::Models::SettlementReport) }
|
42
36
|
def summary(
|
43
37
|
# Date of the settlement report to retrieve.
|
44
38
|
report_date,
|
@@ -8,7 +8,7 @@ module Lithic
|
|
8
8
|
params(
|
9
9
|
type: Lithic::Models::ResponderEndpointCreateParams::Type::OrSymbol,
|
10
10
|
url: String,
|
11
|
-
request_options:
|
11
|
+
request_options: Lithic::RequestOpts
|
12
12
|
)
|
13
13
|
.returns(Lithic::Models::ResponderEndpointCreateResponse)
|
14
14
|
end
|
@@ -23,7 +23,7 @@ module Lithic
|
|
23
23
|
sig do
|
24
24
|
params(
|
25
25
|
type: Lithic::Models::ResponderEndpointDeleteParams::Type::OrSymbol,
|
26
|
-
request_options:
|
26
|
+
request_options: Lithic::RequestOpts
|
27
27
|
)
|
28
28
|
.void
|
29
29
|
end
|
@@ -36,7 +36,7 @@ module Lithic
|
|
36
36
|
sig do
|
37
37
|
params(
|
38
38
|
type: Lithic::Models::ResponderEndpointCheckStatusParams::Type::OrSymbol,
|
39
|
-
request_options:
|
39
|
+
request_options: Lithic::RequestOpts
|
40
40
|
)
|
41
41
|
.returns(Lithic::Models::ResponderEndpointStatus)
|
42
42
|
end
|
@@ -6,10 +6,7 @@ module Lithic
|
|
6
6
|
class Authentication
|
7
7
|
# Get 3DS Authentication by token
|
8
8
|
sig do
|
9
|
-
params(
|
10
|
-
three_ds_authentication_token: String,
|
11
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
12
|
-
)
|
9
|
+
params(three_ds_authentication_token: String, request_options: Lithic::RequestOpts)
|
13
10
|
.returns(Lithic::Models::ThreeDS::AuthenticationRetrieveResponse)
|
14
11
|
end
|
15
12
|
def retrieve(
|
@@ -27,7 +24,7 @@ module Lithic
|
|
27
24
|
pan: String,
|
28
25
|
transaction: T.any(Lithic::Models::ThreeDS::AuthenticationSimulateParams::Transaction, Lithic::Internal::AnyHash),
|
29
26
|
card_expiry_check: Lithic::Models::ThreeDS::AuthenticationSimulateParams::CardExpiryCheck::OrSymbol,
|
30
|
-
request_options:
|
27
|
+
request_options: Lithic::RequestOpts
|
31
28
|
)
|
32
29
|
.returns(Lithic::Models::ThreeDS::AuthenticationSimulateResponse)
|
33
30
|
end
|
@@ -45,14 +42,7 @@ module Lithic
|
|
45
42
|
# /v1/three_ds_authentication/simulate that resulted in triggered SMS-OTP
|
46
43
|
# challenge must precede. Only a single attempt is supported; upon entering OTP,
|
47
44
|
# the challenge is either approved or declined.
|
48
|
-
sig
|
49
|
-
params(
|
50
|
-
token: String,
|
51
|
-
otp: String,
|
52
|
-
request_options: T.nilable(T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
53
|
-
)
|
54
|
-
.void
|
55
|
-
end
|
45
|
+
sig { params(token: String, otp: String, request_options: Lithic::RequestOpts).void }
|
56
46
|
def simulate_otp_entry(
|
57
47
|
# A unique token returned as part of a /v1/three_ds_authentication/simulate call
|
58
48
|
# that resulted in PENDING_CHALLENGE authentication result.
|