plaid-python 11.5.0__tar.gz → 11.6.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {plaid-python-11.5.0/plaid_python.egg-info → plaid-python-11.6.0}/PKG-INFO +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/README.md +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/__init__.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/api/plaid_api.py +375 -126
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/api_client.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/configuration.py +2 -2
- plaid-python-11.6.0/plaid/model/asset_report_add_ons.py +181 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_create_request_options.py +5 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/counterparty.py +3 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_individual_name_voa24.py +3 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_reports_get_response.py +4 -5
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_verification_of_employment_voe25.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_results.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_metadata.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/enrichments.py +3 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_initiation_consent_options.py +0 -6
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_options.py +0 -6
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_status.py +2 -2
- plaid-python-11.6.0/plaid/model/link_callback_metadata.py +193 -0
- plaid-python-11.6.0/plaid/model/link_delivery_account.py +194 -0
- plaid-python-11.6.0/plaid/model/link_delivery_callback_webhook.py +200 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_create_request.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_create_response.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_get_request.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_get_response.py +4 -4
- plaid-python-11.6.0/plaid/model/link_delivery_institution.py +173 -0
- plaid-python-11.6.0/plaid/model/link_delivery_metadata.py +181 -0
- plaid-python-11.6.0/plaid/model/link_delivery_verification_status.py +185 -0
- plaid-python-11.6.0/plaid/model/link_delivery_webhook_communication_method.py +181 -0
- plaid-python-11.6.0/plaid/model/link_delivery_webhook_delivery_status.py +181 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_income_verification_bank_income.py +1 -1
- plaid-python-11.6.0/plaid/model/link_user_delivery_status_webhook.py +195 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ownership_type.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_risk_signals_item.py +1 -1
- plaid-python-11.6.0/plaid/model/processor_signal_decision_report_request.py +207 -0
- plaid-python-11.6.0/plaid/model/processor_signal_decision_report_response.py +173 -0
- plaid-python-11.6.0/plaid/model/processor_signal_evaluate_request.py +213 -0
- plaid-python-11.6.0/plaid/model/processor_signal_evaluate_response.py +188 -0
- plaid-python-11.6.0/plaid/model/processor_signal_return_report_request.py +188 -0
- plaid-python-11.6.0/plaid/model/processor_signal_return_report_response.py +173 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_evaluate_request.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_all_of.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_category_rule.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_sync_response.py +3 -3
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_capabilities_get_rtp.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_mode.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_network.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_status.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_network.py +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/models/__init__.py +16 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0/plaid_python.egg-info}/PKG-INFO +2 -2
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/SOURCES.txt +16 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/setup.py +1 -1
- {plaid-python-11.5.0 → plaid-python-11.6.0}/LICENSE +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/api/__init__.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/apis/__init__.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/exceptions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/__init__.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_access.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_assets.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_assets_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_balance.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_base.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_filter_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_filters_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity_match_score.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity_match_score_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_ids_with_updated_identity.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_product_access.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_product_access_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_selection_cardinality.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_subtype.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_balance_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_balance_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ach_class.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/action_state.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/activity.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/activity_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_data_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_match_score.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_purpose_label.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/application.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/application_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/application_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/apr.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_detail.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_holder.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_holder_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_owner.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_owners.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_filter_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_filter_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_freddie.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_freddie_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_freddie_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_pdf_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_pdf_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_refresh_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_refresh_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_refresh_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_transaction_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_category_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_description.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_detail.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transactions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/assets.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/assets_error_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/assets_product_ready_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_numbers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_supported_methods.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/automatically_verified_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_initiated_return_risk.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_initiated_risk_tier.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_balance.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_balance_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_balance_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_cancel_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_cancel_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_direction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_bank_transfer_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_direction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_sync_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_sync_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_failure.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_migrate_account_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_migrate_account_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_network.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfers_events_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfers_events_update_webhook_for_auth.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/categories_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/cause.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/cause_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_enhanced_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_enriched_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_raw_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_transaction_location.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_user_id.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_user_id_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/connected_application.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/consent_payment_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/counterparty_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/country_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099_filer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099_payer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099_recipient.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_account_subtype.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_account_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_amount_with_currency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_update_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_update_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_report.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_warning.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_warning_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_account.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_account_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_cause.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_error_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_historical_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_pay_frequency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_pdf_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_refresh_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_refresh_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_refresh_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_source.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_warning.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_warning_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_warning_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_card_liability.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_document_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employer_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_detail_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transaction_detail_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transaction_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transaction_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transactions_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transactions_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_assets_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_assets_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_loan_identifiers_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_loan_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_loans_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_parties_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_party_individual_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_party_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_reporting_information_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_reports_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_service_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_service_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_services_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_services_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_response_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_response_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_assets_deal_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_assets_voa24.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_verification_of_employment_deal_voe25.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_deductions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_earnings.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_employee.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_employer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_net_pay.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_pay_basis_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_precheck_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_precheck_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_refresh_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_refresh_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_risk_signals_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_risk_signals_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_platform_ids.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_refresh_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_refresh_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_bank_income_result.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_bank_income_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_document_income_result.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_error.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_item_add_result.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_payroll_income_result.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_sessions_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_sessions_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_w2.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/customer_initiated_return_risk.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/customer_initiated_risk_tier.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/date_range.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deductions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deductions_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deductions_total.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/default_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_address_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_alt_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_alt_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_create_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_state_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_target_account.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_target_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/depository_account_subtype.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/depository_account_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/depository_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/detailed_originator.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/distribution_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/doc_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_analysis.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_authenticity_match_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_date_of_birth_match_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_name_match_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_signal.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_signal_institution_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_signals_object.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/documentary_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/documentary_verification_document.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings_breakdown_canonical_description.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings_total.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/email.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/email_address_match_score.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employee.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employee_income_summary_field_string.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employer_income_summary_field_string.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employer_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employers_search_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employers_search_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_source_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/enhancements.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/enrich_transaction_direction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_document.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_document_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_analysis.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_documents_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_emails.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_emails_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_names.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_names_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_phone_numbers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_urls.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_urls_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hits_phone_number_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_status_updated_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_program.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_hit.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_program_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_review.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_search_terms.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_search_terms.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/expiration_date.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_refund_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_schedule_base.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_schedule_get.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_schedule_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fallback_auth_microdeposit_auto_verified_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fallback_auth_microdeposit_verification_expired_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_content_types.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_hateoas_link.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_hateoas_link_action.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_payload.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_payload_id_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_priority.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_severity.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_party.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_party_registry.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_party_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdxfi_attribute.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/form1099_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/freddie_report_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/generic_country_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/generic_country_code_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/generic_screening_hit_location_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/health_incident.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/historical_balance.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/historical_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/holding.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/holdings_default_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/holdings_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/id_number_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_default_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_update_types.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_request_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retried_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retry_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retry_request_steps_object.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retry_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_status_updated_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_step_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_step_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_step_updated_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_template_reference.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_user_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_user_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/image_quality.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/incident_update.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_breakdown_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_summary_field_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_summary_field_string.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_create_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_documents_download_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_payroll_flow_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_paystubs_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_paystubs_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_confidence.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_employer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_employer_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_employer_address_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_military_info.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_payroll_institution.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_source_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_status_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_taxforms_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_taxforms_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_webhook_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_screening_hit_names.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_watchlist_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_watchlist_program.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_watchlist_screening_program_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/inflow_model.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/initial_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institution.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institution_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institution_supported_networks.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_by_id_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_by_id_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_by_id_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_account_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_payment_initiation_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_account_subtype.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_account_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_holdings_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_transaction_subtype.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_transaction_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_default_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_holdings_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_holdings_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/issuing_country.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_access_token_invalidate_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_access_token_invalidate_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_activity_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_activity_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_list_user_auth.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_scopes_update_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_scopes_update_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_error_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_request_user_auth.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_product_ready_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_exchange_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_exchange_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_investments.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_last_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_transactions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_webhook_update_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_webhook_update_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/jwk_public_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/jwt_header.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_address_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_date_of_birth_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_id_number_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_name_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_phone_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_account_ids_with_updated_liabilities.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_default_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_object.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liability_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_communication_method.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_delivery_method.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_session_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_o_auth_correlation_id_exchange_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_o_auth_correlation_id_exchange_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_account_filters.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_credit_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_depository_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_institution_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_investment_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_loan_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_account_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_auth.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_deposit_switch.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_employment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_employment_bank_income.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_identity_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_income_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_income_verification_payroll_income.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_payment_initiation.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_transfer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_update.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_user_stated_income_source.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_eu_config.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_get_metadata_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_investments.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_account_subtype.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_account_subtypes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_filter.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_identifier.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_identifier_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_identifiers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loans.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/location.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/match_summary.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/match_summary_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/meta.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mfa.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mortgage_interest_rate.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mortgage_liability.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mortgage_property_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/multi_document_risk_signal.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/name_match_score.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/net_pay.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/new_accounts_available_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_ach.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_ach_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_bacs.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_bacs_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_eft.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_eft_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_iban.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_iban_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_international.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_international_iban.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_international_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/originator.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/override_account_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/override_accounts.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/owner.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/owner_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/parties.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_enable_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_enable_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_o_auth_institutions_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_o_auth_institutions_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_assets_under_management.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_billing_contact.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_customer_support_info.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_flowdown_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_institution.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_institution_application_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_institution_environments.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_status_updated_values.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_status_updated_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_questionnaire_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_secrets.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_technical_contact.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_with_secrets.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_with_secrets_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/party.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/party_individual.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/party_role_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_frequency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_frequency_value.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_period_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_deductions_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_deductions_total.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_distribution_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_earnings_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_earnings_total.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_pay_period_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_taxpayer_id.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_currency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_refunded.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_to_refund.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_channel.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_max_payment_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_alignment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_amount_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_interval.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_valid_date_time.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_constraints.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_payment_execute_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_payment_execute_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_revoke_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_revoke_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_scope.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_maximum_payment_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_optional_restriction_bacs.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_create_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_reverse_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_reverse_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_get_response_all_of.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_standing_order_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_meta.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_schedule_interval.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_scheme.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_status_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_income_account_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_income_object.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_income_rate_of_pay.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_item_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_deduction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_employer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override_employee.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override_employee_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override_employer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_pay_frequency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_ytd_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pending_expiration_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/personal_finance_category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/phone_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/phone_number_match_score.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/phone_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_extracted_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_extracted_data_analysis.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_images.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/plaid_error.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/plaid_error_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/platform_ids.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/po_box_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_apex_processor_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_auth_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_auth_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_balance_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_balance_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_balance_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_bank_transfer_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_bank_transfer_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_identity_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_identity_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_stripe_bank_account_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_stripe_bank_account_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/product_access.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/product_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/product_status_breakdown.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/products.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/program_name_sensitivity.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/projected_income_summary_field_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pslf_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recaptcha_required_error.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recipient_bacs.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recipient_bacs_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_cancelled_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_new_transfer_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transaction_frequency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transactions_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transfer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transfer_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transfer_skipped_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/removed_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/report_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/reporting_information.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/review_comment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/risk_signal_document_reference.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/role.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/role_detail.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/roles.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_fire_webhook_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_fire_webhook_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_simulate_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_simulate_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_income_fire_webhook_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_income_fire_webhook_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_fire_webhook_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_fire_webhook_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_reset_login_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_reset_login_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_set_verification_status_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_set_verification_status_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_oauth_select_accounts_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_oauth_select_accounts_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_payment_profile_reset_login_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_payment_profile_reset_login_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_processor_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_processor_token_create_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_processor_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_income_verification_bank_income.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_options_income_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_options_transactions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_fire_webhook_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_fire_webhook_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_repayment_simulate_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_repayment_simulate_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_simulate_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_simulate_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_sweep_simulate_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_sweep_simulate_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_advance_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_advance_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/scopes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/scopes_context.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/scopes_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_analysis.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_date_of_birth_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_documents_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_names_items.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_status_updated_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/security.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/security_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sender_bacs_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service_product_fulfillment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service_product_fulfillment_detail.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service_product_fulfillment_identifier.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/servicer_address_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/services.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_address_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_decision_outcome.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_decision_report_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_decision_report_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_device.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_evaluate_core_attributes.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_evaluate_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_payment_method.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_person_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_prepare_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_prepare_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_return_report_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_return_report_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_score.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_scores.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_user.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/simulated_transfer_sweep.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/single_document_risk_signal.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/source.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/source_uid.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/standalone_account_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/standalone_currency_code_list.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/standalone_investment_transaction_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/statuses.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/strategy.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_loan.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_loan_repayment_model.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_loan_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_repayment_plan.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sync_updates_available_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxform.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_id.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_identifier.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_identifier_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_identifiers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/total.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/total_canonical_description.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_base.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_counterparty.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_data.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_override.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_stream.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_stream_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_stream_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enhance_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enhance_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enrich_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enrich_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enrich_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_recurring_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_recurring_get_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_recurring_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_refresh_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_refresh_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_removed_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rule_details.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rule_field.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rule_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_remove_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_remove_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_sync_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_sync_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_decision.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_decision_rationale.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_decision_rationale_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_device.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_guarantee_decision.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_guarantee_decision_rationale.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_guarantee_decision_rationale_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_proposed_transfer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_user_in_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_cancel_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_cancel_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_capabilities_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_capabilities_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_create_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_device.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_diligence_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_list_transfer_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_sync_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_sync_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_events_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_failure.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_authorization_decision.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get_failure_reason.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_metadata.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_migrate_account_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_migrate_account_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_questionnaire_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_questionnaire_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_cancel_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_cancel_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_schedule.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_cancel_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_cancel_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_return.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_return_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_return_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_schedule_interval_unit.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_test_clock.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_address_in_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_address_in_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_in_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_in_request_deprecated.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_in_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/update_entity_screening_request_search_terms.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/update_individual_screening_request_search_terms.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_address.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_custom_password.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_id_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_permission_revoked_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_stated_income_source_category.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_stated_income_source_frequency.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_stated_income_source_pay_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/validation_source.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/validation_sources.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_expired_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_of_asset.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_of_asset_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_refresh_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/w2.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/w2_box12.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/w2_state_and_local_wages.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_balance.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_iso_currency_code.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_numbers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_amount.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty_bacs.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty_international.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty_numbers.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_execute_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_execute_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_idempotency_key.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_list_request_options.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_status_update_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transactions_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/warning.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_audit_trail.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document_value.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document_value_nullable.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_history_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_history_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_hit_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_hit_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_request_resettable_field.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_request_resettable_field_list.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_hit.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_hit_locations.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_hit_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_history_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_history_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_hit_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_hit_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_name.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_create_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_create_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_list_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_list_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_request_resettable_field.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_request_resettable_field_list.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_request_search_terms.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_review.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_search_terms.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_status.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/weak_alias_determination.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_environment_values.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_type.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_update_acknowledged_webhook.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_verification_key_get_request.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_verification_key_get_response.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ytd_gross_income_summary_field_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ytd_net_income_summary_field_number.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model_utils.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/rest.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/dependency_links.txt +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/not-zip-safe +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/requires.txt +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/top_level.txt +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/setup.cfg +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/__init__.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/__init__.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_accounts.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_assets.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_auth.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_bank_transfer.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_categories.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_deposit_switch.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_enrich.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_holdings.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_identity.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_identity_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_income_verification.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_institutions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_investment_transactions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_item.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_liabilities.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_link_token.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_monitor.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_payment_initiation.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_processor.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_sandbox.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_transactions.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_webhooks.py +0 -0
- {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/util.py +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: plaid-python
|
3
|
-
Version: 11.
|
3
|
+
Version: 11.6.0
|
4
4
|
Summary: Python client library for the Plaid API and Link
|
5
5
|
Home-page: https://github.com/plaid/plaid-python
|
6
|
-
Download-URL: https://github.com/plaid/plaid-python/tarball/v11.
|
6
|
+
Download-URL: https://github.com/plaid/plaid-python/tarball/v11.6.0
|
7
7
|
Author: Plaid Inc.
|
8
8
|
Author-email: developers@plaid.com
|
9
9
|
License: MIT
|
@@ -284,7 +284,7 @@ Please see [Contributing](CONTRIBUTING.md) for guidelines and instructions for l
|
|
284
284
|
[1]: https://plaid.com
|
285
285
|
[2]: https://plaid.com/docs/api
|
286
286
|
[3]: https://plaid.com/docs/api#errors
|
287
|
-
[4]: https://
|
287
|
+
[4]: https://plaid.com/docs/link/
|
288
288
|
[5]: https://github.com/plaid/plaid-python/issues/new
|
289
289
|
[6]: https://github.com/plaid/plaid-python/blob/master/LICENSE
|
290
290
|
[7]: https://plaid.github.io/plaid-python/contents.html
|
@@ -227,6 +227,12 @@ from plaid.model.processor_bank_transfer_create_request import ProcessorBankTran
|
|
227
227
|
from plaid.model.processor_bank_transfer_create_response import ProcessorBankTransferCreateResponse
|
228
228
|
from plaid.model.processor_identity_get_request import ProcessorIdentityGetRequest
|
229
229
|
from plaid.model.processor_identity_get_response import ProcessorIdentityGetResponse
|
230
|
+
from plaid.model.processor_signal_decision_report_request import ProcessorSignalDecisionReportRequest
|
231
|
+
from plaid.model.processor_signal_decision_report_response import ProcessorSignalDecisionReportResponse
|
232
|
+
from plaid.model.processor_signal_evaluate_request import ProcessorSignalEvaluateRequest
|
233
|
+
from plaid.model.processor_signal_evaluate_response import ProcessorSignalEvaluateResponse
|
234
|
+
from plaid.model.processor_signal_return_report_request import ProcessorSignalReturnReportRequest
|
235
|
+
from plaid.model.processor_signal_return_report_response import ProcessorSignalReturnReportResponse
|
230
236
|
from plaid.model.processor_stripe_bank_account_token_create_request import ProcessorStripeBankAccountTokenCreateRequest
|
231
237
|
from plaid.model.processor_stripe_bank_account_token_create_response import ProcessorStripeBankAccountTokenCreateResponse
|
232
238
|
from plaid.model.processor_token_create_request import ProcessorTokenCreateRequest
|
@@ -359,7 +365,6 @@ from plaid.model.wallet_transaction_get_request import WalletTransactionGetReque
|
|
359
365
|
from plaid.model.wallet_transaction_get_response import WalletTransactionGetResponse
|
360
366
|
from plaid.model.wallet_transaction_list_request import WalletTransactionListRequest
|
361
367
|
from plaid.model.wallet_transaction_list_response import WalletTransactionListResponse
|
362
|
-
from plaid.model.wallet_transactions_list_request import WalletTransactionsListRequest
|
363
368
|
from plaid.model.watchlist_screening_entity_create_request import WatchlistScreeningEntityCreateRequest
|
364
369
|
from plaid.model.watchlist_screening_entity_create_response import WatchlistScreeningEntityCreateResponse
|
365
370
|
from plaid.model.watchlist_screening_entity_get_request import WatchlistScreeningEntityGetRequest
|
@@ -10055,7 +10060,7 @@ class PlaidApi(object):
|
|
10055
10060
|
link_delivery_create_request,
|
10056
10061
|
**kwargs
|
10057
10062
|
):
|
10058
|
-
"""Create
|
10063
|
+
"""Create Link Delivery session # noqa: E501
|
10059
10064
|
|
10060
10065
|
Use the `/link_delivery/create` endpoint to create a Link Delivery session. # noqa: E501
|
10061
10066
|
This method makes a synchronous HTTP request by default. To make an
|
@@ -10177,7 +10182,7 @@ class PlaidApi(object):
|
|
10177
10182
|
link_delivery_get_request,
|
10178
10183
|
**kwargs
|
10179
10184
|
):
|
10180
|
-
"""Get
|
10185
|
+
"""Get Link Delivery session # noqa: E501
|
10181
10186
|
|
10182
10187
|
Use the `/link_delivery/get` endpoint to get the status of a Link Delivery session. # noqa: E501
|
10183
10188
|
This method makes a synchronous HTTP request by default. To make an
|
@@ -13588,6 +13593,372 @@ class PlaidApi(object):
|
|
13588
13593
|
callable=__processor_identity_get
|
13589
13594
|
)
|
13590
13595
|
|
13596
|
+
def __processor_signal_decision_report(
|
13597
|
+
self,
|
13598
|
+
processor_signal_decision_report_request,
|
13599
|
+
**kwargs
|
13600
|
+
):
|
13601
|
+
"""Report whether you initiated an ACH transaction # noqa: E501
|
13602
|
+
|
13603
|
+
After calling `/processor/signal/evaluate`, call `/processor/signal/decision/report` to report whether the transaction was initiated. This endpoint will return an [`INVALID_FIELD`](/docs/errors/invalid-request/#invalid_field) error if called a second time with a different value for `initiated`. # noqa: E501
|
13604
|
+
This method makes a synchronous HTTP request by default. To make an
|
13605
|
+
asynchronous HTTP request, please pass async_req=True
|
13606
|
+
|
13607
|
+
>>> thread = api.processor_signal_decision_report(processor_signal_decision_report_request, async_req=True)
|
13608
|
+
>>> result = thread.get()
|
13609
|
+
|
13610
|
+
Args:
|
13611
|
+
processor_signal_decision_report_request (ProcessorSignalDecisionReportRequest):
|
13612
|
+
|
13613
|
+
Keyword Args:
|
13614
|
+
_return_http_data_only (bool): response data without head status
|
13615
|
+
code and headers. Default is True.
|
13616
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
13617
|
+
will be returned without reading/decoding response data.
|
13618
|
+
Default is True.
|
13619
|
+
_request_timeout (float/tuple): timeout setting for this request. If one
|
13620
|
+
number provided, it will be total request timeout. It can also
|
13621
|
+
be a pair (tuple) of (connection, read) timeouts.
|
13622
|
+
Default is None.
|
13623
|
+
_check_input_type (bool): specifies if type checking
|
13624
|
+
should be done one the data sent to the server.
|
13625
|
+
Default is True.
|
13626
|
+
_check_return_type (bool): specifies if type checking
|
13627
|
+
should be done one the data received from the server.
|
13628
|
+
Default is True.
|
13629
|
+
_host_index (int/None): specifies the index of the server
|
13630
|
+
that we want to use.
|
13631
|
+
Default is read from the configuration.
|
13632
|
+
async_req (bool): execute request asynchronously
|
13633
|
+
|
13634
|
+
Returns:
|
13635
|
+
ProcessorSignalDecisionReportResponse
|
13636
|
+
If the method is called asynchronously, returns the request
|
13637
|
+
thread.
|
13638
|
+
"""
|
13639
|
+
kwargs['async_req'] = kwargs.get(
|
13640
|
+
'async_req', False
|
13641
|
+
)
|
13642
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
13643
|
+
'_return_http_data_only', True
|
13644
|
+
)
|
13645
|
+
kwargs['_preload_content'] = kwargs.get(
|
13646
|
+
'_preload_content', True
|
13647
|
+
)
|
13648
|
+
kwargs['_request_timeout'] = kwargs.get(
|
13649
|
+
'_request_timeout', None
|
13650
|
+
)
|
13651
|
+
kwargs['_check_input_type'] = kwargs.get(
|
13652
|
+
'_check_input_type', True
|
13653
|
+
)
|
13654
|
+
kwargs['_check_return_type'] = kwargs.get(
|
13655
|
+
'_check_return_type', True
|
13656
|
+
)
|
13657
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
13658
|
+
kwargs['processor_signal_decision_report_request'] = \
|
13659
|
+
processor_signal_decision_report_request
|
13660
|
+
return self.call_with_http_info(**kwargs)
|
13661
|
+
|
13662
|
+
self.processor_signal_decision_report = _Endpoint(
|
13663
|
+
settings={
|
13664
|
+
'response_type': (ProcessorSignalDecisionReportResponse,),
|
13665
|
+
'auth': [
|
13666
|
+
'clientId',
|
13667
|
+
'plaidVersion',
|
13668
|
+
'secret'
|
13669
|
+
],
|
13670
|
+
'endpoint_path': '/processor/signal/decision/report',
|
13671
|
+
'operation_id': 'processor_signal_decision_report',
|
13672
|
+
'http_method': 'POST',
|
13673
|
+
'servers': None,
|
13674
|
+
},
|
13675
|
+
params_map={
|
13676
|
+
'all': [
|
13677
|
+
'processor_signal_decision_report_request',
|
13678
|
+
],
|
13679
|
+
'required': [
|
13680
|
+
'processor_signal_decision_report_request',
|
13681
|
+
],
|
13682
|
+
'nullable': [
|
13683
|
+
],
|
13684
|
+
'enum': [
|
13685
|
+
],
|
13686
|
+
'validation': [
|
13687
|
+
]
|
13688
|
+
},
|
13689
|
+
root_map={
|
13690
|
+
'validations': {
|
13691
|
+
},
|
13692
|
+
'allowed_values': {
|
13693
|
+
},
|
13694
|
+
'openapi_types': {
|
13695
|
+
'processor_signal_decision_report_request':
|
13696
|
+
(ProcessorSignalDecisionReportRequest,),
|
13697
|
+
},
|
13698
|
+
'attribute_map': {
|
13699
|
+
},
|
13700
|
+
'location_map': {
|
13701
|
+
'processor_signal_decision_report_request': 'body',
|
13702
|
+
},
|
13703
|
+
'collection_format_map': {
|
13704
|
+
}
|
13705
|
+
},
|
13706
|
+
headers_map={
|
13707
|
+
'accept': [
|
13708
|
+
'application/json'
|
13709
|
+
],
|
13710
|
+
'content_type': [
|
13711
|
+
'application/json'
|
13712
|
+
]
|
13713
|
+
},
|
13714
|
+
api_client=api_client,
|
13715
|
+
callable=__processor_signal_decision_report
|
13716
|
+
)
|
13717
|
+
|
13718
|
+
def __processor_signal_evaluate(
|
13719
|
+
self,
|
13720
|
+
processor_signal_evaluate_request,
|
13721
|
+
**kwargs
|
13722
|
+
):
|
13723
|
+
"""Evaluate a planned ACH transaction # noqa: E501
|
13724
|
+
|
13725
|
+
Use `/processor/signal/evaluate` to evaluate a planned ACH transaction as a processor to get a return risk assessment (such as a risk score and risk tier) and additional risk signals. In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If `/processor/signal/evaluate` is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to our error documentation on [item errors](/docs/errors/item/) and [Link in Update Mode](/docs/link/update-mode/). Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time. # noqa: E501
|
13726
|
+
This method makes a synchronous HTTP request by default. To make an
|
13727
|
+
asynchronous HTTP request, please pass async_req=True
|
13728
|
+
|
13729
|
+
>>> thread = api.processor_signal_evaluate(processor_signal_evaluate_request, async_req=True)
|
13730
|
+
>>> result = thread.get()
|
13731
|
+
|
13732
|
+
Args:
|
13733
|
+
processor_signal_evaluate_request (ProcessorSignalEvaluateRequest):
|
13734
|
+
|
13735
|
+
Keyword Args:
|
13736
|
+
_return_http_data_only (bool): response data without head status
|
13737
|
+
code and headers. Default is True.
|
13738
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
13739
|
+
will be returned without reading/decoding response data.
|
13740
|
+
Default is True.
|
13741
|
+
_request_timeout (float/tuple): timeout setting for this request. If one
|
13742
|
+
number provided, it will be total request timeout. It can also
|
13743
|
+
be a pair (tuple) of (connection, read) timeouts.
|
13744
|
+
Default is None.
|
13745
|
+
_check_input_type (bool): specifies if type checking
|
13746
|
+
should be done one the data sent to the server.
|
13747
|
+
Default is True.
|
13748
|
+
_check_return_type (bool): specifies if type checking
|
13749
|
+
should be done one the data received from the server.
|
13750
|
+
Default is True.
|
13751
|
+
_host_index (int/None): specifies the index of the server
|
13752
|
+
that we want to use.
|
13753
|
+
Default is read from the configuration.
|
13754
|
+
async_req (bool): execute request asynchronously
|
13755
|
+
|
13756
|
+
Returns:
|
13757
|
+
ProcessorSignalEvaluateResponse
|
13758
|
+
If the method is called asynchronously, returns the request
|
13759
|
+
thread.
|
13760
|
+
"""
|
13761
|
+
kwargs['async_req'] = kwargs.get(
|
13762
|
+
'async_req', False
|
13763
|
+
)
|
13764
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
13765
|
+
'_return_http_data_only', True
|
13766
|
+
)
|
13767
|
+
kwargs['_preload_content'] = kwargs.get(
|
13768
|
+
'_preload_content', True
|
13769
|
+
)
|
13770
|
+
kwargs['_request_timeout'] = kwargs.get(
|
13771
|
+
'_request_timeout', None
|
13772
|
+
)
|
13773
|
+
kwargs['_check_input_type'] = kwargs.get(
|
13774
|
+
'_check_input_type', True
|
13775
|
+
)
|
13776
|
+
kwargs['_check_return_type'] = kwargs.get(
|
13777
|
+
'_check_return_type', True
|
13778
|
+
)
|
13779
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
13780
|
+
kwargs['processor_signal_evaluate_request'] = \
|
13781
|
+
processor_signal_evaluate_request
|
13782
|
+
return self.call_with_http_info(**kwargs)
|
13783
|
+
|
13784
|
+
self.processor_signal_evaluate = _Endpoint(
|
13785
|
+
settings={
|
13786
|
+
'response_type': (ProcessorSignalEvaluateResponse,),
|
13787
|
+
'auth': [
|
13788
|
+
'clientId',
|
13789
|
+
'plaidVersion',
|
13790
|
+
'secret'
|
13791
|
+
],
|
13792
|
+
'endpoint_path': '/processor/signal/evaluate',
|
13793
|
+
'operation_id': 'processor_signal_evaluate',
|
13794
|
+
'http_method': 'POST',
|
13795
|
+
'servers': None,
|
13796
|
+
},
|
13797
|
+
params_map={
|
13798
|
+
'all': [
|
13799
|
+
'processor_signal_evaluate_request',
|
13800
|
+
],
|
13801
|
+
'required': [
|
13802
|
+
'processor_signal_evaluate_request',
|
13803
|
+
],
|
13804
|
+
'nullable': [
|
13805
|
+
],
|
13806
|
+
'enum': [
|
13807
|
+
],
|
13808
|
+
'validation': [
|
13809
|
+
]
|
13810
|
+
},
|
13811
|
+
root_map={
|
13812
|
+
'validations': {
|
13813
|
+
},
|
13814
|
+
'allowed_values': {
|
13815
|
+
},
|
13816
|
+
'openapi_types': {
|
13817
|
+
'processor_signal_evaluate_request':
|
13818
|
+
(ProcessorSignalEvaluateRequest,),
|
13819
|
+
},
|
13820
|
+
'attribute_map': {
|
13821
|
+
},
|
13822
|
+
'location_map': {
|
13823
|
+
'processor_signal_evaluate_request': 'body',
|
13824
|
+
},
|
13825
|
+
'collection_format_map': {
|
13826
|
+
}
|
13827
|
+
},
|
13828
|
+
headers_map={
|
13829
|
+
'accept': [
|
13830
|
+
'application/json'
|
13831
|
+
],
|
13832
|
+
'content_type': [
|
13833
|
+
'application/json'
|
13834
|
+
]
|
13835
|
+
},
|
13836
|
+
api_client=api_client,
|
13837
|
+
callable=__processor_signal_evaluate
|
13838
|
+
)
|
13839
|
+
|
13840
|
+
def __processor_signal_return_report(
|
13841
|
+
self,
|
13842
|
+
processor_signal_return_report_request,
|
13843
|
+
**kwargs
|
13844
|
+
):
|
13845
|
+
"""Report a return for an ACH transaction # noqa: E501
|
13846
|
+
|
13847
|
+
Call the `/processor/signal/return/report` endpoint to report a returned transaction that was previously sent to the `/processor/signal/evaluate` endpoint. Your feedback will be used by the model to incorporate the latest risk trend in your portfolio. # noqa: E501
|
13848
|
+
This method makes a synchronous HTTP request by default. To make an
|
13849
|
+
asynchronous HTTP request, please pass async_req=True
|
13850
|
+
|
13851
|
+
>>> thread = api.processor_signal_return_report(processor_signal_return_report_request, async_req=True)
|
13852
|
+
>>> result = thread.get()
|
13853
|
+
|
13854
|
+
Args:
|
13855
|
+
processor_signal_return_report_request (ProcessorSignalReturnReportRequest):
|
13856
|
+
|
13857
|
+
Keyword Args:
|
13858
|
+
_return_http_data_only (bool): response data without head status
|
13859
|
+
code and headers. Default is True.
|
13860
|
+
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
13861
|
+
will be returned without reading/decoding response data.
|
13862
|
+
Default is True.
|
13863
|
+
_request_timeout (float/tuple): timeout setting for this request. If one
|
13864
|
+
number provided, it will be total request timeout. It can also
|
13865
|
+
be a pair (tuple) of (connection, read) timeouts.
|
13866
|
+
Default is None.
|
13867
|
+
_check_input_type (bool): specifies if type checking
|
13868
|
+
should be done one the data sent to the server.
|
13869
|
+
Default is True.
|
13870
|
+
_check_return_type (bool): specifies if type checking
|
13871
|
+
should be done one the data received from the server.
|
13872
|
+
Default is True.
|
13873
|
+
_host_index (int/None): specifies the index of the server
|
13874
|
+
that we want to use.
|
13875
|
+
Default is read from the configuration.
|
13876
|
+
async_req (bool): execute request asynchronously
|
13877
|
+
|
13878
|
+
Returns:
|
13879
|
+
ProcessorSignalReturnReportResponse
|
13880
|
+
If the method is called asynchronously, returns the request
|
13881
|
+
thread.
|
13882
|
+
"""
|
13883
|
+
kwargs['async_req'] = kwargs.get(
|
13884
|
+
'async_req', False
|
13885
|
+
)
|
13886
|
+
kwargs['_return_http_data_only'] = kwargs.get(
|
13887
|
+
'_return_http_data_only', True
|
13888
|
+
)
|
13889
|
+
kwargs['_preload_content'] = kwargs.get(
|
13890
|
+
'_preload_content', True
|
13891
|
+
)
|
13892
|
+
kwargs['_request_timeout'] = kwargs.get(
|
13893
|
+
'_request_timeout', None
|
13894
|
+
)
|
13895
|
+
kwargs['_check_input_type'] = kwargs.get(
|
13896
|
+
'_check_input_type', True
|
13897
|
+
)
|
13898
|
+
kwargs['_check_return_type'] = kwargs.get(
|
13899
|
+
'_check_return_type', True
|
13900
|
+
)
|
13901
|
+
kwargs['_host_index'] = kwargs.get('_host_index')
|
13902
|
+
kwargs['processor_signal_return_report_request'] = \
|
13903
|
+
processor_signal_return_report_request
|
13904
|
+
return self.call_with_http_info(**kwargs)
|
13905
|
+
|
13906
|
+
self.processor_signal_return_report = _Endpoint(
|
13907
|
+
settings={
|
13908
|
+
'response_type': (ProcessorSignalReturnReportResponse,),
|
13909
|
+
'auth': [
|
13910
|
+
'clientId',
|
13911
|
+
'plaidVersion',
|
13912
|
+
'secret'
|
13913
|
+
],
|
13914
|
+
'endpoint_path': '/processor/signal/return/report',
|
13915
|
+
'operation_id': 'processor_signal_return_report',
|
13916
|
+
'http_method': 'POST',
|
13917
|
+
'servers': None,
|
13918
|
+
},
|
13919
|
+
params_map={
|
13920
|
+
'all': [
|
13921
|
+
'processor_signal_return_report_request',
|
13922
|
+
],
|
13923
|
+
'required': [
|
13924
|
+
'processor_signal_return_report_request',
|
13925
|
+
],
|
13926
|
+
'nullable': [
|
13927
|
+
],
|
13928
|
+
'enum': [
|
13929
|
+
],
|
13930
|
+
'validation': [
|
13931
|
+
]
|
13932
|
+
},
|
13933
|
+
root_map={
|
13934
|
+
'validations': {
|
13935
|
+
},
|
13936
|
+
'allowed_values': {
|
13937
|
+
},
|
13938
|
+
'openapi_types': {
|
13939
|
+
'processor_signal_return_report_request':
|
13940
|
+
(ProcessorSignalReturnReportRequest,),
|
13941
|
+
},
|
13942
|
+
'attribute_map': {
|
13943
|
+
},
|
13944
|
+
'location_map': {
|
13945
|
+
'processor_signal_return_report_request': 'body',
|
13946
|
+
},
|
13947
|
+
'collection_format_map': {
|
13948
|
+
}
|
13949
|
+
},
|
13950
|
+
headers_map={
|
13951
|
+
'accept': [
|
13952
|
+
'application/json'
|
13953
|
+
],
|
13954
|
+
'content_type': [
|
13955
|
+
'application/json'
|
13956
|
+
]
|
13957
|
+
},
|
13958
|
+
api_client=api_client,
|
13959
|
+
callable=__processor_signal_return_report
|
13960
|
+
)
|
13961
|
+
|
13591
13962
|
def __processor_stripe_bank_account_token_create(
|
13592
13963
|
self,
|
13593
13964
|
processor_stripe_bank_account_token_create_request,
|
@@ -16157,7 +16528,7 @@ class PlaidApi(object):
|
|
16157
16528
|
):
|
16158
16529
|
"""Evaluate a planned ACH transaction # noqa: E501
|
16159
16530
|
|
16160
|
-
Use `/signal/evaluate` to evaluate a planned ACH transaction to get a return risk assessment (such as a risk score and risk tier) and additional risk signals. In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If `/signal/evaluate` is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to
|
16531
|
+
Use `/signal/evaluate` to evaluate a planned ACH transaction to get a return risk assessment (such as a risk score and risk tier) and additional risk signals. In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If `/signal/evaluate` is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to the error documentation on [Item errors](/docs/errors/item/) and [Link in Update Mode](/docs/link/update-mode/). Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time. # noqa: E501
|
16161
16532
|
This method makes a synchronous HTTP request by default. To make an
|
16162
16533
|
asynchronous HTTP request, please pass async_req=True
|
16163
16534
|
|
@@ -21641,128 +22012,6 @@ class PlaidApi(object):
|
|
21641
22012
|
callable=__wallet_transaction_list
|
21642
22013
|
)
|
21643
22014
|
|
21644
|
-
def __wallet_transactions_list(
|
21645
|
-
self,
|
21646
|
-
wallet_transactions_list_request,
|
21647
|
-
**kwargs
|
21648
|
-
):
|
21649
|
-
"""List e-wallet transactions # noqa: E501
|
21650
|
-
|
21651
|
-
This endpoint lists the latest transactions of the specified e-wallet. Transactions are returned in descending order by the `created_at` time. # noqa: E501
|
21652
|
-
This method makes a synchronous HTTP request by default. To make an
|
21653
|
-
asynchronous HTTP request, please pass async_req=True
|
21654
|
-
|
21655
|
-
>>> thread = api.wallet_transactions_list(wallet_transactions_list_request, async_req=True)
|
21656
|
-
>>> result = thread.get()
|
21657
|
-
|
21658
|
-
Args:
|
21659
|
-
wallet_transactions_list_request (WalletTransactionsListRequest):
|
21660
|
-
|
21661
|
-
Keyword Args:
|
21662
|
-
_return_http_data_only (bool): response data without head status
|
21663
|
-
code and headers. Default is True.
|
21664
|
-
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
21665
|
-
will be returned without reading/decoding response data.
|
21666
|
-
Default is True.
|
21667
|
-
_request_timeout (float/tuple): timeout setting for this request. If one
|
21668
|
-
number provided, it will be total request timeout. It can also
|
21669
|
-
be a pair (tuple) of (connection, read) timeouts.
|
21670
|
-
Default is None.
|
21671
|
-
_check_input_type (bool): specifies if type checking
|
21672
|
-
should be done one the data sent to the server.
|
21673
|
-
Default is True.
|
21674
|
-
_check_return_type (bool): specifies if type checking
|
21675
|
-
should be done one the data received from the server.
|
21676
|
-
Default is True.
|
21677
|
-
_host_index (int/None): specifies the index of the server
|
21678
|
-
that we want to use.
|
21679
|
-
Default is read from the configuration.
|
21680
|
-
async_req (bool): execute request asynchronously
|
21681
|
-
|
21682
|
-
Returns:
|
21683
|
-
WalletTransactionListResponse
|
21684
|
-
If the method is called asynchronously, returns the request
|
21685
|
-
thread.
|
21686
|
-
"""
|
21687
|
-
kwargs['async_req'] = kwargs.get(
|
21688
|
-
'async_req', False
|
21689
|
-
)
|
21690
|
-
kwargs['_return_http_data_only'] = kwargs.get(
|
21691
|
-
'_return_http_data_only', True
|
21692
|
-
)
|
21693
|
-
kwargs['_preload_content'] = kwargs.get(
|
21694
|
-
'_preload_content', True
|
21695
|
-
)
|
21696
|
-
kwargs['_request_timeout'] = kwargs.get(
|
21697
|
-
'_request_timeout', None
|
21698
|
-
)
|
21699
|
-
kwargs['_check_input_type'] = kwargs.get(
|
21700
|
-
'_check_input_type', True
|
21701
|
-
)
|
21702
|
-
kwargs['_check_return_type'] = kwargs.get(
|
21703
|
-
'_check_return_type', True
|
21704
|
-
)
|
21705
|
-
kwargs['_host_index'] = kwargs.get('_host_index')
|
21706
|
-
kwargs['wallet_transactions_list_request'] = \
|
21707
|
-
wallet_transactions_list_request
|
21708
|
-
return self.call_with_http_info(**kwargs)
|
21709
|
-
|
21710
|
-
self.wallet_transactions_list = _Endpoint(
|
21711
|
-
settings={
|
21712
|
-
'response_type': (WalletTransactionListResponse,),
|
21713
|
-
'auth': [
|
21714
|
-
'clientId',
|
21715
|
-
'plaidVersion',
|
21716
|
-
'secret'
|
21717
|
-
],
|
21718
|
-
'endpoint_path': '/wallet/transactions/list',
|
21719
|
-
'operation_id': 'wallet_transactions_list',
|
21720
|
-
'http_method': 'POST',
|
21721
|
-
'servers': None,
|
21722
|
-
},
|
21723
|
-
params_map={
|
21724
|
-
'all': [
|
21725
|
-
'wallet_transactions_list_request',
|
21726
|
-
],
|
21727
|
-
'required': [
|
21728
|
-
'wallet_transactions_list_request',
|
21729
|
-
],
|
21730
|
-
'nullable': [
|
21731
|
-
],
|
21732
|
-
'enum': [
|
21733
|
-
],
|
21734
|
-
'validation': [
|
21735
|
-
]
|
21736
|
-
},
|
21737
|
-
root_map={
|
21738
|
-
'validations': {
|
21739
|
-
},
|
21740
|
-
'allowed_values': {
|
21741
|
-
},
|
21742
|
-
'openapi_types': {
|
21743
|
-
'wallet_transactions_list_request':
|
21744
|
-
(WalletTransactionsListRequest,),
|
21745
|
-
},
|
21746
|
-
'attribute_map': {
|
21747
|
-
},
|
21748
|
-
'location_map': {
|
21749
|
-
'wallet_transactions_list_request': 'body',
|
21750
|
-
},
|
21751
|
-
'collection_format_map': {
|
21752
|
-
}
|
21753
|
-
},
|
21754
|
-
headers_map={
|
21755
|
-
'accept': [
|
21756
|
-
'application/json'
|
21757
|
-
],
|
21758
|
-
'content_type': [
|
21759
|
-
'application/json'
|
21760
|
-
]
|
21761
|
-
},
|
21762
|
-
api_client=api_client,
|
21763
|
-
callable=__wallet_transactions_list
|
21764
|
-
)
|
21765
|
-
|
21766
22015
|
def __watchlist_screening_entity_create(
|
21767
22016
|
self,
|
21768
22017
|
watchlist_screening_entity_create_request,
|
@@ -427,8 +427,8 @@ conf = plaid.Configuration(
|
|
427
427
|
return "Python SDK Debug Report:\n"\
|
428
428
|
"OS: {env}\n"\
|
429
429
|
"Python Version: {pyversion}\n"\
|
430
|
-
"Version of the API: 2020-09-14_1.
|
431
|
-
"SDK Package Version: 11.
|
430
|
+
"Version of the API: 2020-09-14_1.334.0\n"\
|
431
|
+
"SDK Package Version: 11.6.0".\
|
432
432
|
format(env=sys.platform, pyversion=sys.version)
|
433
433
|
|
434
434
|
def get_host_settings(self):
|