lithic 0.1.0.pre.alpha.23 → 0.1.0.pre.alpha.24
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 +21 -0
- data/README.md +2 -2
- data/lib/lithic/errors.rb +1 -1
- data/lib/lithic/internal/transport/base_client.rb +77 -5
- data/lib/lithic/internal/transport/pooled_net_requester.rb +14 -0
- data/lib/lithic/internal/type/array_of.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +62 -30
- data/lib/lithic/internal/type/converter.rb +18 -0
- data/lib/lithic/internal/type/enum.rb +1 -0
- data/lib/lithic/internal/type/hash_of.rb +1 -1
- data/lib/lithic/internal/type/union.rb +1 -0
- data/lib/lithic/internal/util.rb +56 -0
- data/lib/lithic/internal.rb +6 -0
- data/lib/lithic/models/account_holder_update_response.rb +9 -0
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +4 -0
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +20 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +10 -0
- data/lib/lithic/models/auth_rules/v2_create_response.rb +20 -0
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +10 -0
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +20 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +20 -0
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +20 -0
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +20 -0
- data/lib/lithic/models/auth_rules/v2_update_response.rb +20 -0
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +4 -0
- data/lib/lithic/models/card_list_params.rb +9 -1
- data/lib/lithic/models/event.rb +1 -0
- data/lib/lithic/models/event_list_params.rb +1 -0
- data/lib/lithic/models/event_subscription.rb +1 -0
- data/lib/lithic/models/events/subscription_create_params.rb +1 -0
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +1 -0
- data/lib/lithic/models/events/subscription_update_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +1 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +10 -1
- data/lib/lithic/models/transaction.rb +65 -9
- data/lib/lithic/models.rb +27 -0
- data/lib/lithic/request_options.rb +4 -0
- data/lib/lithic/resources/cards.rb +3 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -0
- data/rbi/lithic/internal/transport/base_client.rbi +31 -13
- data/rbi/lithic/internal/transport/pooled_net_requester.rbi +5 -5
- data/rbi/lithic/internal/type/base_model.rbi +31 -15
- data/rbi/lithic/internal/type/base_page.rbi +1 -2
- data/rbi/lithic/internal/type/converter.rbi +2 -0
- data/rbi/lithic/internal/type/enum.rbi +1 -0
- data/rbi/lithic/internal/type/union.rbi +1 -0
- data/rbi/lithic/internal/util.rbi +28 -5
- data/rbi/lithic/internal.rbi +2 -0
- data/rbi/lithic/models/account.rbi +17 -4
- data/rbi/lithic/models/account_holder.rbi +41 -7
- data/rbi/lithic/models/account_holder_create_params.rbi +39 -6
- data/rbi/lithic/models/account_holder_create_response.rbi +7 -1
- data/rbi/lithic/models/account_holder_list_documents_params.rbi +7 -1
- data/rbi/lithic/models/account_holder_list_documents_response.rbi +7 -1
- data/rbi/lithic/models/account_holder_list_params.rbi +4 -1
- data/rbi/lithic/models/account_holder_retrieve_document_params.rbi +7 -1
- data/rbi/lithic/models/account_holder_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +7 -1
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +7 -1
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +53 -8
- data/rbi/lithic/models/account_holder_update_params.rbi +39 -6
- data/rbi/lithic/models/account_holder_update_response.rbi +62 -10
- data/rbi/lithic/models/account_holder_upload_document_params.rbi +7 -1
- data/rbi/lithic/models/account_list_params.rbi +4 -1
- data/rbi/lithic/models/account_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/account_retrieve_spend_limits_params.rbi +7 -1
- data/rbi/lithic/models/account_spend_limits.rbi +25 -4
- data/rbi/lithic/models/account_update_params.rbi +11 -2
- data/rbi/lithic/models/address.rbi +2 -1
- data/rbi/lithic/models/address_update.rbi +2 -1
- data/rbi/lithic/models/aggregate_balance.rbi +4 -1
- data/rbi/lithic/models/aggregate_balance_list_params.rbi +4 -1
- data/rbi/lithic/models/api_status.rbi +2 -1
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +4 -1
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +7 -1
- data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +7 -1
- data/rbi/lithic/models/auth_rules/v2/backtest_create_params.rbi +6 -1
- data/rbi/lithic/models/auth_rules/v2/backtest_create_response.rbi +6 -1
- data/rbi/lithic/models/auth_rules/v2/backtest_results.rbi +42 -7
- data/rbi/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +6 -1
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +4 -1
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +16 -3
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/v2_delete_params.rbi +4 -1
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +16 -3
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +4 -1
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/v2_promote_params.rbi +4 -1
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/v2_report_params.rbi +4 -1
- data/rbi/lithic/models/auth_rules/v2_report_response.rbi +7 -1
- data/rbi/lithic/models/auth_rules/v2_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/v2_update_params.rbi +4 -1
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +43 -7
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +13 -2
- data/rbi/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +7 -1
- data/rbi/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +7 -1
- data/rbi/lithic/models/auth_stream_secret.rbi +4 -1
- data/rbi/lithic/models/balance.rbi +2 -1
- data/rbi/lithic/models/balance_list_params.rbi +4 -1
- data/rbi/lithic/models/book_transfer_create_params.rbi +4 -1
- data/rbi/lithic/models/book_transfer_list_params.rbi +4 -1
- data/rbi/lithic/models/book_transfer_response.rbi +11 -2
- data/rbi/lithic/models/book_transfer_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/book_transfer_reverse_params.rbi +4 -1
- data/rbi/lithic/models/card.rbi +1 -1
- data/rbi/lithic/models/card_convert_physical_params.rbi +4 -1
- data/rbi/lithic/models/card_create_params.rbi +4 -1
- data/rbi/lithic/models/card_embed_params.rbi +4 -1
- data/rbi/lithic/models/card_list_params.rbi +15 -1
- data/rbi/lithic/models/card_program.rbi +2 -1
- data/rbi/lithic/models/card_program_list_params.rbi +4 -1
- data/rbi/lithic/models/card_program_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/card_provision_params.rbi +4 -1
- data/rbi/lithic/models/card_provision_response.rbi +7 -1
- data/rbi/lithic/models/card_reissue_params.rbi +4 -1
- data/rbi/lithic/models/card_renew_params.rbi +4 -1
- data/rbi/lithic/models/card_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/card_retrieve_spend_limits_params.rbi +7 -1
- data/rbi/lithic/models/card_search_by_pan_params.rbi +4 -1
- data/rbi/lithic/models/card_spend_limits.rbi +25 -4
- data/rbi/lithic/models/card_update_params.rbi +4 -1
- data/rbi/lithic/models/cards/aggregate_balance_list_params.rbi +7 -1
- data/rbi/lithic/models/cards/aggregate_balance_list_response.rbi +7 -1
- data/rbi/lithic/models/cards/balance_list_params.rbi +4 -1
- data/rbi/lithic/models/cards/balance_list_response.rbi +7 -1
- data/rbi/lithic/models/cards/financial_transaction_list_params.rbi +7 -1
- data/rbi/lithic/models/cards/financial_transaction_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/carrier.rbi +2 -1
- data/rbi/lithic/models/client_api_status_params.rbi +4 -1
- data/rbi/lithic/models/credit_products/extended_credit.rbi +7 -1
- data/rbi/lithic/models/credit_products/extended_credit_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/credit_products/prime_rate_create_params.rbi +7 -1
- data/rbi/lithic/models/credit_products/prime_rate_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/credit_products/prime_rate_retrieve_response.rbi +13 -2
- data/rbi/lithic/models/digital_card_art.rbi +4 -1
- data/rbi/lithic/models/digital_card_art_list_params.rbi +4 -1
- data/rbi/lithic/models/digital_card_art_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/dispute.rbi +2 -1
- data/rbi/lithic/models/dispute_create_params.rbi +4 -1
- data/rbi/lithic/models/dispute_delete_evidence_params.rbi +4 -1
- data/rbi/lithic/models/dispute_delete_params.rbi +4 -1
- data/rbi/lithic/models/dispute_evidence.rbi +4 -1
- data/rbi/lithic/models/dispute_initiate_evidence_upload_params.rbi +7 -1
- data/rbi/lithic/models/dispute_list_evidences_params.rbi +4 -1
- data/rbi/lithic/models/dispute_list_params.rbi +4 -1
- data/rbi/lithic/models/dispute_retrieve_evidence_params.rbi +7 -1
- data/rbi/lithic/models/dispute_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/dispute_update_params.rbi +4 -1
- data/rbi/lithic/models/document.rbi +9 -2
- data/rbi/lithic/models/event.rbi +6 -1
- data/rbi/lithic/models/event_list_attempts_params.rbi +4 -1
- data/rbi/lithic/models/event_list_params.rbi +9 -1
- data/rbi/lithic/models/event_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/event_subscription.rbi +9 -1
- data/rbi/lithic/models/events/event_subscription_resend_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_create_params.rbi +12 -1
- data/rbi/lithic/models/events/subscription_delete_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_list_attempts_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_list_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_recover_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_replay_missing_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_retrieve_secret_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_retrieve_secret_response.rbi +7 -1
- data/rbi/lithic/models/events/subscription_rotate_secret_params.rbi +7 -1
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +12 -1
- data/rbi/lithic/models/events/subscription_update_params.rbi +12 -1
- data/rbi/lithic/models/external_bank_account_address.rbi +4 -1
- data/rbi/lithic/models/external_bank_account_create_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_create_response.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_list_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_list_response.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_retry_prenote_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_update_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_account_update_response.rbi +7 -1
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +7 -1
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +7 -1
- data/rbi/lithic/models/external_payment.rbi +8 -2
- data/rbi/lithic/models/external_payment_cancel_params.rbi +4 -1
- data/rbi/lithic/models/external_payment_create_params.rbi +4 -1
- data/rbi/lithic/models/external_payment_list_params.rbi +4 -1
- data/rbi/lithic/models/external_payment_release_params.rbi +4 -1
- data/rbi/lithic/models/external_payment_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/external_payment_reverse_params.rbi +4 -1
- data/rbi/lithic/models/external_payment_settle_params.rbi +4 -1
- data/rbi/lithic/models/financial_account.rbi +11 -2
- data/rbi/lithic/models/financial_account_create_params.rbi +4 -1
- data/rbi/lithic/models/financial_account_list_params.rbi +4 -1
- data/rbi/lithic/models/financial_account_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/financial_account_update_params.rbi +4 -1
- data/rbi/lithic/models/financial_account_update_status_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/balance_list_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/credit_configuration_update_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/financial_transaction_list_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +109 -18
- data/rbi/lithic/models/financial_accounts/loan_tape_list_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/statement.rbi +61 -10
- data/rbi/lithic/models/financial_accounts/statement_list_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/statement_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/financial_accounts/statements/line_item_list_params.rbi +6 -1
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +17 -2
- data/rbi/lithic/models/financial_accounts/statements.rbi +7 -1
- data/rbi/lithic/models/financial_transaction.rbi +11 -2
- data/rbi/lithic/models/kyb.rbi +20 -5
- data/rbi/lithic/models/kyb_business_entity.rbi +8 -2
- data/rbi/lithic/models/kyc.rbi +5 -2
- data/rbi/lithic/models/kyc_exempt.rbi +2 -1
- data/rbi/lithic/models/management_operation_create_params.rbi +7 -1
- data/rbi/lithic/models/management_operation_list_params.rbi +7 -1
- data/rbi/lithic/models/management_operation_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/management_operation_reverse_params.rbi +7 -1
- data/rbi/lithic/models/management_operation_transaction.rbi +21 -3
- data/rbi/lithic/models/message_attempt.rbi +4 -1
- data/rbi/lithic/models/non_pci_card.rbi +6 -2
- data/rbi/lithic/models/payment.rbi +10 -3
- data/rbi/lithic/models/payment_create_params.rbi +11 -2
- data/rbi/lithic/models/payment_create_response.rbi +7 -1
- data/rbi/lithic/models/payment_list_params.rbi +4 -1
- data/rbi/lithic/models/payment_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/payment_retry_params.rbi +4 -1
- data/rbi/lithic/models/payment_retry_response.rbi +4 -1
- data/rbi/lithic/models/payment_simulate_action_params.rbi +4 -1
- data/rbi/lithic/models/payment_simulate_action_response.rbi +7 -1
- data/rbi/lithic/models/payment_simulate_receipt_params.rbi +4 -1
- data/rbi/lithic/models/payment_simulate_receipt_response.rbi +7 -1
- data/rbi/lithic/models/payment_simulate_release_params.rbi +4 -1
- data/rbi/lithic/models/payment_simulate_release_response.rbi +7 -1
- data/rbi/lithic/models/payment_simulate_return_params.rbi +4 -1
- data/rbi/lithic/models/payment_simulate_return_response.rbi +7 -1
- data/rbi/lithic/models/reports/settlement/network_total_list_params.rbi +6 -1
- data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +12 -2
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_params.rbi +6 -1
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -2
- data/rbi/lithic/models/reports/settlement_list_details_params.rbi +7 -1
- data/rbi/lithic/models/reports/settlement_summary_params.rbi +7 -1
- data/rbi/lithic/models/required_document.rbi +4 -1
- data/rbi/lithic/models/responder_endpoint_check_status_params.rbi +7 -1
- data/rbi/lithic/models/responder_endpoint_create_params.rbi +7 -1
- data/rbi/lithic/models/responder_endpoint_create_response.rbi +7 -1
- data/rbi/lithic/models/responder_endpoint_delete_params.rbi +7 -1
- data/rbi/lithic/models/responder_endpoint_status.rbi +4 -1
- data/rbi/lithic/models/settlement_detail.rbi +11 -2
- data/rbi/lithic/models/settlement_report.rbi +4 -1
- data/rbi/lithic/models/settlement_summary_details.rbi +4 -1
- data/rbi/lithic/models/shipping_address.rbi +4 -1
- data/rbi/lithic/models/three_ds/authentication_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +77 -11
- data/rbi/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +7 -1
- data/rbi/lithic/models/three_ds/authentication_simulate_params.rbi +19 -3
- data/rbi/lithic/models/three_ds/authentication_simulate_response.rbi +7 -1
- data/rbi/lithic/models/three_ds/challenge_response.rbi +4 -1
- data/rbi/lithic/models/three_ds/decisioning_challenge_response_params.rbi +7 -1
- data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +7 -1
- data/rbi/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +7 -1
- data/rbi/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +7 -1
- data/rbi/lithic/models/tokenization.rbi +6 -2
- data/rbi/lithic/models/tokenization_activate_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_deactivate_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +7 -1
- data/rbi/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +7 -1
- data/rbi/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +7 -1
- data/rbi/lithic/models/tokenization_list_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_pause_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_resend_activation_code_params.rbi +7 -1
- data/rbi/lithic/models/tokenization_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_retrieve_response.rbi +7 -1
- data/rbi/lithic/models/tokenization_secret.rbi +4 -1
- data/rbi/lithic/models/tokenization_simulate_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_simulate_response.rbi +7 -1
- data/rbi/lithic/models/tokenization_unpause_params.rbi +4 -1
- data/rbi/lithic/models/tokenization_update_digital_card_art_params.rbi +7 -1
- data/rbi/lithic/models/tokenization_update_digital_card_art_response.rbi +7 -1
- data/rbi/lithic/models/transaction.rbi +293 -40
- data/rbi/lithic/models/transaction_expire_authorization_params.rbi +7 -1
- data/rbi/lithic/models/transaction_list_params.rbi +4 -1
- data/rbi/lithic/models/transaction_retrieve_params.rbi +4 -1
- data/rbi/lithic/models/transaction_simulate_authorization_advice_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_authorization_advice_response.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_authorization_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_authorization_response.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_clearing_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_clearing_response.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_credit_authorization_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_credit_authorization_response.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_return_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_return_response.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_return_reversal_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_return_reversal_response.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_void_params.rbi +7 -1
- data/rbi/lithic/models/transaction_simulate_void_response.rbi +7 -1
- data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +7 -1
- data/rbi/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +7 -1
- data/rbi/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +6 -1
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +42 -7
- data/rbi/lithic/models/transfer.rbi +6 -2
- data/rbi/lithic/models/transfer_create_params.rbi +4 -1
- data/rbi/lithic/request_options.rbi +2 -1
- data/rbi/lithic/resources/cards.rbi +3 -0
- data/sig/lithic/internal/transport/base_client.rbs +16 -1
- data/sig/lithic/internal/transport/pooled_net_requester.rbs +2 -0
- data/sig/lithic/internal/type/base_model.rbs +11 -5
- data/sig/lithic/internal/type/base_page.rbs +1 -1
- data/sig/lithic/internal/type/converter.rbs +2 -0
- data/sig/lithic/internal/type/enum.rbs +1 -0
- data/sig/lithic/internal/type/union.rbs +1 -0
- data/sig/lithic/internal/util.rbs +13 -0
- data/sig/lithic/internal.rbs +2 -0
- data/sig/lithic/models/card_list_params.rbs +6 -0
- data/sig/lithic/models/event.rbs +2 -0
- data/sig/lithic/models/event_list_params.rbs +2 -0
- data/sig/lithic/models/event_subscription.rbs +2 -0
- data/sig/lithic/models/events/subscription_create_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +2 -0
- data/sig/lithic/models/events/subscription_update_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +4 -0
- data/sig/lithic/models/transaction.rbs +43 -3
- data/sig/lithic/resources/cards.rbs +1 -0
- metadata +2 -2
@@ -3,7 +3,13 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class TransactionSimulateAuthorizationResponse < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias do
|
8
|
+
T.any(
|
9
|
+
Lithic::Models::TransactionSimulateAuthorizationResponse,
|
10
|
+
Lithic::Internal::AnyHash
|
11
|
+
)
|
12
|
+
end
|
7
13
|
|
8
14
|
# A unique token to reference this transaction with later calls to void or clear
|
9
15
|
# the authorization.
|
@@ -6,7 +6,13 @@ module Lithic
|
|
6
6
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
7
7
|
include Lithic::Internal::Type::RequestParameters
|
8
8
|
|
9
|
-
OrHash =
|
9
|
+
OrHash =
|
10
|
+
T.type_alias do
|
11
|
+
T.any(
|
12
|
+
Lithic::TransactionSimulateClearingParams,
|
13
|
+
Lithic::Internal::AnyHash
|
14
|
+
)
|
15
|
+
end
|
10
16
|
|
11
17
|
# The transaction token returned from the /v1/simulate/authorize response.
|
12
18
|
sig { returns(String) }
|
@@ -3,7 +3,13 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class TransactionSimulateClearingResponse < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias do
|
8
|
+
T.any(
|
9
|
+
Lithic::Models::TransactionSimulateClearingResponse,
|
10
|
+
Lithic::Internal::AnyHash
|
11
|
+
)
|
12
|
+
end
|
7
13
|
|
8
14
|
# Debugging request ID to share with Lithic Support team.
|
9
15
|
sig { returns(T.nilable(String)) }
|
@@ -6,7 +6,13 @@ module Lithic
|
|
6
6
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
7
7
|
include Lithic::Internal::Type::RequestParameters
|
8
8
|
|
9
|
-
OrHash =
|
9
|
+
OrHash =
|
10
|
+
T.type_alias do
|
11
|
+
T.any(
|
12
|
+
Lithic::TransactionSimulateCreditAuthorizationParams,
|
13
|
+
Lithic::Internal::AnyHash
|
14
|
+
)
|
15
|
+
end
|
10
16
|
|
11
17
|
# Amount (in cents). Any value entered will be converted into a negative amount in
|
12
18
|
# the simulated transaction. For example, entering 100 in this field will appear
|
@@ -3,7 +3,13 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class TransactionSimulateCreditAuthorizationResponse < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias do
|
8
|
+
T.any(
|
9
|
+
Lithic::Models::TransactionSimulateCreditAuthorizationResponse,
|
10
|
+
Lithic::Internal::AnyHash
|
11
|
+
)
|
12
|
+
end
|
7
13
|
|
8
14
|
# A unique token to reference this transaction.
|
9
15
|
sig { returns(T.nilable(String)) }
|
@@ -6,7 +6,13 @@ module Lithic
|
|
6
6
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
7
7
|
include Lithic::Internal::Type::RequestParameters
|
8
8
|
|
9
|
-
OrHash =
|
9
|
+
OrHash =
|
10
|
+
T.type_alias do
|
11
|
+
T.any(
|
12
|
+
Lithic::TransactionSimulateReturnParams,
|
13
|
+
Lithic::Internal::AnyHash
|
14
|
+
)
|
15
|
+
end
|
10
16
|
|
11
17
|
# Amount (in cents) to authorize.
|
12
18
|
sig { returns(Integer) }
|
@@ -3,7 +3,13 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class TransactionSimulateReturnResponse < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias do
|
8
|
+
T.any(
|
9
|
+
Lithic::Models::TransactionSimulateReturnResponse,
|
10
|
+
Lithic::Internal::AnyHash
|
11
|
+
)
|
12
|
+
end
|
7
13
|
|
8
14
|
# A unique token to reference this transaction.
|
9
15
|
sig { returns(T.nilable(String)) }
|
@@ -6,7 +6,13 @@ module Lithic
|
|
6
6
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
7
7
|
include Lithic::Internal::Type::RequestParameters
|
8
8
|
|
9
|
-
OrHash =
|
9
|
+
OrHash =
|
10
|
+
T.type_alias do
|
11
|
+
T.any(
|
12
|
+
Lithic::TransactionSimulateReturnReversalParams,
|
13
|
+
Lithic::Internal::AnyHash
|
14
|
+
)
|
15
|
+
end
|
10
16
|
|
11
17
|
# The transaction token returned from the /v1/simulate/authorize response.
|
12
18
|
sig { returns(String) }
|
@@ -3,7 +3,13 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class TransactionSimulateReturnReversalResponse < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias do
|
8
|
+
T.any(
|
9
|
+
Lithic::Models::TransactionSimulateReturnReversalResponse,
|
10
|
+
Lithic::Internal::AnyHash
|
11
|
+
)
|
12
|
+
end
|
7
13
|
|
8
14
|
# Debugging request ID to share with Lithic Support team.
|
9
15
|
sig { returns(T.nilable(String)) }
|
@@ -6,7 +6,13 @@ module Lithic
|
|
6
6
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
7
7
|
include Lithic::Internal::Type::RequestParameters
|
8
8
|
|
9
|
-
OrHash =
|
9
|
+
OrHash =
|
10
|
+
T.type_alias do
|
11
|
+
T.any(
|
12
|
+
Lithic::TransactionSimulateVoidParams,
|
13
|
+
Lithic::Internal::AnyHash
|
14
|
+
)
|
15
|
+
end
|
10
16
|
|
11
17
|
# The transaction token returned from the /v1/simulate/authorize response.
|
12
18
|
sig { returns(String) }
|
@@ -3,7 +3,13 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class TransactionSimulateVoidResponse < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias do
|
8
|
+
T.any(
|
9
|
+
Lithic::Models::TransactionSimulateVoidResponse,
|
10
|
+
Lithic::Internal::AnyHash
|
11
|
+
)
|
12
|
+
end
|
7
13
|
|
8
14
|
# Debugging request ID to share with Lithic Support team.
|
9
15
|
sig { returns(T.nilable(String)) }
|
@@ -7,7 +7,13 @@ module Lithic
|
|
7
7
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
8
8
|
include Lithic::Internal::Type::RequestParameters
|
9
9
|
|
10
|
-
OrHash =
|
10
|
+
OrHash =
|
11
|
+
T.type_alias do
|
12
|
+
T.any(
|
13
|
+
Lithic::Transactions::EnhancedCommercialDataRetrieveParams,
|
14
|
+
Lithic::Internal::AnyHash
|
15
|
+
)
|
16
|
+
end
|
11
17
|
|
12
18
|
sig do
|
13
19
|
params(request_options: Lithic::RequestOptions::OrHash).returns(
|
@@ -4,7 +4,13 @@ module Lithic
|
|
4
4
|
module Models
|
5
5
|
module Transactions
|
6
6
|
class EnhancedCommercialDataRetrieveResponse < Lithic::Internal::Type::BaseModel
|
7
|
-
OrHash =
|
7
|
+
OrHash =
|
8
|
+
T.type_alias do
|
9
|
+
T.any(
|
10
|
+
Lithic::Models::Transactions::EnhancedCommercialDataRetrieveResponse,
|
11
|
+
Lithic::Internal::AnyHash
|
12
|
+
)
|
13
|
+
end
|
8
14
|
|
9
15
|
sig { returns(T::Array[Lithic::Transactions::Events::EnhancedData]) }
|
10
16
|
attr_accessor :data
|
@@ -9,7 +9,12 @@ module Lithic
|
|
9
9
|
include Lithic::Internal::Type::RequestParameters
|
10
10
|
|
11
11
|
OrHash =
|
12
|
-
T.type_alias
|
12
|
+
T.type_alias do
|
13
|
+
T.any(
|
14
|
+
Lithic::Transactions::Events::EnhancedCommercialDataRetrieveParams,
|
15
|
+
Lithic::Internal::AnyHash
|
16
|
+
)
|
17
|
+
end
|
13
18
|
|
14
19
|
sig do
|
15
20
|
params(request_options: Lithic::RequestOptions::OrHash).returns(
|
@@ -6,7 +6,12 @@ module Lithic
|
|
6
6
|
module Events
|
7
7
|
class EnhancedData < Lithic::Internal::Type::BaseModel
|
8
8
|
OrHash =
|
9
|
-
T.type_alias
|
9
|
+
T.type_alias do
|
10
|
+
T.any(
|
11
|
+
Lithic::Transactions::Events::EnhancedData,
|
12
|
+
Lithic::Internal::AnyHash
|
13
|
+
)
|
14
|
+
end
|
10
15
|
|
11
16
|
# A unique identifier for the enhanced commercial data.
|
12
17
|
sig { returns(String) }
|
@@ -77,7 +82,12 @@ module Lithic
|
|
77
82
|
|
78
83
|
class Common < Lithic::Internal::Type::BaseModel
|
79
84
|
OrHash =
|
80
|
-
T.type_alias
|
85
|
+
T.type_alias do
|
86
|
+
T.any(
|
87
|
+
Lithic::Transactions::Events::EnhancedData::Common,
|
88
|
+
Lithic::Internal::AnyHash
|
89
|
+
)
|
90
|
+
end
|
81
91
|
|
82
92
|
sig do
|
83
93
|
returns(
|
@@ -166,7 +176,12 @@ module Lithic
|
|
166
176
|
|
167
177
|
class LineItem < Lithic::Internal::Type::BaseModel
|
168
178
|
OrHash =
|
169
|
-
T.type_alias
|
179
|
+
T.type_alias do
|
180
|
+
T.any(
|
181
|
+
Lithic::Transactions::Events::EnhancedData::Common::LineItem,
|
182
|
+
Lithic::Internal::AnyHash
|
183
|
+
)
|
184
|
+
end
|
170
185
|
|
171
186
|
# The price of the item purchased in merchant currency.
|
172
187
|
sig { returns(T.nilable(Float)) }
|
@@ -233,7 +248,12 @@ module Lithic
|
|
233
248
|
|
234
249
|
class Tax < Lithic::Internal::Type::BaseModel
|
235
250
|
OrHash =
|
236
|
-
T.type_alias
|
251
|
+
T.type_alias do
|
252
|
+
T.any(
|
253
|
+
Lithic::Transactions::Events::EnhancedData::Common::Tax,
|
254
|
+
Lithic::Internal::AnyHash
|
255
|
+
)
|
256
|
+
end
|
237
257
|
|
238
258
|
# The amount of tax collected.
|
239
259
|
sig { returns(T.nilable(Integer)) }
|
@@ -342,7 +362,12 @@ module Lithic
|
|
342
362
|
|
343
363
|
class Fleet < Lithic::Internal::Type::BaseModel
|
344
364
|
OrHash =
|
345
|
-
T.type_alias
|
365
|
+
T.type_alias do
|
366
|
+
T.any(
|
367
|
+
Lithic::Transactions::Events::EnhancedData::Fleet,
|
368
|
+
Lithic::Internal::AnyHash
|
369
|
+
)
|
370
|
+
end
|
346
371
|
|
347
372
|
sig do
|
348
373
|
returns(
|
@@ -461,7 +486,12 @@ module Lithic
|
|
461
486
|
|
462
487
|
class AmountTotals < Lithic::Internal::Type::BaseModel
|
463
488
|
OrHash =
|
464
|
-
T.type_alias
|
489
|
+
T.type_alias do
|
490
|
+
T.any(
|
491
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::AmountTotals,
|
492
|
+
Lithic::Internal::AnyHash
|
493
|
+
)
|
494
|
+
end
|
465
495
|
|
466
496
|
# The discount applied to the gross sale amount.
|
467
497
|
sig { returns(T.nilable(Integer)) }
|
@@ -512,7 +542,12 @@ module Lithic
|
|
512
542
|
|
513
543
|
class Fuel < Lithic::Internal::Type::BaseModel
|
514
544
|
OrHash =
|
515
|
-
T.type_alias
|
545
|
+
T.type_alias do
|
546
|
+
T.any(
|
547
|
+
Lithic::Transactions::Events::EnhancedData::Fleet::Fuel,
|
548
|
+
Lithic::Internal::AnyHash
|
549
|
+
)
|
550
|
+
end
|
516
551
|
|
517
552
|
# The quantity of fuel purchased.
|
518
553
|
sig { returns(T.nilable(Float)) }
|
@@ -3,7 +3,8 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Models
|
5
5
|
class Transfer < Lithic::Internal::Type::BaseModel
|
6
|
-
OrHash =
|
6
|
+
OrHash =
|
7
|
+
T.type_alias { T.any(Lithic::Transfer, Lithic::Internal::AnyHash) }
|
7
8
|
|
8
9
|
# Globally unique identifier for the transfer event.
|
9
10
|
sig { returns(T.nilable(String)) }
|
@@ -216,7 +217,10 @@ module Lithic
|
|
216
217
|
end
|
217
218
|
|
218
219
|
class Event < Lithic::Internal::Type::BaseModel
|
219
|
-
OrHash =
|
220
|
+
OrHash =
|
221
|
+
T.type_alias do
|
222
|
+
T.any(Lithic::Transfer::Event, Lithic::Internal::AnyHash)
|
223
|
+
end
|
220
224
|
|
221
225
|
# Globally unique identifier.
|
222
226
|
sig { returns(T.nilable(String)) }
|
@@ -6,7 +6,10 @@ module Lithic
|
|
6
6
|
extend Lithic::Internal::Type::RequestParameters::Converter
|
7
7
|
include Lithic::Internal::Type::RequestParameters
|
8
8
|
|
9
|
-
OrHash =
|
9
|
+
OrHash =
|
10
|
+
T.type_alias do
|
11
|
+
T.any(Lithic::TransferCreateParams, Lithic::Internal::AnyHash)
|
12
|
+
end
|
10
13
|
|
11
14
|
# Amount to be transferred in the currency’s smallest unit (e.g., cents for USD).
|
12
15
|
# This should always be a positive value.
|
@@ -7,7 +7,8 @@ module Lithic
|
|
7
7
|
# When making a request, you can pass an actual {RequestOptions} instance, or
|
8
8
|
# simply pass a Hash with symbol keys matching the attributes on this class.
|
9
9
|
class RequestOptions < Lithic::Internal::Type::BaseModel
|
10
|
-
OrHash =
|
10
|
+
OrHash =
|
11
|
+
T.type_alias { T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash) }
|
11
12
|
|
12
13
|
# @api private
|
13
14
|
sig { params(opts: Lithic::RequestOptions::OrHash).void }
|
@@ -225,6 +225,7 @@ module Lithic
|
|
225
225
|
begin_: Time,
|
226
226
|
end_: Time,
|
227
227
|
ending_before: String,
|
228
|
+
memo: String,
|
228
229
|
page_size: Integer,
|
229
230
|
starting_after: String,
|
230
231
|
state: Lithic::CardListParams::State::OrSymbol,
|
@@ -243,6 +244,8 @@ module Lithic
|
|
243
244
|
# A cursor representing an item's token before which a page of results should end.
|
244
245
|
# Used to retrieve the previous page of results before this item.
|
245
246
|
ending_before: nil,
|
247
|
+
# Returns cards containing the specified partial or full memo text.
|
248
|
+
memo: nil,
|
246
249
|
# Page size (for pagination).
|
247
250
|
page_size: nil,
|
248
251
|
# A cursor representing an item's token after which a page of results should
|
@@ -2,6 +2,8 @@ module Lithic
|
|
2
2
|
module Internal
|
3
3
|
module Transport
|
4
4
|
class BaseClient
|
5
|
+
extend Lithic::Internal::Util::SorbetRuntimeSupport
|
6
|
+
|
5
7
|
type request_components =
|
6
8
|
{
|
7
9
|
method: Symbol,
|
@@ -20,7 +22,6 @@ module Lithic
|
|
20
22
|
model: Lithic::Internal::Type::Converter::input?,
|
21
23
|
options: Lithic::request_opts?
|
22
24
|
}
|
23
|
-
|
24
25
|
type request_input =
|
25
26
|
{
|
26
27
|
method: Symbol,
|
@@ -55,6 +56,20 @@ module Lithic
|
|
55
56
|
stream: Enumerable[String]?
|
56
57
|
) -> void
|
57
58
|
|
59
|
+
attr_reader base_url: URI::Generic
|
60
|
+
|
61
|
+
attr_reader timeout: Float
|
62
|
+
|
63
|
+
attr_reader max_retries: Integer
|
64
|
+
|
65
|
+
attr_reader initial_retry_delay: Float
|
66
|
+
|
67
|
+
attr_reader max_retry_delay: Float
|
68
|
+
|
69
|
+
attr_reader headers: ::Hash[String, String]
|
70
|
+
|
71
|
+
attr_reader idempotency_header: String?
|
72
|
+
|
58
73
|
# @api private
|
59
74
|
attr_reader requester: Lithic::Internal::Transport::PooledNetRequester
|
60
75
|
|
@@ -3,10 +3,13 @@ module Lithic
|
|
3
3
|
module Type
|
4
4
|
class BaseModel
|
5
5
|
extend Lithic::Internal::Type::Converter
|
6
|
+
extend Lithic::Internal::Util::SorbetRuntimeSupport
|
6
7
|
|
7
8
|
type known_field =
|
8
9
|
{ mode: (:coerce | :dump)?, required: bool, nilable: bool }
|
9
10
|
|
11
|
+
def self.inherited: (self child) -> void
|
12
|
+
|
10
13
|
def self.known_fields: -> ::Hash[Symbol, (Lithic::Internal::Type::BaseModel::known_field
|
11
14
|
& { type_fn: (^-> Lithic::Internal::Type::Converter::input) })]
|
12
15
|
|
@@ -65,23 +68,26 @@ module Lithic
|
|
65
68
|
state: Lithic::Internal::Type::Converter::dump_state
|
66
69
|
) -> (::Hash[top, top] | top)
|
67
70
|
|
71
|
+
def self.recursively_to_h: (
|
72
|
+
Lithic::Internal::Type::BaseModel model,
|
73
|
+
convert: bool
|
74
|
+
) -> ::Hash[Symbol, top]
|
75
|
+
|
68
76
|
def []: (Symbol key) -> top?
|
69
77
|
|
70
78
|
def to_h: -> ::Hash[Symbol, top]
|
71
79
|
|
72
80
|
alias to_hash to_h
|
73
81
|
|
74
|
-
def
|
82
|
+
def deep_to_h: -> ::Hash[Symbol, top]
|
75
83
|
|
76
|
-
def
|
77
|
-
Lithic::Internal::Type::BaseModel model
|
78
|
-
) -> ::Hash[Symbol, top]
|
84
|
+
def deconstruct_keys: (::Array[Symbol]? keys) -> ::Hash[Symbol, top]
|
79
85
|
|
80
86
|
def to_json: (*top a) -> String
|
81
87
|
|
82
88
|
def to_yaml: (*top a) -> String
|
83
89
|
|
84
|
-
def initialize: (?::Hash[Symbol, top] |
|
90
|
+
def initialize: (?::Hash[Symbol, top] | instance data) -> void
|
85
91
|
|
86
92
|
def self.inspect: (?depth: Integer) -> String
|
87
93
|
|
@@ -1,6 +1,8 @@
|
|
1
1
|
module Lithic
|
2
2
|
module Internal
|
3
3
|
module Util
|
4
|
+
extend Lithic::Internal::Util::SorbetRuntimeSupport
|
5
|
+
|
4
6
|
def self?.monotonic_secs: -> Float
|
5
7
|
|
6
8
|
def self?.arch: -> String
|
@@ -155,6 +157,17 @@ module Lithic
|
|
155
157
|
def self?.decode_sse: (
|
156
158
|
Enumerable[String] lines
|
157
159
|
) -> Enumerable[Lithic::Internal::Util::server_sent_event]
|
160
|
+
|
161
|
+
module SorbetRuntimeSupport
|
162
|
+
class MissingSorbetRuntimeError < ::RuntimeError
|
163
|
+
end
|
164
|
+
|
165
|
+
private def sorbet_runtime_constants: -> ::Hash[Symbol, top]
|
166
|
+
|
167
|
+
def const_missing: (Symbol name) -> void
|
168
|
+
|
169
|
+
def define_sorbet_constant!: (Symbol name) { -> top } -> void
|
170
|
+
end
|
158
171
|
end
|
159
172
|
end
|
160
173
|
end
|
data/sig/lithic/internal.rbs
CHANGED
@@ -6,6 +6,7 @@ module Lithic
|
|
6
6
|
begin_: Time,
|
7
7
|
end_: Time,
|
8
8
|
ending_before: String,
|
9
|
+
memo: String,
|
9
10
|
page_size: Integer,
|
10
11
|
starting_after: String,
|
11
12
|
state: Lithic::Models::CardListParams::state
|
@@ -32,6 +33,10 @@ module Lithic
|
|
32
33
|
|
33
34
|
def ending_before=: (String) -> String
|
34
35
|
|
36
|
+
attr_reader memo: String?
|
37
|
+
|
38
|
+
def memo=: (String) -> String
|
39
|
+
|
35
40
|
attr_reader page_size: Integer?
|
36
41
|
|
37
42
|
def page_size=: (Integer) -> Integer
|
@@ -51,6 +56,7 @@ module Lithic
|
|
51
56
|
?begin_: Time,
|
52
57
|
?end_: Time,
|
53
58
|
?ending_before: String,
|
59
|
+
?memo: String,
|
54
60
|
?page_size: Integer,
|
55
61
|
?starting_after: String,
|
56
62
|
?state: Lithic::Models::CardListParams::state,
|
data/sig/lithic/models/event.rbs
CHANGED
@@ -50,6 +50,7 @@ module Lithic
|
|
50
50
|
| :"external_payment.updated"
|
51
51
|
| :"financial_account.created"
|
52
52
|
| :"financial_account.updated"
|
53
|
+
| :"funding_event.created"
|
53
54
|
| :"loan_tape.created"
|
54
55
|
| :"loan_tape.updated"
|
55
56
|
| :"management_operation.created"
|
@@ -96,6 +97,7 @@ module Lithic
|
|
96
97
|
EXTERNAL_PAYMENT_UPDATED: :"external_payment.updated"
|
97
98
|
FINANCIAL_ACCOUNT_CREATED: :"financial_account.created"
|
98
99
|
FINANCIAL_ACCOUNT_UPDATED: :"financial_account.updated"
|
100
|
+
FUNDING_EVENT_CREATED: :"funding_event.created"
|
99
101
|
LOAN_TAPE_CREATED: :"loan_tape.created"
|
100
102
|
LOAN_TAPE_UPDATED: :"loan_tape.updated"
|
101
103
|
MANAGEMENT_OPERATION_CREATED: :"management_operation.created"
|
@@ -83,6 +83,7 @@ module Lithic
|
|
83
83
|
| :"external_payment.updated"
|
84
84
|
| :"financial_account.created"
|
85
85
|
| :"financial_account.updated"
|
86
|
+
| :"funding_event.created"
|
86
87
|
| :"loan_tape.created"
|
87
88
|
| :"loan_tape.updated"
|
88
89
|
| :"management_operation.created"
|
@@ -129,6 +130,7 @@ module Lithic
|
|
129
130
|
EXTERNAL_PAYMENT_UPDATED: :"external_payment.updated"
|
130
131
|
FINANCIAL_ACCOUNT_CREATED: :"financial_account.created"
|
131
132
|
FINANCIAL_ACCOUNT_UPDATED: :"financial_account.updated"
|
133
|
+
FUNDING_EVENT_CREATED: :"funding_event.created"
|
132
134
|
LOAN_TAPE_CREATED: :"loan_tape.created"
|
133
135
|
LOAN_TAPE_UPDATED: :"loan_tape.updated"
|
134
136
|
MANAGEMENT_OPERATION_CREATED: :"management_operation.created"
|
@@ -54,6 +54,7 @@ module Lithic
|
|
54
54
|
| :"external_payment.updated"
|
55
55
|
| :"financial_account.created"
|
56
56
|
| :"financial_account.updated"
|
57
|
+
| :"funding_event.created"
|
57
58
|
| :"loan_tape.created"
|
58
59
|
| :"loan_tape.updated"
|
59
60
|
| :"management_operation.created"
|
@@ -100,6 +101,7 @@ module Lithic
|
|
100
101
|
EXTERNAL_PAYMENT_UPDATED: :"external_payment.updated"
|
101
102
|
FINANCIAL_ACCOUNT_CREATED: :"financial_account.created"
|
102
103
|
FINANCIAL_ACCOUNT_UPDATED: :"financial_account.updated"
|
104
|
+
FUNDING_EVENT_CREATED: :"funding_event.created"
|
103
105
|
LOAN_TAPE_CREATED: :"loan_tape.created"
|
104
106
|
LOAN_TAPE_UPDATED: :"loan_tape.updated"
|
105
107
|
MANAGEMENT_OPERATION_CREATED: :"management_operation.created"
|
@@ -64,6 +64,7 @@ module Lithic
|
|
64
64
|
| :"external_payment.updated"
|
65
65
|
| :"financial_account.created"
|
66
66
|
| :"financial_account.updated"
|
67
|
+
| :"funding_event.created"
|
67
68
|
| :"loan_tape.created"
|
68
69
|
| :"loan_tape.updated"
|
69
70
|
| :"management_operation.created"
|
@@ -110,6 +111,7 @@ module Lithic
|
|
110
111
|
EXTERNAL_PAYMENT_UPDATED: :"external_payment.updated"
|
111
112
|
FINANCIAL_ACCOUNT_CREATED: :"financial_account.created"
|
112
113
|
FINANCIAL_ACCOUNT_UPDATED: :"financial_account.updated"
|
114
|
+
FUNDING_EVENT_CREATED: :"funding_event.created"
|
113
115
|
LOAN_TAPE_CREATED: :"loan_tape.created"
|
114
116
|
LOAN_TAPE_UPDATED: :"loan_tape.updated"
|
115
117
|
MANAGEMENT_OPERATION_CREATED: :"management_operation.created"
|
@@ -48,6 +48,7 @@ module Lithic
|
|
48
48
|
| :"external_payment.updated"
|
49
49
|
| :"financial_account.created"
|
50
50
|
| :"financial_account.updated"
|
51
|
+
| :"funding_event.created"
|
51
52
|
| :"loan_tape.created"
|
52
53
|
| :"loan_tape.updated"
|
53
54
|
| :"management_operation.created"
|
@@ -94,6 +95,7 @@ module Lithic
|
|
94
95
|
EXTERNAL_PAYMENT_UPDATED: :"external_payment.updated"
|
95
96
|
FINANCIAL_ACCOUNT_CREATED: :"financial_account.created"
|
96
97
|
FINANCIAL_ACCOUNT_UPDATED: :"financial_account.updated"
|
98
|
+
FUNDING_EVENT_CREATED: :"funding_event.created"
|
97
99
|
LOAN_TAPE_CREATED: :"loan_tape.created"
|
98
100
|
LOAN_TAPE_UPDATED: :"loan_tape.updated"
|
99
101
|
MANAGEMENT_OPERATION_CREATED: :"management_operation.created"
|