From 76854f8aa1208cf8af10c0845231c28e83a86dc2 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 16 Jun 2021 17:33:51 -0600 Subject: [PATCH] plaid-python 8.0.0b OAuth 3 --- .gitignore | 2 + plaid-stubs/__init__.pyi | 4 +- plaid-stubs/api/__init__.pyi | 16 - plaid-stubs/api/accounts.pyi | 14 - plaid-stubs/api/api.pyi | 6 - plaid-stubs/api/assets.pyi | 21 -- plaid-stubs/api/auth.pyi | 8 - plaid-stubs/api/categories.pyi | 7 - plaid-stubs/api/credit_details.pyi | 7 - plaid-stubs/api/holdings.pyi | 7 - plaid-stubs/api/identity.pyi | 7 - plaid-stubs/api/income.pyi | 7 - plaid-stubs/api/institutions.pyi | 10 - plaid-stubs/api/investment_transactions.pyi | 16 - plaid-stubs/api/item.pyi | 25 -- plaid-stubs/api/liabilities.pyi | 8 - plaid-stubs/api/link_token.pyi | 26 -- plaid-stubs/api/plaid_api.pyi | 212 ++++++++++++ plaid-stubs/api/processor.pyi | 8 - plaid-stubs/api/sandbox.pyi | 26 -- plaid-stubs/api/transactions.pyi | 18 - plaid-stubs/api_client.pyi | 53 +++ plaid-stubs/apis/__init__.pyi | 1 + plaid-stubs/client.pyi | 50 --- plaid-stubs/configuration.pyi | 69 ++++ plaid-stubs/errors.pyi | 37 -- plaid-stubs/exceptions.pyi | 42 +++ plaid-stubs/model/__init__.pyi | 0 plaid-stubs/model/account_assets.pyi | 11 + plaid-stubs/model/account_assets_all_of.pyi | 12 + plaid-stubs/model/account_balance.pyi | 10 + plaid-stubs/model/account_base.pyi | 16 + .../model/account_filters_response.pyi | 11 + plaid-stubs/model/account_identity.pyi | 11 + plaid-stubs/model/account_identity_all_of.pyi | 12 + plaid-stubs/model/account_subtype.pyi | 10 + plaid-stubs/model/account_subtypes.pyi | 12 + plaid-stubs/model/account_type.pyi | 10 + .../model/accounts_balance_get_request.pyi | 12 + .../accounts_balance_get_request_options.pyi | 9 + plaid-stubs/model/accounts_get_request.pyi | 12 + .../model/accounts_get_request_options.pyi | 9 + plaid-stubs/model/accounts_get_response.pyi | 14 + plaid-stubs/model/ach_class.pyi | 10 + plaid-stubs/model/address.pyi | 12 + plaid-stubs/model/address_data.pyi | 12 + plaid-stubs/model/application.pyi | 14 + plaid-stubs/model/application_get_request.pyi | 12 + .../model/application_get_response.pyi | 13 + plaid-stubs/model/apr.pyi | 11 + plaid-stubs/model/asset_report.pyi | 17 + ...asset_report_audit_copy_create_request.pyi | 11 + ...sset_report_audit_copy_create_response.pyi | 11 + .../asset_report_audit_copy_get_request.pyi | 10 + ...asset_report_audit_copy_remove_request.pyi | 10 + ...sset_report_audit_copy_remove_response.pyi | 11 + .../model/asset_report_create_request.pyi | 13 + .../asset_report_create_request_options.pyi | 11 + .../model/asset_report_create_response.pyi | 12 + .../model/asset_report_filter_request.pyi | 11 + .../model/asset_report_filter_response.pyi | 12 + .../model/asset_report_get_request.pyi | 10 + .../model/asset_report_get_response.pyi | 14 + plaid-stubs/model/asset_report_item.pyi | 16 + .../model/asset_report_pdf_get_request.pyi | 10 + .../model/asset_report_refresh_request.pyi | 12 + .../asset_report_refresh_request_options.pyi | 11 + .../model/asset_report_refresh_response.pyi | 12 + .../model/asset_report_remove_request.pyi | 10 + .../model/asset_report_remove_response.pyi | 11 + .../model/asset_report_transaction.pyi | 11 + .../model/asset_report_transaction_all_of.pyi | 10 + plaid-stubs/model/asset_report_user.pyi | 9 + plaid-stubs/model/assets_error_webhook.pyi | 15 + .../model/assets_product_ready_webhook.pyi | 12 + plaid-stubs/model/auth_get_numbers.pyi | 11 + plaid-stubs/model/auth_get_request.pyi | 12 + .../model/auth_get_request_options.pyi | 9 + plaid-stubs/model/auth_get_response.pyi | 15 + .../model/automatically_verified_webhook.pyi | 13 + plaid-stubs/model/bank_transfer.pyi | 26 ++ plaid-stubs/model/bank_transfer_balance.pyi | 11 + .../bank_transfer_balance_get_request.pyi | 9 + .../bank_transfer_balance_get_response.pyi | 14 + .../model/bank_transfer_cancel_request.pyi | 10 + .../model/bank_transfer_cancel_response.pyi | 10 + .../model/bank_transfer_create_request.pyi | 20 ++ .../model/bank_transfer_create_response.pyi | 13 + plaid-stubs/model/bank_transfer_direction.pyi | 10 + plaid-stubs/model/bank_transfer_event.pyi | 22 ++ .../bank_transfer_event_list_request.pyi | 11 + .../bank_transfer_event_list_response.pyi | 13 + .../bank_transfer_event_sync_request.pyi | 10 + .../bank_transfer_event_sync_response.pyi | 13 + .../model/bank_transfer_event_type.pyi | 10 + plaid-stubs/model/bank_transfer_failure.pyi | 9 + .../model/bank_transfer_get_request.pyi | 10 + .../model/bank_transfer_get_response.pyi | 13 + .../model/bank_transfer_list_request.pyi | 11 + .../model/bank_transfer_list_response.pyi | 13 + plaid-stubs/model/bank_transfer_metadata.pyi | 9 + .../bank_transfer_migrate_account_request.pyi | 12 + ...bank_transfer_migrate_account_response.pyi | 12 + plaid-stubs/model/bank_transfer_network.pyi | 10 + .../model/bank_transfer_receiver_details.pyi | 9 + plaid-stubs/model/bank_transfer_status.pyi | 10 + plaid-stubs/model/bank_transfer_type.pyi | 10 + plaid-stubs/model/bank_transfer_user.pyi | 10 + .../bank_transfers_events_update_webhook.pyi | 11 + plaid-stubs/model/categories_get_response.pyi | 13 + plaid-stubs/model/category.pyi | 12 + plaid-stubs/model/cause.pyi | 13 + plaid-stubs/model/country_code.pyi | 10 + plaid-stubs/model/credit_card_liability.pyi | 17 + plaid-stubs/model/credit_filter.pyi | 12 + plaid-stubs/model/default_update_webhook.pyi | 15 + .../model/deposit_switch_address_data.pyi | 14 + .../deposit_switch_alt_create_request.pyi | 13 + .../deposit_switch_alt_create_response.pyi | 11 + .../model/deposit_switch_create_request.pyi | 11 + .../model/deposit_switch_create_response.pyi | 11 + .../model/deposit_switch_get_request.pyi | 10 + .../model/deposit_switch_get_response.pyi | 20 ++ .../model/deposit_switch_target_account.pyi | 13 + .../model/deposit_switch_target_user.pyi | 15 + .../deposit_switch_token_create_request.pyi | 10 + .../deposit_switch_token_create_response.pyi | 12 + plaid-stubs/model/depository_filter.pyi | 12 + plaid-stubs/model/email.pyi | 12 + plaid-stubs/model/employee.pyi | 11 + .../employee_income_summary_field_string.pyi | 11 + plaid-stubs/model/employer.pyi | 13 + .../employer_income_summary_field_string.pyi | 11 + .../model/employers_search_request.pyi | 11 + .../model/employers_search_response.pyi | 13 + plaid-stubs/model/error.pyi | 13 + .../model/external_payment_options.pyi | 11 + .../model/external_payment_refund_details.pyi | 11 + .../model/external_payment_schedule.pyi | 14 + .../model/external_payment_schedule_get.pyi | 11 + plaid-stubs/model/health_incident.pyi | 11 + plaid-stubs/model/historical_balance.pyi | 11 + .../model/historical_update_webhook.pyi | 15 + plaid-stubs/model/holding.pyi | 14 + .../model/holdings_default_update_webhook.pyi | 16 + plaid-stubs/model/identity_get_request.pyi | 12 + .../model/identity_get_request_options.pyi | 9 + plaid-stubs/model/identity_get_response.pyi | 14 + plaid-stubs/model/incident_update.pyi | 9 + plaid-stubs/model/income_breakdown.pyi | 9 + plaid-stubs/model/income_summary.pyi | 11 + .../model/income_summary_field_number.pyi | 13 + .../model/income_summary_field_string.pyi | 13 + .../income_verification_create_request.pyi | 10 + .../income_verification_create_response.pyi | 11 + ...erification_documents_download_request.pyi | 10 + ...rification_documents_download_response.pyi | 10 + ...ncome_verification_paystub_get_request.pyi | 10 + ...come_verification_paystub_get_response.pyi | 11 + .../income_verification_status_webhook.pyi | 13 + ...ncome_verification_summary_get_request.pyi | 10 + ...come_verification_summary_get_response.pyi | 13 + .../income_verification_webhook_status.pyi | 10 + plaid-stubs/model/inflow_model.pyi | 14 + plaid-stubs/model/initial_update_webhook.pyi | 13 + plaid-stubs/model/institution.pyi | 16 + plaid-stubs/model/institution_status.pyi | 17 + .../model/institutions_get_by_id_request.pyi | 13 + ...institutions_get_by_id_request_options.pyi | 9 + .../model/institutions_get_by_id_response.pyi | 13 + .../model/institutions_get_request.pyi | 14 + .../institutions_get_request_options.pyi | 11 + .../model/institutions_get_response.pyi | 14 + .../institutions_search_account_filter.pyi | 11 + ...ions_search_payment_initiation_options.pyi | 9 + .../model/institutions_search_request.pyi | 14 + .../institutions_search_request_options.pyi | 11 + .../model/institutions_search_response.pyi | 13 + plaid-stubs/model/investment_filter.pyi | 12 + ...nvestment_holdings_get_request_options.pyi | 9 + plaid-stubs/model/investment_transaction.pyi | 18 + .../investments_default_update_webhook.pyi | 16 + .../investments_holdings_get_request.pyi | 12 + .../investments_holdings_get_response.pyi | 16 + .../investments_transactions_get_request.pyi | 14 + ...ments_transactions_get_request_options.pyi | 9 + .../investments_transactions_get_response.pyi | 17 + plaid-stubs/model/item.pyi | 15 + .../item_access_token_invalidate_request.pyi | 10 + .../item_access_token_invalidate_response.pyi | 11 + plaid-stubs/model/item_error_webhook.pyi | 15 + plaid-stubs/model/item_get_request.pyi | 10 + plaid-stubs/model/item_get_response.pyi | 13 + plaid-stubs/model/item_import_request.pyi | 13 + .../model/item_import_request_options.pyi | 9 + .../model/item_import_request_user_auth.pyi | 11 + plaid-stubs/model/item_import_response.pyi | 11 + .../model/item_product_ready_webhook.pyi | 14 + .../item_public_token_create_request.pyi | 10 + .../item_public_token_create_response.pyi | 11 + .../item_public_token_exchange_request.pyi | 10 + .../item_public_token_exchange_response.pyi | 12 + plaid-stubs/model/item_remove_request.pyi | 10 + plaid-stubs/model/item_remove_response.pyi | 10 + plaid-stubs/model/item_status.pyi | 9 + .../model/item_webhook_update_request.pyi | 11 + .../model/item_webhook_update_response.pyi | 13 + plaid-stubs/model/jwk_public_key.pyi | 17 + plaid-stubs/model/jwt_header.pyi | 10 + .../liabilities_default_update_webhook.pyi | 11 + plaid-stubs/model/liabilities_get_request.pyi | 12 + .../model/liabilities_get_request_options.pyi | 9 + .../model/liabilities_get_response.pyi | 15 + plaid-stubs/model/liabilities_object.pyi | 11 + plaid-stubs/model/liability_override.pyi | 35 ++ .../model/link_token_account_filters.pyi | 11 + .../model/link_token_create_request.pyi | 15 + ..._token_create_request_account_subtypes.pyi | 9 + .../model/link_token_create_request_auth.pyi | 10 + ...nk_token_create_request_deposit_switch.pyi | 10 + ...ken_create_request_income_verification.pyi | 10 + ...oken_create_request_payment_initiation.pyi | 10 + .../model/link_token_create_request_user.pyi | 10 + .../model/link_token_create_response.pyi | 12 + .../link_token_get_metadata_response.pyi | 11 + plaid-stubs/model/link_token_get_request.pyi | 10 + plaid-stubs/model/link_token_get_response.pyi | 12 + plaid-stubs/model/loan_filter.pyi | 12 + plaid-stubs/model/location.pyi | 9 + plaid-stubs/model/meta.pyi | 12 + plaid-stubs/model/mfa.pyi | 14 + plaid-stubs/model/mortgage_interest_rate.pyi | 9 + plaid-stubs/model/mortgage_liability.pyi | 12 + .../model/mortgage_property_address.pyi | 9 + plaid-stubs/model/nullable_access_token.pyi | 9 + plaid-stubs/model/nullable_address.pyi | 11 + plaid-stubs/model/nullable_address_data.pyi | 11 + plaid-stubs/model/nullable_item_status.pyi | 11 + plaid-stubs/model/nullable_numbers_ach.pyi | 11 + plaid-stubs/model/nullable_numbers_bacs.pyi | 11 + plaid-stubs/model/nullable_numbers_eft.pyi | 11 + .../model/nullable_numbers_international.pyi | 11 + plaid-stubs/model/nullable_recipient_bacs.pyi | 11 + plaid-stubs/model/numbers.pyi | 17 + plaid-stubs/model/numbers_ach.pyi | 12 + plaid-stubs/model/numbers_bacs.pyi | 12 + plaid-stubs/model/numbers_eft.pyi | 13 + plaid-stubs/model/numbers_international.pyi | 12 + plaid-stubs/model/override_accounts.pyi | 22 ++ plaid-stubs/model/owner.pyi | 15 + plaid-stubs/model/owner_override.pyi | 15 + plaid-stubs/model/pay_frequency.pyi | 13 + plaid-stubs/model/pay_period_details.pyi | 9 + plaid-stubs/model/payment_amount.pyi | 11 + .../model/payment_initiation_address.pyi | 9 + .../model/payment_initiation_metadata.pyi | 11 + ...t_initiation_optional_restriction_bacs.pyi | 11 + .../model/payment_initiation_payment.pyi | 19 ++ ...ment_initiation_payment_create_request.pyi | 14 + ...ent_initiation_payment_create_response.pyi | 12 + ...payment_initiation_payment_get_request.pyi | 10 + ...ayment_initiation_payment_get_response.pyi | 11 + ...ayment_initiation_payment_list_request.pyi | 9 + ...yment_initiation_payment_list_response.pyi | 14 + ...nitiation_payment_token_create_request.pyi | 10 + ...itiation_payment_token_create_response.pyi | 12 + .../model/payment_initiation_recipient.pyi | 13 + ...nt_initiation_recipient_create_request.pyi | 12 + ...t_initiation_recipient_create_response.pyi | 11 + ...yment_initiation_recipient_get_request.pyi | 10 + ...ment_initiation_recipient_get_response.pyi | 11 + ...itiation_recipient_get_response_all_of.pyi | 9 + ...ment_initiation_recipient_list_request.pyi | 9 + ...ent_initiation_recipient_list_response.pyi | 13 + ...ent_initiation_standing_order_metadata.pyi | 11 + plaid-stubs/model/payment_meta.pyi | 9 + .../model/payment_schedule_interval.pyi | 10 + .../model/payment_status_update_webhook.pyi | 17 + plaid-stubs/model/paystub.pyi | 17 + plaid-stubs/model/paystub_deduction.pyi | 9 + plaid-stubs/model/paystub_ytd_details.pyi | 11 + .../model/pending_expiration_webhook.pyi | 13 + plaid-stubs/model/phone_number.pyi | 10 + ...or_apex_processor_token_create_request.pyi | 11 + .../model/processor_auth_get_request.pyi | 10 + .../model/processor_auth_get_response.pyi | 14 + .../model/processor_balance_get_request.pyi | 10 + .../model/processor_balance_get_response.pyi | 13 + .../model/processor_identity_get_request.pyi | 10 + .../model/processor_identity_get_response.pyi | 13 + plaid-stubs/model/processor_number.pyi | 11 + ...ripe_bank_account_token_create_request.pyi | 11 + ...ipe_bank_account_token_create_response.pyi | 11 + .../model/processor_token_create_request.pyi | 12 + .../model/processor_token_create_response.pyi | 11 + plaid-stubs/model/product_status.pyi | 14 + .../model/product_status_breakdown.pyi | 12 + plaid-stubs/model/products.pyi | 10 + .../projected_income_summary_field_number.pyi | 11 + plaid-stubs/model/pslf_status.pyi | 9 + .../model/recaptcha_required_error.pyi | 16 + plaid-stubs/model/recipient_bacs.pyi | 9 + ...box_bank_transfer_fire_webhook_request.pyi | 10 + ...ox_bank_transfer_fire_webhook_response.pyi | 10 + ...sandbox_bank_transfer_simulate_request.pyi | 13 + ...andbox_bank_transfer_simulate_response.pyi | 10 + .../sandbox_item_fire_webhook_request.pyi | 11 + .../sandbox_item_fire_webhook_response.pyi | 11 + .../sandbox_item_reset_login_request.pyi | 10 + .../sandbox_item_reset_login_response.pyi | 11 + ...x_item_set_verification_status_request.pyi | 12 + ..._item_set_verification_status_response.pyi | 10 + ...sandbox_processor_token_create_request.pyi | 12 + ...processor_token_create_request_options.pyi | 9 + ...andbox_processor_token_create_response.pyi | 11 + .../sandbox_public_token_create_request.pyi | 13 + ...ox_public_token_create_request_options.pyi | 11 + ...en_create_request_options_transactions.pyi | 9 + .../sandbox_public_token_create_response.pyi | 11 + plaid-stubs/model/security.pyi | 24 ++ plaid-stubs/model/servicer_address_data.pyi | 9 + plaid-stubs/model/standalone_account_type.pyi | 14 + .../model/standalone_currency_code_list.pyi | 11 + ...ndalone_investment_transaction_subtype.pyi | 9 + ...standalone_investment_transaction_type.pyi | 15 + plaid-stubs/model/student_loan.pyi | 12 + .../model/student_loan_repayment_model.pyi | 12 + plaid-stubs/model/student_loan_status.pyi | 9 + plaid-stubs/model/student_repayment_plan.pyi | 9 + plaid-stubs/model/transaction.pyi | 16 + plaid-stubs/model/transaction_code.pyi | 10 + plaid-stubs/model/transaction_data.pyi | 14 + plaid-stubs/model/transaction_override.pyi | 13 + .../model/transactions_get_request.pyi | 14 + .../transactions_get_request_options.pyi | 9 + .../model/transactions_get_response.pyi | 16 + .../model/transactions_refresh_request.pyi | 10 + .../model/transactions_refresh_response.pyi | 10 + .../model/transactions_removed_webhook.pyi | 15 + plaid-stubs/model/user_custom_password.pyi | 16 + .../model/user_permission_revoked_webhook.pyi | 14 + .../model/verification_expired_webhook.pyi | 13 + plaid-stubs/model/verification_status.pyi | 10 + plaid-stubs/model/warning.pyi | 14 + .../webhook_update_acknowledged_webhook.pyi | 15 + .../webhook_verification_key_get_request.pyi | 10 + .../webhook_verification_key_get_response.pyi | 13 + .../ytd_gross_income_summary_field_number.pyi | 11 + .../ytd_net_income_summary_field_number.pyi | 11 + plaid-stubs/model_utils.pyi | 76 +++++ plaid-stubs/models/__init__.pyi | 321 ++++++++++++++++++ plaid-stubs/requester.pyi | 24 -- plaid-stubs/rest.pyi | 26 ++ plaid-stubs/utils.pyi | 6 - plaid-stubs/version.pyi | 1 - setup.py | 4 +- 356 files changed, 4651 insertions(+), 358 deletions(-) delete mode 100644 plaid-stubs/api/accounts.pyi delete mode 100644 plaid-stubs/api/api.pyi delete mode 100644 plaid-stubs/api/assets.pyi delete mode 100644 plaid-stubs/api/auth.pyi delete mode 100644 plaid-stubs/api/categories.pyi delete mode 100644 plaid-stubs/api/credit_details.pyi delete mode 100644 plaid-stubs/api/holdings.pyi delete mode 100644 plaid-stubs/api/identity.pyi delete mode 100644 plaid-stubs/api/income.pyi delete mode 100644 plaid-stubs/api/institutions.pyi delete mode 100644 plaid-stubs/api/investment_transactions.pyi delete mode 100644 plaid-stubs/api/item.pyi delete mode 100644 plaid-stubs/api/liabilities.pyi delete mode 100644 plaid-stubs/api/link_token.pyi create mode 100644 plaid-stubs/api/plaid_api.pyi delete mode 100644 plaid-stubs/api/processor.pyi delete mode 100644 plaid-stubs/api/sandbox.pyi delete mode 100644 plaid-stubs/api/transactions.pyi create mode 100644 plaid-stubs/api_client.pyi create mode 100644 plaid-stubs/apis/__init__.pyi delete mode 100644 plaid-stubs/client.pyi create mode 100644 plaid-stubs/configuration.pyi delete mode 100644 plaid-stubs/errors.pyi create mode 100644 plaid-stubs/exceptions.pyi create mode 100644 plaid-stubs/model/__init__.pyi create mode 100644 plaid-stubs/model/account_assets.pyi create mode 100644 plaid-stubs/model/account_assets_all_of.pyi create mode 100644 plaid-stubs/model/account_balance.pyi create mode 100644 plaid-stubs/model/account_base.pyi create mode 100644 plaid-stubs/model/account_filters_response.pyi create mode 100644 plaid-stubs/model/account_identity.pyi create mode 100644 plaid-stubs/model/account_identity_all_of.pyi create mode 100644 plaid-stubs/model/account_subtype.pyi create mode 100644 plaid-stubs/model/account_subtypes.pyi create mode 100644 plaid-stubs/model/account_type.pyi create mode 100644 plaid-stubs/model/accounts_balance_get_request.pyi create mode 100644 plaid-stubs/model/accounts_balance_get_request_options.pyi create mode 100644 plaid-stubs/model/accounts_get_request.pyi create mode 100644 plaid-stubs/model/accounts_get_request_options.pyi create mode 100644 plaid-stubs/model/accounts_get_response.pyi create mode 100644 plaid-stubs/model/ach_class.pyi create mode 100644 plaid-stubs/model/address.pyi create mode 100644 plaid-stubs/model/address_data.pyi create mode 100644 plaid-stubs/model/application.pyi create mode 100644 plaid-stubs/model/application_get_request.pyi create mode 100644 plaid-stubs/model/application_get_response.pyi create mode 100644 plaid-stubs/model/apr.pyi create mode 100644 plaid-stubs/model/asset_report.pyi create mode 100644 plaid-stubs/model/asset_report_audit_copy_create_request.pyi create mode 100644 plaid-stubs/model/asset_report_audit_copy_create_response.pyi create mode 100644 plaid-stubs/model/asset_report_audit_copy_get_request.pyi create mode 100644 plaid-stubs/model/asset_report_audit_copy_remove_request.pyi create mode 100644 plaid-stubs/model/asset_report_audit_copy_remove_response.pyi create mode 100644 plaid-stubs/model/asset_report_create_request.pyi create mode 100644 plaid-stubs/model/asset_report_create_request_options.pyi create mode 100644 plaid-stubs/model/asset_report_create_response.pyi create mode 100644 plaid-stubs/model/asset_report_filter_request.pyi create mode 100644 plaid-stubs/model/asset_report_filter_response.pyi create mode 100644 plaid-stubs/model/asset_report_get_request.pyi create mode 100644 plaid-stubs/model/asset_report_get_response.pyi create mode 100644 plaid-stubs/model/asset_report_item.pyi create mode 100644 plaid-stubs/model/asset_report_pdf_get_request.pyi create mode 100644 plaid-stubs/model/asset_report_refresh_request.pyi create mode 100644 plaid-stubs/model/asset_report_refresh_request_options.pyi create mode 100644 plaid-stubs/model/asset_report_refresh_response.pyi create mode 100644 plaid-stubs/model/asset_report_remove_request.pyi create mode 100644 plaid-stubs/model/asset_report_remove_response.pyi create mode 100644 plaid-stubs/model/asset_report_transaction.pyi create mode 100644 plaid-stubs/model/asset_report_transaction_all_of.pyi create mode 100644 plaid-stubs/model/asset_report_user.pyi create mode 100644 plaid-stubs/model/assets_error_webhook.pyi create mode 100644 plaid-stubs/model/assets_product_ready_webhook.pyi create mode 100644 plaid-stubs/model/auth_get_numbers.pyi create mode 100644 plaid-stubs/model/auth_get_request.pyi create mode 100644 plaid-stubs/model/auth_get_request_options.pyi create mode 100644 plaid-stubs/model/auth_get_response.pyi create mode 100644 plaid-stubs/model/automatically_verified_webhook.pyi create mode 100644 plaid-stubs/model/bank_transfer.pyi create mode 100644 plaid-stubs/model/bank_transfer_balance.pyi create mode 100644 plaid-stubs/model/bank_transfer_balance_get_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_balance_get_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_cancel_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_cancel_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_create_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_create_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_direction.pyi create mode 100644 plaid-stubs/model/bank_transfer_event.pyi create mode 100644 plaid-stubs/model/bank_transfer_event_list_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_event_list_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_event_sync_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_event_sync_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_event_type.pyi create mode 100644 plaid-stubs/model/bank_transfer_failure.pyi create mode 100644 plaid-stubs/model/bank_transfer_get_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_get_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_list_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_list_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_metadata.pyi create mode 100644 plaid-stubs/model/bank_transfer_migrate_account_request.pyi create mode 100644 plaid-stubs/model/bank_transfer_migrate_account_response.pyi create mode 100644 plaid-stubs/model/bank_transfer_network.pyi create mode 100644 plaid-stubs/model/bank_transfer_receiver_details.pyi create mode 100644 plaid-stubs/model/bank_transfer_status.pyi create mode 100644 plaid-stubs/model/bank_transfer_type.pyi create mode 100644 plaid-stubs/model/bank_transfer_user.pyi create mode 100644 plaid-stubs/model/bank_transfers_events_update_webhook.pyi create mode 100644 plaid-stubs/model/categories_get_response.pyi create mode 100644 plaid-stubs/model/category.pyi create mode 100644 plaid-stubs/model/cause.pyi create mode 100644 plaid-stubs/model/country_code.pyi create mode 100644 plaid-stubs/model/credit_card_liability.pyi create mode 100644 plaid-stubs/model/credit_filter.pyi create mode 100644 plaid-stubs/model/default_update_webhook.pyi create mode 100644 plaid-stubs/model/deposit_switch_address_data.pyi create mode 100644 plaid-stubs/model/deposit_switch_alt_create_request.pyi create mode 100644 plaid-stubs/model/deposit_switch_alt_create_response.pyi create mode 100644 plaid-stubs/model/deposit_switch_create_request.pyi create mode 100644 plaid-stubs/model/deposit_switch_create_response.pyi create mode 100644 plaid-stubs/model/deposit_switch_get_request.pyi create mode 100644 plaid-stubs/model/deposit_switch_get_response.pyi create mode 100644 plaid-stubs/model/deposit_switch_target_account.pyi create mode 100644 plaid-stubs/model/deposit_switch_target_user.pyi create mode 100644 plaid-stubs/model/deposit_switch_token_create_request.pyi create mode 100644 plaid-stubs/model/deposit_switch_token_create_response.pyi create mode 100644 plaid-stubs/model/depository_filter.pyi create mode 100644 plaid-stubs/model/email.pyi create mode 100644 plaid-stubs/model/employee.pyi create mode 100644 plaid-stubs/model/employee_income_summary_field_string.pyi create mode 100644 plaid-stubs/model/employer.pyi create mode 100644 plaid-stubs/model/employer_income_summary_field_string.pyi create mode 100644 plaid-stubs/model/employers_search_request.pyi create mode 100644 plaid-stubs/model/employers_search_response.pyi create mode 100644 plaid-stubs/model/error.pyi create mode 100644 plaid-stubs/model/external_payment_options.pyi create mode 100644 plaid-stubs/model/external_payment_refund_details.pyi create mode 100644 plaid-stubs/model/external_payment_schedule.pyi create mode 100644 plaid-stubs/model/external_payment_schedule_get.pyi create mode 100644 plaid-stubs/model/health_incident.pyi create mode 100644 plaid-stubs/model/historical_balance.pyi create mode 100644 plaid-stubs/model/historical_update_webhook.pyi create mode 100644 plaid-stubs/model/holding.pyi create mode 100644 plaid-stubs/model/holdings_default_update_webhook.pyi create mode 100644 plaid-stubs/model/identity_get_request.pyi create mode 100644 plaid-stubs/model/identity_get_request_options.pyi create mode 100644 plaid-stubs/model/identity_get_response.pyi create mode 100644 plaid-stubs/model/incident_update.pyi create mode 100644 plaid-stubs/model/income_breakdown.pyi create mode 100644 plaid-stubs/model/income_summary.pyi create mode 100644 plaid-stubs/model/income_summary_field_number.pyi create mode 100644 plaid-stubs/model/income_summary_field_string.pyi create mode 100644 plaid-stubs/model/income_verification_create_request.pyi create mode 100644 plaid-stubs/model/income_verification_create_response.pyi create mode 100644 plaid-stubs/model/income_verification_documents_download_request.pyi create mode 100644 plaid-stubs/model/income_verification_documents_download_response.pyi create mode 100644 plaid-stubs/model/income_verification_paystub_get_request.pyi create mode 100644 plaid-stubs/model/income_verification_paystub_get_response.pyi create mode 100644 plaid-stubs/model/income_verification_status_webhook.pyi create mode 100644 plaid-stubs/model/income_verification_summary_get_request.pyi create mode 100644 plaid-stubs/model/income_verification_summary_get_response.pyi create mode 100644 plaid-stubs/model/income_verification_webhook_status.pyi create mode 100644 plaid-stubs/model/inflow_model.pyi create mode 100644 plaid-stubs/model/initial_update_webhook.pyi create mode 100644 plaid-stubs/model/institution.pyi create mode 100644 plaid-stubs/model/institution_status.pyi create mode 100644 plaid-stubs/model/institutions_get_by_id_request.pyi create mode 100644 plaid-stubs/model/institutions_get_by_id_request_options.pyi create mode 100644 plaid-stubs/model/institutions_get_by_id_response.pyi create mode 100644 plaid-stubs/model/institutions_get_request.pyi create mode 100644 plaid-stubs/model/institutions_get_request_options.pyi create mode 100644 plaid-stubs/model/institutions_get_response.pyi create mode 100644 plaid-stubs/model/institutions_search_account_filter.pyi create mode 100644 plaid-stubs/model/institutions_search_payment_initiation_options.pyi create mode 100644 plaid-stubs/model/institutions_search_request.pyi create mode 100644 plaid-stubs/model/institutions_search_request_options.pyi create mode 100644 plaid-stubs/model/institutions_search_response.pyi create mode 100644 plaid-stubs/model/investment_filter.pyi create mode 100644 plaid-stubs/model/investment_holdings_get_request_options.pyi create mode 100644 plaid-stubs/model/investment_transaction.pyi create mode 100644 plaid-stubs/model/investments_default_update_webhook.pyi create mode 100644 plaid-stubs/model/investments_holdings_get_request.pyi create mode 100644 plaid-stubs/model/investments_holdings_get_response.pyi create mode 100644 plaid-stubs/model/investments_transactions_get_request.pyi create mode 100644 plaid-stubs/model/investments_transactions_get_request_options.pyi create mode 100644 plaid-stubs/model/investments_transactions_get_response.pyi create mode 100644 plaid-stubs/model/item.pyi create mode 100644 plaid-stubs/model/item_access_token_invalidate_request.pyi create mode 100644 plaid-stubs/model/item_access_token_invalidate_response.pyi create mode 100644 plaid-stubs/model/item_error_webhook.pyi create mode 100644 plaid-stubs/model/item_get_request.pyi create mode 100644 plaid-stubs/model/item_get_response.pyi create mode 100644 plaid-stubs/model/item_import_request.pyi create mode 100644 plaid-stubs/model/item_import_request_options.pyi create mode 100644 plaid-stubs/model/item_import_request_user_auth.pyi create mode 100644 plaid-stubs/model/item_import_response.pyi create mode 100644 plaid-stubs/model/item_product_ready_webhook.pyi create mode 100644 plaid-stubs/model/item_public_token_create_request.pyi create mode 100644 plaid-stubs/model/item_public_token_create_response.pyi create mode 100644 plaid-stubs/model/item_public_token_exchange_request.pyi create mode 100644 plaid-stubs/model/item_public_token_exchange_response.pyi create mode 100644 plaid-stubs/model/item_remove_request.pyi create mode 100644 plaid-stubs/model/item_remove_response.pyi create mode 100644 plaid-stubs/model/item_status.pyi create mode 100644 plaid-stubs/model/item_webhook_update_request.pyi create mode 100644 plaid-stubs/model/item_webhook_update_response.pyi create mode 100644 plaid-stubs/model/jwk_public_key.pyi create mode 100644 plaid-stubs/model/jwt_header.pyi create mode 100644 plaid-stubs/model/liabilities_default_update_webhook.pyi create mode 100644 plaid-stubs/model/liabilities_get_request.pyi create mode 100644 plaid-stubs/model/liabilities_get_request_options.pyi create mode 100644 plaid-stubs/model/liabilities_get_response.pyi create mode 100644 plaid-stubs/model/liabilities_object.pyi create mode 100644 plaid-stubs/model/liability_override.pyi create mode 100644 plaid-stubs/model/link_token_account_filters.pyi create mode 100644 plaid-stubs/model/link_token_create_request.pyi create mode 100644 plaid-stubs/model/link_token_create_request_account_subtypes.pyi create mode 100644 plaid-stubs/model/link_token_create_request_auth.pyi create mode 100644 plaid-stubs/model/link_token_create_request_deposit_switch.pyi create mode 100644 plaid-stubs/model/link_token_create_request_income_verification.pyi create mode 100644 plaid-stubs/model/link_token_create_request_payment_initiation.pyi create mode 100644 plaid-stubs/model/link_token_create_request_user.pyi create mode 100644 plaid-stubs/model/link_token_create_response.pyi create mode 100644 plaid-stubs/model/link_token_get_metadata_response.pyi create mode 100644 plaid-stubs/model/link_token_get_request.pyi create mode 100644 plaid-stubs/model/link_token_get_response.pyi create mode 100644 plaid-stubs/model/loan_filter.pyi create mode 100644 plaid-stubs/model/location.pyi create mode 100644 plaid-stubs/model/meta.pyi create mode 100644 plaid-stubs/model/mfa.pyi create mode 100644 plaid-stubs/model/mortgage_interest_rate.pyi create mode 100644 plaid-stubs/model/mortgage_liability.pyi create mode 100644 plaid-stubs/model/mortgage_property_address.pyi create mode 100644 plaid-stubs/model/nullable_access_token.pyi create mode 100644 plaid-stubs/model/nullable_address.pyi create mode 100644 plaid-stubs/model/nullable_address_data.pyi create mode 100644 plaid-stubs/model/nullable_item_status.pyi create mode 100644 plaid-stubs/model/nullable_numbers_ach.pyi create mode 100644 plaid-stubs/model/nullable_numbers_bacs.pyi create mode 100644 plaid-stubs/model/nullable_numbers_eft.pyi create mode 100644 plaid-stubs/model/nullable_numbers_international.pyi create mode 100644 plaid-stubs/model/nullable_recipient_bacs.pyi create mode 100644 plaid-stubs/model/numbers.pyi create mode 100644 plaid-stubs/model/numbers_ach.pyi create mode 100644 plaid-stubs/model/numbers_bacs.pyi create mode 100644 plaid-stubs/model/numbers_eft.pyi create mode 100644 plaid-stubs/model/numbers_international.pyi create mode 100644 plaid-stubs/model/override_accounts.pyi create mode 100644 plaid-stubs/model/owner.pyi create mode 100644 plaid-stubs/model/owner_override.pyi create mode 100644 plaid-stubs/model/pay_frequency.pyi create mode 100644 plaid-stubs/model/pay_period_details.pyi create mode 100644 plaid-stubs/model/payment_amount.pyi create mode 100644 plaid-stubs/model/payment_initiation_address.pyi create mode 100644 plaid-stubs/model/payment_initiation_metadata.pyi create mode 100644 plaid-stubs/model/payment_initiation_optional_restriction_bacs.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_create_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_create_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_get_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_get_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_list_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_list_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_token_create_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_payment_token_create_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_create_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_create_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_get_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_get_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_get_response_all_of.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_list_request.pyi create mode 100644 plaid-stubs/model/payment_initiation_recipient_list_response.pyi create mode 100644 plaid-stubs/model/payment_initiation_standing_order_metadata.pyi create mode 100644 plaid-stubs/model/payment_meta.pyi create mode 100644 plaid-stubs/model/payment_schedule_interval.pyi create mode 100644 plaid-stubs/model/payment_status_update_webhook.pyi create mode 100644 plaid-stubs/model/paystub.pyi create mode 100644 plaid-stubs/model/paystub_deduction.pyi create mode 100644 plaid-stubs/model/paystub_ytd_details.pyi create mode 100644 plaid-stubs/model/pending_expiration_webhook.pyi create mode 100644 plaid-stubs/model/phone_number.pyi create mode 100644 plaid-stubs/model/processor_apex_processor_token_create_request.pyi create mode 100644 plaid-stubs/model/processor_auth_get_request.pyi create mode 100644 plaid-stubs/model/processor_auth_get_response.pyi create mode 100644 plaid-stubs/model/processor_balance_get_request.pyi create mode 100644 plaid-stubs/model/processor_balance_get_response.pyi create mode 100644 plaid-stubs/model/processor_identity_get_request.pyi create mode 100644 plaid-stubs/model/processor_identity_get_response.pyi create mode 100644 plaid-stubs/model/processor_number.pyi create mode 100644 plaid-stubs/model/processor_stripe_bank_account_token_create_request.pyi create mode 100644 plaid-stubs/model/processor_stripe_bank_account_token_create_response.pyi create mode 100644 plaid-stubs/model/processor_token_create_request.pyi create mode 100644 plaid-stubs/model/processor_token_create_response.pyi create mode 100644 plaid-stubs/model/product_status.pyi create mode 100644 plaid-stubs/model/product_status_breakdown.pyi create mode 100644 plaid-stubs/model/products.pyi create mode 100644 plaid-stubs/model/projected_income_summary_field_number.pyi create mode 100644 plaid-stubs/model/pslf_status.pyi create mode 100644 plaid-stubs/model/recaptcha_required_error.pyi create mode 100644 plaid-stubs/model/recipient_bacs.pyi create mode 100644 plaid-stubs/model/sandbox_bank_transfer_fire_webhook_request.pyi create mode 100644 plaid-stubs/model/sandbox_bank_transfer_fire_webhook_response.pyi create mode 100644 plaid-stubs/model/sandbox_bank_transfer_simulate_request.pyi create mode 100644 plaid-stubs/model/sandbox_bank_transfer_simulate_response.pyi create mode 100644 plaid-stubs/model/sandbox_item_fire_webhook_request.pyi create mode 100644 plaid-stubs/model/sandbox_item_fire_webhook_response.pyi create mode 100644 plaid-stubs/model/sandbox_item_reset_login_request.pyi create mode 100644 plaid-stubs/model/sandbox_item_reset_login_response.pyi create mode 100644 plaid-stubs/model/sandbox_item_set_verification_status_request.pyi create mode 100644 plaid-stubs/model/sandbox_item_set_verification_status_response.pyi create mode 100644 plaid-stubs/model/sandbox_processor_token_create_request.pyi create mode 100644 plaid-stubs/model/sandbox_processor_token_create_request_options.pyi create mode 100644 plaid-stubs/model/sandbox_processor_token_create_response.pyi create mode 100644 plaid-stubs/model/sandbox_public_token_create_request.pyi create mode 100644 plaid-stubs/model/sandbox_public_token_create_request_options.pyi create mode 100644 plaid-stubs/model/sandbox_public_token_create_request_options_transactions.pyi create mode 100644 plaid-stubs/model/sandbox_public_token_create_response.pyi create mode 100644 plaid-stubs/model/security.pyi create mode 100644 plaid-stubs/model/servicer_address_data.pyi create mode 100644 plaid-stubs/model/standalone_account_type.pyi create mode 100644 plaid-stubs/model/standalone_currency_code_list.pyi create mode 100644 plaid-stubs/model/standalone_investment_transaction_subtype.pyi create mode 100644 plaid-stubs/model/standalone_investment_transaction_type.pyi create mode 100644 plaid-stubs/model/student_loan.pyi create mode 100644 plaid-stubs/model/student_loan_repayment_model.pyi create mode 100644 plaid-stubs/model/student_loan_status.pyi create mode 100644 plaid-stubs/model/student_repayment_plan.pyi create mode 100644 plaid-stubs/model/transaction.pyi create mode 100644 plaid-stubs/model/transaction_code.pyi create mode 100644 plaid-stubs/model/transaction_data.pyi create mode 100644 plaid-stubs/model/transaction_override.pyi create mode 100644 plaid-stubs/model/transactions_get_request.pyi create mode 100644 plaid-stubs/model/transactions_get_request_options.pyi create mode 100644 plaid-stubs/model/transactions_get_response.pyi create mode 100644 plaid-stubs/model/transactions_refresh_request.pyi create mode 100644 plaid-stubs/model/transactions_refresh_response.pyi create mode 100644 plaid-stubs/model/transactions_removed_webhook.pyi create mode 100644 plaid-stubs/model/user_custom_password.pyi create mode 100644 plaid-stubs/model/user_permission_revoked_webhook.pyi create mode 100644 plaid-stubs/model/verification_expired_webhook.pyi create mode 100644 plaid-stubs/model/verification_status.pyi create mode 100644 plaid-stubs/model/warning.pyi create mode 100644 plaid-stubs/model/webhook_update_acknowledged_webhook.pyi create mode 100644 plaid-stubs/model/webhook_verification_key_get_request.pyi create mode 100644 plaid-stubs/model/webhook_verification_key_get_response.pyi create mode 100644 plaid-stubs/model/ytd_gross_income_summary_field_number.pyi create mode 100644 plaid-stubs/model/ytd_net_income_summary_field_number.pyi create mode 100644 plaid-stubs/model_utils.pyi create mode 100644 plaid-stubs/models/__init__.pyi delete mode 100644 plaid-stubs/requester.pyi create mode 100644 plaid-stubs/rest.pyi delete mode 100644 plaid-stubs/utils.pyi delete mode 100644 plaid-stubs/version.pyi diff --git a/.gitignore b/.gitignore index a968223..5208743 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,5 @@ dmypy.json # Pyre type checker .pyre/ + +.DS_Store diff --git a/plaid-stubs/__init__.pyi b/plaid-stubs/__init__.pyi index 7dffca5..7f68e7d 100644 --- a/plaid-stubs/__init__.pyi +++ b/plaid-stubs/__init__.pyi @@ -1 +1,3 @@ -from plaid.client import Client as Client +from plaid.api_client import ApiClient as ApiClient +from plaid.configuration import Configuration as Configuration, Environment as Environment +from plaid.exceptions import ApiAttributeError as ApiAttributeError, ApiException as ApiException, ApiKeyError as ApiKeyError, ApiTypeError as ApiTypeError, ApiValueError as ApiValueError, OpenApiException as OpenApiException diff --git a/plaid-stubs/api/__init__.pyi b/plaid-stubs/api/__init__.pyi index 10b3357..e69de29 100644 --- a/plaid-stubs/api/__init__.pyi +++ b/plaid-stubs/api/__init__.pyi @@ -1,16 +0,0 @@ -from plaid.api.accounts import Accounts as Accounts -from plaid.api.assets import AssetReport as AssetReport -from plaid.api.auth import Auth as Auth -from plaid.api.categories import Categories as Categories -from plaid.api.credit_details import CreditDetails as CreditDetails -from plaid.api.holdings import Holdings as Holdings -from plaid.api.identity import Identity as Identity -from plaid.api.income import Income as Income -from plaid.api.institutions import Institutions as Institutions -from plaid.api.investment_transactions import InvestmentTransactions as InvestmentTransactions -from plaid.api.item import Item as Item -from plaid.api.liabilities import Liabilities as Liabilities -from plaid.api.processor import Processor as Processor -from plaid.api.sandbox import Sandbox as Sandbox -from plaid.api.transactions import Transactions as Transactions -from plaid.api.link_token import LinkToken as LinkToken \ No newline at end of file diff --git a/plaid-stubs/api/accounts.pyi b/plaid-stubs/api/accounts.pyi deleted file mode 100644 index 05046a7..0000000 --- a/plaid-stubs/api/accounts.pyi +++ /dev/null @@ -1,14 +0,0 @@ -from plaid.api.api import API as API -from plaid.client import Client -from typing import Any, Optional, List, Dict - -from ..client import ResponseJSON - - -class Balance(API): - def get(self, access_token: str, _options: Optional[List[str]] = ..., account_ids: Optional[List[str]] = ...) -> ResponseJSON: ... - -class Accounts(API): - balance: Balance = ... - def __init__(self, client: Client) -> None: ... - def get(self, access_token: str, _options: Optional[Dict[str, Any]] = ..., account_ids: Optional[List[str]] = ...) -> ResponseJSON: ... diff --git a/plaid-stubs/api/api.pyi b/plaid-stubs/api/api.pyi deleted file mode 100644 index c2ffaa2..0000000 --- a/plaid-stubs/api/api.pyi +++ /dev/null @@ -1,6 +0,0 @@ -from plaid import Client - - -class API: - client: Client = ... - def __init__(self, client: Client) -> None: ... diff --git a/plaid-stubs/api/assets.pyi b/plaid-stubs/api/assets.pyi deleted file mode 100644 index 2a6b2a4..0000000 --- a/plaid-stubs/api/assets.pyi +++ /dev/null @@ -1,21 +0,0 @@ -from plaid import Client -from plaid.api.api import API as API -from typing import Any, Optional, Dict, List - -from ..client import ResponseStr, ResponseJSON - - -class AssetReport(API): - audit_copy: AuditCopy = ... - def __init__(self, client: Client) -> None: ... - def create(self, access_tokens: List[str], days_requested: int, options: Optional[Dict[str, Any]] = ...) -> ResponseJSON: ... - def filter(self, asset_report_token: str, account_ids_to_exclude: List[str]) -> ResponseJSON: ... - def refresh(self, asset_report_token: str, days_requested: int, options: Optional[Dict[str, Any]] = ...) -> ResponseJSON: ... - def get(self, asset_report_token: str, include_insights: bool = ...) -> ResponseJSON: ... - def get_pdf(self, asset_report_token: str) -> ResponseStr: ... - def remove(self, asset_report_token: str) -> ResponseJSON: ... - -class AuditCopy(API): - def create(self, asset_report_token: str, auditor_id: str) -> ResponseJSON: ... - def get(self, audit_copy_token: str) -> ResponseJSON: ... - def remove(self, audit_copy_token: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/auth.pyi b/plaid-stubs/api/auth.pyi deleted file mode 100644 index 0b95bb8..0000000 --- a/plaid-stubs/api/auth.pyi +++ /dev/null @@ -1,8 +0,0 @@ -from plaid.api.api import API as API -from typing import Any, Optional, Dict, List - -from ..client import ResponseJSON - - -class Auth(API): - def get(self, access_token: str, _options: Optional[Dict[str, Any]] = ..., account_ids: Optional[List[str]] = ...) -> ResponseJSON: ... diff --git a/plaid-stubs/api/categories.pyi b/plaid-stubs/api/categories.pyi deleted file mode 100644 index 2d5c3c8..0000000 --- a/plaid-stubs/api/categories.pyi +++ /dev/null @@ -1,7 +0,0 @@ -from plaid.api.api import API as API - -from ..client import ResponseJSON - - -class Categories(API): - def get(self) -> ResponseJSON: ... diff --git a/plaid-stubs/api/credit_details.pyi b/plaid-stubs/api/credit_details.pyi deleted file mode 100644 index 02f611f..0000000 --- a/plaid-stubs/api/credit_details.pyi +++ /dev/null @@ -1,7 +0,0 @@ -from plaid.api.api import API as API - -from ..client import ResponseJSON - - -class CreditDetails(API): - def get(self, access_token: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/holdings.pyi b/plaid-stubs/api/holdings.pyi deleted file mode 100644 index 2309e2b..0000000 --- a/plaid-stubs/api/holdings.pyi +++ /dev/null @@ -1,7 +0,0 @@ -from plaid.api.api import API as API - -from ..client import ResponseJSON - - -class Holdings(API): - def get(self, access_token: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/identity.pyi b/plaid-stubs/api/identity.pyi deleted file mode 100644 index 42e6e83..0000000 --- a/plaid-stubs/api/identity.pyi +++ /dev/null @@ -1,7 +0,0 @@ -from plaid.api.api import API as API - -from ..client import ResponseJSON - - -class Identity(API): - def get(self, access_token: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/income.pyi b/plaid-stubs/api/income.pyi deleted file mode 100644 index 69ff2a0..0000000 --- a/plaid-stubs/api/income.pyi +++ /dev/null @@ -1,7 +0,0 @@ -from plaid.api.api import API as API - -from ..client import ResponseJSON - - -class Income(API): - def get(self, access_token: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/institutions.pyi b/plaid-stubs/api/institutions.pyi deleted file mode 100644 index 26669ba..0000000 --- a/plaid-stubs/api/institutions.pyi +++ /dev/null @@ -1,10 +0,0 @@ -from plaid.api.api import API as API -from typing import Any, Optional, Dict - -from ..client import ResponseJSON - - -class Institutions(API): - def get(self, count: int, offset: int = ..., _options: Optional[Dict[str, Any]] = ...) -> ResponseJSON: ... - def get_by_id(self, institution_id: str, _options: Optional[Dict[str, Any]] = ...) -> ResponseJSON: ... - def search(self, query: str, _options: Optional[Dict[str, Any]] = ..., products: Optional[Any] = ...) -> ResponseJSON: ... diff --git a/plaid-stubs/api/investment_transactions.pyi b/plaid-stubs/api/investment_transactions.pyi deleted file mode 100644 index ba792c0..0000000 --- a/plaid-stubs/api/investment_transactions.pyi +++ /dev/null @@ -1,16 +0,0 @@ -from plaid.api.api import API as API -from typing import Any, Optional, Dict, List - -from ..client import ResponseJSON - - -class InvestmentTransactions(API): - def get(self, - access_token: str, - start_date: str, - end_date: str, - _options: Optional[Dict[str, Any]] = ..., - account_ids: Optional[List[str]] = ..., - count: Optional[int] = ..., - offset: Optional[int] = ..., - ) -> ResponseJSON: ... diff --git a/plaid-stubs/api/item.pyi b/plaid-stubs/api/item.pyi deleted file mode 100644 index 21f1c52..0000000 --- a/plaid-stubs/api/item.pyi +++ /dev/null @@ -1,25 +0,0 @@ -from plaid import Client -from plaid.api.api import API as API -from typing import Any - -from ..client import ResponseJSON - - -class PublicToken(API): - def exchange(self, public_token: str) -> ResponseJSON: ... - def create(self, access_token: str) -> ResponseJSON: ... - -class AccessToken(API): - def invalidate(self, access_token: str) -> ResponseJSON: ... - def update_version(self, access_token: str) -> ResponseJSON: ... - -class Webhook(API): - def update(self, access_token: str, webhook: Any) -> ResponseJSON: ... - -class Item(API): - access_token: AccessToken = ... - public_token: PublicToken = ... - webhook: Webhook = ... - def __init__(self, client: Client) -> None: ... - def get(self, access_token: str) -> ResponseJSON: ... - def remove(self, access_token: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/liabilities.pyi b/plaid-stubs/api/liabilities.pyi deleted file mode 100644 index 206a7d3..0000000 --- a/plaid-stubs/api/liabilities.pyi +++ /dev/null @@ -1,8 +0,0 @@ -from plaid.api.api import API as API -from typing import Any, Optional, List, Dict - -from ..client import ResponseJSON - - -class Liabilities(API): - def get(self, access_token: str, _options: Optional[Dict[str, Any]] = ..., account_ids: Optional[List[str]] = ...) -> ResponseJSON: ... diff --git a/plaid-stubs/api/link_token.pyi b/plaid-stubs/api/link_token.pyi deleted file mode 100644 index 3bb74ed..0000000 --- a/plaid-stubs/api/link_token.pyi +++ /dev/null @@ -1,26 +0,0 @@ -from plaid.api.api import API as API -from typing import Any, Dict, List, Optional -from typing_extensions import TypedDict - -from ..client import ResponseJSON - - -class LinkConfig(TypedDict, total=False): - user: Dict[str, Any] - client_name: str - products: Optional[List[str]] - country_codes: List[str] - language: str - redirect_uri: Optional[str] - android_package_name: Optional[str] - webhook: Optional[str] - link_customization_name: Optional[str] - access_token: Optional[str] - account_filters: Optional[Any] - cross_app_item_add: Optional[Any] - payment_initiation: Optional[Any] - - -class LinkToken(API): - def create(self, config: LinkConfig) -> ResponseJSON: ... - def get(self, link_token: str) -> ResponseJSON: ... \ No newline at end of file diff --git a/plaid-stubs/api/plaid_api.pyi b/plaid-stubs/api/plaid_api.pyi new file mode 100644 index 0000000..cde81bd --- /dev/null +++ b/plaid-stubs/api/plaid_api.pyi @@ -0,0 +1,212 @@ +from plaid.api_client import ApiClient as ApiClient +from plaid.model.accounts_balance_get_request import AccountsBalanceGetRequest as AccountsBalanceGetRequest +from plaid.model.accounts_get_request import AccountsGetRequest as AccountsGetRequest +from plaid.model.accounts_get_response import AccountsGetResponse as AccountsGetResponse +from plaid.model.application_get_request import ApplicationGetRequest as ApplicationGetRequest +from plaid.model.application_get_response import ApplicationGetResponse as ApplicationGetResponse +from plaid.model.asset_report_audit_copy_create_request import AssetReportAuditCopyCreateRequest as AssetReportAuditCopyCreateRequest +from plaid.model.asset_report_audit_copy_create_response import AssetReportAuditCopyCreateResponse as AssetReportAuditCopyCreateResponse +from plaid.model.asset_report_audit_copy_get_request import AssetReportAuditCopyGetRequest as AssetReportAuditCopyGetRequest +from plaid.model.asset_report_audit_copy_remove_request import AssetReportAuditCopyRemoveRequest as AssetReportAuditCopyRemoveRequest +from plaid.model.asset_report_audit_copy_remove_response import AssetReportAuditCopyRemoveResponse as AssetReportAuditCopyRemoveResponse +from plaid.model.asset_report_create_request import AssetReportCreateRequest as AssetReportCreateRequest +from plaid.model.asset_report_create_response import AssetReportCreateResponse as AssetReportCreateResponse +from plaid.model.asset_report_filter_request import AssetReportFilterRequest as AssetReportFilterRequest +from plaid.model.asset_report_filter_response import AssetReportFilterResponse as AssetReportFilterResponse +from plaid.model.asset_report_get_request import AssetReportGetRequest as AssetReportGetRequest +from plaid.model.asset_report_get_response import AssetReportGetResponse as AssetReportGetResponse +from plaid.model.asset_report_pdf_get_request import AssetReportPDFGetRequest as AssetReportPDFGetRequest +from plaid.model.asset_report_refresh_request import AssetReportRefreshRequest as AssetReportRefreshRequest +from plaid.model.asset_report_refresh_response import AssetReportRefreshResponse as AssetReportRefreshResponse +from plaid.model.asset_report_remove_request import AssetReportRemoveRequest as AssetReportRemoveRequest +from plaid.model.asset_report_remove_response import AssetReportRemoveResponse as AssetReportRemoveResponse +from plaid.model.auth_get_request import AuthGetRequest as AuthGetRequest +from plaid.model.auth_get_response import AuthGetResponse as AuthGetResponse +from plaid.model.bank_transfer_balance_get_request import BankTransferBalanceGetRequest as BankTransferBalanceGetRequest +from plaid.model.bank_transfer_balance_get_response import BankTransferBalanceGetResponse as BankTransferBalanceGetResponse +from plaid.model.bank_transfer_cancel_request import BankTransferCancelRequest as BankTransferCancelRequest +from plaid.model.bank_transfer_cancel_response import BankTransferCancelResponse as BankTransferCancelResponse +from plaid.model.bank_transfer_create_request import BankTransferCreateRequest as BankTransferCreateRequest +from plaid.model.bank_transfer_create_response import BankTransferCreateResponse as BankTransferCreateResponse +from plaid.model.bank_transfer_event_list_request import BankTransferEventListRequest as BankTransferEventListRequest +from plaid.model.bank_transfer_event_list_response import BankTransferEventListResponse as BankTransferEventListResponse +from plaid.model.bank_transfer_event_sync_request import BankTransferEventSyncRequest as BankTransferEventSyncRequest +from plaid.model.bank_transfer_event_sync_response import BankTransferEventSyncResponse as BankTransferEventSyncResponse +from plaid.model.bank_transfer_get_request import BankTransferGetRequest as BankTransferGetRequest +from plaid.model.bank_transfer_get_response import BankTransferGetResponse as BankTransferGetResponse +from plaid.model.bank_transfer_list_request import BankTransferListRequest as BankTransferListRequest +from plaid.model.bank_transfer_list_response import BankTransferListResponse as BankTransferListResponse +from plaid.model.bank_transfer_migrate_account_request import BankTransferMigrateAccountRequest as BankTransferMigrateAccountRequest +from plaid.model.bank_transfer_migrate_account_response import BankTransferMigrateAccountResponse as BankTransferMigrateAccountResponse +from plaid.model.categories_get_response import CategoriesGetResponse as CategoriesGetResponse +from plaid.model.deposit_switch_alt_create_request import DepositSwitchAltCreateRequest as DepositSwitchAltCreateRequest +from plaid.model.deposit_switch_alt_create_response import DepositSwitchAltCreateResponse as DepositSwitchAltCreateResponse +from plaid.model.deposit_switch_create_request import DepositSwitchCreateRequest as DepositSwitchCreateRequest +from plaid.model.deposit_switch_create_response import DepositSwitchCreateResponse as DepositSwitchCreateResponse +from plaid.model.deposit_switch_get_request import DepositSwitchGetRequest as DepositSwitchGetRequest +from plaid.model.deposit_switch_get_response import DepositSwitchGetResponse as DepositSwitchGetResponse +from plaid.model.deposit_switch_token_create_request import DepositSwitchTokenCreateRequest as DepositSwitchTokenCreateRequest +from plaid.model.deposit_switch_token_create_response import DepositSwitchTokenCreateResponse as DepositSwitchTokenCreateResponse +from plaid.model.employers_search_request import EmployersSearchRequest as EmployersSearchRequest +from plaid.model.employers_search_response import EmployersSearchResponse as EmployersSearchResponse +from plaid.model.error import Error as Error +from plaid.model.identity_get_request import IdentityGetRequest as IdentityGetRequest +from plaid.model.identity_get_response import IdentityGetResponse as IdentityGetResponse +from plaid.model.income_verification_create_request import IncomeVerificationCreateRequest as IncomeVerificationCreateRequest +from plaid.model.income_verification_create_response import IncomeVerificationCreateResponse as IncomeVerificationCreateResponse +from plaid.model.income_verification_documents_download_request import IncomeVerificationDocumentsDownloadRequest as IncomeVerificationDocumentsDownloadRequest +from plaid.model.income_verification_paystub_get_request import IncomeVerificationPaystubGetRequest as IncomeVerificationPaystubGetRequest +from plaid.model.income_verification_paystub_get_response import IncomeVerificationPaystubGetResponse as IncomeVerificationPaystubGetResponse +from plaid.model.income_verification_summary_get_request import IncomeVerificationSummaryGetRequest as IncomeVerificationSummaryGetRequest +from plaid.model.income_verification_summary_get_response import IncomeVerificationSummaryGetResponse as IncomeVerificationSummaryGetResponse +from plaid.model.institutions_get_by_id_request import InstitutionsGetByIdRequest as InstitutionsGetByIdRequest +from plaid.model.institutions_get_by_id_response import InstitutionsGetByIdResponse as InstitutionsGetByIdResponse +from plaid.model.institutions_get_request import InstitutionsGetRequest as InstitutionsGetRequest +from plaid.model.institutions_get_response import InstitutionsGetResponse as InstitutionsGetResponse +from plaid.model.institutions_search_request import InstitutionsSearchRequest as InstitutionsSearchRequest +from plaid.model.institutions_search_response import InstitutionsSearchResponse as InstitutionsSearchResponse +from plaid.model.investments_holdings_get_request import InvestmentsHoldingsGetRequest as InvestmentsHoldingsGetRequest +from plaid.model.investments_holdings_get_response import InvestmentsHoldingsGetResponse as InvestmentsHoldingsGetResponse +from plaid.model.investments_transactions_get_request import InvestmentsTransactionsGetRequest as InvestmentsTransactionsGetRequest +from plaid.model.investments_transactions_get_response import InvestmentsTransactionsGetResponse as InvestmentsTransactionsGetResponse +from plaid.model.item_access_token_invalidate_request import ItemAccessTokenInvalidateRequest as ItemAccessTokenInvalidateRequest +from plaid.model.item_access_token_invalidate_response import ItemAccessTokenInvalidateResponse as ItemAccessTokenInvalidateResponse +from plaid.model.item_get_request import ItemGetRequest as ItemGetRequest +from plaid.model.item_get_response import ItemGetResponse as ItemGetResponse +from plaid.model.item_import_request import ItemImportRequest as ItemImportRequest +from plaid.model.item_import_response import ItemImportResponse as ItemImportResponse +from plaid.model.item_public_token_create_request import ItemPublicTokenCreateRequest as ItemPublicTokenCreateRequest +from plaid.model.item_public_token_create_response import ItemPublicTokenCreateResponse as ItemPublicTokenCreateResponse +from plaid.model.item_public_token_exchange_request import ItemPublicTokenExchangeRequest as ItemPublicTokenExchangeRequest +from plaid.model.item_public_token_exchange_response import ItemPublicTokenExchangeResponse as ItemPublicTokenExchangeResponse +from plaid.model.item_remove_request import ItemRemoveRequest as ItemRemoveRequest +from plaid.model.item_remove_response import ItemRemoveResponse as ItemRemoveResponse +from plaid.model.item_webhook_update_request import ItemWebhookUpdateRequest as ItemWebhookUpdateRequest +from plaid.model.item_webhook_update_response import ItemWebhookUpdateResponse as ItemWebhookUpdateResponse +from plaid.model.liabilities_get_request import LiabilitiesGetRequest as LiabilitiesGetRequest +from plaid.model.liabilities_get_response import LiabilitiesGetResponse as LiabilitiesGetResponse +from plaid.model.link_token_create_request import LinkTokenCreateRequest as LinkTokenCreateRequest +from plaid.model.link_token_create_response import LinkTokenCreateResponse as LinkTokenCreateResponse +from plaid.model.link_token_get_request import LinkTokenGetRequest as LinkTokenGetRequest +from plaid.model.link_token_get_response import LinkTokenGetResponse as LinkTokenGetResponse +from plaid.model.payment_initiation_payment_create_request import PaymentInitiationPaymentCreateRequest as PaymentInitiationPaymentCreateRequest +from plaid.model.payment_initiation_payment_create_response import PaymentInitiationPaymentCreateResponse as PaymentInitiationPaymentCreateResponse +from plaid.model.payment_initiation_payment_get_request import PaymentInitiationPaymentGetRequest as PaymentInitiationPaymentGetRequest +from plaid.model.payment_initiation_payment_get_response import PaymentInitiationPaymentGetResponse as PaymentInitiationPaymentGetResponse +from plaid.model.payment_initiation_payment_list_request import PaymentInitiationPaymentListRequest as PaymentInitiationPaymentListRequest +from plaid.model.payment_initiation_payment_list_response import PaymentInitiationPaymentListResponse as PaymentInitiationPaymentListResponse +from plaid.model.payment_initiation_payment_token_create_request import PaymentInitiationPaymentTokenCreateRequest as PaymentInitiationPaymentTokenCreateRequest +from plaid.model.payment_initiation_payment_token_create_response import PaymentInitiationPaymentTokenCreateResponse as PaymentInitiationPaymentTokenCreateResponse +from plaid.model.payment_initiation_recipient_create_request import PaymentInitiationRecipientCreateRequest as PaymentInitiationRecipientCreateRequest +from plaid.model.payment_initiation_recipient_create_response import PaymentInitiationRecipientCreateResponse as PaymentInitiationRecipientCreateResponse +from plaid.model.payment_initiation_recipient_get_request import PaymentInitiationRecipientGetRequest as PaymentInitiationRecipientGetRequest +from plaid.model.payment_initiation_recipient_get_response import PaymentInitiationRecipientGetResponse as PaymentInitiationRecipientGetResponse +from plaid.model.payment_initiation_recipient_list_request import PaymentInitiationRecipientListRequest as PaymentInitiationRecipientListRequest +from plaid.model.payment_initiation_recipient_list_response import PaymentInitiationRecipientListResponse as PaymentInitiationRecipientListResponse +from plaid.model.processor_apex_processor_token_create_request import ProcessorApexProcessorTokenCreateRequest as ProcessorApexProcessorTokenCreateRequest +from plaid.model.processor_auth_get_request import ProcessorAuthGetRequest as ProcessorAuthGetRequest +from plaid.model.processor_auth_get_response import ProcessorAuthGetResponse as ProcessorAuthGetResponse +from plaid.model.processor_balance_get_request import ProcessorBalanceGetRequest as ProcessorBalanceGetRequest +from plaid.model.processor_balance_get_response import ProcessorBalanceGetResponse as ProcessorBalanceGetResponse +from plaid.model.processor_identity_get_request import ProcessorIdentityGetRequest as ProcessorIdentityGetRequest +from plaid.model.processor_identity_get_response import ProcessorIdentityGetResponse as ProcessorIdentityGetResponse +from plaid.model.processor_stripe_bank_account_token_create_request import ProcessorStripeBankAccountTokenCreateRequest as ProcessorStripeBankAccountTokenCreateRequest +from plaid.model.processor_stripe_bank_account_token_create_response import ProcessorStripeBankAccountTokenCreateResponse as ProcessorStripeBankAccountTokenCreateResponse +from plaid.model.processor_token_create_request import ProcessorTokenCreateRequest as ProcessorTokenCreateRequest +from plaid.model.processor_token_create_response import ProcessorTokenCreateResponse as ProcessorTokenCreateResponse +from plaid.model.sandbox_bank_transfer_fire_webhook_request import SandboxBankTransferFireWebhookRequest as SandboxBankTransferFireWebhookRequest +from plaid.model.sandbox_bank_transfer_fire_webhook_response import SandboxBankTransferFireWebhookResponse as SandboxBankTransferFireWebhookResponse +from plaid.model.sandbox_bank_transfer_simulate_request import SandboxBankTransferSimulateRequest as SandboxBankTransferSimulateRequest +from plaid.model.sandbox_bank_transfer_simulate_response import SandboxBankTransferSimulateResponse as SandboxBankTransferSimulateResponse +from plaid.model.sandbox_item_fire_webhook_request import SandboxItemFireWebhookRequest as SandboxItemFireWebhookRequest +from plaid.model.sandbox_item_fire_webhook_response import SandboxItemFireWebhookResponse as SandboxItemFireWebhookResponse +from plaid.model.sandbox_item_reset_login_request import SandboxItemResetLoginRequest as SandboxItemResetLoginRequest +from plaid.model.sandbox_item_reset_login_response import SandboxItemResetLoginResponse as SandboxItemResetLoginResponse +from plaid.model.sandbox_item_set_verification_status_request import SandboxItemSetVerificationStatusRequest as SandboxItemSetVerificationStatusRequest +from plaid.model.sandbox_item_set_verification_status_response import SandboxItemSetVerificationStatusResponse as SandboxItemSetVerificationStatusResponse +from plaid.model.sandbox_processor_token_create_request import SandboxProcessorTokenCreateRequest as SandboxProcessorTokenCreateRequest +from plaid.model.sandbox_processor_token_create_response import SandboxProcessorTokenCreateResponse as SandboxProcessorTokenCreateResponse +from plaid.model.sandbox_public_token_create_request import SandboxPublicTokenCreateRequest as SandboxPublicTokenCreateRequest +from plaid.model.sandbox_public_token_create_response import SandboxPublicTokenCreateResponse as SandboxPublicTokenCreateResponse +from plaid.model.transactions_get_request import TransactionsGetRequest as TransactionsGetRequest +from plaid.model.transactions_get_response import TransactionsGetResponse as TransactionsGetResponse +from plaid.model.transactions_refresh_request import TransactionsRefreshRequest as TransactionsRefreshRequest +from plaid.model.transactions_refresh_response import TransactionsRefreshResponse as TransactionsRefreshResponse +from plaid.model.webhook_verification_key_get_request import WebhookVerificationKeyGetRequest as WebhookVerificationKeyGetRequest +from plaid.model.webhook_verification_key_get_response import WebhookVerificationKeyGetResponse as WebhookVerificationKeyGetResponse +from plaid.model_utils import check_allowed_values as check_allowed_values, check_validations as check_validations, file_type as file_type, none_type as none_type, validate_and_convert_types as validate_and_convert_types +from typing import Any, Dict, Optional + +class PlaidApi: + api_client: Any = ... + def accounts_balance_get(self, request: AccountsBalanceGetRequest) -> AccountsGetResponse: ... + def accounts_get(self, request: AccountsGetRequest) -> AccountsGetResponse: ... + def application_get(self, request: ApplicationGetRequest) -> ApplicationGetResponse: ... + def asset_report_audit_copy_create(self, request: AssetReportAuditCopyCreateRequest) -> AssetReportAuditCopyCreateResponse: ... + def asset_report_audit_copy_get(self, request: AssetReportAuditCopyGetRequest) -> AssetReportGetResponse: ... + def asset_report_audit_copy_remove(self, request: AssetReportAuditCopyRemoveRequest) -> AssetReportAuditCopyRemoveResponse: ... + def asset_report_create(self, request: AssetReportCreateRequest) -> AssetReportCreateResponse: ... + def asset_report_filter(self, request: AssetReportFilterRequest) -> AssetReportFilterResponse: ... + def asset_report_get(self, request: AssetReportGetRequest) -> AssetReportGetResponse: ... + def asset_report_pdf_get(self, request: AssetReportPDFGetRequest) -> file_type: ... + def asset_report_refresh(self, request: AssetReportRefreshRequest) -> AssetReportRefreshResponse: ... + def asset_report_remove(self, request: AssetReportRemoveRequest) -> AssetReportRemoveResponse: ... + def auth_get(self, request: AuthGetRequest) -> AuthGetResponse: ... + def bank_transfer_balance_get(self, request: BankTransferBalanceGetRequest) -> BankTransferBalanceGetResponse: ... + def bank_transfer_cancel(self, request: BankTransferCancelRequest) -> BankTransferCancelResponse: ... + def bank_transfer_create(self, request: BankTransferCreateRequest) -> BankTransferCreateResponse: ... + def bank_transfer_event_list(self, request: BankTransferEventListRequest) -> BankTransferEventListResponse: ... + def bank_transfer_event_sync(self, request: BankTransferEventSyncRequest) -> BankTransferEventSyncResponse: ... + def bank_transfer_get(self, request: BankTransferGetRequest) -> BankTransferGetResponse: ... + def bank_transfer_list(self, request: BankTransferListRequest) -> BankTransferListResponse: ... + def bank_transfer_migrate_account(self, request: BankTransferMigrateAccountRequest) -> BankTransferMigrateAccountResponse: ... + def categories_get(self, body: Dict[str, Any]) -> CategoriesGetResponse: ... + def create_payment_token(self, request: PaymentInitiationPaymentTokenCreateRequest) -> PaymentInitiationPaymentTokenCreateResponse: ... + def deposit_switch_alt_create(self, request: DepositSwitchAltCreateRequest) -> DepositSwitchAltCreateResponse: ... + def deposit_switch_create(self, request: DepositSwitchCreateRequest) -> DepositSwitchCreateResponse: ... + def deposit_switch_get(self, request: DepositSwitchGetRequest) -> DepositSwitchGetResponse: ... + def deposit_switch_token_create(self, request: DepositSwitchTokenCreateRequest) -> DepositSwitchTokenCreateResponse: ... + def employers_search(self, request: EmployersSearchRequest) -> EmployersSearchResponse: ... + def identity_get(self, request: IdentityGetRequest) -> IdentityGetResponse: ... + def income_verification_create(self, request: IncomeVerificationCreateRequest) -> IncomeVerificationCreateResponse: ... + def income_verification_documents_download(self, request: IncomeVerificationDocumentsDownloadRequest) -> file_type: ... + def income_verification_paystub_get(self, request: IncomeVerificationPaystubGetRequest) -> IncomeVerificationPaystubGetResponse: ... + def income_verification_summary_get(self, request: IncomeVerificationSummaryGetRequest) -> IncomeVerificationSummaryGetResponse: ... + def institutions_get(self, request: InstitutionsGetRequest) -> InstitutionsGetResponse: ... + def institutions_get_by_id(self, request: InstitutionsGetByIdRequest) -> InstitutionsGetByIdResponse: ... + def institutions_search(self, request: InstitutionsSearchRequest) -> InstitutionsSearchResponse: ... + def investments_holdings_get(self, request: InvestmentsHoldingsGetRequest) -> InvestmentsHoldingsGetResponse: ... + def investments_transactions_get(self, request: InvestmentsTransactionsGetRequest) -> InvestmentsTransactionsGetResponse: ... + def item_access_token_invalidate(self, request: ItemAccessTokenInvalidateRequest) -> ItemAccessTokenInvalidateResponse: ... + def item_create_public_token(self, request: ItemPublicTokenCreateRequest) -> ItemPublicTokenCreateResponse: ... + def item_get(self, request: ItemGetRequest) -> ItemGetResponse: ... + def item_import(self, request: ItemImportRequest) -> ItemImportResponse: ... + def item_public_token_exchange(self, request: ItemPublicTokenExchangeRequest) -> ItemPublicTokenExchangeResponse: ... + def item_remove(self, request: ItemRemoveRequest) -> ItemRemoveResponse: ... + def item_webhook_update(self, request: ItemWebhookUpdateRequest) -> ItemWebhookUpdateResponse: ... + def liabilities_get(self, request: LiabilitiesGetRequest) -> LiabilitiesGetResponse: ... + def link_token_create(self, request: LinkTokenCreateRequest) -> LinkTokenCreateResponse: ... + def link_token_get(self, request: LinkTokenGetRequest) -> LinkTokenGetResponse: ... + def payment_initiation_payment_create(self, request: PaymentInitiationPaymentCreateRequest) -> PaymentInitiationPaymentCreateResponse: ... + def payment_initiation_payment_get(self, request: PaymentInitiationPaymentGetRequest) -> PaymentInitiationPaymentGetResponse: ... + def payment_initiation_payment_list(self, request: PaymentInitiationPaymentListRequest) -> PaymentInitiationPaymentListResponse: ... + def payment_initiation_recipient_create(self, request: PaymentInitiationRecipientCreateRequest) -> PaymentInitiationRecipientCreateResponse: ... + def payment_initiation_recipient_get(self, request: PaymentInitiationRecipientGetRequest) -> PaymentInitiationRecipientGetResponse: ... + def payment_initiation_recipient_list(self, request: PaymentInitiationRecipientListRequest) -> PaymentInitiationRecipientListResponse: ... + def processor_apex_processor_token_create(self, request: ProcessorApexProcessorTokenCreateRequest) -> ProcessorTokenCreateResponse: ... + def processor_auth_get(self, request: ProcessorAuthGetRequest) -> ProcessorAuthGetResponse: ... + def processor_balance_get(self, request: ProcessorBalanceGetRequest) -> ProcessorBalanceGetResponse: ... + def processor_identity_get(self, request: ProcessorIdentityGetRequest) -> ProcessorIdentityGetResponse: ... + def processor_stripe_bank_account_token_create(self, request: ProcessorStripeBankAccountTokenCreateRequest) -> ProcessorStripeBankAccountTokenCreateResponse: ... + def processor_token_create(self, request: ProcessorTokenCreateRequest) -> ProcessorTokenCreateResponse: ... + def sandbox_bank_transfer_fire_webhook(self, request: SandboxBankTransferFireWebhookRequest) -> SandboxBankTransferFireWebhookResponse: ... + def sandbox_bank_transfer_simulate(self, request: SandboxBankTransferSimulateRequest) -> SandboxBankTransferSimulateResponse: ... + def sandbox_item_fire_webhook(self, request: SandboxItemFireWebhookRequest) -> SandboxItemFireWebhookResponse: ... + def sandbox_item_reset_login(self, request: SandboxItemResetLoginRequest) -> SandboxItemResetLoginResponse: ... + def sandbox_item_set_verification_status(self, request: SandboxItemSetVerificationStatusRequest) -> SandboxItemSetVerificationStatusResponse: ... + def sandbox_processor_token_create(self, request: SandboxProcessorTokenCreateRequest) -> SandboxProcessorTokenCreateResponse: ... + def sandbox_public_token_create(self, request: SandboxPublicTokenCreateRequest) -> SandboxPublicTokenCreateResponse: ... + def transactions_get(self, request: TransactionsGetRequest) -> TransactionsGetResponse: ... + def transactions_refresh(self, request: TransactionsRefreshRequest) -> TransactionsRefreshResponse: ... + def webhook_verification_key_get(self, request: WebhookVerificationKeyGetRequest) -> WebhookVerificationKeyGetResponse: ... + def __init__(self, api_client: Optional[Any] = ...) -> None: ... diff --git a/plaid-stubs/api/processor.pyi b/plaid-stubs/api/processor.pyi deleted file mode 100644 index 1ded6ba..0000000 --- a/plaid-stubs/api/processor.pyi +++ /dev/null @@ -1,8 +0,0 @@ -from plaid.api.api import API as API - -from ..client import ResponseJSON - - -class Processor(API): - def stripeBankAccountTokenCreate(self, access_token: str, account_id: str) -> ResponseJSON: ... - def dwollaBankAccountTokenCreate(self, access_token: str, account_id: str) -> ResponseJSON: ... diff --git a/plaid-stubs/api/sandbox.pyi b/plaid-stubs/api/sandbox.pyi deleted file mode 100644 index cd8237d..0000000 --- a/plaid-stubs/api/sandbox.pyi +++ /dev/null @@ -1,26 +0,0 @@ -from plaid import Client -from plaid.api.api import API as API -from typing import Any, Optional, List, Dict - -from ..client import ResponseJSON - - -class Item(API): - def reset_login(self, access_token: str) -> ResponseJSON: ... - def fire_webhook(self, access_token: str, webhook_code: str) -> ResponseJSON: ... - -class PublicToken(API): - def create( - self, - institution_id: str, - initial_products: List[str], - _options: Optional[Dict[str, Any]] = ..., - webhook: Optional[str] = ..., - transactions__start_date: Optional[str] = ..., - transactions__end_date: Optional[str] = ..., - ) -> ResponseJSON: ... - -class Sandbox(API): - item: Item = ... - public_token: PublicToken = ... - def __init__(self, client: Client) -> None: ... diff --git a/plaid-stubs/api/transactions.pyi b/plaid-stubs/api/transactions.pyi deleted file mode 100644 index b951da5..0000000 --- a/plaid-stubs/api/transactions.pyi +++ /dev/null @@ -1,18 +0,0 @@ -from plaid.api.api import API as API -from typing import Any, Optional, Dict, List - -from ..client import ResponseJSON - -class Transactions(API): - def get( - self, - access_token: str, - start_date: str, - end_date: str, - _options: Optional[Dict[str, Any]] = ..., - account_ids: Optional[List[str]] = ..., - count: Optional[int] = ..., - offset: Optional[int] = ..., - ) -> ResponseJSON: ... - def refresh(self, access_token: str) -> ResponseJSON: ... - diff --git a/plaid-stubs/api_client.pyi b/plaid-stubs/api_client.pyi new file mode 100644 index 0000000..abdf894 --- /dev/null +++ b/plaid-stubs/api_client.pyi @@ -0,0 +1,53 @@ +import io +import typing +from plaid import rest as rest +from plaid.configuration import Configuration as Configuration +from plaid.exceptions import ApiException as ApiException, ApiTypeError as ApiTypeError, ApiValueError as ApiValueError +from plaid.model_utils import ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, check_allowed_values as check_allowed_values, check_validations as check_validations, deserialize_file as deserialize_file, file_type as file_type, model_to_dict as model_to_dict, none_type as none_type, validate_and_convert_types as validate_and_convert_types +from typing import Any, Optional + +class ApiClient: + configuration: Any = ... + pool_threads: Any = ... + rest_client: Any = ... + default_headers: Any = ... + cookie: Any = ... + def __init__(self, configuration: Optional[Any] = ..., header_name: Optional[Any] = ..., header_value: Optional[Any] = ..., cookie: Optional[Any] = ..., pool_threads: int = ...) -> None: ... + def __enter__(self) -> Any: ... + def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: ... + def close(self) -> None: ... + @property + def pool(self) -> Any: ... + @property + def user_agent(self) -> Any: ... + @user_agent.setter + def user_agent(self, value: Any) -> None: ... + def set_default_header(self, header_name: Any, header_value: Any) -> None: ... + def parameters_to_multipart(self, params: Any, collection_types: Any) -> Any: ... + @classmethod + def sanitize_for_serialization(cls, obj: Any) -> Any: ... + def deserialize(self, response: Any, response_type: Any, _check_type: Any) -> Any: ... + def call_api(self, resource_path: str, method: str, path_params: typing.Optional[typing.Dict[str, typing.Any]]=..., query_params: typing.Optional[typing.List[typing.Tuple[str, typing.Any]]]=..., header_params: typing.Optional[typing.Dict[str, typing.Any]]=..., body: typing.Optional[typing.Any]=..., post_params: typing.Optional[typing.List[typing.Tuple[str, typing.Any]]]=..., files: typing.Optional[typing.Dict[str, typing.List[io.IOBase]]]=..., response_type: typing.Optional[typing.Tuple[typing.Any]]=..., auth_settings: typing.Optional[typing.List[str]]=..., async_req: typing.Optional[bool]=..., _return_http_data_only: typing.Optional[bool]=..., collection_formats: typing.Optional[typing.Dict[str, str]]=..., _preload_content: bool=..., _request_timeout: typing.Optional[typing.Union[int, typing.Tuple]]=..., _host: typing.Optional[str]=..., _check_type: typing.Optional[bool]=...) -> Any: ... + def request(self, method: Any, url: Any, query_params: Optional[Any] = ..., headers: Optional[Any] = ..., post_params: Optional[Any] = ..., body: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def parameters_to_tuples(self, params: Any, collection_formats: Any) -> Any: ... + @staticmethod + def get_file_data_and_close_file(file_instance: io.IOBase) -> bytes: ... + def files_parameters(self, files: typing.Optional[typing.Dict[str, typing.List[io.IOBase]]]=...) -> Any: ... + def select_header_accept(self, accepts: Any) -> Any: ... + def select_header_content_type(self, content_types: Any) -> Any: ... + def update_params_for_auth(self, headers: Any, querys: Any, auth_settings: Any, resource_path: Any, method: Any, body: Any) -> None: ... + +class Endpoint: + settings: Any = ... + params_map: Any = ... + validations: Any = ... + allowed_values: Any = ... + attribute_map: Any = ... + location_map: Any = ... + collection_format_map: Any = ... + headers_map: Any = ... + api_client: Any = ... + callable: Any = ... + def __init__(self, settings: Optional[Any] = ..., params_map: Optional[Any] = ..., root_map: Optional[Any] = ..., headers_map: Optional[Any] = ..., api_client: Optional[Any] = ..., callable: Optional[Any] = ...) -> None: ... + def __call__(self, *args: Any, **kwargs: Any) -> Any: ... + def call_with_http_info(self, **kwargs: Any) -> Any: ... diff --git a/plaid-stubs/apis/__init__.pyi b/plaid-stubs/apis/__init__.pyi new file mode 100644 index 0000000..ba2571b --- /dev/null +++ b/plaid-stubs/apis/__init__.pyi @@ -0,0 +1 @@ +from plaid.api.plaid_api import PlaidApi as PlaidApi diff --git a/plaid-stubs/client.pyi b/plaid-stubs/client.pyi deleted file mode 100644 index fed00a3..0000000 --- a/plaid-stubs/client.pyi +++ /dev/null @@ -1,50 +0,0 @@ -from plaid.api import Accounts as Accounts, AssetReport as AssetReport, Auth as Auth, Categories as Categories, CreditDetails as CreditDetails, Holdings as Holdings, Identity as Identity, Income as Income, Institutions as Institutions, InvestmentTransactions as InvestmentTransactions, Item as Item, Liabilities as Liabilities, Processor as Processor, Sandbox as Sandbox, Transactions as Transactions, LinkToken as LinkToken -from plaid.requester import DEFAULT_TIMEOUT as DEFAULT_TIMEOUT, post_request as post_request -from plaid.utils import urljoin as urljoin -from typing import Optional, Any, Dict, Union - -from typing_extensions import Literal - - -ENVIRONMENT = Literal['sandbox', 'development', 'production'] -ResponseJSON = Dict[str, Any] -ResponseStr = str -Response = Union[ResponseStr, ResponseJSON] - - -class Client: - client_id: str = ... - secret: str = ... - environment: ENVIRONMENT = ... - suppress_warnings: bool = ... - timeout: int = ... - api_version: Optional[str] = ... - client_app: Optional[str] = ... - Accounts: Accounts = ... - AssetReport: AssetReport = ... - Auth: Auth = ... - Categories: Categories = ... - CreditDetails: CreditDetails = ... - Holdings: Holdings = ... - Identity: Identity = ... - Income: Income = ... - Institutions: Institutions = ... - InvestmentTransactions: InvestmentTransactions = ... - Item: Item = ... - Liabilities: Liabilities = ... - Processor: Processor = ... - Sandbox: Sandbox = ... - Transactions: Transactions = ... - LinkToken: LinkToken = ... - def __init__( - self, - client_id: str, - secret: str, - environment: ENVIRONMENT, - suppress_warnings: bool = ..., - timeout: int = ..., - api_version: Optional[str] = ..., - client_app: Optional[str] = ..., - ) -> None: ... - def post(self, path: str, data: dict, is_json: bool = ...) -> Response: ... - def post_public(self, path: str, data: dict, is_json: bool = ...) -> Response: ... diff --git a/plaid-stubs/configuration.pyi b/plaid-stubs/configuration.pyi new file mode 100644 index 0000000..0e4e34d --- /dev/null +++ b/plaid-stubs/configuration.pyi @@ -0,0 +1,69 @@ +from plaid.exceptions import ApiValueError as ApiValueError +from typing import Any, Optional + +class Environment: + Production: str = ... + Development: str = ... + Sandbox: str = ... + +JSON_SCHEMA_VALIDATION_KEYWORDS: Any + +class Configuration: + server_index: Any = ... + server_operation_index: Any = ... + server_variables: Any = ... + server_operation_variables: Any = ... + temp_folder_path: Any = ... + access_token: Any = ... + api_key: Any = ... + api_key_prefix: Any = ... + refresh_api_key_hook: Any = ... + username: Any = ... + password: Any = ... + discard_unknown_keys: Any = ... + disabled_client_side_validations: Any = ... + logger: Any = ... + logger_stream_handler: Any = ... + logger_file_handler: Any = ... + verify_ssl: bool = ... + ssl_ca_cert: Any = ... + cert_file: Any = ... + key_file: Any = ... + assert_hostname: Any = ... + connection_pool_maxsize: Any = ... + proxy: Any = ... + proxy_headers: Any = ... + safe_chars_for_path_param: str = ... + retries: Any = ... + client_side_validation: bool = ... + socket_options: Any = ... + def __init__(self, host: Optional[Any] = ..., api_key: Optional[Any] = ..., api_key_prefix: Optional[Any] = ..., access_token: Optional[Any] = ..., username: Optional[Any] = ..., password: Optional[Any] = ..., discard_unknown_keys: bool = ..., disabled_client_side_validations: str = ..., server_index: Optional[Any] = ..., server_variables: Optional[Any] = ..., server_operation_index: Optional[Any] = ..., server_operation_variables: Optional[Any] = ..., ssl_ca_cert: Optional[Any] = ...) -> None: ... + def __deepcopy__(self, memo: Any) -> Any: ... + def __setattr__(self, name: Any, value: Any) -> None: ... + @classmethod + def set_default(cls, default: Any) -> None: ... + @classmethod + def get_default_copy(cls) -> Any: ... + @property + def logger_file(self) -> Any: ... + @logger_file.setter + def logger_file(self, value: Any) -> None: ... + @property + def debug(self) -> Any: ... + @debug.setter + def debug(self, value: Any) -> None: ... + @property + def logger_format(self) -> Any: ... + @logger_format.setter + def logger_format(self, value: Any) -> None: ... + logger_formatter: Any = ... + def get_api_key_with_prefix(self, identifier: Any, alias: Optional[Any] = ...) -> Any: ... + def get_basic_auth_token(self) -> Any: ... + def auth_settings(self) -> Any: ... + def to_debug_report(self) -> Any: ... + def get_host_settings(self) -> Any: ... + def get_host_from_settings(self, index: Any, variables: Optional[Any] = ..., servers: Optional[Any] = ...) -> Any: ... + @property + def host(self) -> Any: ... + @host.setter + def host(self, value: Any) -> None: ... diff --git a/plaid-stubs/errors.pyi b/plaid-stubs/errors.pyi deleted file mode 100644 index f60a396..0000000 --- a/plaid-stubs/errors.pyi +++ /dev/null @@ -1,37 +0,0 @@ -from typing import Any, Optional, List, Dict, Mapping - - -class BaseError(Exception): - message: str = ... - type: str = ... - code: str = ... - display_message: str = ... - def __init__(self, message: str, type: str, code: str, display_message: str) -> None: ... - -class PlaidError(BaseError): - request_id: str = ... - causes: List[PlaidCause] = ... - def __init__( - self, - message: str, - type: str, - code: str, - display_message: str, - request_id: str = ..., - causes: Optional[List[Dict[str, str]]] = ..., - ) -> None: ... - @staticmethod - def from_response(response: Dict[str, Any]) -> PlaidError: ... - -class PlaidCause(BaseError): - item_id: str = ... - def __init__(self, message: str, type: str, code: str, display_message: str, item_id: str) -> None: ... - -class InvalidRequestError(PlaidError): ... -class InvalidInputError(PlaidError): ... -class RateLimitExceededError(PlaidError): ... -class APIError(PlaidError): ... -class ItemError(PlaidError): ... -class InstitutionError(PlaidError): ... - -PLAID_ERROR_TYPE_MAP: Mapping[str, PlaidError] diff --git a/plaid-stubs/exceptions.pyi b/plaid-stubs/exceptions.pyi new file mode 100644 index 0000000..15322da --- /dev/null +++ b/plaid-stubs/exceptions.pyi @@ -0,0 +1,42 @@ +from typing import Any, Optional + +class OpenApiException(Exception): ... + +class ApiTypeError(OpenApiException, TypeError): + path_to_item: Any = ... + valid_classes: Any = ... + key_type: Any = ... + def __init__(self, msg: Any, path_to_item: Optional[Any] = ..., valid_classes: Optional[Any] = ..., key_type: Optional[Any] = ...) -> None: ... + +class ApiValueError(OpenApiException, ValueError): + path_to_item: Any = ... + def __init__(self, msg: Any, path_to_item: Optional[Any] = ...) -> None: ... + +class ApiAttributeError(OpenApiException, AttributeError): + path_to_item: Any = ... + def __init__(self, msg: Any, path_to_item: Optional[Any] = ...) -> None: ... + +class ApiKeyError(OpenApiException, KeyError): + path_to_item: Any = ... + def __init__(self, msg: Any, path_to_item: Optional[Any] = ...) -> None: ... + +class ApiException(OpenApiException): + status: Any = ... + reason: Any = ... + body: Any = ... + headers: Any = ... + def __init__(self, status: Optional[Any] = ..., reason: Optional[Any] = ..., http_resp: Optional[Any] = ...) -> None: ... + +class NotFoundException(ApiException): + def __init__(self, status: Optional[Any] = ..., reason: Optional[Any] = ..., http_resp: Optional[Any] = ...) -> None: ... + +class UnauthorizedException(ApiException): + def __init__(self, status: Optional[Any] = ..., reason: Optional[Any] = ..., http_resp: Optional[Any] = ...) -> None: ... + +class ForbiddenException(ApiException): + def __init__(self, status: Optional[Any] = ..., reason: Optional[Any] = ..., http_resp: Optional[Any] = ...) -> None: ... + +class ServiceException(ApiException): + def __init__(self, status: Optional[Any] = ..., reason: Optional[Any] = ..., http_resp: Optional[Any] = ...) -> None: ... + +def render_path(path_to_item: Any) -> Any: ... diff --git a/plaid-stubs/model/__init__.pyi b/plaid-stubs/model/__init__.pyi new file mode 100644 index 0000000..e69de29 diff --git a/plaid-stubs/model/account_assets.pyi b/plaid-stubs/model/account_assets.pyi new file mode 100644 index 0000000..65dc34d --- /dev/null +++ b/plaid-stubs/model/account_assets.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountAssets(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, account_id: Any, balances: Any, name: Any, type: Any, subtype: Any, owners: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_assets_all_of.pyi b/plaid-stubs/model/account_assets_all_of.pyi new file mode 100644 index 0000000..65524c0 --- /dev/null +++ b/plaid-stubs/model/account_assets_all_of.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountAssetsAllOf(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + owners: Any = ... + def __init__(self, owners: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_balance.pyi b/plaid-stubs/model/account_balance.pyi new file mode 100644 index 0000000..7a56bd1 --- /dev/null +++ b/plaid-stubs/model/account_balance.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AccountBalance(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + current: Any = ... + def __init__(self, current: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_base.pyi b/plaid-stubs/model/account_base.pyi new file mode 100644 index 0000000..21b8da3 --- /dev/null +++ b/plaid-stubs/model/account_base.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountBase(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_id: Any = ... + balances: Any = ... + name: Any = ... + type: Any = ... + subtype: Any = ... + def __init__(self, account_id: Any, balances: Any, name: Any, type: Any, subtype: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_filters_response.pyi b/plaid-stubs/model/account_filters_response.pyi new file mode 100644 index 0000000..2ff1e6b --- /dev/null +++ b/plaid-stubs/model/account_filters_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountFiltersResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_identity.pyi b/plaid-stubs/model/account_identity.pyi new file mode 100644 index 0000000..25a67d3 --- /dev/null +++ b/plaid-stubs/model/account_identity.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountIdentity(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, account_id: Any, balances: Any, name: Any, type: Any, subtype: Any, owners: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_identity_all_of.pyi b/plaid-stubs/model/account_identity_all_of.pyi new file mode 100644 index 0000000..e2887f3 --- /dev/null +++ b/plaid-stubs/model/account_identity_all_of.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountIdentityAllOf(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + owners: Any = ... + def __init__(self, owners: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_subtype.pyi b/plaid-stubs/model/account_subtype.pyi new file mode 100644 index 0000000..4340dbb --- /dev/null +++ b/plaid-stubs/model/account_subtype.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AccountSubtype(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_subtypes.pyi b/plaid-stubs/model/account_subtypes.pyi new file mode 100644 index 0000000..5d3863d --- /dev/null +++ b/plaid-stubs/model/account_subtypes.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountSubtypes(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/account_type.pyi b/plaid-stubs/model/account_type.pyi new file mode 100644 index 0000000..50851cf --- /dev/null +++ b/plaid-stubs/model/account_type.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AccountType(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/accounts_balance_get_request.pyi b/plaid-stubs/model/accounts_balance_get_request.pyi new file mode 100644 index 0000000..3fa3d64 --- /dev/null +++ b/plaid-stubs/model/accounts_balance_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountsBalanceGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/accounts_balance_get_request_options.pyi b/plaid-stubs/model/accounts_balance_get_request_options.pyi new file mode 100644 index 0000000..509d31c --- /dev/null +++ b/plaid-stubs/model/accounts_balance_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AccountsBalanceGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/accounts_get_request.pyi b/plaid-stubs/model/accounts_get_request.pyi new file mode 100644 index 0000000..7ec85f9 --- /dev/null +++ b/plaid-stubs/model/accounts_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountsGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/accounts_get_request_options.pyi b/plaid-stubs/model/accounts_get_request_options.pyi new file mode 100644 index 0000000..2cbf6bd --- /dev/null +++ b/plaid-stubs/model/accounts_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AccountsGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/accounts_get_response.pyi b/plaid-stubs/model/accounts_get_response.pyi new file mode 100644 index 0000000..fa2b80a --- /dev/null +++ b/plaid-stubs/model/accounts_get_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AccountsGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + accounts: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, accounts: Any, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/ach_class.pyi b/plaid-stubs/model/ach_class.pyi new file mode 100644 index 0000000..5141386 --- /dev/null +++ b/plaid-stubs/model/ach_class.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ACHClass(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/address.pyi b/plaid-stubs/model/address.pyi new file mode 100644 index 0000000..c3f970a --- /dev/null +++ b/plaid-stubs/model/address.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Address(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + data: Any = ... + def __init__(self, data: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/address_data.pyi b/plaid-stubs/model/address_data.pyi new file mode 100644 index 0000000..caf2c97 --- /dev/null +++ b/plaid-stubs/model/address_data.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AddressData(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + city: Any = ... + street: Any = ... + country: Any = ... + def __init__(self, city: Any, street: Any, country: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/application.pyi b/plaid-stubs/model/application.pyi new file mode 100644 index 0000000..bf86672 --- /dev/null +++ b/plaid-stubs/model/application.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Application(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + application_id: Any = ... + name: Any = ... + logo_url: Any = ... + application_url: Any = ... + reason_for_access: Any = ... + def __init__(self, application_id: Any, name: Any, logo_url: Any, application_url: Any, reason_for_access: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/application_get_request.pyi b/plaid-stubs/model/application_get_request.pyi new file mode 100644 index 0000000..0e136bc --- /dev/null +++ b/plaid-stubs/model/application_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ApplicationGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + client_id: Any = ... + secret: Any = ... + application_id: Any = ... + def __init__(self, client_id: Any, secret: Any, application_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/application_get_response.pyi b/plaid-stubs/model/application_get_response.pyi new file mode 100644 index 0000000..34935a3 --- /dev/null +++ b/plaid-stubs/model/application_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ApplicationGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + application: Any = ... + def __init__(self, request_id: Any, application: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/apr.pyi b/plaid-stubs/model/apr.pyi new file mode 100644 index 0000000..8a14212 --- /dev/null +++ b/plaid-stubs/model/apr.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class APR(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + apr_percentage: Any = ... + apr_type: Any = ... + def __init__(self, apr_percentage: Any, apr_type: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report.pyi b/plaid-stubs/model/asset_report.pyi new file mode 100644 index 0000000..201a9a0 --- /dev/null +++ b/plaid-stubs/model/asset_report.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReport(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_id: Any = ... + client_report_id: Any = ... + date_generated: Any = ... + days_requested: Any = ... + user: Any = ... + items: Any = ... + def __init__(self, asset_report_id: Any, client_report_id: Any, date_generated: Any, days_requested: Any, user: Any, items: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_audit_copy_create_request.pyi b/plaid-stubs/model/asset_report_audit_copy_create_request.pyi new file mode 100644 index 0000000..37e8b3d --- /dev/null +++ b/plaid-stubs/model/asset_report_audit_copy_create_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportAuditCopyCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + auditor_id: Any = ... + def __init__(self, asset_report_token: Any, auditor_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_audit_copy_create_response.pyi b/plaid-stubs/model/asset_report_audit_copy_create_response.pyi new file mode 100644 index 0000000..a45d683 --- /dev/null +++ b/plaid-stubs/model/asset_report_audit_copy_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportAuditCopyCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + audit_copy_token: Any = ... + request_id: Any = ... + def __init__(self, audit_copy_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_audit_copy_get_request.pyi b/plaid-stubs/model/asset_report_audit_copy_get_request.pyi new file mode 100644 index 0000000..e661660 --- /dev/null +++ b/plaid-stubs/model/asset_report_audit_copy_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportAuditCopyGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + audit_copy_token: Any = ... + def __init__(self, audit_copy_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_audit_copy_remove_request.pyi b/plaid-stubs/model/asset_report_audit_copy_remove_request.pyi new file mode 100644 index 0000000..21c3a56 --- /dev/null +++ b/plaid-stubs/model/asset_report_audit_copy_remove_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportAuditCopyRemoveRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + audit_copy_token: Any = ... + def __init__(self, audit_copy_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_audit_copy_remove_response.pyi b/plaid-stubs/model/asset_report_audit_copy_remove_response.pyi new file mode 100644 index 0000000..2e25a4a --- /dev/null +++ b/plaid-stubs/model/asset_report_audit_copy_remove_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportAuditCopyRemoveResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + removed: Any = ... + request_id: Any = ... + def __init__(self, removed: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_create_request.pyi b/plaid-stubs/model/asset_report_create_request.pyi new file mode 100644 index 0000000..96d11f8 --- /dev/null +++ b/plaid-stubs/model/asset_report_create_request.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_tokens: Any = ... + days_requested: Any = ... + def __init__(self, access_tokens: Any, days_requested: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_create_request_options.pyi b/plaid-stubs/model/asset_report_create_request_options.pyi new file mode 100644 index 0000000..bbfbc1f --- /dev/null +++ b/plaid-stubs/model/asset_report_create_request_options.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportCreateRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_create_response.pyi b/plaid-stubs/model/asset_report_create_response.pyi new file mode 100644 index 0000000..03d0e31 --- /dev/null +++ b/plaid-stubs/model/asset_report_create_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + asset_report_id: Any = ... + request_id: Any = ... + def __init__(self, asset_report_token: Any, asset_report_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_filter_request.pyi b/plaid-stubs/model/asset_report_filter_request.pyi new file mode 100644 index 0000000..38296fa --- /dev/null +++ b/plaid-stubs/model/asset_report_filter_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportFilterRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + account_ids_to_exclude: Any = ... + def __init__(self, asset_report_token: Any, account_ids_to_exclude: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_filter_response.pyi b/plaid-stubs/model/asset_report_filter_response.pyi new file mode 100644 index 0000000..be3385b --- /dev/null +++ b/plaid-stubs/model/asset_report_filter_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportFilterResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + asset_report_id: Any = ... + request_id: Any = ... + def __init__(self, asset_report_token: Any, asset_report_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_get_request.pyi b/plaid-stubs/model/asset_report_get_request.pyi new file mode 100644 index 0000000..8129308 --- /dev/null +++ b/plaid-stubs/model/asset_report_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + def __init__(self, asset_report_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_get_response.pyi b/plaid-stubs/model/asset_report_get_response.pyi new file mode 100644 index 0000000..22aa9aa --- /dev/null +++ b/plaid-stubs/model/asset_report_get_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + report: Any = ... + warnings: Any = ... + request_id: Any = ... + def __init__(self, report: Any, warnings: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_item.pyi b/plaid-stubs/model/asset_report_item.pyi new file mode 100644 index 0000000..3869ce5 --- /dev/null +++ b/plaid-stubs/model/asset_report_item.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportItem(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item_id: Any = ... + institution_name: Any = ... + institution_id: Any = ... + date_last_updated: Any = ... + accounts: Any = ... + def __init__(self, item_id: Any, institution_name: Any, institution_id: Any, date_last_updated: Any, accounts: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_pdf_get_request.pyi b/plaid-stubs/model/asset_report_pdf_get_request.pyi new file mode 100644 index 0000000..130f9f7 --- /dev/null +++ b/plaid-stubs/model/asset_report_pdf_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportPDFGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + def __init__(self, asset_report_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_refresh_request.pyi b/plaid-stubs/model/asset_report_refresh_request.pyi new file mode 100644 index 0000000..95a8eaa --- /dev/null +++ b/plaid-stubs/model/asset_report_refresh_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportRefreshRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + def __init__(self, asset_report_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_refresh_request_options.pyi b/plaid-stubs/model/asset_report_refresh_request_options.pyi new file mode 100644 index 0000000..f15e385 --- /dev/null +++ b/plaid-stubs/model/asset_report_refresh_request_options.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportRefreshRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_refresh_response.pyi b/plaid-stubs/model/asset_report_refresh_response.pyi new file mode 100644 index 0000000..2795390 --- /dev/null +++ b/plaid-stubs/model/asset_report_refresh_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportRefreshResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_id: Any = ... + asset_report_token: Any = ... + request_id: Any = ... + def __init__(self, asset_report_id: Any, asset_report_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_remove_request.pyi b/plaid-stubs/model/asset_report_remove_request.pyi new file mode 100644 index 0000000..f0879ce --- /dev/null +++ b/plaid-stubs/model/asset_report_remove_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportRemoveRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + asset_report_token: Any = ... + def __init__(self, asset_report_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_remove_response.pyi b/plaid-stubs/model/asset_report_remove_response.pyi new file mode 100644 index 0000000..f2ee862 --- /dev/null +++ b/plaid-stubs/model/asset_report_remove_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportRemoveResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + removed: Any = ... + request_id: Any = ... + def __init__(self, removed: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_transaction.pyi b/plaid-stubs/model/asset_report_transaction.pyi new file mode 100644 index 0000000..12eff79 --- /dev/null +++ b/plaid-stubs/model/asset_report_transaction.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetReportTransaction(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, transaction_id: Any, pending: Any, date: Any, amount: Any, account_id: Any, original_description: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_transaction_all_of.pyi b/plaid-stubs/model/asset_report_transaction_all_of.pyi new file mode 100644 index 0000000..a3d4e9f --- /dev/null +++ b/plaid-stubs/model/asset_report_transaction_all_of.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportTransactionAllOf(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + original_description: Any = ... + def __init__(self, original_description: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/asset_report_user.pyi b/plaid-stubs/model/asset_report_user.pyi new file mode 100644 index 0000000..399f44b --- /dev/null +++ b/plaid-stubs/model/asset_report_user.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetReportUser(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/assets_error_webhook.pyi b/plaid-stubs/model/assets_error_webhook.pyi new file mode 100644 index 0000000..0f75fba --- /dev/null +++ b/plaid-stubs/model/assets_error_webhook.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AssetsErrorWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + error: Any = ... + asset_report_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, error: Any, asset_report_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/assets_product_ready_webhook.pyi b/plaid-stubs/model/assets_product_ready_webhook.pyi new file mode 100644 index 0000000..29cc54d --- /dev/null +++ b/plaid-stubs/model/assets_product_ready_webhook.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AssetsProductReadyWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + asset_report_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, asset_report_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/auth_get_numbers.pyi b/plaid-stubs/model/auth_get_numbers.pyi new file mode 100644 index 0000000..f4717a7 --- /dev/null +++ b/plaid-stubs/model/auth_get_numbers.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AuthGetNumbers(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/auth_get_request.pyi b/plaid-stubs/model/auth_get_request.pyi new file mode 100644 index 0000000..18dea35 --- /dev/null +++ b/plaid-stubs/model/auth_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AuthGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/auth_get_request_options.pyi b/plaid-stubs/model/auth_get_request_options.pyi new file mode 100644 index 0000000..5ac1319 --- /dev/null +++ b/plaid-stubs/model/auth_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AuthGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/auth_get_response.pyi b/plaid-stubs/model/auth_get_response.pyi new file mode 100644 index 0000000..90c1927 --- /dev/null +++ b/plaid-stubs/model/auth_get_response.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class AuthGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + accounts: Any = ... + numbers: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, accounts: Any, numbers: Any, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/automatically_verified_webhook.pyi b/plaid-stubs/model/automatically_verified_webhook.pyi new file mode 100644 index 0000000..bcf4869 --- /dev/null +++ b/plaid-stubs/model/automatically_verified_webhook.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class AutomaticallyVerifiedWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + account_id: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, account_id: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer.pyi b/plaid-stubs/model/bank_transfer.pyi new file mode 100644 index 0000000..05d4e0a --- /dev/null +++ b/plaid-stubs/model/bank_transfer.pyi @@ -0,0 +1,26 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransfer(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + id: Any = ... + ach_class: Any = ... + account_id: Any = ... + type: Any = ... + user: Any = ... + amount: Any = ... + iso_currency_code: Any = ... + description: Any = ... + created: Any = ... + status: Any = ... + network: Any = ... + cancellable: Any = ... + metadata: Any = ... + origination_account_id: Any = ... + direction: Any = ... + def __init__(self, id: Any, ach_class: Any, account_id: Any, type: Any, user: Any, amount: Any, iso_currency_code: Any, description: Any, created: Any, status: Any, network: Any, cancellable: Any, metadata: Any, origination_account_id: Any, direction: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_balance.pyi b/plaid-stubs/model/bank_transfer_balance.pyi new file mode 100644 index 0000000..e35c22c --- /dev/null +++ b/plaid-stubs/model/bank_transfer_balance.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferBalance(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + available: Any = ... + transactable: Any = ... + def __init__(self, available: Any, transactable: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_balance_get_request.pyi b/plaid-stubs/model/bank_transfer_balance_get_request.pyi new file mode 100644 index 0000000..e8b6398 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_balance_get_request.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferBalanceGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_balance_get_response.pyi b/plaid-stubs/model/bank_transfer_balance_get_response.pyi new file mode 100644 index 0000000..3e171e8 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_balance_get_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferBalanceGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + balance: Any = ... + origination_account_id: Any = ... + request_id: Any = ... + def __init__(self, balance: Any, origination_account_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_cancel_request.pyi b/plaid-stubs/model/bank_transfer_cancel_request.pyi new file mode 100644 index 0000000..a73cfdd --- /dev/null +++ b/plaid-stubs/model/bank_transfer_cancel_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferCancelRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer_id: Any = ... + def __init__(self, bank_transfer_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_cancel_response.pyi b/plaid-stubs/model/bank_transfer_cancel_response.pyi new file mode 100644 index 0000000..d26a9d7 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_cancel_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferCancelResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_create_request.pyi b/plaid-stubs/model/bank_transfer_create_request.pyi new file mode 100644 index 0000000..f234d4a --- /dev/null +++ b/plaid-stubs/model/bank_transfer_create_request.pyi @@ -0,0 +1,20 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + idempotency_key: Any = ... + access_token: Any = ... + account_id: Any = ... + type: Any = ... + network: Any = ... + amount: Any = ... + iso_currency_code: Any = ... + description: Any = ... + user: Any = ... + def __init__(self, idempotency_key: Any, access_token: Any, account_id: Any, type: Any, network: Any, amount: Any, iso_currency_code: Any, description: Any, user: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_create_response.pyi b/plaid-stubs/model/bank_transfer_create_response.pyi new file mode 100644 index 0000000..ca17406 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_create_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer: Any = ... + request_id: Any = ... + def __init__(self, bank_transfer: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_direction.pyi b/plaid-stubs/model/bank_transfer_direction.pyi new file mode 100644 index 0000000..9ab084a --- /dev/null +++ b/plaid-stubs/model/bank_transfer_direction.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferDirection(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_event.pyi b/plaid-stubs/model/bank_transfer_event.pyi new file mode 100644 index 0000000..2c5a4dc --- /dev/null +++ b/plaid-stubs/model/bank_transfer_event.pyi @@ -0,0 +1,22 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferEvent(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + event_id: Any = ... + timestamp: Any = ... + event_type: Any = ... + account_id: Any = ... + bank_transfer_id: Any = ... + bank_transfer_type: Any = ... + bank_transfer_amount: Any = ... + bank_transfer_iso_currency_code: Any = ... + failure_reason: Any = ... + direction: Any = ... + receiver_details: Any = ... + def __init__(self, event_id: Any, timestamp: Any, event_type: Any, account_id: Any, bank_transfer_id: Any, bank_transfer_type: Any, bank_transfer_amount: Any, bank_transfer_iso_currency_code: Any, failure_reason: Any, direction: Any, receiver_details: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_event_list_request.pyi b/plaid-stubs/model/bank_transfer_event_list_request.pyi new file mode 100644 index 0000000..1738054 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_event_list_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferEventListRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_event_list_response.pyi b/plaid-stubs/model/bank_transfer_event_list_response.pyi new file mode 100644 index 0000000..ca67f8d --- /dev/null +++ b/plaid-stubs/model/bank_transfer_event_list_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferEventListResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer_events: Any = ... + request_id: Any = ... + def __init__(self, bank_transfer_events: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_event_sync_request.pyi b/plaid-stubs/model/bank_transfer_event_sync_request.pyi new file mode 100644 index 0000000..5e9a8e6 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_event_sync_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferEventSyncRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + after_id: Any = ... + def __init__(self, after_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_event_sync_response.pyi b/plaid-stubs/model/bank_transfer_event_sync_response.pyi new file mode 100644 index 0000000..16e5723 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_event_sync_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferEventSyncResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer_events: Any = ... + request_id: Any = ... + def __init__(self, bank_transfer_events: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_event_type.pyi b/plaid-stubs/model/bank_transfer_event_type.pyi new file mode 100644 index 0000000..fda8ab8 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_event_type.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferEventType(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_failure.pyi b/plaid-stubs/model/bank_transfer_failure.pyi new file mode 100644 index 0000000..a3415e2 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_failure.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferFailure(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_get_request.pyi b/plaid-stubs/model/bank_transfer_get_request.pyi new file mode 100644 index 0000000..17be8e6 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer_id: Any = ... + def __init__(self, bank_transfer_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_get_response.pyi b/plaid-stubs/model/bank_transfer_get_response.pyi new file mode 100644 index 0000000..544c216 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer: Any = ... + request_id: Any = ... + def __init__(self, bank_transfer: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_list_request.pyi b/plaid-stubs/model/bank_transfer_list_request.pyi new file mode 100644 index 0000000..21511e2 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_list_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferListRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_list_response.pyi b/plaid-stubs/model/bank_transfer_list_response.pyi new file mode 100644 index 0000000..675d1b5 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_list_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class BankTransferListResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfers: Any = ... + request_id: Any = ... + def __init__(self, bank_transfers: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_metadata.pyi b/plaid-stubs/model/bank_transfer_metadata.pyi new file mode 100644 index 0000000..0e0dd50 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_metadata.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferMetadata(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_migrate_account_request.pyi b/plaid-stubs/model/bank_transfer_migrate_account_request.pyi new file mode 100644 index 0000000..31e52ae --- /dev/null +++ b/plaid-stubs/model/bank_transfer_migrate_account_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferMigrateAccountRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_number: Any = ... + routing_number: Any = ... + account_type: Any = ... + def __init__(self, account_number: Any, routing_number: Any, account_type: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_migrate_account_response.pyi b/plaid-stubs/model/bank_transfer_migrate_account_response.pyi new file mode 100644 index 0000000..a6dcf19 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_migrate_account_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferMigrateAccountResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + account_id: Any = ... + request_id: Any = ... + def __init__(self, access_token: Any, account_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_network.pyi b/plaid-stubs/model/bank_transfer_network.pyi new file mode 100644 index 0000000..9a52699 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_network.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferNetwork(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_receiver_details.pyi b/plaid-stubs/model/bank_transfer_receiver_details.pyi new file mode 100644 index 0000000..61a9c08 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_receiver_details.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferReceiverDetails(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_status.pyi b/plaid-stubs/model/bank_transfer_status.pyi new file mode 100644 index 0000000..6e8c45a --- /dev/null +++ b/plaid-stubs/model/bank_transfer_status.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferStatus(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_type.pyi b/plaid-stubs/model/bank_transfer_type.pyi new file mode 100644 index 0000000..0ba90a5 --- /dev/null +++ b/plaid-stubs/model/bank_transfer_type.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferType(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfer_user.pyi b/plaid-stubs/model/bank_transfer_user.pyi new file mode 100644 index 0000000..d530aed --- /dev/null +++ b/plaid-stubs/model/bank_transfer_user.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransferUser(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + legal_name: Any = ... + def __init__(self, legal_name: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/bank_transfers_events_update_webhook.pyi b/plaid-stubs/model/bank_transfers_events_update_webhook.pyi new file mode 100644 index 0000000..29ff6e6 --- /dev/null +++ b/plaid-stubs/model/bank_transfers_events_update_webhook.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class BankTransfersEventsUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/categories_get_response.pyi b/plaid-stubs/model/categories_get_response.pyi new file mode 100644 index 0000000..3ef78c3 --- /dev/null +++ b/plaid-stubs/model/categories_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class CategoriesGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + categories: Any = ... + request_id: Any = ... + def __init__(self, categories: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/category.pyi b/plaid-stubs/model/category.pyi new file mode 100644 index 0000000..e146345 --- /dev/null +++ b/plaid-stubs/model/category.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Category(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + category_id: Any = ... + group: Any = ... + hierarchy: Any = ... + def __init__(self, category_id: Any, group: Any, hierarchy: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/cause.pyi b/plaid-stubs/model/cause.pyi new file mode 100644 index 0000000..aaf97fe --- /dev/null +++ b/plaid-stubs/model/cause.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Cause(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item_id: Any = ... + error: Any = ... + def __init__(self, item_id: Any, error: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/country_code.pyi b/plaid-stubs/model/country_code.pyi new file mode 100644 index 0000000..95adf8f --- /dev/null +++ b/plaid-stubs/model/country_code.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class CountryCode(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/credit_card_liability.pyi b/plaid-stubs/model/credit_card_liability.pyi new file mode 100644 index 0000000..7d3672f --- /dev/null +++ b/plaid-stubs/model/credit_card_liability.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class CreditCardLiability(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + aprs: Any = ... + last_payment_amount: Any = ... + last_payment_date: Any = ... + last_statement_issue_date: Any = ... + minimum_payment_amount: Any = ... + next_payment_due_date: Any = ... + def __init__(self, aprs: Any, last_payment_amount: Any, last_payment_date: Any, last_statement_issue_date: Any, minimum_payment_amount: Any, next_payment_due_date: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/credit_filter.pyi b/plaid-stubs/model/credit_filter.pyi new file mode 100644 index 0000000..15628f3 --- /dev/null +++ b/plaid-stubs/model/credit_filter.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class CreditFilter(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_subtypes: Any = ... + def __init__(self, account_subtypes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/default_update_webhook.pyi b/plaid-stubs/model/default_update_webhook.pyi new file mode 100644 index 0000000..9f2c0b1 --- /dev/null +++ b/plaid-stubs/model/default_update_webhook.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class DefaultUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + new_transactions: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, new_transactions: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_address_data.pyi b/plaid-stubs/model/deposit_switch_address_data.pyi new file mode 100644 index 0000000..f093bb9 --- /dev/null +++ b/plaid-stubs/model/deposit_switch_address_data.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchAddressData(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + city: Any = ... + region: Any = ... + street: Any = ... + postal_code: Any = ... + country: Any = ... + def __init__(self, city: Any, region: Any, street: Any, postal_code: Any, country: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_alt_create_request.pyi b/plaid-stubs/model/deposit_switch_alt_create_request.pyi new file mode 100644 index 0000000..773bfaf --- /dev/null +++ b/plaid-stubs/model/deposit_switch_alt_create_request.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class DepositSwitchAltCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + target_account: Any = ... + target_user: Any = ... + def __init__(self, target_account: Any, target_user: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_alt_create_response.pyi b/plaid-stubs/model/deposit_switch_alt_create_response.pyi new file mode 100644 index 0000000..280ed8e --- /dev/null +++ b/plaid-stubs/model/deposit_switch_alt_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchAltCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_id: Any = ... + request_id: Any = ... + def __init__(self, deposit_switch_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_create_request.pyi b/plaid-stubs/model/deposit_switch_create_request.pyi new file mode 100644 index 0000000..66fb3c5 --- /dev/null +++ b/plaid-stubs/model/deposit_switch_create_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + target_access_token: Any = ... + target_account_id: Any = ... + def __init__(self, target_access_token: Any, target_account_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_create_response.pyi b/plaid-stubs/model/deposit_switch_create_response.pyi new file mode 100644 index 0000000..cefeb0f --- /dev/null +++ b/plaid-stubs/model/deposit_switch_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_id: Any = ... + request_id: Any = ... + def __init__(self, deposit_switch_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_get_request.pyi b/plaid-stubs/model/deposit_switch_get_request.pyi new file mode 100644 index 0000000..a8144e9 --- /dev/null +++ b/plaid-stubs/model/deposit_switch_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_id: Any = ... + def __init__(self, deposit_switch_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_get_response.pyi b/plaid-stubs/model/deposit_switch_get_response.pyi new file mode 100644 index 0000000..e7a36c5 --- /dev/null +++ b/plaid-stubs/model/deposit_switch_get_response.pyi @@ -0,0 +1,20 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_id: Any = ... + target_account_id: Any = ... + target_item_id: Any = ... + state: Any = ... + account_has_multiple_allocations: Any = ... + is_allocated_remainder: Any = ... + percent_allocated: Any = ... + amount_allocated: Any = ... + date_created: Any = ... + date_completed: Any = ... + request_id: Any = ... + def __init__(self, deposit_switch_id: Any, target_account_id: Any, target_item_id: Any, state: Any, account_has_multiple_allocations: Any, is_allocated_remainder: Any, percent_allocated: Any, amount_allocated: Any, date_created: Any, date_completed: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_target_account.pyi b/plaid-stubs/model/deposit_switch_target_account.pyi new file mode 100644 index 0000000..b74565c --- /dev/null +++ b/plaid-stubs/model/deposit_switch_target_account.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchTargetAccount(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_number: Any = ... + routing_number: Any = ... + account_name: Any = ... + account_subtype: Any = ... + def __init__(self, account_number: Any, routing_number: Any, account_name: Any, account_subtype: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_target_user.pyi b/plaid-stubs/model/deposit_switch_target_user.pyi new file mode 100644 index 0000000..e297d2a --- /dev/null +++ b/plaid-stubs/model/deposit_switch_target_user.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class DepositSwitchTargetUser(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + given_name: Any = ... + family_name: Any = ... + phone: Any = ... + email: Any = ... + def __init__(self, given_name: Any, family_name: Any, phone: Any, email: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_token_create_request.pyi b/plaid-stubs/model/deposit_switch_token_create_request.pyi new file mode 100644 index 0000000..ff2deb6 --- /dev/null +++ b/plaid-stubs/model/deposit_switch_token_create_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_id: Any = ... + def __init__(self, deposit_switch_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/deposit_switch_token_create_response.pyi b/plaid-stubs/model/deposit_switch_token_create_response.pyi new file mode 100644 index 0000000..d412321 --- /dev/null +++ b/plaid-stubs/model/deposit_switch_token_create_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class DepositSwitchTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_token: Any = ... + deposit_switch_token_expiration_time: Any = ... + request_id: Any = ... + def __init__(self, deposit_switch_token: Any, deposit_switch_token_expiration_time: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/depository_filter.pyi b/plaid-stubs/model/depository_filter.pyi new file mode 100644 index 0000000..5ad5bbd --- /dev/null +++ b/plaid-stubs/model/depository_filter.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class DepositoryFilter(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_subtypes: Any = ... + def __init__(self, account_subtypes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/email.pyi b/plaid-stubs/model/email.pyi new file mode 100644 index 0000000..2958275 --- /dev/null +++ b/plaid-stubs/model/email.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Email(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + data: Any = ... + primary: Any = ... + type: Any = ... + def __init__(self, data: Any, primary: Any, type: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/employee.pyi b/plaid-stubs/model/employee.pyi new file mode 100644 index 0000000..8ba62aa --- /dev/null +++ b/plaid-stubs/model/employee.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Employee(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/employee_income_summary_field_string.pyi b/plaid-stubs/model/employee_income_summary_field_string.pyi new file mode 100644 index 0000000..9d7f0a3 --- /dev/null +++ b/plaid-stubs/model/employee_income_summary_field_string.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class EmployeeIncomeSummaryFieldString(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/employer.pyi b/plaid-stubs/model/employer.pyi new file mode 100644 index 0000000..b4acc7f --- /dev/null +++ b/plaid-stubs/model/employer.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Employer(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + employer_id: Any = ... + name: Any = ... + def __init__(self, employer_id: Any, name: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/employer_income_summary_field_string.pyi b/plaid-stubs/model/employer_income_summary_field_string.pyi new file mode 100644 index 0000000..94c00a9 --- /dev/null +++ b/plaid-stubs/model/employer_income_summary_field_string.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class EmployerIncomeSummaryFieldString(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/employers_search_request.pyi b/plaid-stubs/model/employers_search_request.pyi new file mode 100644 index 0000000..4f2a7f6 --- /dev/null +++ b/plaid-stubs/model/employers_search_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class EmployersSearchRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + query: Any = ... + products: Any = ... + def __init__(self, query: Any, products: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/employers_search_response.pyi b/plaid-stubs/model/employers_search_response.pyi new file mode 100644 index 0000000..0a84f48 --- /dev/null +++ b/plaid-stubs/model/employers_search_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class EmployersSearchResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + employers: Any = ... + request_id: Any = ... + def __init__(self, employers: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/error.pyi b/plaid-stubs/model/error.pyi new file mode 100644 index 0000000..5851255 --- /dev/null +++ b/plaid-stubs/model/error.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Error(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + error_type: Any = ... + error_code: Any = ... + error_message: Any = ... + request_id: Any = ... + def __init__(self, error_type: Any, error_code: Any, error_message: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/external_payment_options.pyi b/plaid-stubs/model/external_payment_options.pyi new file mode 100644 index 0000000..a50d7bb --- /dev/null +++ b/plaid-stubs/model/external_payment_options.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ExternalPaymentOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/external_payment_refund_details.pyi b/plaid-stubs/model/external_payment_refund_details.pyi new file mode 100644 index 0000000..029d961 --- /dev/null +++ b/plaid-stubs/model/external_payment_refund_details.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ExternalPaymentRefundDetails(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/external_payment_schedule.pyi b/plaid-stubs/model/external_payment_schedule.pyi new file mode 100644 index 0000000..45b2216 --- /dev/null +++ b/plaid-stubs/model/external_payment_schedule.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ExternalPaymentSchedule(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + interval: Any = ... + interval_execution_day: Any = ... + start_date: Any = ... + def __init__(self, interval: Any, interval_execution_day: Any, start_date: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/external_payment_schedule_get.pyi b/plaid-stubs/model/external_payment_schedule_get.pyi new file mode 100644 index 0000000..0a51643 --- /dev/null +++ b/plaid-stubs/model/external_payment_schedule_get.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ExternalPaymentScheduleGet(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, interval: Any, interval_execution_day: Any, start_date: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/health_incident.pyi b/plaid-stubs/model/health_incident.pyi new file mode 100644 index 0000000..5f655e3 --- /dev/null +++ b/plaid-stubs/model/health_incident.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class HealthIncident(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/historical_balance.pyi b/plaid-stubs/model/historical_balance.pyi new file mode 100644 index 0000000..2d0d821 --- /dev/null +++ b/plaid-stubs/model/historical_balance.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class HistoricalBalance(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + date: Any = ... + current: Any = ... + def __init__(self, date: Any, current: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/historical_update_webhook.pyi b/plaid-stubs/model/historical_update_webhook.pyi new file mode 100644 index 0000000..82c3e4d --- /dev/null +++ b/plaid-stubs/model/historical_update_webhook.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class HistoricalUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + new_transactions: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, new_transactions: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/holding.pyi b/plaid-stubs/model/holding.pyi new file mode 100644 index 0000000..8185287 --- /dev/null +++ b/plaid-stubs/model/holding.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Holding(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_id: Any = ... + security_id: Any = ... + institution_price: Any = ... + institution_value: Any = ... + quantity: Any = ... + def __init__(self, account_id: Any, security_id: Any, institution_price: Any, institution_value: Any, quantity: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/holdings_default_update_webhook.pyi b/plaid-stubs/model/holdings_default_update_webhook.pyi new file mode 100644 index 0000000..2cbf53f --- /dev/null +++ b/plaid-stubs/model/holdings_default_update_webhook.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class HoldingsDefaultUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + new_holdings: Any = ... + updated_holdings: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, new_holdings: Any, updated_holdings: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/identity_get_request.pyi b/plaid-stubs/model/identity_get_request.pyi new file mode 100644 index 0000000..37a71ca --- /dev/null +++ b/plaid-stubs/model/identity_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IdentityGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/identity_get_request_options.pyi b/plaid-stubs/model/identity_get_request_options.pyi new file mode 100644 index 0000000..dec0211 --- /dev/null +++ b/plaid-stubs/model/identity_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IdentityGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/identity_get_response.pyi b/plaid-stubs/model/identity_get_response.pyi new file mode 100644 index 0000000..2711125 --- /dev/null +++ b/plaid-stubs/model/identity_get_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IdentityGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + accounts: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, accounts: Any, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/incident_update.pyi b/plaid-stubs/model/incident_update.pyi new file mode 100644 index 0000000..700010a --- /dev/null +++ b/plaid-stubs/model/incident_update.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncidentUpdate(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_breakdown.pyi b/plaid-stubs/model/income_breakdown.pyi new file mode 100644 index 0000000..648ab68 --- /dev/null +++ b/plaid-stubs/model/income_breakdown.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeBreakdown(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_summary.pyi b/plaid-stubs/model/income_summary.pyi new file mode 100644 index 0000000..1558024 --- /dev/null +++ b/plaid-stubs/model/income_summary.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IncomeSummary(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_summary_field_number.pyi b/plaid-stubs/model/income_summary_field_number.pyi new file mode 100644 index 0000000..fb9d5bf --- /dev/null +++ b/plaid-stubs/model/income_summary_field_number.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IncomeSummaryFieldNumber(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + verification_status: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_summary_field_string.pyi b/plaid-stubs/model/income_summary_field_string.pyi new file mode 100644 index 0000000..7b28745 --- /dev/null +++ b/plaid-stubs/model/income_summary_field_string.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IncomeSummaryFieldString(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + verification_status: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_create_request.pyi b/plaid-stubs/model/income_verification_create_request.pyi new file mode 100644 index 0000000..4c211f1 --- /dev/null +++ b/plaid-stubs/model/income_verification_create_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook: Any = ... + def __init__(self, webhook: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_create_response.pyi b/plaid-stubs/model/income_verification_create_response.pyi new file mode 100644 index 0000000..361586c --- /dev/null +++ b/plaid-stubs/model/income_verification_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + income_verification_id: Any = ... + request_id: Any = ... + def __init__(self, income_verification_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_documents_download_request.pyi b/plaid-stubs/model/income_verification_documents_download_request.pyi new file mode 100644 index 0000000..bdd8a19 --- /dev/null +++ b/plaid-stubs/model/income_verification_documents_download_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationDocumentsDownloadRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + income_verification_id: Any = ... + def __init__(self, income_verification_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_documents_download_response.pyi b/plaid-stubs/model/income_verification_documents_download_response.pyi new file mode 100644 index 0000000..caecb91 --- /dev/null +++ b/plaid-stubs/model/income_verification_documents_download_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationDocumentsDownloadResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + id: Any = ... + def __init__(self, id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_paystub_get_request.pyi b/plaid-stubs/model/income_verification_paystub_get_request.pyi new file mode 100644 index 0000000..841a13b --- /dev/null +++ b/plaid-stubs/model/income_verification_paystub_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationPaystubGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + income_verification_id: Any = ... + def __init__(self, income_verification_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_paystub_get_response.pyi b/plaid-stubs/model/income_verification_paystub_get_response.pyi new file mode 100644 index 0000000..f9d703e --- /dev/null +++ b/plaid-stubs/model/income_verification_paystub_get_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IncomeVerificationPaystubGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_status_webhook.pyi b/plaid-stubs/model/income_verification_status_webhook.pyi new file mode 100644 index 0000000..bf75591 --- /dev/null +++ b/plaid-stubs/model/income_verification_status_webhook.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationStatusWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + income_verification_id: Any = ... + verification_status: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, income_verification_id: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_summary_get_request.pyi b/plaid-stubs/model/income_verification_summary_get_request.pyi new file mode 100644 index 0000000..3aa440d --- /dev/null +++ b/plaid-stubs/model/income_verification_summary_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationSummaryGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + income_verification_id: Any = ... + def __init__(self, income_verification_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_summary_get_response.pyi b/plaid-stubs/model/income_verification_summary_get_response.pyi new file mode 100644 index 0000000..2161c14 --- /dev/null +++ b/plaid-stubs/model/income_verification_summary_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class IncomeVerificationSummaryGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + income_summaries: Any = ... + request_id: Any = ... + def __init__(self, income_summaries: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/income_verification_webhook_status.pyi b/plaid-stubs/model/income_verification_webhook_status.pyi new file mode 100644 index 0000000..fcf9e3f --- /dev/null +++ b/plaid-stubs/model/income_verification_webhook_status.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class IncomeVerificationWebhookStatus(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + id: Any = ... + def __init__(self, id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/inflow_model.pyi b/plaid-stubs/model/inflow_model.pyi new file mode 100644 index 0000000..98b9747 --- /dev/null +++ b/plaid-stubs/model/inflow_model.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InflowModel(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + type: Any = ... + income_amount: Any = ... + payment_day_of_month: Any = ... + transaction_name: Any = ... + statement_day_of_month: Any = ... + def __init__(self, type: Any, income_amount: Any, payment_day_of_month: Any, transaction_name: Any, statement_day_of_month: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/initial_update_webhook.pyi b/plaid-stubs/model/initial_update_webhook.pyi new file mode 100644 index 0000000..62129df --- /dev/null +++ b/plaid-stubs/model/initial_update_webhook.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InitialUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + new_transactions: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, new_transactions: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institution.pyi b/plaid-stubs/model/institution.pyi new file mode 100644 index 0000000..36f67b7 --- /dev/null +++ b/plaid-stubs/model/institution.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Institution(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institution_id: Any = ... + name: Any = ... + products: Any = ... + country_codes: Any = ... + oauth: Any = ... + def __init__(self, institution_id: Any, name: Any, products: Any, country_codes: Any, oauth: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institution_status.pyi b/plaid-stubs/model/institution_status.pyi new file mode 100644 index 0000000..3c3dedc --- /dev/null +++ b/plaid-stubs/model/institution_status.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionStatus(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item_logins: Any = ... + transactions_updates: Any = ... + auth: Any = ... + balance: Any = ... + identity: Any = ... + investments_updates: Any = ... + def __init__(self, item_logins: Any, transactions_updates: Any, auth: Any, balance: Any, identity: Any, investments_updates: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_get_by_id_request.pyi b/plaid-stubs/model/institutions_get_by_id_request.pyi new file mode 100644 index 0000000..9faa873 --- /dev/null +++ b/plaid-stubs/model/institutions_get_by_id_request.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsGetByIdRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institution_id: Any = ... + country_codes: Any = ... + def __init__(self, institution_id: Any, country_codes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_get_by_id_request_options.pyi b/plaid-stubs/model/institutions_get_by_id_request_options.pyi new file mode 100644 index 0000000..b31513c --- /dev/null +++ b/plaid-stubs/model/institutions_get_by_id_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InstitutionsGetByIdRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_get_by_id_response.pyi b/plaid-stubs/model/institutions_get_by_id_response.pyi new file mode 100644 index 0000000..911ed3a --- /dev/null +++ b/plaid-stubs/model/institutions_get_by_id_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsGetByIdResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institution: Any = ... + request_id: Any = ... + def __init__(self, institution: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_get_request.pyi b/plaid-stubs/model/institutions_get_request.pyi new file mode 100644 index 0000000..0116277 --- /dev/null +++ b/plaid-stubs/model/institutions_get_request.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + count: Any = ... + offset: Any = ... + country_codes: Any = ... + def __init__(self, count: Any, offset: Any, country_codes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_get_request_options.pyi b/plaid-stubs/model/institutions_get_request_options.pyi new file mode 100644 index 0000000..007c6c0 --- /dev/null +++ b/plaid-stubs/model/institutions_get_request_options.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_get_response.pyi b/plaid-stubs/model/institutions_get_response.pyi new file mode 100644 index 0000000..d49a3b1 --- /dev/null +++ b/plaid-stubs/model/institutions_get_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institutions: Any = ... + total: Any = ... + request_id: Any = ... + def __init__(self, institutions: Any, total: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_search_account_filter.pyi b/plaid-stubs/model/institutions_search_account_filter.pyi new file mode 100644 index 0000000..ba20c4d --- /dev/null +++ b/plaid-stubs/model/institutions_search_account_filter.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsSearchAccountFilter(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_search_payment_initiation_options.pyi b/plaid-stubs/model/institutions_search_payment_initiation_options.pyi new file mode 100644 index 0000000..21bc3b8 --- /dev/null +++ b/plaid-stubs/model/institutions_search_payment_initiation_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InstitutionsSearchPaymentInitiationOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_search_request.pyi b/plaid-stubs/model/institutions_search_request.pyi new file mode 100644 index 0000000..0690ff7 --- /dev/null +++ b/plaid-stubs/model/institutions_search_request.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsSearchRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + query: Any = ... + products: Any = ... + country_codes: Any = ... + def __init__(self, query: Any, products: Any, country_codes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_search_request_options.pyi b/plaid-stubs/model/institutions_search_request_options.pyi new file mode 100644 index 0000000..5591892 --- /dev/null +++ b/plaid-stubs/model/institutions_search_request_options.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsSearchRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/institutions_search_response.pyi b/plaid-stubs/model/institutions_search_response.pyi new file mode 100644 index 0000000..fe54f2f --- /dev/null +++ b/plaid-stubs/model/institutions_search_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InstitutionsSearchResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institutions: Any = ... + request_id: Any = ... + def __init__(self, institutions: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investment_filter.pyi b/plaid-stubs/model/investment_filter.pyi new file mode 100644 index 0000000..2edb948 --- /dev/null +++ b/plaid-stubs/model/investment_filter.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InvestmentFilter(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_subtypes: Any = ... + def __init__(self, account_subtypes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investment_holdings_get_request_options.pyi b/plaid-stubs/model/investment_holdings_get_request_options.pyi new file mode 100644 index 0000000..ef7f96a --- /dev/null +++ b/plaid-stubs/model/investment_holdings_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InvestmentHoldingsGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investment_transaction.pyi b/plaid-stubs/model/investment_transaction.pyi new file mode 100644 index 0000000..6c99c7d --- /dev/null +++ b/plaid-stubs/model/investment_transaction.pyi @@ -0,0 +1,18 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InvestmentTransaction(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + investment_transaction_id: Any = ... + account_id: Any = ... + date: Any = ... + name: Any = ... + quantity: Any = ... + amount: Any = ... + price: Any = ... + type: Any = ... + subtype: Any = ... + def __init__(self, investment_transaction_id: Any, account_id: Any, date: Any, name: Any, quantity: Any, amount: Any, price: Any, type: Any, subtype: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investments_default_update_webhook.pyi b/plaid-stubs/model/investments_default_update_webhook.pyi new file mode 100644 index 0000000..38e6684 --- /dev/null +++ b/plaid-stubs/model/investments_default_update_webhook.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InvestmentsDefaultUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + new_investments_transactions: Any = ... + canceled_investments_transactions: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, new_investments_transactions: Any, canceled_investments_transactions: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investments_holdings_get_request.pyi b/plaid-stubs/model/investments_holdings_get_request.pyi new file mode 100644 index 0000000..88df4c2 --- /dev/null +++ b/plaid-stubs/model/investments_holdings_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InvestmentsHoldingsGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investments_holdings_get_response.pyi b/plaid-stubs/model/investments_holdings_get_response.pyi new file mode 100644 index 0000000..24f5dd7 --- /dev/null +++ b/plaid-stubs/model/investments_holdings_get_response.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InvestmentsHoldingsGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + accounts: Any = ... + holdings: Any = ... + securities: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, accounts: Any, holdings: Any, securities: Any, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investments_transactions_get_request.pyi b/plaid-stubs/model/investments_transactions_get_request.pyi new file mode 100644 index 0000000..ddf3489 --- /dev/null +++ b/plaid-stubs/model/investments_transactions_get_request.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InvestmentsTransactionsGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + start_date: Any = ... + end_date: Any = ... + def __init__(self, access_token: Any, start_date: Any, end_date: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investments_transactions_get_request_options.pyi b/plaid-stubs/model/investments_transactions_get_request_options.pyi new file mode 100644 index 0000000..7d50c71 --- /dev/null +++ b/plaid-stubs/model/investments_transactions_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class InvestmentsTransactionsGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/investments_transactions_get_response.pyi b/plaid-stubs/model/investments_transactions_get_response.pyi new file mode 100644 index 0000000..3b50c09 --- /dev/null +++ b/plaid-stubs/model/investments_transactions_get_response.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class InvestmentsTransactionsGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item: Any = ... + accounts: Any = ... + securities: Any = ... + investment_transactions: Any = ... + total_investment_transactions: Any = ... + request_id: Any = ... + def __init__(self, item: Any, accounts: Any, securities: Any, investment_transactions: Any, total_investment_transactions: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item.pyi b/plaid-stubs/model/item.pyi new file mode 100644 index 0000000..6ba7823 --- /dev/null +++ b/plaid-stubs/model/item.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Item(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item_id: Any = ... + available_products: Any = ... + billed_products: Any = ... + update_type: Any = ... + def __init__(self, item_id: Any, available_products: Any, billed_products: Any, update_type: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_access_token_invalidate_request.pyi b/plaid-stubs/model/item_access_token_invalidate_request.pyi new file mode 100644 index 0000000..d69cb12 --- /dev/null +++ b/plaid-stubs/model/item_access_token_invalidate_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemAccessTokenInvalidateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_access_token_invalidate_response.pyi b/plaid-stubs/model/item_access_token_invalidate_response.pyi new file mode 100644 index 0000000..804aa20 --- /dev/null +++ b/plaid-stubs/model/item_access_token_invalidate_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemAccessTokenInvalidateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + new_access_token: Any = ... + request_id: Any = ... + def __init__(self, new_access_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_error_webhook.pyi b/plaid-stubs/model/item_error_webhook.pyi new file mode 100644 index 0000000..b0c427a --- /dev/null +++ b/plaid-stubs/model/item_error_webhook.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ItemErrorWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + error: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, error: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_get_request.pyi b/plaid-stubs/model/item_get_request.pyi new file mode 100644 index 0000000..bcd6b9d --- /dev/null +++ b/plaid-stubs/model/item_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_get_response.pyi b/plaid-stubs/model/item_get_response.pyi new file mode 100644 index 0000000..7165014 --- /dev/null +++ b/plaid-stubs/model/item_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ItemGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_import_request.pyi b/plaid-stubs/model/item_import_request.pyi new file mode 100644 index 0000000..2e5da0a --- /dev/null +++ b/plaid-stubs/model/item_import_request.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ItemImportRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + products: Any = ... + user_auth: Any = ... + def __init__(self, products: Any, user_auth: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_import_request_options.pyi b/plaid-stubs/model/item_import_request_options.pyi new file mode 100644 index 0000000..af601f6 --- /dev/null +++ b/plaid-stubs/model/item_import_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemImportRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_import_request_user_auth.pyi b/plaid-stubs/model/item_import_request_user_auth.pyi new file mode 100644 index 0000000..91313a7 --- /dev/null +++ b/plaid-stubs/model/item_import_request_user_auth.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemImportRequestUserAuth(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + user_id: Any = ... + auth_token: Any = ... + def __init__(self, user_id: Any, auth_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_import_response.pyi b/plaid-stubs/model/item_import_response.pyi new file mode 100644 index 0000000..a2fb16c --- /dev/null +++ b/plaid-stubs/model/item_import_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemImportResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + request_id: Any = ... + def __init__(self, access_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_product_ready_webhook.pyi b/plaid-stubs/model/item_product_ready_webhook.pyi new file mode 100644 index 0000000..37e4eac --- /dev/null +++ b/plaid-stubs/model/item_product_ready_webhook.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ItemProductReadyWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_public_token_create_request.pyi b/plaid-stubs/model/item_public_token_create_request.pyi new file mode 100644 index 0000000..4aa7c85 --- /dev/null +++ b/plaid-stubs/model/item_public_token_create_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemPublicTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_public_token_create_response.pyi b/plaid-stubs/model/item_public_token_create_response.pyi new file mode 100644 index 0000000..767200f --- /dev/null +++ b/plaid-stubs/model/item_public_token_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemPublicTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + public_token: Any = ... + request_id: Any = ... + def __init__(self, public_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_public_token_exchange_request.pyi b/plaid-stubs/model/item_public_token_exchange_request.pyi new file mode 100644 index 0000000..4240eb0 --- /dev/null +++ b/plaid-stubs/model/item_public_token_exchange_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemPublicTokenExchangeRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + public_token: Any = ... + def __init__(self, public_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_public_token_exchange_response.pyi b/plaid-stubs/model/item_public_token_exchange_response.pyi new file mode 100644 index 0000000..dfd88c8 --- /dev/null +++ b/plaid-stubs/model/item_public_token_exchange_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemPublicTokenExchangeResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + item_id: Any = ... + request_id: Any = ... + def __init__(self, access_token: Any, item_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_remove_request.pyi b/plaid-stubs/model/item_remove_request.pyi new file mode 100644 index 0000000..e88540d --- /dev/null +++ b/plaid-stubs/model/item_remove_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemRemoveRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_remove_response.pyi b/plaid-stubs/model/item_remove_response.pyi new file mode 100644 index 0000000..9155ff8 --- /dev/null +++ b/plaid-stubs/model/item_remove_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemRemoveResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_status.pyi b/plaid-stubs/model/item_status.pyi new file mode 100644 index 0000000..21ace24 --- /dev/null +++ b/plaid-stubs/model/item_status.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemStatus(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_webhook_update_request.pyi b/plaid-stubs/model/item_webhook_update_request.pyi new file mode 100644 index 0000000..43509a0 --- /dev/null +++ b/plaid-stubs/model/item_webhook_update_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ItemWebhookUpdateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + webhook: Any = ... + def __init__(self, access_token: Any, webhook: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/item_webhook_update_response.pyi b/plaid-stubs/model/item_webhook_update_response.pyi new file mode 100644 index 0000000..c9dd1d2 --- /dev/null +++ b/plaid-stubs/model/item_webhook_update_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ItemWebhookUpdateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/jwk_public_key.pyi b/plaid-stubs/model/jwk_public_key.pyi new file mode 100644 index 0000000..9109a65 --- /dev/null +++ b/plaid-stubs/model/jwk_public_key.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class JWKPublicKey(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + alg: Any = ... + crv: Any = ... + kid: Any = ... + kty: Any = ... + use: Any = ... + x: Any = ... + y: Any = ... + created_at: Any = ... + def __init__(self, alg: Any, crv: Any, kid: Any, kty: Any, use: Any, x: Any, y: Any, created_at: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/jwt_header.pyi b/plaid-stubs/model/jwt_header.pyi new file mode 100644 index 0000000..473233c --- /dev/null +++ b/plaid-stubs/model/jwt_header.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class JWTHeader(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + id: Any = ... + def __init__(self, id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/liabilities_default_update_webhook.pyi b/plaid-stubs/model/liabilities_default_update_webhook.pyi new file mode 100644 index 0000000..a5f6db6 --- /dev/null +++ b/plaid-stubs/model/liabilities_default_update_webhook.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LiabilitiesDefaultUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/liabilities_get_request.pyi b/plaid-stubs/model/liabilities_get_request.pyi new file mode 100644 index 0000000..4e6dfe5 --- /dev/null +++ b/plaid-stubs/model/liabilities_get_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LiabilitiesGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/liabilities_get_request_options.pyi b/plaid-stubs/model/liabilities_get_request_options.pyi new file mode 100644 index 0000000..a4610df --- /dev/null +++ b/plaid-stubs/model/liabilities_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LiabilitiesGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/liabilities_get_response.pyi b/plaid-stubs/model/liabilities_get_response.pyi new file mode 100644 index 0000000..ab6ba10 --- /dev/null +++ b/plaid-stubs/model/liabilities_get_response.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LiabilitiesGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + accounts: Any = ... + item: Any = ... + liabilities: Any = ... + request_id: Any = ... + def __init__(self, accounts: Any, item: Any, liabilities: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/liabilities_object.pyi b/plaid-stubs/model/liabilities_object.pyi new file mode 100644 index 0000000..aed9dcb --- /dev/null +++ b/plaid-stubs/model/liabilities_object.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LiabilitiesObject(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/liability_override.pyi b/plaid-stubs/model/liability_override.pyi new file mode 100644 index 0000000..1a976f5 --- /dev/null +++ b/plaid-stubs/model/liability_override.pyi @@ -0,0 +1,35 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LiabilityOverride(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + type: Any = ... + purchase_apr: Any = ... + cash_apr: Any = ... + balance_transfer_apr: Any = ... + special_apr: Any = ... + last_payment_amount: Any = ... + minimum_payment_amount: Any = ... + is_overdue: Any = ... + origination_date: Any = ... + principal: Any = ... + nominal_apr: Any = ... + interest_capitalization_grace_period_months: Any = ... + repayment_model: Any = ... + expected_payoff_date: Any = ... + guarantor: Any = ... + is_federal: Any = ... + loan_name: Any = ... + loan_status: Any = ... + payment_reference_number: Any = ... + pslf_status: Any = ... + repayment_plan_description: Any = ... + repayment_plan_type: Any = ... + sequence_number: Any = ... + servicer_address: Any = ... + def __init__(self, type: Any, purchase_apr: Any, cash_apr: Any, balance_transfer_apr: Any, special_apr: Any, last_payment_amount: Any, minimum_payment_amount: Any, is_overdue: Any, origination_date: Any, principal: Any, nominal_apr: Any, interest_capitalization_grace_period_months: Any, repayment_model: Any, expected_payoff_date: Any, guarantor: Any, is_federal: Any, loan_name: Any, loan_status: Any, payment_reference_number: Any, pslf_status: Any, repayment_plan_description: Any, repayment_plan_type: Any, sequence_number: Any, servicer_address: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_account_filters.pyi b/plaid-stubs/model/link_token_account_filters.pyi new file mode 100644 index 0000000..f5e7980 --- /dev/null +++ b/plaid-stubs/model/link_token_account_filters.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LinkTokenAccountFilters(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request.pyi b/plaid-stubs/model/link_token_create_request.pyi new file mode 100644 index 0000000..ae7cf8d --- /dev/null +++ b/plaid-stubs/model/link_token_create_request.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LinkTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + client_name: Any = ... + language: Any = ... + country_codes: Any = ... + user: Any = ... + def __init__(self, client_name: Any, language: Any, country_codes: Any, user: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request_account_subtypes.pyi b/plaid-stubs/model/link_token_create_request_account_subtypes.pyi new file mode 100644 index 0000000..289ecae --- /dev/null +++ b/plaid-stubs/model/link_token_create_request_account_subtypes.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateRequestAccountSubtypes(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request_auth.pyi b/plaid-stubs/model/link_token_create_request_auth.pyi new file mode 100644 index 0000000..2cfa0f2 --- /dev/null +++ b/plaid-stubs/model/link_token_create_request_auth.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateRequestAuth(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + flow_type: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request_deposit_switch.pyi b/plaid-stubs/model/link_token_create_request_deposit_switch.pyi new file mode 100644 index 0000000..9139cbf --- /dev/null +++ b/plaid-stubs/model/link_token_create_request_deposit_switch.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateRequestDepositSwitch(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + deposit_switch_id: Any = ... + def __init__(self, deposit_switch_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request_income_verification.pyi b/plaid-stubs/model/link_token_create_request_income_verification.pyi new file mode 100644 index 0000000..bc49ecf --- /dev/null +++ b/plaid-stubs/model/link_token_create_request_income_verification.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateRequestIncomeVerification(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + income_verification_id: Any = ... + def __init__(self, income_verification_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request_payment_initiation.pyi b/plaid-stubs/model/link_token_create_request_payment_initiation.pyi new file mode 100644 index 0000000..ce70f6c --- /dev/null +++ b/plaid-stubs/model/link_token_create_request_payment_initiation.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateRequestPaymentInitiation(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payment_id: Any = ... + def __init__(self, payment_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_request_user.pyi b/plaid-stubs/model/link_token_create_request_user.pyi new file mode 100644 index 0000000..39cb90e --- /dev/null +++ b/plaid-stubs/model/link_token_create_request_user.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateRequestUser(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + client_user_id: Any = ... + def __init__(self, client_user_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_create_response.pyi b/plaid-stubs/model/link_token_create_response.pyi new file mode 100644 index 0000000..07d37a2 --- /dev/null +++ b/plaid-stubs/model/link_token_create_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + link_token: Any = ... + expiration: Any = ... + request_id: Any = ... + def __init__(self, link_token: Any, expiration: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_get_metadata_response.pyi b/plaid-stubs/model/link_token_get_metadata_response.pyi new file mode 100644 index 0000000..38cb550 --- /dev/null +++ b/plaid-stubs/model/link_token_get_metadata_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LinkTokenGetMetadataResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_get_request.pyi b/plaid-stubs/model/link_token_get_request.pyi new file mode 100644 index 0000000..de2cca6 --- /dev/null +++ b/plaid-stubs/model/link_token_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class LinkTokenGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + link_token: Any = ... + def __init__(self, link_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/link_token_get_response.pyi b/plaid-stubs/model/link_token_get_response.pyi new file mode 100644 index 0000000..81af750 --- /dev/null +++ b/plaid-stubs/model/link_token_get_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LinkTokenGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/loan_filter.pyi b/plaid-stubs/model/loan_filter.pyi new file mode 100644 index 0000000..707a8b5 --- /dev/null +++ b/plaid-stubs/model/loan_filter.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class LoanFilter(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_subtypes: Any = ... + def __init__(self, account_subtypes: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/location.pyi b/plaid-stubs/model/location.pyi new file mode 100644 index 0000000..63af384 --- /dev/null +++ b/plaid-stubs/model/location.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Location(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/meta.pyi b/plaid-stubs/model/meta.pyi new file mode 100644 index 0000000..e6bd525 --- /dev/null +++ b/plaid-stubs/model/meta.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Meta(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + name: Any = ... + official_name: Any = ... + limit: Any = ... + def __init__(self, name: Any, official_name: Any, limit: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/mfa.pyi b/plaid-stubs/model/mfa.pyi new file mode 100644 index 0000000..8919580 --- /dev/null +++ b/plaid-stubs/model/mfa.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class MFA(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + type: Any = ... + question_rounds: Any = ... + questions_per_round: Any = ... + selection_rounds: Any = ... + selections_per_question: Any = ... + def __init__(self, type: Any, question_rounds: Any, questions_per_round: Any, selection_rounds: Any, selections_per_question: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/mortgage_interest_rate.pyi b/plaid-stubs/model/mortgage_interest_rate.pyi new file mode 100644 index 0000000..031006c --- /dev/null +++ b/plaid-stubs/model/mortgage_interest_rate.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class MortgageInterestRate(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/mortgage_liability.pyi b/plaid-stubs/model/mortgage_liability.pyi new file mode 100644 index 0000000..aab4ef5 --- /dev/null +++ b/plaid-stubs/model/mortgage_liability.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class MortgageLiability(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_number: Any = ... + def __init__(self, account_number: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/mortgage_property_address.pyi b/plaid-stubs/model/mortgage_property_address.pyi new file mode 100644 index 0000000..bf17ff4 --- /dev/null +++ b/plaid-stubs/model/mortgage_property_address.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class MortgagePropertyAddress(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_access_token.pyi b/plaid-stubs/model/nullable_access_token.pyi new file mode 100644 index 0000000..511745a --- /dev/null +++ b/plaid-stubs/model/nullable_access_token.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class NullableAccessToken(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_address.pyi b/plaid-stubs/model/nullable_address.pyi new file mode 100644 index 0000000..f8bb6ff --- /dev/null +++ b/plaid-stubs/model/nullable_address.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableAddress(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, data: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_address_data.pyi b/plaid-stubs/model/nullable_address_data.pyi new file mode 100644 index 0000000..4c0ead3 --- /dev/null +++ b/plaid-stubs/model/nullable_address_data.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableAddressData(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, city: Any, street: Any, country: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_item_status.pyi b/plaid-stubs/model/nullable_item_status.pyi new file mode 100644 index 0000000..83fc9a2 --- /dev/null +++ b/plaid-stubs/model/nullable_item_status.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableItemStatus(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_numbers_ach.pyi b/plaid-stubs/model/nullable_numbers_ach.pyi new file mode 100644 index 0000000..d409e10 --- /dev/null +++ b/plaid-stubs/model/nullable_numbers_ach.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableNumbersACH(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, account_id: Any, account: Any, routing: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_numbers_bacs.pyi b/plaid-stubs/model/nullable_numbers_bacs.pyi new file mode 100644 index 0000000..83f7297 --- /dev/null +++ b/plaid-stubs/model/nullable_numbers_bacs.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableNumbersBACS(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, account_id: Any, account: Any, sort_code: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_numbers_eft.pyi b/plaid-stubs/model/nullable_numbers_eft.pyi new file mode 100644 index 0000000..145739c --- /dev/null +++ b/plaid-stubs/model/nullable_numbers_eft.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableNumbersEFT(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, account_id: Any, account: Any, institution: Any, branch: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_numbers_international.pyi b/plaid-stubs/model/nullable_numbers_international.pyi new file mode 100644 index 0000000..5336cec --- /dev/null +++ b/plaid-stubs/model/nullable_numbers_international.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableNumbersInternational(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, account_id: Any, iban: Any, bic: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/nullable_recipient_bacs.pyi b/plaid-stubs/model/nullable_recipient_bacs.pyi new file mode 100644 index 0000000..fa4ae52 --- /dev/null +++ b/plaid-stubs/model/nullable_recipient_bacs.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class NullableRecipientBACS(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/numbers.pyi b/plaid-stubs/model/numbers.pyi new file mode 100644 index 0000000..cc30642 --- /dev/null +++ b/plaid-stubs/model/numbers.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Numbers(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account: Any = ... + ach_routing: Any = ... + ach_wire_routing: Any = ... + eft_institution: Any = ... + eft_branch: Any = ... + international_bic: Any = ... + international_iban: Any = ... + bacs_sort_code: Any = ... + def __init__(self, account: Any, ach_routing: Any, ach_wire_routing: Any, eft_institution: Any, eft_branch: Any, international_bic: Any, international_iban: Any, bacs_sort_code: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/numbers_ach.pyi b/plaid-stubs/model/numbers_ach.pyi new file mode 100644 index 0000000..e8c4132 --- /dev/null +++ b/plaid-stubs/model/numbers_ach.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class NumbersACH(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_id: Any = ... + account: Any = ... + routing: Any = ... + def __init__(self, account_id: Any, account: Any, routing: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/numbers_bacs.pyi b/plaid-stubs/model/numbers_bacs.pyi new file mode 100644 index 0000000..a82b8fe --- /dev/null +++ b/plaid-stubs/model/numbers_bacs.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class NumbersBACS(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_id: Any = ... + account: Any = ... + sort_code: Any = ... + def __init__(self, account_id: Any, account: Any, sort_code: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/numbers_eft.pyi b/plaid-stubs/model/numbers_eft.pyi new file mode 100644 index 0000000..25210b0 --- /dev/null +++ b/plaid-stubs/model/numbers_eft.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class NumbersEFT(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_id: Any = ... + account: Any = ... + institution: Any = ... + branch: Any = ... + def __init__(self, account_id: Any, account: Any, institution: Any, branch: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/numbers_international.pyi b/plaid-stubs/model/numbers_international.pyi new file mode 100644 index 0000000..6ee2d20 --- /dev/null +++ b/plaid-stubs/model/numbers_international.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class NumbersInternational(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account_id: Any = ... + iban: Any = ... + bic: Any = ... + def __init__(self, account_id: Any, iban: Any, bic: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/override_accounts.pyi b/plaid-stubs/model/override_accounts.pyi new file mode 100644 index 0000000..afb49b9 --- /dev/null +++ b/plaid-stubs/model/override_accounts.pyi @@ -0,0 +1,22 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class OverrideAccounts(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + type: Any = ... + subtype: Any = ... + starting_balance: Any = ... + force_available_balance: Any = ... + currency: Any = ... + meta: Any = ... + numbers: Any = ... + transactions: Any = ... + identity: Any = ... + liability: Any = ... + inflow_model: Any = ... + def __init__(self, type: Any, subtype: Any, starting_balance: Any, force_available_balance: Any, currency: Any, meta: Any, numbers: Any, transactions: Any, identity: Any, liability: Any, inflow_model: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/owner.pyi b/plaid-stubs/model/owner.pyi new file mode 100644 index 0000000..189c9da --- /dev/null +++ b/plaid-stubs/model/owner.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Owner(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + names: Any = ... + phone_numbers: Any = ... + emails: Any = ... + addresses: Any = ... + def __init__(self, names: Any, phone_numbers: Any, emails: Any, addresses: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/owner_override.pyi b/plaid-stubs/model/owner_override.pyi new file mode 100644 index 0000000..297a823 --- /dev/null +++ b/plaid-stubs/model/owner_override.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class OwnerOverride(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + names: Any = ... + phone_numbers: Any = ... + emails: Any = ... + addresses: Any = ... + def __init__(self, names: Any, phone_numbers: Any, emails: Any, addresses: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/pay_frequency.pyi b/plaid-stubs/model/pay_frequency.pyi new file mode 100644 index 0000000..682ce08 --- /dev/null +++ b/plaid-stubs/model/pay_frequency.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PayFrequency(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + verification_status: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/pay_period_details.pyi b/plaid-stubs/model/pay_period_details.pyi new file mode 100644 index 0000000..c7e1b14 --- /dev/null +++ b/plaid-stubs/model/pay_period_details.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PayPeriodDetails(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_amount.pyi b/plaid-stubs/model/payment_amount.pyi new file mode 100644 index 0000000..02db3ea --- /dev/null +++ b/plaid-stubs/model/payment_amount.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentAmount(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + currency: Any = ... + value: Any = ... + def __init__(self, currency: Any, value: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_address.pyi b/plaid-stubs/model/payment_initiation_address.pyi new file mode 100644 index 0000000..e4b0a41 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_address.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationAddress(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_metadata.pyi b/plaid-stubs/model/payment_initiation_metadata.pyi new file mode 100644 index 0000000..b40fd78 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_metadata.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationMetadata(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_optional_restriction_bacs.pyi b/plaid-stubs/model/payment_initiation_optional_restriction_bacs.pyi new file mode 100644 index 0000000..41eb486 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_optional_restriction_bacs.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationOptionalRestrictionBacs(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment.pyi b/plaid-stubs/model/payment_initiation_payment.pyi new file mode 100644 index 0000000..dcc3d94 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment.pyi @@ -0,0 +1,19 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationPayment(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payment_id: Any = ... + amount: Any = ... + status: Any = ... + recipient_id: Any = ... + reference: Any = ... + last_status_update: Any = ... + bacs: Any = ... + iban: Any = ... + def __init__(self, payment_id: Any, amount: Any, status: Any, recipient_id: Any, reference: Any, last_status_update: Any, bacs: Any, iban: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_create_request.pyi b/plaid-stubs/model/payment_initiation_payment_create_request.pyi new file mode 100644 index 0000000..982c1b2 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_create_request.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationPaymentCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + recipient_id: Any = ... + reference: Any = ... + amount: Any = ... + def __init__(self, recipient_id: Any, reference: Any, amount: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_create_response.pyi b/plaid-stubs/model/payment_initiation_payment_create_response.pyi new file mode 100644 index 0000000..798aa71 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_create_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationPaymentCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payment_id: Any = ... + status: Any = ... + request_id: Any = ... + def __init__(self, payment_id: Any, status: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_get_request.pyi b/plaid-stubs/model/payment_initiation_payment_get_request.pyi new file mode 100644 index 0000000..7e14f19 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationPaymentGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payment_id: Any = ... + def __init__(self, payment_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_get_response.pyi b/plaid-stubs/model/payment_initiation_payment_get_response.pyi new file mode 100644 index 0000000..ca975ef --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_get_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationPaymentGetResponse(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, payment_id: Any, amount: Any, status: Any, recipient_id: Any, reference: Any, last_status_update: Any, bacs: Any, iban: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_list_request.pyi b/plaid-stubs/model/payment_initiation_payment_list_request.pyi new file mode 100644 index 0000000..6f7ec5e --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_list_request.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationPaymentListRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_list_response.pyi b/plaid-stubs/model/payment_initiation_payment_list_response.pyi new file mode 100644 index 0000000..34ebc4a --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_list_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationPaymentListResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payments: Any = ... + next_cursor: Any = ... + request_id: Any = ... + def __init__(self, payments: Any, next_cursor: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_token_create_request.pyi b/plaid-stubs/model/payment_initiation_payment_token_create_request.pyi new file mode 100644 index 0000000..1c3c5a8 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_token_create_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationPaymentTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payment_id: Any = ... + def __init__(self, payment_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_payment_token_create_response.pyi b/plaid-stubs/model/payment_initiation_payment_token_create_response.pyi new file mode 100644 index 0000000..08568de --- /dev/null +++ b/plaid-stubs/model/payment_initiation_payment_token_create_response.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationPaymentTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + payment_token: Any = ... + payment_token_expiration_time: Any = ... + request_id: Any = ... + def __init__(self, payment_token: Any, payment_token_expiration_time: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient.pyi b/plaid-stubs/model/payment_initiation_recipient.pyi new file mode 100644 index 0000000..92019c3 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationRecipient(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + recipient_id: Any = ... + name: Any = ... + def __init__(self, recipient_id: Any, name: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_create_request.pyi b/plaid-stubs/model/payment_initiation_recipient_create_request.pyi new file mode 100644 index 0000000..560834c --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_create_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationRecipientCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + name: Any = ... + def __init__(self, name: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_create_response.pyi b/plaid-stubs/model/payment_initiation_recipient_create_response.pyi new file mode 100644 index 0000000..a264caa --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationRecipientCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + recipient_id: Any = ... + request_id: Any = ... + def __init__(self, recipient_id: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_get_request.pyi b/plaid-stubs/model/payment_initiation_recipient_get_request.pyi new file mode 100644 index 0000000..ec053ab --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationRecipientGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + recipient_id: Any = ... + def __init__(self, recipient_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_get_response.pyi b/plaid-stubs/model/payment_initiation_recipient_get_response.pyi new file mode 100644 index 0000000..47d067f --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_get_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationRecipientGetResponse(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, recipient_id: Any, name: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_get_response_all_of.pyi b/plaid-stubs/model/payment_initiation_recipient_get_response_all_of.pyi new file mode 100644 index 0000000..b30ac3e --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_get_response_all_of.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationRecipientGetResponseAllOf(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_list_request.pyi b/plaid-stubs/model/payment_initiation_recipient_list_request.pyi new file mode 100644 index 0000000..7932de9 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_list_request.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentInitiationRecipientListRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_recipient_list_response.pyi b/plaid-stubs/model/payment_initiation_recipient_list_response.pyi new file mode 100644 index 0000000..94a4905 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_recipient_list_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationRecipientListResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + recipients: Any = ... + request_id: Any = ... + def __init__(self, recipients: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_initiation_standing_order_metadata.pyi b/plaid-stubs/model/payment_initiation_standing_order_metadata.pyi new file mode 100644 index 0000000..5fbc951 --- /dev/null +++ b/plaid-stubs/model/payment_initiation_standing_order_metadata.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentInitiationStandingOrderMetadata(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_meta.pyi b/plaid-stubs/model/payment_meta.pyi new file mode 100644 index 0000000..dcaeec9 --- /dev/null +++ b/plaid-stubs/model/payment_meta.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentMeta(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_schedule_interval.pyi b/plaid-stubs/model/payment_schedule_interval.pyi new file mode 100644 index 0000000..6a6f599 --- /dev/null +++ b/plaid-stubs/model/payment_schedule_interval.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaymentScheduleInterval(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/payment_status_update_webhook.pyi b/plaid-stubs/model/payment_status_update_webhook.pyi new file mode 100644 index 0000000..ece5210 --- /dev/null +++ b/plaid-stubs/model/payment_status_update_webhook.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class PaymentStatusUpdateWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + payment_id: Any = ... + new_payment_status: Any = ... + old_payment_status: Any = ... + timestamp: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, payment_id: Any, new_payment_status: Any, old_payment_status: Any, timestamp: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/paystub.pyi b/plaid-stubs/model/paystub.pyi new file mode 100644 index 0000000..52dbf84 --- /dev/null +++ b/plaid-stubs/model/paystub.pyi @@ -0,0 +1,17 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Paystub(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + paystub_id: Any = ... + employer: Any = ... + employee: Any = ... + pay_period_details: Any = ... + income_breakdown: Any = ... + ytd_earnings: Any = ... + def __init__(self, paystub_id: Any, employer: Any, employee: Any, pay_period_details: Any, income_breakdown: Any, ytd_earnings: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/paystub_deduction.pyi b/plaid-stubs/model/paystub_deduction.pyi new file mode 100644 index 0000000..ceaf12c --- /dev/null +++ b/plaid-stubs/model/paystub_deduction.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaystubDeduction(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/paystub_ytd_details.pyi b/plaid-stubs/model/paystub_ytd_details.pyi new file mode 100644 index 0000000..2909749 --- /dev/null +++ b/plaid-stubs/model/paystub_ytd_details.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PaystubYTDDetails(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + gross_earnings: Any = ... + net_earnings: Any = ... + def __init__(self, gross_earnings: Any, net_earnings: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/pending_expiration_webhook.pyi b/plaid-stubs/model/pending_expiration_webhook.pyi new file mode 100644 index 0000000..fb03d23 --- /dev/null +++ b/plaid-stubs/model/pending_expiration_webhook.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PendingExpirationWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + consent_expiration_time: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, consent_expiration_time: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/phone_number.pyi b/plaid-stubs/model/phone_number.pyi new file mode 100644 index 0000000..5f5d765 --- /dev/null +++ b/plaid-stubs/model/phone_number.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PhoneNumber(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + data: Any = ... + def __init__(self, data: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_apex_processor_token_create_request.pyi b/plaid-stubs/model/processor_apex_processor_token_create_request.pyi new file mode 100644 index 0000000..f9a557b --- /dev/null +++ b/plaid-stubs/model/processor_apex_processor_token_create_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorApexProcessorTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + account_id: Any = ... + def __init__(self, access_token: Any, account_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_auth_get_request.pyi b/plaid-stubs/model/processor_auth_get_request.pyi new file mode 100644 index 0000000..fa8b019 --- /dev/null +++ b/plaid-stubs/model/processor_auth_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorAuthGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + processor_token: Any = ... + def __init__(self, processor_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_auth_get_response.pyi b/plaid-stubs/model/processor_auth_get_response.pyi new file mode 100644 index 0000000..be4c3f3 --- /dev/null +++ b/plaid-stubs/model/processor_auth_get_response.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ProcessorAuthGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + numbers: Any = ... + account: Any = ... + def __init__(self, request_id: Any, numbers: Any, account: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_balance_get_request.pyi b/plaid-stubs/model/processor_balance_get_request.pyi new file mode 100644 index 0000000..ee6bfd9 --- /dev/null +++ b/plaid-stubs/model/processor_balance_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorBalanceGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + processor_token: Any = ... + def __init__(self, processor_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_balance_get_response.pyi b/plaid-stubs/model/processor_balance_get_response.pyi new file mode 100644 index 0000000..bc93c21 --- /dev/null +++ b/plaid-stubs/model/processor_balance_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ProcessorBalanceGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account: Any = ... + request_id: Any = ... + def __init__(self, account: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_identity_get_request.pyi b/plaid-stubs/model/processor_identity_get_request.pyi new file mode 100644 index 0000000..90adfef --- /dev/null +++ b/plaid-stubs/model/processor_identity_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorIdentityGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + processor_token: Any = ... + def __init__(self, processor_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_identity_get_response.pyi b/plaid-stubs/model/processor_identity_get_response.pyi new file mode 100644 index 0000000..5b016e3 --- /dev/null +++ b/plaid-stubs/model/processor_identity_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ProcessorIdentityGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + account: Any = ... + request_id: Any = ... + def __init__(self, account: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_number.pyi b/plaid-stubs/model/processor_number.pyi new file mode 100644 index 0000000..9ca2f9a --- /dev/null +++ b/plaid-stubs/model/processor_number.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ProcessorNumber(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_stripe_bank_account_token_create_request.pyi b/plaid-stubs/model/processor_stripe_bank_account_token_create_request.pyi new file mode 100644 index 0000000..57031ba --- /dev/null +++ b/plaid-stubs/model/processor_stripe_bank_account_token_create_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorStripeBankAccountTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + account_id: Any = ... + def __init__(self, access_token: Any, account_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_stripe_bank_account_token_create_response.pyi b/plaid-stubs/model/processor_stripe_bank_account_token_create_response.pyi new file mode 100644 index 0000000..fa00667 --- /dev/null +++ b/plaid-stubs/model/processor_stripe_bank_account_token_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorStripeBankAccountTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + stripe_bank_account_token: Any = ... + request_id: Any = ... + def __init__(self, stripe_bank_account_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_token_create_request.pyi b/plaid-stubs/model/processor_token_create_request.pyi new file mode 100644 index 0000000..046c78e --- /dev/null +++ b/plaid-stubs/model/processor_token_create_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + account_id: Any = ... + processor: Any = ... + def __init__(self, access_token: Any, account_id: Any, processor: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/processor_token_create_response.pyi b/plaid-stubs/model/processor_token_create_response.pyi new file mode 100644 index 0000000..6738e18 --- /dev/null +++ b/plaid-stubs/model/processor_token_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProcessorTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + processor_token: Any = ... + request_id: Any = ... + def __init__(self, processor_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/product_status.pyi b/plaid-stubs/model/product_status.pyi new file mode 100644 index 0000000..c699121 --- /dev/null +++ b/plaid-stubs/model/product_status.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ProductStatus(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + status: Any = ... + last_status_change: Any = ... + breakdown: Any = ... + def __init__(self, status: Any, last_status_change: Any, breakdown: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/product_status_breakdown.pyi b/plaid-stubs/model/product_status_breakdown.pyi new file mode 100644 index 0000000..a963f20 --- /dev/null +++ b/plaid-stubs/model/product_status_breakdown.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ProductStatusBreakdown(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + success: Any = ... + error_plaid: Any = ... + error_institution: Any = ... + def __init__(self, success: Any, error_plaid: Any, error_institution: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/products.pyi b/plaid-stubs/model/products.pyi new file mode 100644 index 0000000..ac4a08b --- /dev/null +++ b/plaid-stubs/model/products.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Products(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/projected_income_summary_field_number.pyi b/plaid-stubs/model/projected_income_summary_field_number.pyi new file mode 100644 index 0000000..ad8de87 --- /dev/null +++ b/plaid-stubs/model/projected_income_summary_field_number.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class ProjectedIncomeSummaryFieldNumber(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/pslf_status.pyi b/plaid-stubs/model/pslf_status.pyi new file mode 100644 index 0000000..68d8728 --- /dev/null +++ b/plaid-stubs/model/pslf_status.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class PSLFStatus(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/recaptcha_required_error.pyi b/plaid-stubs/model/recaptcha_required_error.pyi new file mode 100644 index 0000000..d6ac1e8 --- /dev/null +++ b/plaid-stubs/model/recaptcha_required_error.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class RecaptchaRequiredError(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + error_type: Any = ... + error_code: Any = ... + display_message: Any = ... + http_code: Any = ... + link_user_experience: Any = ... + common_causes: Any = ... + troubleshooting_steps: Any = ... + def __init__(self, error_type: Any, error_code: Any, display_message: Any, http_code: Any, link_user_experience: Any, common_causes: Any, troubleshooting_steps: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/recipient_bacs.pyi b/plaid-stubs/model/recipient_bacs.pyi new file mode 100644 index 0000000..f499437 --- /dev/null +++ b/plaid-stubs/model/recipient_bacs.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class RecipientBACS(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_bank_transfer_fire_webhook_request.pyi b/plaid-stubs/model/sandbox_bank_transfer_fire_webhook_request.pyi new file mode 100644 index 0000000..3ef2ddf --- /dev/null +++ b/plaid-stubs/model/sandbox_bank_transfer_fire_webhook_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxBankTransferFireWebhookRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook: Any = ... + def __init__(self, webhook: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_bank_transfer_fire_webhook_response.pyi b/plaid-stubs/model/sandbox_bank_transfer_fire_webhook_response.pyi new file mode 100644 index 0000000..76559f6 --- /dev/null +++ b/plaid-stubs/model/sandbox_bank_transfer_fire_webhook_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxBankTransferFireWebhookResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_bank_transfer_simulate_request.pyi b/plaid-stubs/model/sandbox_bank_transfer_simulate_request.pyi new file mode 100644 index 0000000..84cc36b --- /dev/null +++ b/plaid-stubs/model/sandbox_bank_transfer_simulate_request.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class SandboxBankTransferSimulateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + bank_transfer_id: Any = ... + event_type: Any = ... + def __init__(self, bank_transfer_id: Any, event_type: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_bank_transfer_simulate_response.pyi b/plaid-stubs/model/sandbox_bank_transfer_simulate_response.pyi new file mode 100644 index 0000000..5a7e773 --- /dev/null +++ b/plaid-stubs/model/sandbox_bank_transfer_simulate_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxBankTransferSimulateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_item_fire_webhook_request.pyi b/plaid-stubs/model/sandbox_item_fire_webhook_request.pyi new file mode 100644 index 0000000..42fe67a --- /dev/null +++ b/plaid-stubs/model/sandbox_item_fire_webhook_request.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxItemFireWebhookRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + webhook_code: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_item_fire_webhook_response.pyi b/plaid-stubs/model/sandbox_item_fire_webhook_response.pyi new file mode 100644 index 0000000..1a52aff --- /dev/null +++ b/plaid-stubs/model/sandbox_item_fire_webhook_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxItemFireWebhookResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_fired: Any = ... + request_id: Any = ... + def __init__(self, webhook_fired: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_item_reset_login_request.pyi b/plaid-stubs/model/sandbox_item_reset_login_request.pyi new file mode 100644 index 0000000..d799046 --- /dev/null +++ b/plaid-stubs/model/sandbox_item_reset_login_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxItemResetLoginRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_item_reset_login_response.pyi b/plaid-stubs/model/sandbox_item_reset_login_response.pyi new file mode 100644 index 0000000..4b723f3 --- /dev/null +++ b/plaid-stubs/model/sandbox_item_reset_login_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxItemResetLoginResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + reset_login: Any = ... + request_id: Any = ... + def __init__(self, reset_login: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_item_set_verification_status_request.pyi b/plaid-stubs/model/sandbox_item_set_verification_status_request.pyi new file mode 100644 index 0000000..0b5972e --- /dev/null +++ b/plaid-stubs/model/sandbox_item_set_verification_status_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxItemSetVerificationStatusRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + account_id: Any = ... + verification_status: Any = ... + def __init__(self, access_token: Any, account_id: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_item_set_verification_status_response.pyi b/plaid-stubs/model/sandbox_item_set_verification_status_response.pyi new file mode 100644 index 0000000..03d4d45 --- /dev/null +++ b/plaid-stubs/model/sandbox_item_set_verification_status_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxItemSetVerificationStatusResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_processor_token_create_request.pyi b/plaid-stubs/model/sandbox_processor_token_create_request.pyi new file mode 100644 index 0000000..ae318e1 --- /dev/null +++ b/plaid-stubs/model/sandbox_processor_token_create_request.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class SandboxProcessorTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institution_id: Any = ... + def __init__(self, institution_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_processor_token_create_request_options.pyi b/plaid-stubs/model/sandbox_processor_token_create_request_options.pyi new file mode 100644 index 0000000..6f50177 --- /dev/null +++ b/plaid-stubs/model/sandbox_processor_token_create_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxProcessorTokenCreateRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_processor_token_create_response.pyi b/plaid-stubs/model/sandbox_processor_token_create_response.pyi new file mode 100644 index 0000000..0d0e28f --- /dev/null +++ b/plaid-stubs/model/sandbox_processor_token_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxProcessorTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + processor_token: Any = ... + request_id: Any = ... + def __init__(self, processor_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_public_token_create_request.pyi b/plaid-stubs/model/sandbox_public_token_create_request.pyi new file mode 100644 index 0000000..de050db --- /dev/null +++ b/plaid-stubs/model/sandbox_public_token_create_request.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class SandboxPublicTokenCreateRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + institution_id: Any = ... + initial_products: Any = ... + def __init__(self, institution_id: Any, initial_products: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_public_token_create_request_options.pyi b/plaid-stubs/model/sandbox_public_token_create_request_options.pyi new file mode 100644 index 0000000..acef500 --- /dev/null +++ b/plaid-stubs/model/sandbox_public_token_create_request_options.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class SandboxPublicTokenCreateRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_public_token_create_request_options_transactions.pyi b/plaid-stubs/model/sandbox_public_token_create_request_options_transactions.pyi new file mode 100644 index 0000000..17966db --- /dev/null +++ b/plaid-stubs/model/sandbox_public_token_create_request_options_transactions.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxPublicTokenCreateRequestOptionsTransactions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/sandbox_public_token_create_response.pyi b/plaid-stubs/model/sandbox_public_token_create_response.pyi new file mode 100644 index 0000000..bb62657 --- /dev/null +++ b/plaid-stubs/model/sandbox_public_token_create_response.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class SandboxPublicTokenCreateResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + public_token: Any = ... + request_id: Any = ... + def __init__(self, public_token: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/security.pyi b/plaid-stubs/model/security.pyi new file mode 100644 index 0000000..2f03605 --- /dev/null +++ b/plaid-stubs/model/security.pyi @@ -0,0 +1,24 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class Security(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + security_id: Any = ... + isin: Any = ... + cusip: Any = ... + sedol: Any = ... + institution_security_id: Any = ... + institution_id: Any = ... + proxy_security_id: Any = ... + name: Any = ... + ticker_symbol: Any = ... + is_cash_equivalent: Any = ... + type: Any = ... + close_price: Any = ... + close_price_as_of: Any = ... + iso_currency_code: Any = ... + unofficial_currency_code: Any = ... + def __init__(self, security_id: Any, isin: Any, cusip: Any, sedol: Any, institution_security_id: Any, institution_id: Any, proxy_security_id: Any, name: Any, ticker_symbol: Any, is_cash_equivalent: Any, type: Any, close_price: Any, close_price_as_of: Any, iso_currency_code: Any, unofficial_currency_code: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/servicer_address_data.pyi b/plaid-stubs/model/servicer_address_data.pyi new file mode 100644 index 0000000..8afa96d --- /dev/null +++ b/plaid-stubs/model/servicer_address_data.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class ServicerAddressData(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/standalone_account_type.pyi b/plaid-stubs/model/standalone_account_type.pyi new file mode 100644 index 0000000..b0f72d1 --- /dev/null +++ b/plaid-stubs/model/standalone_account_type.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StandaloneAccountType(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + depository: Any = ... + credit: Any = ... + loan: Any = ... + investment: Any = ... + other: Any = ... + def __init__(self, depository: Any, credit: Any, loan: Any, investment: Any, other: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/standalone_currency_code_list.pyi b/plaid-stubs/model/standalone_currency_code_list.pyi new file mode 100644 index 0000000..889a856 --- /dev/null +++ b/plaid-stubs/model/standalone_currency_code_list.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StandaloneCurrencyCodeList(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + iso_currency_code: Any = ... + unofficial_currency_code: Any = ... + def __init__(self, iso_currency_code: Any, unofficial_currency_code: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/standalone_investment_transaction_subtype.pyi b/plaid-stubs/model/standalone_investment_transaction_subtype.pyi new file mode 100644 index 0000000..893c46c --- /dev/null +++ b/plaid-stubs/model/standalone_investment_transaction_subtype.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StandaloneInvestmentTransactionSubtype(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/standalone_investment_transaction_type.pyi b/plaid-stubs/model/standalone_investment_transaction_type.pyi new file mode 100644 index 0000000..8939ca4 --- /dev/null +++ b/plaid-stubs/model/standalone_investment_transaction_type.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StandaloneInvestmentTransactionType(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + buy: Any = ... + sell: Any = ... + cancel: Any = ... + cash: Any = ... + fee: Any = ... + transfer: Any = ... + def __init__(self, buy: Any, sell: Any, cancel: Any, cash: Any, fee: Any, transfer: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/student_loan.pyi b/plaid-stubs/model/student_loan.pyi new file mode 100644 index 0000000..645b783 --- /dev/null +++ b/plaid-stubs/model/student_loan.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class StudentLoan(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + interest_rate_percentage: Any = ... + def __init__(self, interest_rate_percentage: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/student_loan_repayment_model.pyi b/plaid-stubs/model/student_loan_repayment_model.pyi new file mode 100644 index 0000000..c5ce1cf --- /dev/null +++ b/plaid-stubs/model/student_loan_repayment_model.pyi @@ -0,0 +1,12 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StudentLoanRepaymentModel(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + type: Any = ... + non_repayment_months: Any = ... + repayment_months: Any = ... + def __init__(self, type: Any, non_repayment_months: Any, repayment_months: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/student_loan_status.pyi b/plaid-stubs/model/student_loan_status.pyi new file mode 100644 index 0000000..300b492 --- /dev/null +++ b/plaid-stubs/model/student_loan_status.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StudentLoanStatus(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/student_repayment_plan.pyi b/plaid-stubs/model/student_repayment_plan.pyi new file mode 100644 index 0000000..e246b11 --- /dev/null +++ b/plaid-stubs/model/student_repayment_plan.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class StudentRepaymentPlan(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transaction.pyi b/plaid-stubs/model/transaction.pyi new file mode 100644 index 0000000..41c0fae --- /dev/null +++ b/plaid-stubs/model/transaction.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Transaction(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + transaction_id: Any = ... + pending: Any = ... + date: Any = ... + amount: Any = ... + account_id: Any = ... + def __init__(self, transaction_id: Any, pending: Any, date: Any, amount: Any, account_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transaction_code.pyi b/plaid-stubs/model/transaction_code.pyi new file mode 100644 index 0000000..9e337cf --- /dev/null +++ b/plaid-stubs/model/transaction_code.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class TransactionCode(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transaction_data.pyi b/plaid-stubs/model/transaction_data.pyi new file mode 100644 index 0000000..66eca58 --- /dev/null +++ b/plaid-stubs/model/transaction_data.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class TransactionData(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + description: Any = ... + amount: Any = ... + date: Any = ... + account_id: Any = ... + transaction_id: Any = ... + def __init__(self, description: Any, amount: Any, date: Any, account_id: Any, transaction_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transaction_override.pyi b/plaid-stubs/model/transaction_override.pyi new file mode 100644 index 0000000..df6f3c3 --- /dev/null +++ b/plaid-stubs/model/transaction_override.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class TransactionOverride(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + date_transacted: Any = ... + date_posted: Any = ... + amount: Any = ... + description: Any = ... + def __init__(self, date_transacted: Any, date_posted: Any, amount: Any, description: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transactions_get_request.pyi b/plaid-stubs/model/transactions_get_request.pyi new file mode 100644 index 0000000..80436a7 --- /dev/null +++ b/plaid-stubs/model/transactions_get_request.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class TransactionsGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + start_date: Any = ... + end_date: Any = ... + def __init__(self, access_token: Any, start_date: Any, end_date: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transactions_get_request_options.pyi b/plaid-stubs/model/transactions_get_request_options.pyi new file mode 100644 index 0000000..2fba126 --- /dev/null +++ b/plaid-stubs/model/transactions_get_request_options.pyi @@ -0,0 +1,9 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class TransactionsGetRequestOptions(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transactions_get_response.pyi b/plaid-stubs/model/transactions_get_response.pyi new file mode 100644 index 0000000..27fd14a --- /dev/null +++ b/plaid-stubs/model/transactions_get_response.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class TransactionsGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + accounts: Any = ... + transactions: Any = ... + total_transactions: Any = ... + item: Any = ... + request_id: Any = ... + def __init__(self, accounts: Any, transactions: Any, total_transactions: Any, item: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transactions_refresh_request.pyi b/plaid-stubs/model/transactions_refresh_request.pyi new file mode 100644 index 0000000..61ccd27 --- /dev/null +++ b/plaid-stubs/model/transactions_refresh_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class TransactionsRefreshRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + access_token: Any = ... + def __init__(self, access_token: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transactions_refresh_response.pyi b/plaid-stubs/model/transactions_refresh_response.pyi new file mode 100644 index 0000000..31f1f83 --- /dev/null +++ b/plaid-stubs/model/transactions_refresh_response.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class TransactionsRefreshResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + request_id: Any = ... + def __init__(self, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/transactions_removed_webhook.pyi b/plaid-stubs/model/transactions_removed_webhook.pyi new file mode 100644 index 0000000..d183738 --- /dev/null +++ b/plaid-stubs/model/transactions_removed_webhook.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class TransactionsRemovedWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + removed_transactions: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, removed_transactions: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/user_custom_password.pyi b/plaid-stubs/model/user_custom_password.pyi new file mode 100644 index 0000000..7e64057 --- /dev/null +++ b/plaid-stubs/model/user_custom_password.pyi @@ -0,0 +1,16 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class UserCustomPassword(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + seed: Any = ... + override_accounts: Any = ... + mfa: Any = ... + recaptcha: Any = ... + force_error: Any = ... + def __init__(self, seed: Any, override_accounts: Any, mfa: Any, recaptcha: Any, force_error: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/user_permission_revoked_webhook.pyi b/plaid-stubs/model/user_permission_revoked_webhook.pyi new file mode 100644 index 0000000..cd15404 --- /dev/null +++ b/plaid-stubs/model/user_permission_revoked_webhook.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class UserPermissionRevokedWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/verification_expired_webhook.pyi b/plaid-stubs/model/verification_expired_webhook.pyi new file mode 100644 index 0000000..b8d40e8 --- /dev/null +++ b/plaid-stubs/model/verification_expired_webhook.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class VerificationExpiredWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + account_id: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, account_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/verification_status.pyi b/plaid-stubs/model/verification_status.pyi new file mode 100644 index 0000000..64906e0 --- /dev/null +++ b/plaid-stubs/model/verification_status.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class VerificationStatus(ModelSimple): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + value: Any = ... + def __init__(self, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/warning.pyi b/plaid-stubs/model/warning.pyi new file mode 100644 index 0000000..f57fb10 --- /dev/null +++ b/plaid-stubs/model/warning.pyi @@ -0,0 +1,14 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class Warning(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + warning_type: Any = ... + warning_code: Any = ... + cause: Any = ... + def __init__(self, warning_type: Any, warning_code: Any, cause: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/webhook_update_acknowledged_webhook.pyi b/plaid-stubs/model/webhook_update_acknowledged_webhook.pyi new file mode 100644 index 0000000..c924740 --- /dev/null +++ b/plaid-stubs/model/webhook_update_acknowledged_webhook.pyi @@ -0,0 +1,15 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class WebhookUpdateAcknowledgedWebhook(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + webhook_type: Any = ... + webhook_code: Any = ... + item_id: Any = ... + new_webhook_url: Any = ... + def __init__(self, webhook_type: Any, webhook_code: Any, item_id: Any, new_webhook_url: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/webhook_verification_key_get_request.pyi b/plaid-stubs/model/webhook_verification_key_get_request.pyi new file mode 100644 index 0000000..5d7e7a7 --- /dev/null +++ b/plaid-stubs/model/webhook_verification_key_get_request.pyi @@ -0,0 +1,10 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +class WebhookVerificationKeyGetRequest(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + key_id: Any = ... + def __init__(self, key_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/webhook_verification_key_get_response.pyi b/plaid-stubs/model/webhook_verification_key_get_response.pyi new file mode 100644 index 0000000..20ebd52 --- /dev/null +++ b/plaid-stubs/model/webhook_verification_key_get_response.pyi @@ -0,0 +1,13 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class WebhookVerificationKeyGetResponse(ModelNormal): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + key: Any = ... + request_id: Any = ... + def __init__(self, key: Any, request_id: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/ytd_gross_income_summary_field_number.pyi b/plaid-stubs/model/ytd_gross_income_summary_field_number.pyi new file mode 100644 index 0000000..f4e4acc --- /dev/null +++ b/plaid-stubs/model/ytd_gross_income_summary_field_number.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class YTDGrossIncomeSummaryFieldNumber(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model/ytd_net_income_summary_field_number.pyi b/plaid-stubs/model/ytd_net_income_summary_field_number.pyi new file mode 100644 index 0000000..fe8ab1e --- /dev/null +++ b/plaid-stubs/model/ytd_net_income_summary_field_number.pyi @@ -0,0 +1,11 @@ +from plaid.model_utils import ApiTypeError as ApiTypeError, ModelComposed as ModelComposed, ModelNormal as ModelNormal, ModelSimple as ModelSimple, cached_property as cached_property, change_keys_js_to_python as change_keys_js_to_python, convert_js_args_to_python_args as convert_js_args_to_python_args, file_type as file_type, none_type as none_type, validate_get_composed_info as validate_get_composed_info +from typing import Any + +def lazy_import() -> None: ... + +class YTDNetIncomeSummaryFieldNumber(ModelComposed): + allowed_values: Any = ... + validations: Any = ... + attribute_map: Any = ... + required_properties: Any = ... + def __init__(self, value: Any, verification_status: Any, *args: Any, **kwargs: Any) -> None: ... diff --git a/plaid-stubs/model_utils.pyi b/plaid-stubs/model_utils.pyi new file mode 100644 index 0000000..e92c4e9 --- /dev/null +++ b/plaid-stubs/model_utils.pyi @@ -0,0 +1,76 @@ +import io +from plaid.exceptions import ApiAttributeError as ApiAttributeError, ApiKeyError as ApiKeyError, ApiTypeError as ApiTypeError, ApiValueError as ApiValueError +from typing import Any, Optional + +none_type: Any +file_type = io.IOBase + +class cached_property: + result_key: str = ... + def __init__(self, fn: Any) -> None: ... + def __get__(self, instance: Any, cls: Optional[Any] = ...) -> Any: ... + +PRIMITIVE_TYPES: Any + + +class OpenApiModel: + def set_attribute(self, name: Any, value: Any) -> None: ... + def __ne__(self, other: Any) -> Any: ... + def __setattr__(self, attr: Any, value: Any) -> None: ... + def __getattr__(self, attr: Any) -> Any: ... + def __new__(cls, *args: Any, **kwargs: Any) -> Any: ... + +class ModelSimple(OpenApiModel): + def __setitem__(self, name: Any, value: Any) -> None: ... + def get(self, name: Any, default: Optional[Any] = ...) -> Any: ... + def __getitem__(self, name: Any) -> Any: ... + def __contains__(self, name: Any) -> Any: ... + def to_str(self) -> Any: ... + def __eq__(self, other: Any) -> Any: ... + +class ModelNormal(OpenApiModel): + def __setitem__(self, name: Any, value: Any) -> None: ... + def get(self, name: Any, default: Optional[Any] = ...) -> Any: ... + def __getitem__(self, name: Any) -> Any: ... + def __contains__(self, name: Any) -> Any: ... + def to_dict(self) -> Any: ... + def to_str(self) -> Any: ... + def __eq__(self, other: Any) -> Any: ... + +class ModelComposed(OpenApiModel): + def __setitem__(self, name: Any, value: Any) -> None: ... + __unset_attribute_value__: Any = ... + def get(self, name: Any, default: Optional[Any] = ...) -> Any: ... + def __getitem__(self, name: Any) -> Any: ... + def __contains__(self, name: Any) -> Any: ... + def to_dict(self) -> Any: ... + def to_str(self) -> Any: ... + def __eq__(self, other: Any) -> Any: ... + +COERCION_INDEX_BY_TYPE: Any +UPCONVERSION_TYPE_PAIRS: Any +COERCIBLE_TYPE_PAIRS: Any + +def get_simple_class(input_value: Any) -> Any: ... +def check_allowed_values(allowed_values: Any, input_variable_path: Any, input_values: Any) -> None: ... +def is_json_validation_enabled(schema_keyword: Any, configuration: Optional[Any] = ...) -> Any: ... +def check_validations(validations: Any, input_variable_path: Any, input_values: Any, configuration: Optional[Any] = ...) -> None: ... +def order_response_types(required_types: Any) -> Any: ... +def remove_uncoercible(required_types_classes: Any, current_item: Any, spec_property_naming: Any, must_convert: bool = ...) -> Any: ... +def get_required_type_classes(required_types_mixed: Any, spec_property_naming: Any) -> Any: ... +def change_keys_js_to_python(input_dict: Any, model_class: Any) -> Any: ... +def get_type_error(var_value: Any, path_to_item: Any, valid_classes: Any, key_type: bool = ...) -> Any: ... +def deserialize_primitive(data: Any, klass: Any, path_to_item: Any) -> Any: ... +def get_discriminator_class(model_class: Any, discr_name: Any, discr_value: Any, cls_visited: Any) -> Any: ... +def deserialize_model(model_data: Any, model_class: Any, path_to_item: Any, check_type: Any, configuration: Any, spec_property_naming: Any) -> Any: ... +def deserialize_file(response_data: Any, configuration: Any, content_disposition: Optional[Any] = ...) -> Any: ... +def attempt_convert_item(input_value: Any, valid_classes: Any, path_to_item: Any, configuration: Any, spec_property_naming: Any, key_type: bool = ..., must_convert: bool = ..., check_type: bool = ...) -> Any: ... +def is_type_nullable(input_type: Any) -> Any: ... +def is_valid_type(input_class_simple: Any, valid_classes: Any) -> Any: ... +def validate_and_convert_types(input_value: Any, required_types_mixed: Any, path_to_item: Any, spec_property_naming: Any, _check_type: Any, configuration: Optional[Any] = ...) -> Any: ... +def model_to_dict(model_instance: Any, serialize: bool = ...) -> Any: ... +def type_error_message(var_value: Optional[Any] = ..., var_name: Optional[Any] = ..., valid_classes: Optional[Any] = ..., key_type: Optional[Any] = ...) -> Any: ... +def get_valid_classes_phrase(input_classes: Any) -> Any: ... +def convert_js_args_to_python_args(fn: Any) -> Any: ... +def get_additional_properties_model_instances(composed_instances: Any, self: Any) -> Any: ... +def validate_get_composed_info(constant_args: Any, model_args: Any, self: Any) -> Any: ... diff --git a/plaid-stubs/models/__init__.pyi b/plaid-stubs/models/__init__.pyi new file mode 100644 index 0000000..c409b42 --- /dev/null +++ b/plaid-stubs/models/__init__.pyi @@ -0,0 +1,321 @@ +from plaid.model.account_assets import AccountAssets as AccountAssets +from plaid.model.account_assets_all_of import AccountAssetsAllOf as AccountAssetsAllOf +from plaid.model.account_balance import AccountBalance as AccountBalance +from plaid.model.account_base import AccountBase as AccountBase +from plaid.model.account_filters_response import AccountFiltersResponse as AccountFiltersResponse +from plaid.model.account_identity import AccountIdentity as AccountIdentity +from plaid.model.account_identity_all_of import AccountIdentityAllOf as AccountIdentityAllOf +from plaid.model.account_subtype import AccountSubtype as AccountSubtype +from plaid.model.account_subtypes import AccountSubtypes as AccountSubtypes +from plaid.model.account_type import AccountType as AccountType +from plaid.model.accounts_balance_get_request import AccountsBalanceGetRequest as AccountsBalanceGetRequest +from plaid.model.accounts_balance_get_request_options import AccountsBalanceGetRequestOptions as AccountsBalanceGetRequestOptions +from plaid.model.accounts_get_request import AccountsGetRequest as AccountsGetRequest +from plaid.model.accounts_get_request_options import AccountsGetRequestOptions as AccountsGetRequestOptions +from plaid.model.accounts_get_response import AccountsGetResponse as AccountsGetResponse +from plaid.model.ach_class import ACHClass as ACHClass +from plaid.model.address import Address as Address +from plaid.model.address_data import AddressData as AddressData +from plaid.model.application import Application as Application +from plaid.model.application_get_request import ApplicationGetRequest as ApplicationGetRequest +from plaid.model.application_get_response import ApplicationGetResponse as ApplicationGetResponse +from plaid.model.apr import APR as APR +from plaid.model.asset_report import AssetReport as AssetReport +from plaid.model.asset_report_audit_copy_create_request import AssetReportAuditCopyCreateRequest as AssetReportAuditCopyCreateRequest +from plaid.model.asset_report_audit_copy_create_response import AssetReportAuditCopyCreateResponse as AssetReportAuditCopyCreateResponse +from plaid.model.asset_report_audit_copy_get_request import AssetReportAuditCopyGetRequest as AssetReportAuditCopyGetRequest +from plaid.model.asset_report_audit_copy_remove_request import AssetReportAuditCopyRemoveRequest as AssetReportAuditCopyRemoveRequest +from plaid.model.asset_report_audit_copy_remove_response import AssetReportAuditCopyRemoveResponse as AssetReportAuditCopyRemoveResponse +from plaid.model.asset_report_create_request import AssetReportCreateRequest as AssetReportCreateRequest +from plaid.model.asset_report_create_request_options import AssetReportCreateRequestOptions as AssetReportCreateRequestOptions +from plaid.model.asset_report_create_response import AssetReportCreateResponse as AssetReportCreateResponse +from plaid.model.asset_report_filter_request import AssetReportFilterRequest as AssetReportFilterRequest +from plaid.model.asset_report_filter_response import AssetReportFilterResponse as AssetReportFilterResponse +from plaid.model.asset_report_get_request import AssetReportGetRequest as AssetReportGetRequest +from plaid.model.asset_report_get_response import AssetReportGetResponse as AssetReportGetResponse +from plaid.model.asset_report_item import AssetReportItem as AssetReportItem +from plaid.model.asset_report_pdf_get_request import AssetReportPDFGetRequest as AssetReportPDFGetRequest +from plaid.model.asset_report_refresh_request import AssetReportRefreshRequest as AssetReportRefreshRequest +from plaid.model.asset_report_refresh_request_options import AssetReportRefreshRequestOptions as AssetReportRefreshRequestOptions +from plaid.model.asset_report_refresh_response import AssetReportRefreshResponse as AssetReportRefreshResponse +from plaid.model.asset_report_remove_request import AssetReportRemoveRequest as AssetReportRemoveRequest +from plaid.model.asset_report_remove_response import AssetReportRemoveResponse as AssetReportRemoveResponse +from plaid.model.asset_report_transaction import AssetReportTransaction as AssetReportTransaction +from plaid.model.asset_report_transaction_all_of import AssetReportTransactionAllOf as AssetReportTransactionAllOf +from plaid.model.asset_report_user import AssetReportUser as AssetReportUser +from plaid.model.assets_error_webhook import AssetsErrorWebhook as AssetsErrorWebhook +from plaid.model.assets_product_ready_webhook import AssetsProductReadyWebhook as AssetsProductReadyWebhook +from plaid.model.auth_get_numbers import AuthGetNumbers as AuthGetNumbers +from plaid.model.auth_get_request import AuthGetRequest as AuthGetRequest +from plaid.model.auth_get_request_options import AuthGetRequestOptions as AuthGetRequestOptions +from plaid.model.auth_get_response import AuthGetResponse as AuthGetResponse +from plaid.model.automatically_verified_webhook import AutomaticallyVerifiedWebhook as AutomaticallyVerifiedWebhook +from plaid.model.bank_transfer import BankTransfer as BankTransfer +from plaid.model.bank_transfer_balance import BankTransferBalance as BankTransferBalance +from plaid.model.bank_transfer_balance_get_request import BankTransferBalanceGetRequest as BankTransferBalanceGetRequest +from plaid.model.bank_transfer_balance_get_response import BankTransferBalanceGetResponse as BankTransferBalanceGetResponse +from plaid.model.bank_transfer_cancel_request import BankTransferCancelRequest as BankTransferCancelRequest +from plaid.model.bank_transfer_cancel_response import BankTransferCancelResponse as BankTransferCancelResponse +from plaid.model.bank_transfer_create_request import BankTransferCreateRequest as BankTransferCreateRequest +from plaid.model.bank_transfer_create_response import BankTransferCreateResponse as BankTransferCreateResponse +from plaid.model.bank_transfer_direction import BankTransferDirection as BankTransferDirection +from plaid.model.bank_transfer_event import BankTransferEvent as BankTransferEvent +from plaid.model.bank_transfer_event_list_request import BankTransferEventListRequest as BankTransferEventListRequest +from plaid.model.bank_transfer_event_list_response import BankTransferEventListResponse as BankTransferEventListResponse +from plaid.model.bank_transfer_event_sync_request import BankTransferEventSyncRequest as BankTransferEventSyncRequest +from plaid.model.bank_transfer_event_sync_response import BankTransferEventSyncResponse as BankTransferEventSyncResponse +from plaid.model.bank_transfer_event_type import BankTransferEventType as BankTransferEventType +from plaid.model.bank_transfer_failure import BankTransferFailure as BankTransferFailure +from plaid.model.bank_transfer_get_request import BankTransferGetRequest as BankTransferGetRequest +from plaid.model.bank_transfer_get_response import BankTransferGetResponse as BankTransferGetResponse +from plaid.model.bank_transfer_list_request import BankTransferListRequest as BankTransferListRequest +from plaid.model.bank_transfer_list_response import BankTransferListResponse as BankTransferListResponse +from plaid.model.bank_transfer_metadata import BankTransferMetadata as BankTransferMetadata +from plaid.model.bank_transfer_migrate_account_request import BankTransferMigrateAccountRequest as BankTransferMigrateAccountRequest +from plaid.model.bank_transfer_migrate_account_response import BankTransferMigrateAccountResponse as BankTransferMigrateAccountResponse +from plaid.model.bank_transfer_network import BankTransferNetwork as BankTransferNetwork +from plaid.model.bank_transfer_receiver_details import BankTransferReceiverDetails as BankTransferReceiverDetails +from plaid.model.bank_transfer_status import BankTransferStatus as BankTransferStatus +from plaid.model.bank_transfer_type import BankTransferType as BankTransferType +from plaid.model.bank_transfer_user import BankTransferUser as BankTransferUser +from plaid.model.bank_transfers_events_update_webhook import BankTransfersEventsUpdateWebhook as BankTransfersEventsUpdateWebhook +from plaid.model.categories_get_response import CategoriesGetResponse as CategoriesGetResponse +from plaid.model.category import Category as Category +from plaid.model.cause import Cause as Cause +from plaid.model.country_code import CountryCode as CountryCode +from plaid.model.credit_card_liability import CreditCardLiability as CreditCardLiability +from plaid.model.credit_filter import CreditFilter as CreditFilter +from plaid.model.default_update_webhook import DefaultUpdateWebhook as DefaultUpdateWebhook +from plaid.model.deposit_switch_address_data import DepositSwitchAddressData as DepositSwitchAddressData +from plaid.model.deposit_switch_alt_create_request import DepositSwitchAltCreateRequest as DepositSwitchAltCreateRequest +from plaid.model.deposit_switch_alt_create_response import DepositSwitchAltCreateResponse as DepositSwitchAltCreateResponse +from plaid.model.deposit_switch_create_request import DepositSwitchCreateRequest as DepositSwitchCreateRequest +from plaid.model.deposit_switch_create_response import DepositSwitchCreateResponse as DepositSwitchCreateResponse +from plaid.model.deposit_switch_get_request import DepositSwitchGetRequest as DepositSwitchGetRequest +from plaid.model.deposit_switch_get_response import DepositSwitchGetResponse as DepositSwitchGetResponse +from plaid.model.deposit_switch_target_account import DepositSwitchTargetAccount as DepositSwitchTargetAccount +from plaid.model.deposit_switch_target_user import DepositSwitchTargetUser as DepositSwitchTargetUser +from plaid.model.deposit_switch_token_create_request import DepositSwitchTokenCreateRequest as DepositSwitchTokenCreateRequest +from plaid.model.deposit_switch_token_create_response import DepositSwitchTokenCreateResponse as DepositSwitchTokenCreateResponse +from plaid.model.depository_filter import DepositoryFilter as DepositoryFilter +from plaid.model.email import Email as Email +from plaid.model.employee import Employee as Employee +from plaid.model.employee_income_summary_field_string import EmployeeIncomeSummaryFieldString as EmployeeIncomeSummaryFieldString +from plaid.model.employer import Employer as Employer +from plaid.model.employer_income_summary_field_string import EmployerIncomeSummaryFieldString as EmployerIncomeSummaryFieldString +from plaid.model.employers_search_request import EmployersSearchRequest as EmployersSearchRequest +from plaid.model.employers_search_response import EmployersSearchResponse as EmployersSearchResponse +from plaid.model.error import Error as Error +from plaid.model.external_payment_options import ExternalPaymentOptions as ExternalPaymentOptions +from plaid.model.external_payment_refund_details import ExternalPaymentRefundDetails as ExternalPaymentRefundDetails +from plaid.model.external_payment_schedule import ExternalPaymentSchedule as ExternalPaymentSchedule +from plaid.model.external_payment_schedule_get import ExternalPaymentScheduleGet as ExternalPaymentScheduleGet +from plaid.model.health_incident import HealthIncident as HealthIncident +from plaid.model.historical_balance import HistoricalBalance as HistoricalBalance +from plaid.model.historical_update_webhook import HistoricalUpdateWebhook as HistoricalUpdateWebhook +from plaid.model.holding import Holding as Holding +from plaid.model.holdings_default_update_webhook import HoldingsDefaultUpdateWebhook as HoldingsDefaultUpdateWebhook +from plaid.model.identity_get_request import IdentityGetRequest as IdentityGetRequest +from plaid.model.identity_get_request_options import IdentityGetRequestOptions as IdentityGetRequestOptions +from plaid.model.identity_get_response import IdentityGetResponse as IdentityGetResponse +from plaid.model.incident_update import IncidentUpdate as IncidentUpdate +from plaid.model.income_breakdown import IncomeBreakdown as IncomeBreakdown +from plaid.model.income_summary import IncomeSummary as IncomeSummary +from plaid.model.income_summary_field_number import IncomeSummaryFieldNumber as IncomeSummaryFieldNumber +from plaid.model.income_summary_field_string import IncomeSummaryFieldString as IncomeSummaryFieldString +from plaid.model.income_verification_create_request import IncomeVerificationCreateRequest as IncomeVerificationCreateRequest +from plaid.model.income_verification_create_response import IncomeVerificationCreateResponse as IncomeVerificationCreateResponse +from plaid.model.income_verification_documents_download_request import IncomeVerificationDocumentsDownloadRequest as IncomeVerificationDocumentsDownloadRequest +from plaid.model.income_verification_documents_download_response import IncomeVerificationDocumentsDownloadResponse as IncomeVerificationDocumentsDownloadResponse +from plaid.model.income_verification_paystub_get_request import IncomeVerificationPaystubGetRequest as IncomeVerificationPaystubGetRequest +from plaid.model.income_verification_paystub_get_response import IncomeVerificationPaystubGetResponse as IncomeVerificationPaystubGetResponse +from plaid.model.income_verification_status_webhook import IncomeVerificationStatusWebhook as IncomeVerificationStatusWebhook +from plaid.model.income_verification_summary_get_request import IncomeVerificationSummaryGetRequest as IncomeVerificationSummaryGetRequest +from plaid.model.income_verification_summary_get_response import IncomeVerificationSummaryGetResponse as IncomeVerificationSummaryGetResponse +from plaid.model.income_verification_webhook_status import IncomeVerificationWebhookStatus as IncomeVerificationWebhookStatus +from plaid.model.inflow_model import InflowModel as InflowModel +from plaid.model.initial_update_webhook import InitialUpdateWebhook as InitialUpdateWebhook +from plaid.model.institution import Institution as Institution +from plaid.model.institution_status import InstitutionStatus as InstitutionStatus +from plaid.model.institutions_get_by_id_request import InstitutionsGetByIdRequest as InstitutionsGetByIdRequest +from plaid.model.institutions_get_by_id_request_options import InstitutionsGetByIdRequestOptions as InstitutionsGetByIdRequestOptions +from plaid.model.institutions_get_by_id_response import InstitutionsGetByIdResponse as InstitutionsGetByIdResponse +from plaid.model.institutions_get_request import InstitutionsGetRequest as InstitutionsGetRequest +from plaid.model.institutions_get_request_options import InstitutionsGetRequestOptions as InstitutionsGetRequestOptions +from plaid.model.institutions_get_response import InstitutionsGetResponse as InstitutionsGetResponse +from plaid.model.institutions_search_account_filter import InstitutionsSearchAccountFilter as InstitutionsSearchAccountFilter +from plaid.model.institutions_search_payment_initiation_options import InstitutionsSearchPaymentInitiationOptions as InstitutionsSearchPaymentInitiationOptions +from plaid.model.institutions_search_request import InstitutionsSearchRequest as InstitutionsSearchRequest +from plaid.model.institutions_search_request_options import InstitutionsSearchRequestOptions as InstitutionsSearchRequestOptions +from plaid.model.institutions_search_response import InstitutionsSearchResponse as InstitutionsSearchResponse +from plaid.model.investment_filter import InvestmentFilter as InvestmentFilter +from plaid.model.investment_holdings_get_request_options import InvestmentHoldingsGetRequestOptions as InvestmentHoldingsGetRequestOptions +from plaid.model.investment_transaction import InvestmentTransaction as InvestmentTransaction +from plaid.model.investments_default_update_webhook import InvestmentsDefaultUpdateWebhook as InvestmentsDefaultUpdateWebhook +from plaid.model.investments_holdings_get_request import InvestmentsHoldingsGetRequest as InvestmentsHoldingsGetRequest +from plaid.model.investments_holdings_get_response import InvestmentsHoldingsGetResponse as InvestmentsHoldingsGetResponse +from plaid.model.investments_transactions_get_request import InvestmentsTransactionsGetRequest as InvestmentsTransactionsGetRequest +from plaid.model.investments_transactions_get_request_options import InvestmentsTransactionsGetRequestOptions as InvestmentsTransactionsGetRequestOptions +from plaid.model.investments_transactions_get_response import InvestmentsTransactionsGetResponse as InvestmentsTransactionsGetResponse +from plaid.model.item import Item as Item +from plaid.model.item_access_token_invalidate_request import ItemAccessTokenInvalidateRequest as ItemAccessTokenInvalidateRequest +from plaid.model.item_access_token_invalidate_response import ItemAccessTokenInvalidateResponse as ItemAccessTokenInvalidateResponse +from plaid.model.item_error_webhook import ItemErrorWebhook as ItemErrorWebhook +from plaid.model.item_get_request import ItemGetRequest as ItemGetRequest +from plaid.model.item_get_response import ItemGetResponse as ItemGetResponse +from plaid.model.item_import_request import ItemImportRequest as ItemImportRequest +from plaid.model.item_import_request_options import ItemImportRequestOptions as ItemImportRequestOptions +from plaid.model.item_import_request_user_auth import ItemImportRequestUserAuth as ItemImportRequestUserAuth +from plaid.model.item_import_response import ItemImportResponse as ItemImportResponse +from plaid.model.item_product_ready_webhook import ItemProductReadyWebhook as ItemProductReadyWebhook +from plaid.model.item_public_token_create_request import ItemPublicTokenCreateRequest as ItemPublicTokenCreateRequest +from plaid.model.item_public_token_create_response import ItemPublicTokenCreateResponse as ItemPublicTokenCreateResponse +from plaid.model.item_public_token_exchange_request import ItemPublicTokenExchangeRequest as ItemPublicTokenExchangeRequest +from plaid.model.item_public_token_exchange_response import ItemPublicTokenExchangeResponse as ItemPublicTokenExchangeResponse +from plaid.model.item_remove_request import ItemRemoveRequest as ItemRemoveRequest +from plaid.model.item_remove_response import ItemRemoveResponse as ItemRemoveResponse +from plaid.model.item_status import ItemStatus as ItemStatus +from plaid.model.item_webhook_update_request import ItemWebhookUpdateRequest as ItemWebhookUpdateRequest +from plaid.model.item_webhook_update_response import ItemWebhookUpdateResponse as ItemWebhookUpdateResponse +from plaid.model.jwk_public_key import JWKPublicKey as JWKPublicKey +from plaid.model.jwt_header import JWTHeader as JWTHeader +from plaid.model.liabilities_default_update_webhook import LiabilitiesDefaultUpdateWebhook as LiabilitiesDefaultUpdateWebhook +from plaid.model.liabilities_get_request import LiabilitiesGetRequest as LiabilitiesGetRequest +from plaid.model.liabilities_get_request_options import LiabilitiesGetRequestOptions as LiabilitiesGetRequestOptions +from plaid.model.liabilities_get_response import LiabilitiesGetResponse as LiabilitiesGetResponse +from plaid.model.liabilities_object import LiabilitiesObject as LiabilitiesObject +from plaid.model.liability_override import LiabilityOverride as LiabilityOverride +from plaid.model.link_token_account_filters import LinkTokenAccountFilters as LinkTokenAccountFilters +from plaid.model.link_token_create_request import LinkTokenCreateRequest as LinkTokenCreateRequest +from plaid.model.link_token_create_request_account_subtypes import LinkTokenCreateRequestAccountSubtypes as LinkTokenCreateRequestAccountSubtypes +from plaid.model.link_token_create_request_auth import LinkTokenCreateRequestAuth as LinkTokenCreateRequestAuth +from plaid.model.link_token_create_request_deposit_switch import LinkTokenCreateRequestDepositSwitch as LinkTokenCreateRequestDepositSwitch +from plaid.model.link_token_create_request_income_verification import LinkTokenCreateRequestIncomeVerification as LinkTokenCreateRequestIncomeVerification +from plaid.model.link_token_create_request_payment_initiation import LinkTokenCreateRequestPaymentInitiation as LinkTokenCreateRequestPaymentInitiation +from plaid.model.link_token_create_request_user import LinkTokenCreateRequestUser as LinkTokenCreateRequestUser +from plaid.model.link_token_create_response import LinkTokenCreateResponse as LinkTokenCreateResponse +from plaid.model.link_token_get_metadata_response import LinkTokenGetMetadataResponse as LinkTokenGetMetadataResponse +from plaid.model.link_token_get_request import LinkTokenGetRequest as LinkTokenGetRequest +from plaid.model.link_token_get_response import LinkTokenGetResponse as LinkTokenGetResponse +from plaid.model.loan_filter import LoanFilter as LoanFilter +from plaid.model.location import Location as Location +from plaid.model.meta import Meta as Meta +from plaid.model.mfa import MFA as MFA +from plaid.model.mortgage_interest_rate import MortgageInterestRate as MortgageInterestRate +from plaid.model.mortgage_liability import MortgageLiability as MortgageLiability +from plaid.model.mortgage_property_address import MortgagePropertyAddress as MortgagePropertyAddress +from plaid.model.nullable_access_token import NullableAccessToken as NullableAccessToken +from plaid.model.nullable_address import NullableAddress as NullableAddress +from plaid.model.nullable_address_data import NullableAddressData as NullableAddressData +from plaid.model.nullable_item_status import NullableItemStatus as NullableItemStatus +from plaid.model.nullable_numbers_ach import NullableNumbersACH as NullableNumbersACH +from plaid.model.nullable_numbers_bacs import NullableNumbersBACS as NullableNumbersBACS +from plaid.model.nullable_numbers_eft import NullableNumbersEFT as NullableNumbersEFT +from plaid.model.nullable_numbers_international import NullableNumbersInternational as NullableNumbersInternational +from plaid.model.nullable_recipient_bacs import NullableRecipientBACS as NullableRecipientBACS +from plaid.model.numbers import Numbers as Numbers +from plaid.model.numbers_ach import NumbersACH as NumbersACH +from plaid.model.numbers_bacs import NumbersBACS as NumbersBACS +from plaid.model.numbers_eft import NumbersEFT as NumbersEFT +from plaid.model.numbers_international import NumbersInternational as NumbersInternational +from plaid.model.override_accounts import OverrideAccounts as OverrideAccounts +from plaid.model.owner import Owner as Owner +from plaid.model.owner_override import OwnerOverride as OwnerOverride +from plaid.model.pay_frequency import PayFrequency as PayFrequency +from plaid.model.pay_period_details import PayPeriodDetails as PayPeriodDetails +from plaid.model.payment_amount import PaymentAmount as PaymentAmount +from plaid.model.payment_initiation_address import PaymentInitiationAddress as PaymentInitiationAddress +from plaid.model.payment_initiation_metadata import PaymentInitiationMetadata as PaymentInitiationMetadata +from plaid.model.payment_initiation_optional_restriction_bacs import PaymentInitiationOptionalRestrictionBacs as PaymentInitiationOptionalRestrictionBacs +from plaid.model.payment_initiation_payment import PaymentInitiationPayment as PaymentInitiationPayment +from plaid.model.payment_initiation_payment_create_request import PaymentInitiationPaymentCreateRequest as PaymentInitiationPaymentCreateRequest +from plaid.model.payment_initiation_payment_create_response import PaymentInitiationPaymentCreateResponse as PaymentInitiationPaymentCreateResponse +from plaid.model.payment_initiation_payment_get_request import PaymentInitiationPaymentGetRequest as PaymentInitiationPaymentGetRequest +from plaid.model.payment_initiation_payment_get_response import PaymentInitiationPaymentGetResponse as PaymentInitiationPaymentGetResponse +from plaid.model.payment_initiation_payment_list_request import PaymentInitiationPaymentListRequest as PaymentInitiationPaymentListRequest +from plaid.model.payment_initiation_payment_list_response import PaymentInitiationPaymentListResponse as PaymentInitiationPaymentListResponse +from plaid.model.payment_initiation_payment_token_create_request import PaymentInitiationPaymentTokenCreateRequest as PaymentInitiationPaymentTokenCreateRequest +from plaid.model.payment_initiation_payment_token_create_response import PaymentInitiationPaymentTokenCreateResponse as PaymentInitiationPaymentTokenCreateResponse +from plaid.model.payment_initiation_recipient import PaymentInitiationRecipient as PaymentInitiationRecipient +from plaid.model.payment_initiation_recipient_create_request import PaymentInitiationRecipientCreateRequest as PaymentInitiationRecipientCreateRequest +from plaid.model.payment_initiation_recipient_create_response import PaymentInitiationRecipientCreateResponse as PaymentInitiationRecipientCreateResponse +from plaid.model.payment_initiation_recipient_get_request import PaymentInitiationRecipientGetRequest as PaymentInitiationRecipientGetRequest +from plaid.model.payment_initiation_recipient_get_response import PaymentInitiationRecipientGetResponse as PaymentInitiationRecipientGetResponse +from plaid.model.payment_initiation_recipient_get_response_all_of import PaymentInitiationRecipientGetResponseAllOf as PaymentInitiationRecipientGetResponseAllOf +from plaid.model.payment_initiation_recipient_list_request import PaymentInitiationRecipientListRequest as PaymentInitiationRecipientListRequest +from plaid.model.payment_initiation_recipient_list_response import PaymentInitiationRecipientListResponse as PaymentInitiationRecipientListResponse +from plaid.model.payment_initiation_standing_order_metadata import PaymentInitiationStandingOrderMetadata as PaymentInitiationStandingOrderMetadata +from plaid.model.payment_meta import PaymentMeta as PaymentMeta +from plaid.model.payment_schedule_interval import PaymentScheduleInterval as PaymentScheduleInterval +from plaid.model.payment_status_update_webhook import PaymentStatusUpdateWebhook as PaymentStatusUpdateWebhook +from plaid.model.paystub import Paystub as Paystub +from plaid.model.paystub_deduction import PaystubDeduction as PaystubDeduction +from plaid.model.paystub_ytd_details import PaystubYTDDetails as PaystubYTDDetails +from plaid.model.pending_expiration_webhook import PendingExpirationWebhook as PendingExpirationWebhook +from plaid.model.phone_number import PhoneNumber as PhoneNumber +from plaid.model.processor_apex_processor_token_create_request import ProcessorApexProcessorTokenCreateRequest as ProcessorApexProcessorTokenCreateRequest +from plaid.model.processor_auth_get_request import ProcessorAuthGetRequest as ProcessorAuthGetRequest +from plaid.model.processor_auth_get_response import ProcessorAuthGetResponse as ProcessorAuthGetResponse +from plaid.model.processor_balance_get_request import ProcessorBalanceGetRequest as ProcessorBalanceGetRequest +from plaid.model.processor_balance_get_response import ProcessorBalanceGetResponse as ProcessorBalanceGetResponse +from plaid.model.processor_identity_get_request import ProcessorIdentityGetRequest as ProcessorIdentityGetRequest +from plaid.model.processor_identity_get_response import ProcessorIdentityGetResponse as ProcessorIdentityGetResponse +from plaid.model.processor_number import ProcessorNumber as ProcessorNumber +from plaid.model.processor_stripe_bank_account_token_create_request import ProcessorStripeBankAccountTokenCreateRequest as ProcessorStripeBankAccountTokenCreateRequest +from plaid.model.processor_stripe_bank_account_token_create_response import ProcessorStripeBankAccountTokenCreateResponse as ProcessorStripeBankAccountTokenCreateResponse +from plaid.model.processor_token_create_request import ProcessorTokenCreateRequest as ProcessorTokenCreateRequest +from plaid.model.processor_token_create_response import ProcessorTokenCreateResponse as ProcessorTokenCreateResponse +from plaid.model.product_status import ProductStatus as ProductStatus +from plaid.model.product_status_breakdown import ProductStatusBreakdown as ProductStatusBreakdown +from plaid.model.products import Products as Products +from plaid.model.projected_income_summary_field_number import ProjectedIncomeSummaryFieldNumber as ProjectedIncomeSummaryFieldNumber +from plaid.model.pslf_status import PSLFStatus as PSLFStatus +from plaid.model.recaptcha_required_error import RecaptchaRequiredError as RecaptchaRequiredError +from plaid.model.recipient_bacs import RecipientBACS as RecipientBACS +from plaid.model.sandbox_bank_transfer_fire_webhook_request import SandboxBankTransferFireWebhookRequest as SandboxBankTransferFireWebhookRequest +from plaid.model.sandbox_bank_transfer_fire_webhook_response import SandboxBankTransferFireWebhookResponse as SandboxBankTransferFireWebhookResponse +from plaid.model.sandbox_bank_transfer_simulate_request import SandboxBankTransferSimulateRequest as SandboxBankTransferSimulateRequest +from plaid.model.sandbox_bank_transfer_simulate_response import SandboxBankTransferSimulateResponse as SandboxBankTransferSimulateResponse +from plaid.model.sandbox_item_fire_webhook_request import SandboxItemFireWebhookRequest as SandboxItemFireWebhookRequest +from plaid.model.sandbox_item_fire_webhook_response import SandboxItemFireWebhookResponse as SandboxItemFireWebhookResponse +from plaid.model.sandbox_item_reset_login_request import SandboxItemResetLoginRequest as SandboxItemResetLoginRequest +from plaid.model.sandbox_item_reset_login_response import SandboxItemResetLoginResponse as SandboxItemResetLoginResponse +from plaid.model.sandbox_item_set_verification_status_request import SandboxItemSetVerificationStatusRequest as SandboxItemSetVerificationStatusRequest +from plaid.model.sandbox_item_set_verification_status_response import SandboxItemSetVerificationStatusResponse as SandboxItemSetVerificationStatusResponse +from plaid.model.sandbox_processor_token_create_request import SandboxProcessorTokenCreateRequest as SandboxProcessorTokenCreateRequest +from plaid.model.sandbox_processor_token_create_request_options import SandboxProcessorTokenCreateRequestOptions as SandboxProcessorTokenCreateRequestOptions +from plaid.model.sandbox_processor_token_create_response import SandboxProcessorTokenCreateResponse as SandboxProcessorTokenCreateResponse +from plaid.model.sandbox_public_token_create_request import SandboxPublicTokenCreateRequest as SandboxPublicTokenCreateRequest +from plaid.model.sandbox_public_token_create_request_options import SandboxPublicTokenCreateRequestOptions as SandboxPublicTokenCreateRequestOptions +from plaid.model.sandbox_public_token_create_request_options_transactions import SandboxPublicTokenCreateRequestOptionsTransactions as SandboxPublicTokenCreateRequestOptionsTransactions +from plaid.model.sandbox_public_token_create_response import SandboxPublicTokenCreateResponse as SandboxPublicTokenCreateResponse +from plaid.model.security import Security as Security +from plaid.model.servicer_address_data import ServicerAddressData as ServicerAddressData +from plaid.model.standalone_account_type import StandaloneAccountType as StandaloneAccountType +from plaid.model.standalone_currency_code_list import StandaloneCurrencyCodeList as StandaloneCurrencyCodeList +from plaid.model.standalone_investment_transaction_subtype import StandaloneInvestmentTransactionSubtype as StandaloneInvestmentTransactionSubtype +from plaid.model.standalone_investment_transaction_type import StandaloneInvestmentTransactionType as StandaloneInvestmentTransactionType +from plaid.model.student_loan import StudentLoan as StudentLoan +from plaid.model.student_loan_repayment_model import StudentLoanRepaymentModel as StudentLoanRepaymentModel +from plaid.model.student_loan_status import StudentLoanStatus as StudentLoanStatus +from plaid.model.student_repayment_plan import StudentRepaymentPlan as StudentRepaymentPlan +from plaid.model.transaction import Transaction as Transaction +from plaid.model.transaction_code import TransactionCode as TransactionCode +from plaid.model.transaction_data import TransactionData as TransactionData +from plaid.model.transaction_override import TransactionOverride as TransactionOverride +from plaid.model.transactions_get_request import TransactionsGetRequest as TransactionsGetRequest +from plaid.model.transactions_get_request_options import TransactionsGetRequestOptions as TransactionsGetRequestOptions +from plaid.model.transactions_get_response import TransactionsGetResponse as TransactionsGetResponse +from plaid.model.transactions_refresh_request import TransactionsRefreshRequest as TransactionsRefreshRequest +from plaid.model.transactions_refresh_response import TransactionsRefreshResponse as TransactionsRefreshResponse +from plaid.model.transactions_removed_webhook import TransactionsRemovedWebhook as TransactionsRemovedWebhook +from plaid.model.user_custom_password import UserCustomPassword as UserCustomPassword +from plaid.model.user_permission_revoked_webhook import UserPermissionRevokedWebhook as UserPermissionRevokedWebhook +from plaid.model.verification_expired_webhook import VerificationExpiredWebhook as VerificationExpiredWebhook +from plaid.model.verification_status import VerificationStatus as VerificationStatus +from plaid.model.warning import Warning as Warning +from plaid.model.webhook_update_acknowledged_webhook import WebhookUpdateAcknowledgedWebhook as WebhookUpdateAcknowledgedWebhook +from plaid.model.webhook_verification_key_get_request import WebhookVerificationKeyGetRequest as WebhookVerificationKeyGetRequest +from plaid.model.webhook_verification_key_get_response import WebhookVerificationKeyGetResponse as WebhookVerificationKeyGetResponse +from plaid.model.ytd_gross_income_summary_field_number import YTDGrossIncomeSummaryFieldNumber as YTDGrossIncomeSummaryFieldNumber +from plaid.model.ytd_net_income_summary_field_number import YTDNetIncomeSummaryFieldNumber as YTDNetIncomeSummaryFieldNumber diff --git a/plaid-stubs/requester.pyi b/plaid-stubs/requester.pyi deleted file mode 100644 index a2445ed..0000000 --- a/plaid-stubs/requester.pyi +++ /dev/null @@ -1,24 +0,0 @@ -from plaid.errors import PlaidError as PlaidError -from typing import Optional, Set, Dict, Callable -from typing_extensions import Literal - -from .client import Response - - -ALLOWED_METHODS: Set[str] -DEFAULT_TIMEOUT: int - -METHOD = Literal['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'] - - -def http_request( - url: str, - method: Optional[METHOD] = ..., - data: Optional[dict] = ..., - headers: Optional[Dict[str, str]] = ..., - timeout: int = ..., - is_json: bool = ..., -) -> Response: ... - - -post_request: Callable[[str, Optional[dict], Optional[Dict[str, str]], int, bool], Response] diff --git a/plaid-stubs/rest.pyi b/plaid-stubs/rest.pyi new file mode 100644 index 0000000..c3d1c18 --- /dev/null +++ b/plaid-stubs/rest.pyi @@ -0,0 +1,26 @@ +import io +from plaid.exceptions import ApiException as ApiException, ApiValueError as ApiValueError, ForbiddenException as ForbiddenException, NotFoundException as NotFoundException, ServiceException as ServiceException, UnauthorizedException as UnauthorizedException +from typing import Any, Optional + +logger: Any + +class RESTResponse(io.IOBase): + urllib3_response: Any = ... + status: Any = ... + reason: Any = ... + data: Any = ... + def __init__(self, resp: Any) -> None: ... + def getheaders(self) -> Any: ... + def getheader(self, name: Any, default: Optional[Any] = ...) -> Any: ... + +class RESTClientObject: + pool_manager: Any = ... + def __init__(self, configuration: Any, pools_size: int = ..., maxsize: Optional[Any] = ...) -> None: ... + def request(self, method: Any, url: Any, query_params: Optional[Any] = ..., headers: Optional[Any] = ..., body: Optional[Any] = ..., post_params: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def GET(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def HEAD(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def OPTIONS(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., post_params: Optional[Any] = ..., body: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def DELETE(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., body: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def POST(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., post_params: Optional[Any] = ..., body: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def PUT(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., post_params: Optional[Any] = ..., body: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... + def PATCH(self, url: Any, headers: Optional[Any] = ..., query_params: Optional[Any] = ..., post_params: Optional[Any] = ..., body: Optional[Any] = ..., _preload_content: bool = ..., _request_timeout: Optional[Any] = ...) -> Any: ... diff --git a/plaid-stubs/utils.pyi b/plaid-stubs/utils.pyi deleted file mode 100644 index 1a6479b..0000000 --- a/plaid-stubs/utils.pyi +++ /dev/null @@ -1,6 +0,0 @@ -from urllib.parse import urljoin, urlencode - -__all__ = [ - 'urljoin', - 'urlencode', -] diff --git a/plaid-stubs/version.pyi b/plaid-stubs/version.pyi deleted file mode 100644 index bda5b5a..0000000 --- a/plaid-stubs/version.pyi +++ /dev/null @@ -1 +0,0 @@ -__version__: str diff --git a/setup.py b/setup.py index 37bf790..35ec484 100644 --- a/setup.py +++ b/setup.py @@ -33,13 +33,13 @@ def find_stub_files(): setup( name=name, - version="0.4.1", + version="0.5.0", description=description, long_description=long_description, long_description_content_type="text/markdown", license="MIT License", url="https://github.com/monarchmoney/plaid-stubs", - install_requires=["mypy>=0.761", "typing-extensions>=3.7.4.1", "plaid-python>=3.7.0",], + install_requires=["mypy>=0.761", "typing-extensions>=3.7.4.1", "plaid-python>=8.0.0",], packages=[name], package_data={name: find_stub_files()}, classifiers=[