plaid 14.0.0.beta.3 → 14.0.0.beta.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/Makefile +1 -20
- data/PUBLISH.md +1 -2
- data/docs/AccountAssets.md +1 -1
- data/docs/AccountBase.md +1 -1
- data/docs/AccountIdentity.md +1 -1
- data/docs/AccountsBalanceGetRequest.md +2 -2
- data/docs/AccountsGetRequest.md +2 -2
- data/docs/AssetReportAuditCopyCreateRequest.md +2 -2
- data/docs/AssetReportAuditCopyGetRequest.md +2 -2
- data/docs/AssetReportAuditCopyRemoveRequest.md +2 -2
- data/docs/AssetReportCreateRequest.md +2 -2
- data/docs/AssetReportFilterRequest.md +2 -2
- data/docs/AssetReportGetRequest.md +2 -2
- data/docs/AssetReportPDFGetRequest.md +2 -2
- data/docs/AssetReportRefreshRequest.md +2 -2
- data/docs/AssetReportRemoveRequest.md +2 -2
- data/docs/AuthGetRequest.md +2 -2
- data/docs/BankTransferBalanceGetRequest.md +2 -2
- data/docs/BankTransferCancelRequest.md +2 -2
- data/docs/BankTransferCreateRequest.md +2 -2
- data/docs/BankTransferEventListRequest.md +2 -2
- data/docs/BankTransferEventSyncRequest.md +2 -2
- data/docs/BankTransferGetRequest.md +2 -2
- data/docs/BankTransferListRequest.md +2 -2
- data/docs/BankTransferMigrateAccountRequest.md +2 -2
- data/docs/BankTransfersEventsUpdateWebhook.md +20 -0
- data/docs/DepositSwitchAltCreateRequest.md +2 -2
- data/docs/DepositSwitchCreateRequest.md +2 -2
- data/docs/DepositSwitchGetRequest.md +2 -2
- data/docs/DepositSwitchTokenCreateRequest.md +2 -2
- data/docs/EmployersSearchRequest.md +2 -2
- data/docs/IdentityGetRequest.md +2 -2
- data/docs/IncomeVerificationCreateRequest.md +2 -2
- data/docs/IncomeVerificationDocumentsDownloadRequest.md +2 -2
- data/docs/IncomeVerificationPaystubGetRequest.md +2 -2
- data/docs/IncomeVerificationSummaryGetRequest.md +2 -2
- data/docs/InstitutionsGetByIdRequest.md +2 -2
- data/docs/InstitutionsGetRequest.md +2 -2
- data/docs/InstitutionsGetRequestOptions.md +1 -1
- data/docs/InstitutionsGetResponse.md +1 -1
- data/docs/InstitutionsSearchRequest.md +2 -2
- data/docs/InstitutionsSearchRequestOptions.md +1 -3
- data/docs/InvestmentTransaction.md +1 -1
- data/docs/InvestmentsHoldingsGetRequest.md +2 -2
- data/docs/InvestmentsTransactionsGetRequest.md +2 -2
- data/docs/ItemAccessTokenInvalidateRequest.md +2 -2
- data/docs/ItemGetRequest.md +2 -2
- data/docs/ItemImportRequest.md +2 -2
- data/docs/ItemPublicTokenCreateRequest.md +2 -2
- data/docs/ItemPublicTokenExchangeRequest.md +2 -2
- data/docs/ItemRemoveRequest.md +2 -2
- data/docs/ItemWebhookUpdateRequest.md +2 -2
- data/docs/LiabilitiesGetRequest.md +2 -2
- data/docs/LiabilityOverride.md +3 -3
- data/docs/LinkTokenCreateRequest.md +7 -3
- data/docs/LinkTokenCreateRequestAuth.md +18 -0
- data/docs/LinkTokenGetRequest.md +2 -2
- data/docs/PaymentInitiationPaymentCreateRequest.md +2 -2
- data/docs/PaymentInitiationPaymentGetRequest.md +2 -2
- data/docs/PaymentInitiationPaymentListRequest.md +2 -2
- data/docs/PaymentInitiationPaymentTokenCreateRequest.md +2 -2
- data/docs/PaymentInitiationRecipientCreateRequest.md +2 -2
- data/docs/PaymentInitiationRecipientGetRequest.md +2 -2
- data/docs/PaymentInitiationRecipientListRequest.md +2 -2
- data/docs/PlaidApi.md +492 -412
- data/docs/ProcessorApexProcessorTokenCreateRequest.md +2 -2
- data/docs/ProcessorAuthGetRequest.md +2 -2
- data/docs/ProcessorBalanceGetRequest.md +2 -2
- data/docs/ProcessorIdentityGetRequest.md +2 -2
- data/docs/ProcessorStripeBankAccountTokenCreateRequest.md +2 -2
- data/docs/ProcessorTokenCreateRequest.md +2 -2
- data/docs/SandboxBankTransferFireWebhookRequest.md +22 -0
- data/docs/SandboxBankTransferFireWebhookResponse.md +18 -0
- data/docs/SandboxBankTransferSimulateRequest.md +2 -2
- data/docs/SandboxItemFireWebhookRequest.md +2 -2
- data/docs/SandboxItemResetLoginRequest.md +2 -2
- data/docs/SandboxItemSetVerificationStatusRequest.md +2 -2
- data/docs/SandboxProcessorTokenCreateRequest.md +2 -2
- data/docs/SandboxPublicTokenCreateRequest.md +2 -2
- data/docs/StudentLoan.md +1 -1
- data/docs/TransactionOverride.md +4 -4
- data/docs/TransactionsGetRequest.md +2 -2
- data/docs/TransactionsRefreshRequest.md +2 -2
- data/docs/WebhookVerificationKeyGetRequest.md +2 -2
- data/lib/plaid.rb +6 -2
- data/lib/plaid/api/plaid_api.rb +81 -12
- data/lib/plaid/api_client.rb +2 -2
- data/lib/plaid/api_error.rb +2 -2
- data/lib/plaid/configuration.rb +2 -2
- data/lib/plaid/models/account_assets.rb +3 -3
- data/lib/plaid/models/account_assets_all_of.rb +2 -2
- data/lib/plaid/models/account_balance.rb +2 -2
- data/lib/plaid/models/account_base.rb +3 -3
- data/lib/plaid/models/account_filters_response.rb +2 -2
- data/lib/plaid/models/account_identity.rb +3 -3
- data/lib/plaid/models/account_identity_all_of.rb +2 -2
- data/lib/plaid/models/account_subtype.rb +2 -2
- data/lib/plaid/models/account_type.rb +2 -2
- data/lib/plaid/models/accounts_balance_get_request.rb +4 -4
- data/lib/plaid/models/accounts_balance_get_request_options.rb +2 -2
- data/lib/plaid/models/accounts_get_request.rb +4 -4
- data/lib/plaid/models/accounts_get_request_options.rb +2 -2
- data/lib/plaid/models/accounts_get_response.rb +2 -2
- data/lib/plaid/models/ach_class.rb +2 -2
- data/lib/plaid/models/address.rb +2 -2
- data/lib/plaid/models/address_data.rb +2 -2
- data/lib/plaid/models/amount.rb +2 -2
- data/lib/plaid/models/apr.rb +2 -2
- data/lib/plaid/models/asset_report.rb +2 -2
- data/lib/plaid/models/asset_report_audit_copy_create_request.rb +4 -4
- data/lib/plaid/models/asset_report_audit_copy_create_response.rb +2 -2
- data/lib/plaid/models/asset_report_audit_copy_get_request.rb +4 -4
- data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +4 -4
- data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +2 -2
- data/lib/plaid/models/asset_report_create_request.rb +28 -4
- data/lib/plaid/models/asset_report_create_request_options.rb +2 -2
- data/lib/plaid/models/asset_report_create_response.rb +2 -2
- data/lib/plaid/models/asset_report_filter_request.rb +4 -4
- data/lib/plaid/models/asset_report_filter_response.rb +2 -2
- data/lib/plaid/models/asset_report_get_request.rb +4 -4
- data/lib/plaid/models/asset_report_get_response.rb +2 -2
- data/lib/plaid/models/asset_report_item.rb +2 -2
- data/lib/plaid/models/asset_report_pdf_get_request.rb +4 -4
- data/lib/plaid/models/asset_report_refresh_request.rb +6 -4
- data/lib/plaid/models/asset_report_refresh_request_options.rb +2 -2
- data/lib/plaid/models/asset_report_refresh_response.rb +2 -2
- data/lib/plaid/models/asset_report_remove_request.rb +4 -4
- data/lib/plaid/models/asset_report_remove_response.rb +2 -2
- data/lib/plaid/models/asset_report_transaction.rb +2 -2
- data/lib/plaid/models/asset_report_transaction_all_of.rb +2 -2
- data/lib/plaid/models/asset_report_user.rb +2 -2
- data/lib/plaid/models/assets_error_webhook.rb +2 -2
- data/lib/plaid/models/assets_product_ready_webhook.rb +2 -2
- data/lib/plaid/models/auth_get_numbers.rb +2 -2
- data/lib/plaid/models/auth_get_request.rb +4 -4
- data/lib/plaid/models/auth_get_request_options.rb +2 -2
- data/lib/plaid/models/auth_get_response.rb +2 -2
- data/lib/plaid/models/automatically_verified_webhook.rb +2 -2
- data/lib/plaid/models/bank_transfer.rb +11 -2
- data/lib/plaid/models/bank_transfer_balance.rb +2 -2
- data/lib/plaid/models/bank_transfer_balance_get_request.rb +4 -4
- data/lib/plaid/models/bank_transfer_balance_get_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_cancel_request.rb +4 -4
- data/lib/plaid/models/bank_transfer_cancel_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_create_request.rb +19 -4
- data/lib/plaid/models/bank_transfer_create_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_direction.rb +2 -2
- data/lib/plaid/models/bank_transfer_event.rb +4 -2
- data/lib/plaid/models/bank_transfer_event_list_request.rb +8 -4
- data/lib/plaid/models/bank_transfer_event_list_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_event_sync_request.rb +8 -4
- data/lib/plaid/models/bank_transfer_event_sync_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_event_type.rb +2 -2
- data/lib/plaid/models/bank_transfer_failure.rb +2 -2
- data/lib/plaid/models/bank_transfer_get_request.rb +4 -4
- data/lib/plaid/models/bank_transfer_get_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_list_request.rb +8 -4
- data/lib/plaid/models/bank_transfer_list_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_migrate_account_request.rb +4 -4
- data/lib/plaid/models/bank_transfer_migrate_account_response.rb +2 -2
- data/lib/plaid/models/bank_transfer_network.rb +2 -2
- data/lib/plaid/models/bank_transfer_receiver_details.rb +2 -2
- data/lib/plaid/models/bank_transfer_status.rb +2 -2
- data/lib/plaid/models/bank_transfer_type.rb +2 -2
- data/lib/plaid/models/bank_transfer_user.rb +2 -2
- data/lib/plaid/models/bank_transfers_events_update_webhook.rb +240 -0
- data/lib/plaid/models/categories_get_response.rb +2 -2
- data/lib/plaid/models/category.rb +2 -2
- data/lib/plaid/models/cause.rb +2 -2
- data/lib/plaid/models/country_code.rb +2 -2
- data/lib/plaid/models/credit_card_liability.rb +2 -2
- data/lib/plaid/models/credit_filter.rb +2 -2
- data/lib/plaid/models/default_update_webhook.rb +2 -2
- data/lib/plaid/models/deposit_switch_address_data.rb +2 -2
- data/lib/plaid/models/deposit_switch_alt_create_request.rb +4 -4
- data/lib/plaid/models/deposit_switch_alt_create_response.rb +2 -2
- data/lib/plaid/models/deposit_switch_create_request.rb +4 -4
- data/lib/plaid/models/deposit_switch_create_response.rb +2 -2
- data/lib/plaid/models/deposit_switch_get_request.rb +4 -4
- data/lib/plaid/models/deposit_switch_get_response.rb +2 -2
- data/lib/plaid/models/deposit_switch_target_account.rb +2 -2
- data/lib/plaid/models/deposit_switch_target_user.rb +2 -2
- data/lib/plaid/models/deposit_switch_token_create_request.rb +4 -4
- data/lib/plaid/models/deposit_switch_token_create_response.rb +2 -2
- data/lib/plaid/models/depository_filter.rb +2 -2
- data/lib/plaid/models/email.rb +2 -2
- data/lib/plaid/models/employee.rb +2 -2
- data/lib/plaid/models/employee_income_summary_field_string.rb +2 -2
- data/lib/plaid/models/employer.rb +2 -2
- data/lib/plaid/models/employer_income_summary_field_string.rb +2 -2
- data/lib/plaid/models/employers_search_request.rb +4 -4
- data/lib/plaid/models/employers_search_response.rb +2 -2
- data/lib/plaid/models/error.rb +2 -2
- data/lib/plaid/models/external_payment_schedule.rb +2 -2
- data/lib/plaid/models/external_payment_schedule_get.rb +2 -2
- data/lib/plaid/models/health_incident.rb +2 -2
- data/lib/plaid/models/historical_balance.rb +2 -2
- data/lib/plaid/models/historical_update_webhook.rb +2 -2
- data/lib/plaid/models/holding.rb +2 -2
- data/lib/plaid/models/holdings_default_update_webhook.rb +2 -2
- data/lib/plaid/models/identity_get_request.rb +4 -4
- data/lib/plaid/models/identity_get_request_options.rb +2 -2
- data/lib/plaid/models/identity_get_response.rb +2 -2
- data/lib/plaid/models/incident_update.rb +2 -2
- data/lib/plaid/models/income_breakdown.rb +2 -2
- data/lib/plaid/models/income_summary.rb +2 -2
- data/lib/plaid/models/income_summary_field_number.rb +2 -2
- data/lib/plaid/models/income_summary_field_string.rb +2 -2
- data/lib/plaid/models/income_verification_create_request.rb +4 -4
- data/lib/plaid/models/income_verification_create_response.rb +2 -2
- data/lib/plaid/models/income_verification_documents_download_request.rb +4 -4
- data/lib/plaid/models/income_verification_documents_download_response.rb +2 -2
- data/lib/plaid/models/income_verification_paystub_get_request.rb +4 -4
- data/lib/plaid/models/income_verification_paystub_get_response.rb +2 -2
- data/lib/plaid/models/income_verification_status_webhook.rb +2 -2
- data/lib/plaid/models/income_verification_summary_get_request.rb +4 -4
- data/lib/plaid/models/income_verification_summary_get_response.rb +2 -2
- data/lib/plaid/models/income_verification_webhook_status.rb +2 -2
- data/lib/plaid/models/inflow_model.rb +2 -2
- data/lib/plaid/models/initial_update_webhook.rb +2 -2
- data/lib/plaid/models/institution.rb +2 -2
- data/lib/plaid/models/institution_status.rb +2 -2
- data/lib/plaid/models/institutions_get_by_id_request.rb +4 -4
- data/lib/plaid/models/institutions_get_by_id_request_options.rb +2 -2
- data/lib/plaid/models/institutions_get_by_id_response.rb +2 -2
- data/lib/plaid/models/institutions_get_request.rb +27 -4
- data/lib/plaid/models/institutions_get_request_options.rb +3 -3
- data/lib/plaid/models/institutions_get_response.rb +3 -3
- data/lib/plaid/models/institutions_search_account_filter.rb +2 -2
- data/lib/plaid/models/institutions_search_request.rb +25 -4
- data/lib/plaid/models/institutions_search_request_options.rb +6 -15
- data/lib/plaid/models/institutions_search_response.rb +2 -2
- data/lib/plaid/models/investment_filter.rb +2 -2
- data/lib/plaid/models/investment_holdings_get_request_options.rb +2 -2
- data/lib/plaid/models/investment_transaction.rb +3 -2
- data/lib/plaid/models/investments_default_update_webhook.rb +2 -2
- data/lib/plaid/models/investments_holdings_get_request.rb +4 -4
- data/lib/plaid/models/investments_holdings_get_response.rb +2 -2
- data/lib/plaid/models/investments_transactions_get_request.rb +4 -4
- data/lib/plaid/models/investments_transactions_get_request_options.rb +6 -2
- data/lib/plaid/models/investments_transactions_get_response.rb +2 -2
- data/lib/plaid/models/item.rb +2 -2
- data/lib/plaid/models/item_access_token_invalidate_request.rb +4 -4
- data/lib/plaid/models/item_access_token_invalidate_response.rb +2 -2
- data/lib/plaid/models/item_error_webhook.rb +2 -2
- data/lib/plaid/models/item_get_request.rb +4 -4
- data/lib/plaid/models/item_get_response.rb +2 -2
- data/lib/plaid/models/item_import_request.rb +25 -4
- data/lib/plaid/models/item_import_request_options.rb +2 -2
- data/lib/plaid/models/item_import_request_user_auth.rb +2 -2
- data/lib/plaid/models/item_import_response.rb +2 -2
- data/lib/plaid/models/item_product_ready_webhook.rb +2 -2
- data/lib/plaid/models/item_public_token_create_request.rb +4 -4
- data/lib/plaid/models/item_public_token_create_response.rb +2 -2
- data/lib/plaid/models/item_public_token_exchange_request.rb +4 -4
- data/lib/plaid/models/item_public_token_exchange_response.rb +2 -2
- data/lib/plaid/models/item_remove_request.rb +4 -4
- data/lib/plaid/models/item_remove_response.rb +2 -2
- data/lib/plaid/models/item_status.rb +2 -2
- data/lib/plaid/models/item_webhook_update_request.rb +4 -4
- data/lib/plaid/models/item_webhook_update_response.rb +2 -2
- data/lib/plaid/models/jwk_public_key.rb +2 -2
- data/lib/plaid/models/jwt_header.rb +2 -2
- data/lib/plaid/models/liabilities_get_request.rb +4 -4
- data/lib/plaid/models/liabilities_get_request_options.rb +2 -2
- data/lib/plaid/models/liabilities_get_response.rb +2 -2
- data/lib/plaid/models/liabilities_object.rb +2 -2
- data/lib/plaid/models/liability_override.rb +5 -7
- data/lib/plaid/models/link_token_account_filters.rb +2 -2
- data/lib/plaid/models/link_token_create_request.rb +47 -8
- data/lib/plaid/models/link_token_create_request_account_subtypes.rb +2 -2
- data/lib/plaid/models/link_token_create_request_auth.rb +259 -0
- data/lib/plaid/models/link_token_create_request_deposit_switch.rb +2 -2
- data/lib/plaid/models/link_token_create_request_income_verification.rb +2 -2
- data/lib/plaid/models/link_token_create_request_payment_initiation.rb +2 -2
- data/lib/plaid/models/link_token_create_request_user.rb +2 -2
- data/lib/plaid/models/link_token_create_response.rb +2 -2
- data/lib/plaid/models/link_token_get_metadata_response.rb +2 -2
- data/lib/plaid/models/link_token_get_request.rb +4 -4
- data/lib/plaid/models/link_token_get_response.rb +2 -2
- data/lib/plaid/models/loan_filter.rb +2 -2
- data/lib/plaid/models/location.rb +2 -2
- data/lib/plaid/models/meta.rb +2 -2
- data/lib/plaid/models/mfa.rb +2 -2
- data/lib/plaid/models/mortgage_interest_rate.rb +2 -2
- data/lib/plaid/models/mortgage_liability.rb +2 -2
- data/lib/plaid/models/mortgage_property_address.rb +2 -2
- data/lib/plaid/models/nullable_access_token.rb +2 -2
- data/lib/plaid/models/nullable_address.rb +2 -2
- data/lib/plaid/models/nullable_address_data.rb +2 -2
- data/lib/plaid/models/nullable_item_status.rb +2 -2
- data/lib/plaid/models/nullable_numbers_ach.rb +2 -2
- data/lib/plaid/models/nullable_numbers_bacs.rb +2 -2
- data/lib/plaid/models/nullable_numbers_eft.rb +2 -2
- data/lib/plaid/models/nullable_numbers_international.rb +2 -2
- data/lib/plaid/models/nullable_recipient_bacs.rb +2 -2
- data/lib/plaid/models/numbers.rb +2 -2
- data/lib/plaid/models/numbers_ach.rb +2 -2
- data/lib/plaid/models/numbers_bacs.rb +2 -2
- data/lib/plaid/models/numbers_eft.rb +2 -2
- data/lib/plaid/models/numbers_international.rb +2 -2
- data/lib/plaid/models/override_accounts.rb +2 -2
- data/lib/plaid/models/owner.rb +2 -2
- data/lib/plaid/models/owner_override.rb +2 -2
- data/lib/plaid/models/pay_frequency.rb +2 -2
- data/lib/plaid/models/pay_period_details.rb +2 -2
- data/lib/plaid/models/payment_amount.rb +2 -2
- data/lib/plaid/models/payment_initiation_address.rb +19 -2
- data/lib/plaid/models/payment_initiation_payment_create_request.rb +4 -4
- data/lib/plaid/models/payment_initiation_payment_create_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_payment_get_request.rb +4 -4
- data/lib/plaid/models/payment_initiation_payment_get_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_payment_list_request.rb +6 -4
- data/lib/plaid/models/payment_initiation_payment_list_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +4 -4
- data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_recipient.rb +2 -2
- data/lib/plaid/models/payment_initiation_recipient_create_request.rb +4 -4
- data/lib/plaid/models/payment_initiation_recipient_create_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_recipient_get_request.rb +4 -4
- data/lib/plaid/models/payment_initiation_recipient_get_response.rb +2 -2
- data/lib/plaid/models/payment_initiation_recipient_list_request.rb +4 -4
- data/lib/plaid/models/payment_initiation_recipient_list_response.rb +2 -2
- data/lib/plaid/models/payment_meta.rb +2 -2
- data/lib/plaid/models/payment_status_update_webhook.rb +2 -2
- data/lib/plaid/models/paystub.rb +2 -2
- data/lib/plaid/models/paystub_deduction.rb +2 -2
- data/lib/plaid/models/paystub_ytd_details.rb +2 -2
- data/lib/plaid/models/pending_expiration_webhook.rb +2 -2
- data/lib/plaid/models/phone_number.rb +2 -2
- data/lib/plaid/models/processor_apex_processor_token_create_request.rb +4 -4
- data/lib/plaid/models/processor_auth_get_request.rb +4 -4
- data/lib/plaid/models/processor_auth_get_response.rb +2 -2
- data/lib/plaid/models/processor_balance_get_request.rb +4 -4
- data/lib/plaid/models/processor_balance_get_response.rb +2 -2
- data/lib/plaid/models/processor_identity_get_request.rb +4 -4
- data/lib/plaid/models/processor_identity_get_response.rb +2 -2
- data/lib/plaid/models/processor_number.rb +2 -2
- data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +4 -4
- data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +2 -2
- data/lib/plaid/models/processor_token_create_request.rb +4 -4
- data/lib/plaid/models/processor_token_create_response.rb +2 -2
- data/lib/plaid/models/product_status.rb +2 -2
- data/lib/plaid/models/product_status_breakdown.rb +2 -2
- data/lib/plaid/models/products.rb +2 -2
- data/lib/plaid/models/projected_income_summary_field_number.rb +2 -2
- data/lib/plaid/models/pslf_status.rb +2 -2
- data/lib/plaid/models/recaptcha_required_error.rb +2 -2
- data/lib/plaid/models/recipient_bacs.rb +2 -2
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +245 -0
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +225 -0
- data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +4 -4
- data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +2 -2
- data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +4 -4
- data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +2 -2
- data/lib/plaid/models/sandbox_item_reset_login_request.rb +4 -4
- data/lib/plaid/models/sandbox_item_reset_login_response.rb +2 -2
- data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +4 -4
- data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +2 -2
- data/lib/plaid/models/sandbox_processor_token_create_request.rb +4 -4
- data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +2 -2
- data/lib/plaid/models/sandbox_processor_token_create_response.rb +2 -2
- data/lib/plaid/models/sandbox_public_token_create_request.rb +25 -4
- data/lib/plaid/models/sandbox_public_token_create_request_options.rb +2 -2
- data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +2 -2
- data/lib/plaid/models/sandbox_public_token_create_response.rb +2 -2
- data/lib/plaid/models/security.rb +2 -2
- data/lib/plaid/models/servicer_address_data.rb +2 -2
- data/lib/plaid/models/standalone_account_type.rb +2 -2
- data/lib/plaid/models/standalone_currency_code_list.rb +2 -2
- data/lib/plaid/models/standalone_investment_transaction_subtype.rb +2 -2
- data/lib/plaid/models/standalone_investment_transaction_type.rb +2 -2
- data/lib/plaid/models/student_loan.rb +3 -3
- data/lib/plaid/models/student_loan_repayment_model.rb +2 -2
- data/lib/plaid/models/student_loan_status.rb +2 -2
- data/lib/plaid/models/student_repayment_plan.rb +2 -2
- data/lib/plaid/models/transaction.rb +2 -2
- data/lib/plaid/models/transaction_code.rb +2 -2
- data/lib/plaid/models/transaction_data.rb +2 -2
- data/lib/plaid/models/transaction_override.rb +21 -21
- data/lib/plaid/models/transactions_get_request.rb +4 -4
- data/lib/plaid/models/transactions_get_request_options.rb +6 -2
- data/lib/plaid/models/transactions_get_response.rb +2 -2
- data/lib/plaid/models/transactions_refresh_request.rb +4 -4
- data/lib/plaid/models/transactions_refresh_response.rb +2 -2
- data/lib/plaid/models/transactions_removed_webhook.rb +2 -2
- data/lib/plaid/models/user_custom_password.rb +2 -2
- data/lib/plaid/models/user_permission_revoked_webhook.rb +2 -2
- data/lib/plaid/models/verification_expired_webhook.rb +2 -2
- data/lib/plaid/models/verification_status.rb +2 -2
- data/lib/plaid/models/warning.rb +2 -2
- data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +2 -2
- data/lib/plaid/models/webhook_verification_key_get_request.rb +4 -4
- data/lib/plaid/models/webhook_verification_key_get_response.rb +2 -2
- data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +2 -2
- data/lib/plaid/models/ytd_net_income_summary_field_number.rb +2 -2
- data/lib/plaid/version.rb +3 -3
- data/pkg/plaid-14.0.0.beta.4.gem +0 -0
- data/plaid.gemspec +2 -2
- data/templates/ruby/partial_model_generic.mustache +362 -0
- data/test/test_bank_transfers.rb +1 -0
- metadata +19 -10
- data/pkg/plaid-14.0.0.beta.3.gem +0 -0
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -16,10 +16,10 @@ require 'time'
|
|
16
16
|
module Plaid
|
17
17
|
# InstitutionsGetByIdRequest defines the request schema for `/institutions/get_by_id`
|
18
18
|
class InstitutionsGetByIdRequest
|
19
|
-
# Your Plaid API `client_id`.
|
19
|
+
# Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
|
20
20
|
attr_accessor :client_id
|
21
21
|
|
22
|
-
# Your Plaid API `secret`.
|
22
|
+
# Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
|
23
23
|
attr_accessor :secret
|
24
24
|
|
25
25
|
# The ID of the institution to get details about
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -16,10 +16,10 @@ require 'time'
|
|
16
16
|
module Plaid
|
17
17
|
# InstitutionsGetRequest defines the request schema for `/institutions/get`
|
18
18
|
class InstitutionsGetRequest
|
19
|
-
# Your Plaid API `client_id`.
|
19
|
+
# Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
|
20
20
|
attr_accessor :client_id
|
21
21
|
|
22
|
-
# Your Plaid API `secret`.
|
22
|
+
# Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
|
23
23
|
attr_accessor :secret
|
24
24
|
|
25
25
|
# The total number of Institutions to return.
|
@@ -122,6 +122,7 @@ module Plaid
|
|
122
122
|
invalid_properties.push('invalid value for "count", must be smaller than or equal to 500.')
|
123
123
|
end
|
124
124
|
|
125
|
+
|
125
126
|
if @offset.nil?
|
126
127
|
invalid_properties.push('invalid value for "offset", offset cannot be nil.')
|
127
128
|
end
|
@@ -130,6 +131,11 @@ module Plaid
|
|
130
131
|
invalid_properties.push('invalid value for "country_codes", country_codes cannot be nil.')
|
131
132
|
end
|
132
133
|
|
134
|
+
|
135
|
+
if @country_codes.length < 1
|
136
|
+
invalid_properties.push('invalid value for "country_codes", number of items must be greater than or equal to 1.')
|
137
|
+
end
|
138
|
+
|
133
139
|
invalid_properties
|
134
140
|
end
|
135
141
|
|
@@ -140,6 +146,7 @@ module Plaid
|
|
140
146
|
return false if @count > 500
|
141
147
|
return false if @offset.nil?
|
142
148
|
return false if @country_codes.nil?
|
149
|
+
return false if @country_codes.length < 1
|
143
150
|
true
|
144
151
|
end
|
145
152
|
|
@@ -154,9 +161,25 @@ module Plaid
|
|
154
161
|
fail ArgumentError, 'invalid value for "count", must be smaller than or equal to 500.'
|
155
162
|
end
|
156
163
|
|
164
|
+
|
157
165
|
@count = count
|
158
166
|
end
|
159
167
|
|
168
|
+
# Custom attribute writer method with validation
|
169
|
+
# @param [Object] country_codes Value to be assigned
|
170
|
+
def country_codes=(country_codes)
|
171
|
+
if country_codes.nil?
|
172
|
+
fail ArgumentError, 'country_codes cannot be nil'
|
173
|
+
end
|
174
|
+
|
175
|
+
|
176
|
+
if country_codes.length < 1
|
177
|
+
fail ArgumentError, 'invalid value for "country_codes", number of items must be greater than or equal to 1.'
|
178
|
+
end
|
179
|
+
|
180
|
+
@country_codes = country_codes
|
181
|
+
end
|
182
|
+
|
160
183
|
# Checks equality by comparing each attribute.
|
161
184
|
# @param [Object] Object to be compared
|
162
185
|
def ==(o)
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -19,7 +19,7 @@ module Plaid
|
|
19
19
|
# Filter the Institutions based on which products they support.
|
20
20
|
attr_accessor :products
|
21
21
|
|
22
|
-
# Specify an array of routing numbers to filter institutions.
|
22
|
+
# Specify an array of routing numbers to filter institutions. The response will only return institutions that match all of the routing numbers in the array.
|
23
23
|
attr_accessor :routing_numbers
|
24
24
|
|
25
25
|
# Limit results to institutions with or without OAuth login flows. This is primarily relevant to institutions with European country codes.
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -19,7 +19,7 @@ module Plaid
|
|
19
19
|
# A list of Plaid Institution
|
20
20
|
attr_accessor :institutions
|
21
21
|
|
22
|
-
# The number of institutions
|
22
|
+
# The total number of institutions available via this endpoint
|
23
23
|
attr_accessor :total
|
24
24
|
|
25
25
|
# A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -16,10 +16,10 @@ require 'time'
|
|
16
16
|
module Plaid
|
17
17
|
# InstitutionsSearchRequest defines the request schema for `/institutions/search`
|
18
18
|
class InstitutionsSearchRequest
|
19
|
-
# Your Plaid API `client_id`.
|
19
|
+
# Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
|
20
20
|
attr_accessor :client_id
|
21
21
|
|
22
|
-
# Your Plaid API `secret`.
|
22
|
+
# Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
|
23
23
|
attr_accessor :secret
|
24
24
|
|
25
25
|
# The search query. Institutions with names matching the query are returned
|
@@ -124,6 +124,11 @@ module Plaid
|
|
124
124
|
invalid_properties.push('invalid value for "products", products cannot be nil.')
|
125
125
|
end
|
126
126
|
|
127
|
+
|
128
|
+
if @products.length < 1
|
129
|
+
invalid_properties.push('invalid value for "products", number of items must be greater than or equal to 1.')
|
130
|
+
end
|
131
|
+
|
127
132
|
if @country_codes.nil?
|
128
133
|
invalid_properties.push('invalid value for "country_codes", country_codes cannot be nil.')
|
129
134
|
end
|
@@ -136,10 +141,26 @@ module Plaid
|
|
136
141
|
def valid?
|
137
142
|
return false if @query.nil?
|
138
143
|
return false if @products.nil?
|
144
|
+
return false if @products.length < 1
|
139
145
|
return false if @country_codes.nil?
|
140
146
|
true
|
141
147
|
end
|
142
148
|
|
149
|
+
# Custom attribute writer method with validation
|
150
|
+
# @param [Object] products Value to be assigned
|
151
|
+
def products=(products)
|
152
|
+
if products.nil?
|
153
|
+
fail ArgumentError, 'products cannot be nil'
|
154
|
+
end
|
155
|
+
|
156
|
+
|
157
|
+
if products.length < 1
|
158
|
+
fail ArgumentError, 'invalid value for "products", number of items must be greater than or equal to 1.'
|
159
|
+
end
|
160
|
+
|
161
|
+
@products = products
|
162
|
+
end
|
163
|
+
|
143
164
|
# Checks equality by comparing each attribute.
|
144
165
|
# @param [Object] Object to be compared
|
145
166
|
def ==(o)
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -22,14 +22,11 @@ module Plaid
|
|
22
22
|
# When true, return the institution's homepage URL, logo and primary brand color. Learn more
|
23
23
|
attr_accessor :include_optional_metadata
|
24
24
|
|
25
|
-
attr_accessor :account_filter
|
26
|
-
|
27
25
|
# Attribute mapping from ruby-style variable name to JSON key.
|
28
26
|
def self.attribute_map
|
29
27
|
{
|
30
28
|
:'oauth' => :'oauth',
|
31
|
-
:'include_optional_metadata' => :'include_optional_metadata'
|
32
|
-
:'account_filter' => :'account_filter'
|
29
|
+
:'include_optional_metadata' => :'include_optional_metadata'
|
33
30
|
}
|
34
31
|
end
|
35
32
|
|
@@ -42,8 +39,7 @@ module Plaid
|
|
42
39
|
def self.openapi_types
|
43
40
|
{
|
44
41
|
:'oauth' => :'Boolean',
|
45
|
-
:'include_optional_metadata' => :'Boolean'
|
46
|
-
:'account_filter' => :'InstitutionsSearchAccountFilter'
|
42
|
+
:'include_optional_metadata' => :'Boolean'
|
47
43
|
}
|
48
44
|
end
|
49
45
|
|
@@ -75,10 +71,6 @@ module Plaid
|
|
75
71
|
if attributes.key?(:'include_optional_metadata')
|
76
72
|
self.include_optional_metadata = attributes[:'include_optional_metadata']
|
77
73
|
end
|
78
|
-
|
79
|
-
if attributes.key?(:'account_filter')
|
80
|
-
self.account_filter = attributes[:'account_filter']
|
81
|
-
end
|
82
74
|
end
|
83
75
|
|
84
76
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -100,8 +92,7 @@ module Plaid
|
|
100
92
|
return true if self.equal?(o)
|
101
93
|
self.class == o.class &&
|
102
94
|
oauth == o.oauth &&
|
103
|
-
include_optional_metadata == o.include_optional_metadata
|
104
|
-
account_filter == o.account_filter
|
95
|
+
include_optional_metadata == o.include_optional_metadata
|
105
96
|
end
|
106
97
|
|
107
98
|
# @see the `==` method
|
@@ -113,7 +104,7 @@ module Plaid
|
|
113
104
|
# Calculates hash code according to all attributes.
|
114
105
|
# @return [Integer] Hash code
|
115
106
|
def hash
|
116
|
-
[oauth, include_optional_metadata
|
107
|
+
[oauth, include_optional_metadata].hash
|
117
108
|
end
|
118
109
|
|
119
110
|
# Builds the object from hash
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -19,6 +19,7 @@ module Plaid
|
|
19
19
|
# The ID of the Investment transaction, unique across all Plaid transactions. Like all Plaid identifiers, the `investment_transaction_id` is case sensitive.
|
20
20
|
attr_accessor :investment_transaction_id
|
21
21
|
|
22
|
+
# A legacy field formerly used internally by Plaid to identify certain canceled transactions.
|
22
23
|
attr_accessor :cancel_transaction_id
|
23
24
|
|
24
25
|
# The `account_id` of the account against which this transaction posted.
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -16,10 +16,10 @@ require 'time'
|
|
16
16
|
module Plaid
|
17
17
|
# InvestmentsHoldingsGetRequest defines the request schema for `/investments/holdings/get`
|
18
18
|
class InvestmentsHoldingsGetRequest
|
19
|
-
# Your Plaid API `client_id`.
|
19
|
+
# Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
|
20
20
|
attr_accessor :client_id
|
21
21
|
|
22
|
-
# Your Plaid API `secret`.
|
22
|
+
# Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
|
23
23
|
attr_accessor :secret
|
24
24
|
|
25
25
|
# The access token associated with the Item data is being requested for.
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2020-09-14_1.
|
6
|
+
The version of the OpenAPI document: 2020-09-14_1.11.0
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -16,10 +16,10 @@ require 'time'
|
|
16
16
|
module Plaid
|
17
17
|
# InvestmentsTransactionsGetRequest defines the request schema for `/investments/transactions/get`
|
18
18
|
class InvestmentsTransactionsGetRequest
|
19
|
-
# Your Plaid API `client_id`.
|
19
|
+
# Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
|
20
20
|
attr_accessor :client_id
|
21
21
|
|
22
|
-
# Your Plaid API `secret`.
|
22
|
+
# Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
|
23
23
|
attr_accessor :secret
|
24
24
|
|
25
25
|
# The access token associated with the Item data is being requested for.
|