diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 19cb7557c..a6d0fb9bd 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -191,6 +191,7 @@ plaid/model/base_report_item.py plaid/model/base_report_longest_gap_insights.py plaid/model/base_report_number_flow_insights.py plaid/model/base_report_transaction.py +plaid/model/base_report_transaction_personal_finance_category.py plaid/model/base_report_transaction_type.py plaid/model/base_report_user_attributes.py plaid/model/base_report_warning.py @@ -272,10 +273,14 @@ plaid/model/beta_partner_end_customer.py plaid/model/beta_partner_end_customer_with_secrets.py plaid/model/business_account.py plaid/model/business_account_all_of.py +plaid/model/business_check_boolean_status.py +plaid/model/business_digital_presence_check.py plaid/model/business_email_address.py plaid/model/business_entity_type.py plaid/model/business_field_match_summary.py plaid/model/business_finance_category.py +plaid/model/business_industry_prediction.py +plaid/model/business_industry_prediction_nullable.py plaid/model/business_kyb_check.py plaid/model/business_kyb_match_details.py plaid/model/business_phone_number.py @@ -289,7 +294,12 @@ plaid/model/business_verification_get_response.py plaid/model/business_verification_status_kyb_check.py plaid/model/business_verification_status_overall.py plaid/model/business_verification_status_risk_check.py +plaid/model/business_verification_status_web_presence_check.py plaid/model/business_website.py +plaid/model/business_website_analysis.py +plaid/model/business_website_build_status.py +plaid/model/business_website_ssl.py +plaid/model/business_whois_record.py plaid/model/cash_flow_insight.py plaid/model/cash_flow_updates_event_webhook_codes.py plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py @@ -456,14 +466,23 @@ plaid/model/cra_monitoring_insights_unsubscribe_response.py plaid/model/cra_network_insights_item.py plaid/model/cra_network_insights_report.py plaid/model/cra_partner_insights.py +plaid/model/cra_partner_insights_base_fico_score.py +plaid/model/cra_partner_insights_base_fico_score_version.py +plaid/model/cra_partner_insights_bureau.py plaid/model/cra_partner_insights_complete_webhook.py plaid/model/cra_partner_insights_error_webhook.py +plaid/model/cra_partner_insights_fico_input.py +plaid/model/cra_partner_insights_fico_results.py plaid/model/cra_partner_insights_get_request.py plaid/model/cra_partner_insights_get_response.py plaid/model/cra_partner_insights_item.py plaid/model/cra_partner_insights_item_account.py plaid/model/cra_partner_insights_item_account_metadata.py plaid/model/cra_partner_insights_prism.py +plaid/model/cra_partner_insights_ultra_fico_score.py +plaid/model/cra_partner_insights_ultra_fico_score_request.py +plaid/model/cra_partner_insights_ultra_fico_score_result.py +plaid/model/cra_partner_insights_ultra_fico_score_version.py plaid/model/cra_pdf_add_ons.py plaid/model/cra_prediction_interval.py plaid/model/cra_upgrade_failed_webhook.py @@ -1400,6 +1419,7 @@ plaid/model/protect_report_create_request.py plaid/model/protect_report_create_response.py plaid/model/protect_report_source.py plaid/model/protect_report_type.py +plaid/model/protect_sdk_model_inputs.py plaid/model/protect_user.py plaid/model/protect_user_event_webhook.py plaid/model/protect_user_insights_get_request.py diff --git a/CHANGELOG.md b/CHANGELOG.md index f52a78e05..9a705b959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md). +# 38.4.0 +- Updating to OAS 2020-09-14_1.682.2 + +## OpenAPI Schema Changes +### 2020-09-14_1.682.2 +- Add personal_finance_category to BaseReportTransaction model. + +### 2020-09-14_1.682.1 +- Update `ProtectComputeResponse`: promote `score` and `model` to top-level fields, rename `fraud_attributes` to `attributes`, and remove `trust_index` and `subscores` +- Mark `ProtectComputeResponse.score` as nullable so it is omitted from the API response when no trust index score is present, preventing clients from seeing a spurious `"score": 0` + +### 2020-09-14_1.682.0 +- Add `has_null_available_balance` field to `OverrideAccounts` schema. When set to `true`, the Sandbox test account will always return `null` for its available balance. Cannot be set together with `force_available_balance`. + +### 2020-09-14_1.681.9 +- Add `fico` field to `CraCheckReportPartnerInsightsGetPartnerInsights`, `CraCheckReportCreatePartnerInsightsOptions`, and `LinkTokenCreateRequestCraOptionsPartnerInsights` schemas to support UltraFICO score generation; add new `CraPartnerInsightsFicoInput`, `CraPartnerInsightsUltraFicoScoreRequest`, `CraPartnerInsightsBaseFicoScore`, `CraPartnerInsightsUltraFicoScoreVersion`, `CraPartnerInsightsBureau`, and `CraPartnerInsightsBaseFicoScoreVersion` schemas + +### 2020-09-14_1.681.8 +- Update `beta/transactions/rules/v1` endpoints to use `client_user_id` instead of `access_token` +- Split `personal_finance_category` into `pfc_primary_category` and `pfc_detailed_category` on rule request/response schemas; add optional `pfc_version` field +- Rename `TransactionsRuleField` enum value `NAME` to `MERCHANT_NAME` +- Add `updated_at` and `client_user_id` to `TransactionsCategoryRule`; replace `item_id` and `personal_finance_category` + +### 2020-09-14_1.681.7 +- Add `sdk` field to `ProtectModelInputs` on `ProtectComputeRequest`. + +### 2020-09-14_1.681.6 +- Clarify `/protect/compute` `model` field: version suffix is required and must be `major.minor` format; removed references to versionless model names +- Expand `require_extracted_data` field description to document HTTP 400 / `FAILED_PRECONDITION` behavior when set to `true` +- Add readiness error to `/protect/compute` endpoint description: for link-session models, calling the endpoint before the Link session is complete returns HTTP 400 with `error_type` = `INVALID_REQUEST` and `error_code` = `FAILED_PRECONDITION` + # 38.3.0 - Updating to OAS 2020-09-14_1.681.5 diff --git a/plaid/__init__.py b/plaid/__init__.py index b9b8f18dc..9c664418e 100644 --- a/plaid/__init__.py +++ b/plaid/__init__.py @@ -5,12 +5,12 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ -__version__ = "38.3.0" +__version__ = "38.4.0" # import ApiClient from plaid.api_client import ApiClient diff --git a/plaid/api/plaid_api.py b/plaid/api/plaid_api.py index f6efdf3b3..1f1618d53 100644 --- a/plaid/api/plaid_api.py +++ b/plaid/api/plaid_api.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -19414,7 +19414,7 @@ def auth_verify( ): """Verify auth data # noqa: E501 - The `/auth/verify` endpoint verifies bank account numbers against Plaid's database via Database Auth. # noqa: E501 + The `/auth/verify` endpoint verifies bank account and routing numbers and (optionally) account owner names against Plaid's database via [Database Auth](https://plaid.com/docs/auth/coverage/database-auth/). It can be used to verify account numbers that were not collected via the Plaid Link flow. This endpoint is currently in Early Availability; contact Sales or your Plaid account manager to request access. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -22734,7 +22734,7 @@ def cra_check_report_create( ): """Refresh or create a Consumer Report # noqa: E501 - The primary purpose of `/cra/check_report/create` is to refresh data in an existing report. A Consumer Report will last for 24 hours before expiring; you should call any `/get` endpoints on the report before it expires. If a report expires, you can call `/cra/check_report/create` again to re-generate it and refresh the data in the report. `/cra/check_report/create` can also be used to create a new report if `consumer_report_permissible_purpose` was omitted during Link token creation. However, using the endpoint in this way is not recommended. Instead, `consumer_report_permissible_purpose` should always be specified when calling `/link/token/create` for Plaid CRA products; this will reduce latency and simplify the integration process. If you provide a `consumer_report_permissible_purpose` during Link token creation, then Plaid Check will automatically begin creating a Consumer Report once the user completes the Link process, and it is not necessary to call `/cra/check_report/create` before retrieving the report. # noqa: E501 + Use `/cra/check_report/create` to refresh data in an existing report. A Consumer Report will last for 24 hours before expiring; you should call any `/get` endpoints on the report before it expires. If a report expires, you can call `/cra/check_report/create` again to re-generate it and refresh the data in the report. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -34018,7 +34018,7 @@ def protect_compute( ): """Compute Protect Trust Index Score # noqa: E501 - Use this endpoint to compute a Protect Trust Index score and retrieve fraud attributes # noqa: E501 + Use this endpoint to compute a Protect Trust Index score and retrieve fraud attributes. For link-session models, if the Link session is not yet complete, the endpoint returns HTTP 400 with `error_type` = `INVALID_REQUEST` and `error_code` = `FAILED_PRECONDITION`. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/plaid/api_client.py b/plaid/api_client.py index 6e8e848aa..e50ac09cd 100644 --- a/plaid/api_client.py +++ b/plaid/api_client.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Plaid Python v38.3.0' + self.user_agent = 'Plaid Python v38.4.0' def __enter__(self): return self diff --git a/plaid/configuration.py b/plaid/configuration.py index bc7075b36..7e3211d1e 100644 --- a/plaid/configuration.py +++ b/plaid/configuration.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -431,8 +431,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 2020-09-14_1.681.5\n"\ - "SDK Package Version: 38.3.0".\ + "Version of the API: 2020-09-14_1.682.2\n"\ + "SDK Package Version: 38.4.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/plaid/exceptions.py b/plaid/exceptions.py index ef2750348..ebe4e5cb7 100644 --- a/plaid/exceptions.py +++ b/plaid/exceptions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/aamva_analysis.py b/plaid/model/aamva_analysis.py index 20b75142d..bdc215c33 100644 --- a/plaid/model/aamva_analysis.py +++ b/plaid/model/aamva_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/aamva_detailed_match_result.py b/plaid/model/aamva_detailed_match_result.py index fc0842229..0d743dc89 100644 --- a/plaid/model/aamva_detailed_match_result.py +++ b/plaid/model/aamva_detailed_match_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/aamva_match_result.py b/plaid/model/aamva_match_result.py index 1caddce67..82ced41c9 100644 --- a/plaid/model/aamva_match_result.py +++ b/plaid/model/aamva_match_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_access.py b/plaid/model/account_access.py index 3dcacab03..c3e5761d7 100644 --- a/plaid/model/account_access.py +++ b/plaid/model/account_access.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_assets.py b/plaid/model/account_assets.py index 322f7ba26..87b606e8d 100644 --- a/plaid/model/account_assets.py +++ b/plaid/model/account_assets.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_balance.py b/plaid/model/account_balance.py index 24b5dd7df..289253bed 100644 --- a/plaid/model/account_balance.py +++ b/plaid/model/account_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_base.py b/plaid/model/account_base.py index a07d0510f..d13c0f922 100644 --- a/plaid/model/account_base.py +++ b/plaid/model/account_base.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_base_nullable.py b/plaid/model/account_base_nullable.py index 74f454fe5..a87482e39 100644 --- a/plaid/model/account_base_nullable.py +++ b/plaid/model/account_base_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_filter.py b/plaid/model/account_filter.py index d585f26c8..cc9700da4 100644 --- a/plaid/model/account_filter.py +++ b/plaid/model/account_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_filter_subtypes.py b/plaid/model/account_filter_subtypes.py index 9204cb772..108011a62 100644 --- a/plaid/model/account_filter_subtypes.py +++ b/plaid/model/account_filter_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_filters_response.py b/plaid/model/account_filters_response.py index 1e507a603..cded9edd6 100644 --- a/plaid/model/account_filters_response.py +++ b/plaid/model/account_filters_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_holder_category.py b/plaid/model/account_holder_category.py index 209eae58e..c381318ac 100644 --- a/plaid/model/account_holder_category.py +++ b/plaid/model/account_holder_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity.py b/plaid/model/account_identity.py index 4d8e73aa0..fe9ef2b0f 100644 --- a/plaid/model/account_identity.py +++ b/plaid/model/account_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity_all_of.py b/plaid/model/account_identity_all_of.py index 27e006ebc..388240ecc 100644 --- a/plaid/model/account_identity_all_of.py +++ b/plaid/model/account_identity_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity_document_upload.py b/plaid/model/account_identity_document_upload.py index e47e23397..97b09e5d4 100644 --- a/plaid/model/account_identity_document_upload.py +++ b/plaid/model/account_identity_document_upload.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity_document_upload_all_of.py b/plaid/model/account_identity_document_upload_all_of.py index aca74a1a8..2bf625ed4 100644 --- a/plaid/model/account_identity_document_upload_all_of.py +++ b/plaid/model/account_identity_document_upload_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity_match_score.py b/plaid/model/account_identity_match_score.py index 8532886c8..d5bafeafb 100644 --- a/plaid/model/account_identity_match_score.py +++ b/plaid/model/account_identity_match_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity_match_score_all_of.py b/plaid/model/account_identity_match_score_all_of.py index a8f6325bc..41365287d 100644 --- a/plaid/model/account_identity_match_score_all_of.py +++ b/plaid/model/account_identity_match_score_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_ids_with_updated_auth.py b/plaid/model/account_ids_with_updated_auth.py index 9d0a1424b..d91227810 100644 --- a/plaid/model/account_ids_with_updated_auth.py +++ b/plaid/model/account_ids_with_updated_auth.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_ids_with_updated_identity.py b/plaid/model/account_ids_with_updated_identity.py index df094cdb4..d9a0f9289 100644 --- a/plaid/model/account_ids_with_updated_identity.py +++ b/plaid/model/account_ids_with_updated_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_insights.py b/plaid/model/account_insights.py index 4e2f4b7b0..8ebb9662e 100644 --- a/plaid/model/account_insights.py +++ b/plaid/model/account_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_product_access.py b/plaid/model/account_product_access.py index cc3bf8eaf..f85c3c93c 100644 --- a/plaid/model/account_product_access.py +++ b/plaid/model/account_product_access.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_product_access_nullable.py b/plaid/model/account_product_access_nullable.py index 8055f2306..65dcb7e06 100644 --- a/plaid/model/account_product_access_nullable.py +++ b/plaid/model/account_product_access_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_selection_cardinality.py b/plaid/model/account_selection_cardinality.py index 05f04bfd1..0fdaa957e 100644 --- a/plaid/model/account_selection_cardinality.py +++ b/plaid/model/account_selection_cardinality.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_subtype.py b/plaid/model/account_subtype.py index 603cac1b1..051aac306 100644 --- a/plaid/model/account_subtype.py +++ b/plaid/model/account_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_subtypes.py b/plaid/model/account_subtypes.py index 5399fdd02..616e800fe 100644 --- a/plaid/model/account_subtypes.py +++ b/plaid/model/account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_type.py b/plaid/model/account_type.py index 6e9d3c00a..f67e81be8 100644 --- a/plaid/model/account_type.py +++ b/plaid/model/account_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_verification_insights.py b/plaid/model/account_verification_insights.py index 68620db51..7a4c7e908 100644 --- a/plaid/model/account_verification_insights.py +++ b/plaid/model/account_verification_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -154,7 +154,7 @@ def _from_openapi_data(cls, network_status, account_number_format, *args, **kwar Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - name_match_score (int, none_type): Indicates the score of the name match between the given name provided during database verification (available in the [`verification_name`](https://plaid.com/docs/api/products/auth/#auth-get-response-accounts-verification-name) field) and matched Plaid network accounts. If defined, will be a value between 0 and 100. Will be undefined if name matching was not enabled for the database verification session or if there were no eligible Plaid network matches to compare the given name with.. [optional] # noqa: E501 + name_match_score (int, none_type): Indicates the score of the name match between the given name provided during database verification (available in the [`verification_name`](https://plaid.com/docs/api/products/auth/#auth-get-response-accounts-verification-name) field if using standard Database Auth, or provided in the request if using `/auth/verify`) and matched Plaid network accounts. If defined, will be a value between 0 and 100. Will be undefined if name matching was not enabled for the database verification session or if there were no eligible Plaid network matches to compare the given name with.. [optional] # noqa: E501 previous_returns (AccountVerificationInsightsPreviousReturns): [optional] # noqa: E501 """ @@ -247,7 +247,7 @@ def __init__(self, network_status, account_number_format, *args, **kwargs): # n Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - name_match_score (int, none_type): Indicates the score of the name match between the given name provided during database verification (available in the [`verification_name`](https://plaid.com/docs/api/products/auth/#auth-get-response-accounts-verification-name) field) and matched Plaid network accounts. If defined, will be a value between 0 and 100. Will be undefined if name matching was not enabled for the database verification session or if there were no eligible Plaid network matches to compare the given name with.. [optional] # noqa: E501 + name_match_score (int, none_type): Indicates the score of the name match between the given name provided during database verification (available in the [`verification_name`](https://plaid.com/docs/api/products/auth/#auth-get-response-accounts-verification-name) field if using standard Database Auth, or provided in the request if using `/auth/verify`) and matched Plaid network accounts. If defined, will be a value between 0 and 100. Will be undefined if name matching was not enabled for the database verification session or if there were no eligible Plaid network matches to compare the given name with.. [optional] # noqa: E501 previous_returns (AccountVerificationInsightsPreviousReturns): [optional] # noqa: E501 """ diff --git a/plaid/model/account_verification_insights_account_number_format.py b/plaid/model/account_verification_insights_account_number_format.py index 619931f53..d4afe058b 100644 --- a/plaid/model/account_verification_insights_account_number_format.py +++ b/plaid/model/account_verification_insights_account_number_format.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_verification_insights_network_status.py b/plaid/model/account_verification_insights_network_status.py index 1f6d988d3..313f965a2 100644 --- a/plaid/model/account_verification_insights_network_status.py +++ b/plaid/model/account_verification_insights_network_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_verification_insights_previous_returns.py b/plaid/model/account_verification_insights_previous_returns.py index 4ceabc599..17552ead1 100644 --- a/plaid/model/account_verification_insights_previous_returns.py +++ b/plaid/model/account_verification_insights_previous_returns.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -104,7 +104,7 @@ def _from_openapi_data(cls, has_previous_administrative_return, *args, **kwargs) """AccountVerificationInsightsPreviousReturns - a model defined in OpenAPI Args: - has_previous_administrative_return (bool): Indicates whether Plaid's data sources include a known administrative ACH return for account and routing number. + has_previous_administrative_return (bool): Indicates whether Plaid's data sources include a known administrative ACH return for this account and routing number. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -193,7 +193,7 @@ def __init__(self, has_previous_administrative_return, *args, **kwargs): # noqa """AccountVerificationInsightsPreviousReturns - a model defined in OpenAPI Args: - has_previous_administrative_return (bool): Indicates whether Plaid's data sources include a known administrative ACH return for account and routing number. + has_previous_administrative_return (bool): Indicates whether Plaid's data sources include a known administrative ACH return for this account and routing number. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/plaid/model/accounts_balance_get_request.py b/plaid/model/accounts_balance_get_request.py index 93b3fab07..3feeabad4 100644 --- a/plaid/model/accounts_balance_get_request.py +++ b/plaid/model/accounts_balance_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_balance_get_request_options.py b/plaid/model/accounts_balance_get_request_options.py index 1effbc139..60858d4bf 100644 --- a/plaid/model/accounts_balance_get_request_options.py +++ b/plaid/model/accounts_balance_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_get_request.py b/plaid/model/accounts_get_request.py index b33f6fedd..a910e3f70 100644 --- a/plaid/model/accounts_get_request.py +++ b/plaid/model/accounts_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_get_request_options.py b/plaid/model/accounts_get_request_options.py index 2758d9d47..cd3ff5fa1 100644 --- a/plaid/model/accounts_get_request_options.py +++ b/plaid/model/accounts_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_get_response.py b/plaid/model/accounts_get_response.py index 00224fa8f..962926309 100644 --- a/plaid/model/accounts_get_response.py +++ b/plaid/model/accounts_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ach_class.py b/plaid/model/ach_class.py index 5b83b4303..9c222d515 100644 --- a/plaid/model/ach_class.py +++ b/plaid/model/ach_class.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/action_state.py b/plaid/model/action_state.py index 6f4bb5886..d7b12904d 100644 --- a/plaid/model/action_state.py +++ b/plaid/model/action_state.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/activity.py b/plaid/model/activity.py index 8dc4f2872..2ff6895c8 100644 --- a/plaid/model/activity.py +++ b/plaid/model/activity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/activity_type.py b/plaid/model/activity_type.py index 4174707f6..ac8cfb0b8 100644 --- a/plaid/model/activity_type.py +++ b/plaid/model/activity_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address.py b/plaid/model/address.py index 82216dbb9..1a0099a2d 100644 --- a/plaid/model/address.py +++ b/plaid/model/address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_data.py b/plaid/model/address_data.py index bb6e0810d..4a18c5e0e 100644 --- a/plaid/model/address_data.py +++ b/plaid/model/address_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_data_not_required.py b/plaid/model/address_data_not_required.py index fa97d6fd7..4f96f29c4 100644 --- a/plaid/model/address_data_not_required.py +++ b/plaid/model/address_data_not_required.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_data_nullable.py b/plaid/model/address_data_nullable.py index 3e283eec1..602632113 100644 --- a/plaid/model/address_data_nullable.py +++ b/plaid/model/address_data_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_data_nullable_no_required_fields.py b/plaid/model/address_data_nullable_no_required_fields.py index 36791c608..25241dbe8 100644 --- a/plaid/model/address_data_nullable_no_required_fields.py +++ b/plaid/model/address_data_nullable_no_required_fields.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_match_score.py b/plaid/model/address_match_score.py index b3906f128..cb48b37f1 100644 --- a/plaid/model/address_match_score.py +++ b/plaid/model/address_match_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_nullable.py b/plaid/model/address_nullable.py index 44ddf3fca..0c87d8920 100644 --- a/plaid/model/address_nullable.py +++ b/plaid/model/address_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_purpose_label.py b/plaid/model/address_purpose_label.py index 131cb500c..f567ee893 100644 --- a/plaid/model/address_purpose_label.py +++ b/plaid/model/address_purpose_label.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/affordability_insights.py b/plaid/model/affordability_insights.py index 1af5fdbd7..bcd56b4f9 100644 --- a/plaid/model/affordability_insights.py +++ b/plaid/model/affordability_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/amount_with_currency.py b/plaid/model/amount_with_currency.py index ae6455eaf..42fc75a8a 100644 --- a/plaid/model/amount_with_currency.py +++ b/plaid/model/amount_with_currency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/amount_with_currency_with_monthly_average.py b/plaid/model/amount_with_currency_with_monthly_average.py index f4160c95c..26ea72c81 100644 --- a/plaid/model/amount_with_currency_with_monthly_average.py +++ b/plaid/model/amount_with_currency_with_monthly_average.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/application.py b/plaid/model/application.py index 93fd31c00..11729cacc 100644 --- a/plaid/model/application.py +++ b/plaid/model/application.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/application_get_request.py b/plaid/model/application_get_request.py index 0b39c8556..5628431dd 100644 --- a/plaid/model/application_get_request.py +++ b/plaid/model/application_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/application_get_response.py b/plaid/model/application_get_response.py index ee4e9f56d..24b7ab71e 100644 --- a/plaid/model/application_get_response.py +++ b/plaid/model/application_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/apr.py b/plaid/model/apr.py index ba7953014..8009c35f6 100644 --- a/plaid/model/apr.py +++ b/plaid/model/apr.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset.py b/plaid/model/asset.py index 1cbd74f3f..eaeab1050 100644 --- a/plaid/model/asset.py +++ b/plaid/model/asset.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_detail.py b/plaid/model/asset_detail.py index 1f69eefad..ee3471464 100644 --- a/plaid/model/asset_detail.py +++ b/plaid/model/asset_detail.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_holder.py b/plaid/model/asset_holder.py index 74e741c0e..92954a3fa 100644 --- a/plaid/model/asset_holder.py +++ b/plaid/model/asset_holder.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_holder_name.py b/plaid/model/asset_holder_name.py index 70e5842ef..bd93071ee 100644 --- a/plaid/model/asset_holder_name.py +++ b/plaid/model/asset_holder_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_holding.py b/plaid/model/asset_holding.py index 0ebeb20ec..1b2d38821 100644 --- a/plaid/model/asset_holding.py +++ b/plaid/model/asset_holding.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_holdings.py b/plaid/model/asset_holdings.py index ac5e944b4..adb6cb490 100644 --- a/plaid/model/asset_holdings.py +++ b/plaid/model/asset_holdings.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_investment_transaction_type.py b/plaid/model/asset_investment_transaction_type.py index 770e1a98d..a5929d341 100644 --- a/plaid/model/asset_investment_transaction_type.py +++ b/plaid/model/asset_investment_transaction_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_owner.py b/plaid/model/asset_owner.py index 7406a0272..bb531b441 100644 --- a/plaid/model/asset_owner.py +++ b/plaid/model/asset_owner.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_owners.py b/plaid/model/asset_owners.py index f3a74d595..05172ec75 100644 --- a/plaid/model/asset_owners.py +++ b/plaid/model/asset_owners.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report.py b/plaid/model/asset_report.py index 110779cfe..45e2527b2 100644 --- a/plaid/model/asset_report.py +++ b/plaid/model/asset_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_account_balance.py b/plaid/model/asset_report_account_balance.py index 43b1a751a..b29228dc2 100644 --- a/plaid/model/asset_report_account_balance.py +++ b/plaid/model/asset_report_account_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_add_ons.py b/plaid/model/asset_report_add_ons.py index 1f63c50b7..521fb7eb0 100644 --- a/plaid/model/asset_report_add_ons.py +++ b/plaid/model/asset_report_add_ons.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_audit_copy_create_request.py b/plaid/model/asset_report_audit_copy_create_request.py index 3b8d9194a..1227b7b14 100644 --- a/plaid/model/asset_report_audit_copy_create_request.py +++ b/plaid/model/asset_report_audit_copy_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_audit_copy_create_response.py b/plaid/model/asset_report_audit_copy_create_response.py index 746cde9c9..5f326a1ff 100644 --- a/plaid/model/asset_report_audit_copy_create_response.py +++ b/plaid/model/asset_report_audit_copy_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_audit_copy_get_request.py b/plaid/model/asset_report_audit_copy_get_request.py index 85e316056..b0a42c54d 100644 --- a/plaid/model/asset_report_audit_copy_get_request.py +++ b/plaid/model/asset_report_audit_copy_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_audit_copy_pdf_get_request.py b/plaid/model/asset_report_audit_copy_pdf_get_request.py index 101c1dda5..5ac8407bc 100644 --- a/plaid/model/asset_report_audit_copy_pdf_get_request.py +++ b/plaid/model/asset_report_audit_copy_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_audit_copy_remove_request.py b/plaid/model/asset_report_audit_copy_remove_request.py index a604ed398..afa98fd3e 100644 --- a/plaid/model/asset_report_audit_copy_remove_request.py +++ b/plaid/model/asset_report_audit_copy_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_audit_copy_remove_response.py b/plaid/model/asset_report_audit_copy_remove_response.py index b92859f5f..33a5f17f9 100644 --- a/plaid/model/asset_report_audit_copy_remove_response.py +++ b/plaid/model/asset_report_audit_copy_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_create_request.py b/plaid/model/asset_report_create_request.py index 429acc615..095faa6ad 100644 --- a/plaid/model/asset_report_create_request.py +++ b/plaid/model/asset_report_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_create_request_options.py b/plaid/model/asset_report_create_request_options.py index c2c721adc..0ef022b8d 100644 --- a/plaid/model/asset_report_create_request_options.py +++ b/plaid/model/asset_report_create_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_create_response.py b/plaid/model/asset_report_create_response.py index fd900fda9..c3eee2aea 100644 --- a/plaid/model/asset_report_create_response.py +++ b/plaid/model/asset_report_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_filter_request.py b/plaid/model/asset_report_filter_request.py index 33af77a16..195282dbd 100644 --- a/plaid/model/asset_report_filter_request.py +++ b/plaid/model/asset_report_filter_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_filter_response.py b/plaid/model/asset_report_filter_response.py index 123290bfb..c9698ebff 100644 --- a/plaid/model/asset_report_filter_response.py +++ b/plaid/model/asset_report_filter_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_freddie.py b/plaid/model/asset_report_freddie.py index b1eb2483b..11f86ee2c 100644 --- a/plaid/model/asset_report_freddie.py +++ b/plaid/model/asset_report_freddie.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_freddie_get_request.py b/plaid/model/asset_report_freddie_get_request.py index 6d6d00ea4..cee554e74 100644 --- a/plaid/model/asset_report_freddie_get_request.py +++ b/plaid/model/asset_report_freddie_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_freddie_get_response.py b/plaid/model/asset_report_freddie_get_response.py index 1b13d46a9..4e062bbc7 100644 --- a/plaid/model/asset_report_freddie_get_response.py +++ b/plaid/model/asset_report_freddie_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_get_request.py b/plaid/model/asset_report_get_request.py index 4abfdab4b..9c7de02cd 100644 --- a/plaid/model/asset_report_get_request.py +++ b/plaid/model/asset_report_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_get_request_options.py b/plaid/model/asset_report_get_request_options.py index 35d4e2430..f9dedd7ac 100644 --- a/plaid/model/asset_report_get_request_options.py +++ b/plaid/model/asset_report_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_get_response.py b/plaid/model/asset_report_get_response.py index e049c823a..e84baccb9 100644 --- a/plaid/model/asset_report_get_response.py +++ b/plaid/model/asset_report_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_investment_holding.py b/plaid/model/asset_report_investment_holding.py index 3c4333b32..aa5dde4de 100644 --- a/plaid/model/asset_report_investment_holding.py +++ b/plaid/model/asset_report_investment_holding.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_investment_security.py b/plaid/model/asset_report_investment_security.py index bfc5c9147..3505f2041 100644 --- a/plaid/model/asset_report_investment_security.py +++ b/plaid/model/asset_report_investment_security.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_investment_transaction.py b/plaid/model/asset_report_investment_transaction.py index aeb200a57..824035653 100644 --- a/plaid/model/asset_report_investment_transaction.py +++ b/plaid/model/asset_report_investment_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_investments.py b/plaid/model/asset_report_investments.py index b1a4b31e6..d8ac57057 100644 --- a/plaid/model/asset_report_investments.py +++ b/plaid/model/asset_report_investments.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_item.py b/plaid/model/asset_report_item.py index 8fbe8e7ab..0544c7e61 100644 --- a/plaid/model/asset_report_item.py +++ b/plaid/model/asset_report_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_pdf_get_request.py b/plaid/model/asset_report_pdf_get_request.py index 22a24da7d..92235f9a3 100644 --- a/plaid/model/asset_report_pdf_get_request.py +++ b/plaid/model/asset_report_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_pdf_get_request_options.py b/plaid/model/asset_report_pdf_get_request_options.py index fbf548d5c..5f7a30dc7 100644 --- a/plaid/model/asset_report_pdf_get_request_options.py +++ b/plaid/model/asset_report_pdf_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_refresh_request.py b/plaid/model/asset_report_refresh_request.py index 70c04b151..0d7d4dab3 100644 --- a/plaid/model/asset_report_refresh_request.py +++ b/plaid/model/asset_report_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_refresh_request_options.py b/plaid/model/asset_report_refresh_request_options.py index 30a79f8f2..a78294e98 100644 --- a/plaid/model/asset_report_refresh_request_options.py +++ b/plaid/model/asset_report_refresh_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_refresh_response.py b/plaid/model/asset_report_refresh_response.py index c542e754e..d42cb08b6 100644 --- a/plaid/model/asset_report_refresh_response.py +++ b/plaid/model/asset_report_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_remove_request.py b/plaid/model/asset_report_remove_request.py index 859acb6c6..96292dbe7 100644 --- a/plaid/model/asset_report_remove_request.py +++ b/plaid/model/asset_report_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_remove_response.py b/plaid/model/asset_report_remove_response.py index 4dfd2dc9a..9919d65aa 100644 --- a/plaid/model/asset_report_remove_response.py +++ b/plaid/model/asset_report_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_transaction.py b/plaid/model/asset_report_transaction.py index 51269a235..9f4dc53ad 100644 --- a/plaid/model/asset_report_transaction.py +++ b/plaid/model/asset_report_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_transaction_type.py b/plaid/model/asset_report_transaction_type.py index e3ac8d770..de92b12ab 100644 --- a/plaid/model/asset_report_transaction_type.py +++ b/plaid/model/asset_report_transaction_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_type.py b/plaid/model/asset_report_type.py index bb179a4cd..c19e1b465 100644 --- a/plaid/model/asset_report_type.py +++ b/plaid/model/asset_report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_user.py b/plaid/model/asset_report_user.py index d56b2bad1..a8ae39816 100644 --- a/plaid/model/asset_report_user.py +++ b/plaid/model/asset_report_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction.py b/plaid/model/asset_transaction.py index d0321e789..819c95e18 100644 --- a/plaid/model/asset_transaction.py +++ b/plaid/model/asset_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_category_type.py b/plaid/model/asset_transaction_category_type.py index c9351a221..8ee6b5946 100644 --- a/plaid/model/asset_transaction_category_type.py +++ b/plaid/model/asset_transaction_category_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_description.py b/plaid/model/asset_transaction_description.py index 48df79121..3cd47394c 100644 --- a/plaid/model/asset_transaction_description.py +++ b/plaid/model/asset_transaction_description.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_detail.py b/plaid/model/asset_transaction_detail.py index 898601852..6da49bbb0 100644 --- a/plaid/model/asset_transaction_detail.py +++ b/plaid/model/asset_transaction_detail.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_type.py b/plaid/model/asset_transaction_type.py index 38a74cabf..b20be98d1 100644 --- a/plaid/model/asset_transaction_type.py +++ b/plaid/model/asset_transaction_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transactions.py b/plaid/model/asset_transactions.py index 2e81f647f..4162542b7 100644 --- a/plaid/model/asset_transactions.py +++ b/plaid/model/asset_transactions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_type.py b/plaid/model/asset_type.py index 9c30adc63..c9eb00bba 100644 --- a/plaid/model/asset_type.py +++ b/plaid/model/asset_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/assets.py b/plaid/model/assets.py index 615846442..960b9736e 100644 --- a/plaid/model/assets.py +++ b/plaid/model/assets.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/assets_error_webhook.py b/plaid/model/assets_error_webhook.py index 1ed7b7d4f..db0e2cf55 100644 --- a/plaid/model/assets_error_webhook.py +++ b/plaid/model/assets_error_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/assets_product_ready_webhook.py b/plaid/model/assets_product_ready_webhook.py index f53628cf5..03cbdc98f 100644 --- a/plaid/model/assets_product_ready_webhook.py +++ b/plaid/model/assets_product_ready_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_default_update_webhook.py b/plaid/model/auth_default_update_webhook.py index e01341ec3..51684dc92 100644 --- a/plaid/model/auth_default_update_webhook.py +++ b/plaid/model/auth_default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_numbers.py b/plaid/model/auth_get_numbers.py index 29433ec76..e23e60090 100644 --- a/plaid/model/auth_get_numbers.py +++ b/plaid/model/auth_get_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_request.py b/plaid/model/auth_get_request.py index 8194d66d6..9c810fc2f 100644 --- a/plaid/model/auth_get_request.py +++ b/plaid/model/auth_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_request_options.py b/plaid/model/auth_get_request_options.py index 600fde650..ba4aefbe9 100644 --- a/plaid/model/auth_get_request_options.py +++ b/plaid/model/auth_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_response.py b/plaid/model/auth_get_response.py index d0211a832..696ea239d 100644 --- a/plaid/model/auth_get_response.py +++ b/plaid/model/auth_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_metadata.py b/plaid/model/auth_metadata.py index c83249bea..b43c08f0c 100644 --- a/plaid/model/auth_metadata.py +++ b/plaid/model/auth_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_supported_methods.py b/plaid/model/auth_supported_methods.py index 88e80c4e9..1d1d7ecc2 100644 --- a/plaid/model/auth_supported_methods.py +++ b/plaid/model/auth_supported_methods.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_update_types.py b/plaid/model/auth_update_types.py index e82d27695..767e80efa 100644 --- a/plaid/model/auth_update_types.py +++ b/plaid/model/auth_update_types.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_verify_numbers_ach.py b/plaid/model/auth_verify_numbers_ach.py index c16bdf725..e5be9c6e3 100644 --- a/plaid/model/auth_verify_numbers_ach.py +++ b/plaid/model/auth_verify_numbers_ach.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_verify_request.py b/plaid/model/auth_verify_request.py index b57b8429a..1e5ee2a97 100644 --- a/plaid/model/auth_verify_request.py +++ b/plaid/model/auth_verify_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_verify_request_numbers.py b/plaid/model/auth_verify_request_numbers.py index d28a5f59c..d6ca98cca 100644 --- a/plaid/model/auth_verify_request_numbers.py +++ b/plaid/model/auth_verify_request_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_verify_response.py b/plaid/model/auth_verify_response.py index 0b8c1261b..67a37683b 100644 --- a/plaid/model/auth_verify_response.py +++ b/plaid/model/auth_verify_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/automatically_verified_webhook.py b/plaid/model/automatically_verified_webhook.py index 327b6d0d6..7fe48e60c 100644 --- a/plaid/model/automatically_verified_webhook.py +++ b/plaid/model/automatically_verified_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_income_complete_result.py b/plaid/model/bank_income_complete_result.py index 9d71e330c..2693e572a 100644 --- a/plaid/model/bank_income_complete_result.py +++ b/plaid/model/bank_income_complete_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_income_complete_webhook.py b/plaid/model/bank_income_complete_webhook.py index 56b7af8e3..7e5462004 100644 --- a/plaid/model/bank_income_complete_webhook.py +++ b/plaid/model/bank_income_complete_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_income_refresh_complete_result.py b/plaid/model/bank_income_refresh_complete_result.py index 390285560..0345cec1b 100644 --- a/plaid/model/bank_income_refresh_complete_result.py +++ b/plaid/model/bank_income_refresh_complete_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_income_refresh_complete_webhook.py b/plaid/model/bank_income_refresh_complete_webhook.py index 4fd0ded19..876c89b88 100644 --- a/plaid/model/bank_income_refresh_complete_webhook.py +++ b/plaid/model/bank_income_refresh_complete_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_income_refresh_update_webhook.py b/plaid/model/bank_income_refresh_update_webhook.py index 3b4c00401..c8efc70b8 100644 --- a/plaid/model/bank_income_refresh_update_webhook.py +++ b/plaid/model/bank_income_refresh_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_initiated_return_risk.py b/plaid/model/bank_initiated_return_risk.py index ba59fc344..e7279cfdf 100644 --- a/plaid/model/bank_initiated_return_risk.py +++ b/plaid/model/bank_initiated_return_risk.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_initiated_risk_tier.py b/plaid/model/bank_initiated_risk_tier.py index 6217dea5e..f773466f0 100644 --- a/plaid/model/bank_initiated_risk_tier.py +++ b/plaid/model/bank_initiated_risk_tier.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_penalties_indicators.py b/plaid/model/bank_penalties_indicators.py index d89b2db74..1c00a49a4 100644 --- a/plaid/model/bank_penalties_indicators.py +++ b/plaid/model/bank_penalties_indicators.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer.py b/plaid/model/bank_transfer.py index efc8bc3bf..8484914c6 100644 --- a/plaid/model/bank_transfer.py +++ b/plaid/model/bank_transfer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_balance.py b/plaid/model/bank_transfer_balance.py index 6d11afa5b..d6e8592fb 100644 --- a/plaid/model/bank_transfer_balance.py +++ b/plaid/model/bank_transfer_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_balance_get_request.py b/plaid/model/bank_transfer_balance_get_request.py index 8e742432c..b8daaaeb3 100644 --- a/plaid/model/bank_transfer_balance_get_request.py +++ b/plaid/model/bank_transfer_balance_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_balance_get_response.py b/plaid/model/bank_transfer_balance_get_response.py index df132b8f2..6986fec72 100644 --- a/plaid/model/bank_transfer_balance_get_response.py +++ b/plaid/model/bank_transfer_balance_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_cancel_request.py b/plaid/model/bank_transfer_cancel_request.py index f93882aaf..159eeabae 100644 --- a/plaid/model/bank_transfer_cancel_request.py +++ b/plaid/model/bank_transfer_cancel_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_cancel_response.py b/plaid/model/bank_transfer_cancel_response.py index a73c85802..e38a3435b 100644 --- a/plaid/model/bank_transfer_cancel_response.py +++ b/plaid/model/bank_transfer_cancel_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_create_request.py b/plaid/model/bank_transfer_create_request.py index 6419ac195..a4f2f7d43 100644 --- a/plaid/model/bank_transfer_create_request.py +++ b/plaid/model/bank_transfer_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_create_response.py b/plaid/model/bank_transfer_create_response.py index 42f72d910..f2c140b79 100644 --- a/plaid/model/bank_transfer_create_response.py +++ b/plaid/model/bank_transfer_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_direction.py b/plaid/model/bank_transfer_direction.py index 40778f6be..2498d0ea4 100644 --- a/plaid/model/bank_transfer_direction.py +++ b/plaid/model/bank_transfer_direction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event.py b/plaid/model/bank_transfer_event.py index b6e0723ef..d4f299068 100644 --- a/plaid/model/bank_transfer_event.py +++ b/plaid/model/bank_transfer_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_list_bank_transfer_type.py b/plaid/model/bank_transfer_event_list_bank_transfer_type.py index 055d037e1..617f6379c 100644 --- a/plaid/model/bank_transfer_event_list_bank_transfer_type.py +++ b/plaid/model/bank_transfer_event_list_bank_transfer_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_list_direction.py b/plaid/model/bank_transfer_event_list_direction.py index 3a5ea3ad4..79fcba4ef 100644 --- a/plaid/model/bank_transfer_event_list_direction.py +++ b/plaid/model/bank_transfer_event_list_direction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_list_request.py b/plaid/model/bank_transfer_event_list_request.py index b767e6580..877e98b35 100644 --- a/plaid/model/bank_transfer_event_list_request.py +++ b/plaid/model/bank_transfer_event_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_list_response.py b/plaid/model/bank_transfer_event_list_response.py index 88a48a570..50d50280b 100644 --- a/plaid/model/bank_transfer_event_list_response.py +++ b/plaid/model/bank_transfer_event_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_sync_request.py b/plaid/model/bank_transfer_event_sync_request.py index a81ff7138..b3e1c963b 100644 --- a/plaid/model/bank_transfer_event_sync_request.py +++ b/plaid/model/bank_transfer_event_sync_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_sync_response.py b/plaid/model/bank_transfer_event_sync_response.py index 331e218ea..4bfecd4e7 100644 --- a/plaid/model/bank_transfer_event_sync_response.py +++ b/plaid/model/bank_transfer_event_sync_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event_type.py b/plaid/model/bank_transfer_event_type.py index 5a0d32416..20aafff24 100644 --- a/plaid/model/bank_transfer_event_type.py +++ b/plaid/model/bank_transfer_event_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_failure.py b/plaid/model/bank_transfer_failure.py index b11d38056..9056d0e45 100644 --- a/plaid/model/bank_transfer_failure.py +++ b/plaid/model/bank_transfer_failure.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_get_request.py b/plaid/model/bank_transfer_get_request.py index 55aefe353..96414c783 100644 --- a/plaid/model/bank_transfer_get_request.py +++ b/plaid/model/bank_transfer_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_get_response.py b/plaid/model/bank_transfer_get_response.py index dcdb981f6..a4d5336aa 100644 --- a/plaid/model/bank_transfer_get_response.py +++ b/plaid/model/bank_transfer_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_idempotency_key.py b/plaid/model/bank_transfer_idempotency_key.py index 9203e057f..862cc45a5 100644 --- a/plaid/model/bank_transfer_idempotency_key.py +++ b/plaid/model/bank_transfer_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_list_request.py b/plaid/model/bank_transfer_list_request.py index 0a544efd5..52ee21597 100644 --- a/plaid/model/bank_transfer_list_request.py +++ b/plaid/model/bank_transfer_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_list_response.py b/plaid/model/bank_transfer_list_response.py index e158bf9de..e6c7e05ae 100644 --- a/plaid/model/bank_transfer_list_response.py +++ b/plaid/model/bank_transfer_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_metadata.py b/plaid/model/bank_transfer_metadata.py index 7acd229a4..41d78608c 100644 --- a/plaid/model/bank_transfer_metadata.py +++ b/plaid/model/bank_transfer_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_migrate_account_request.py b/plaid/model/bank_transfer_migrate_account_request.py index d2cf84255..618852a48 100644 --- a/plaid/model/bank_transfer_migrate_account_request.py +++ b/plaid/model/bank_transfer_migrate_account_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_migrate_account_response.py b/plaid/model/bank_transfer_migrate_account_response.py index c83e58184..827127d40 100644 --- a/plaid/model/bank_transfer_migrate_account_response.py +++ b/plaid/model/bank_transfer_migrate_account_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_network.py b/plaid/model/bank_transfer_network.py index 4a54fbd22..426656400 100644 --- a/plaid/model/bank_transfer_network.py +++ b/plaid/model/bank_transfer_network.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_status.py b/plaid/model/bank_transfer_status.py index 037dbef84..49ab45ffe 100644 --- a/plaid/model/bank_transfer_status.py +++ b/plaid/model/bank_transfer_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_sweep.py b/plaid/model/bank_transfer_sweep.py index d3f5789e2..12a08f6eb 100644 --- a/plaid/model/bank_transfer_sweep.py +++ b/plaid/model/bank_transfer_sweep.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_sweep_get_request.py b/plaid/model/bank_transfer_sweep_get_request.py index 2a31376c0..2f876cdb3 100644 --- a/plaid/model/bank_transfer_sweep_get_request.py +++ b/plaid/model/bank_transfer_sweep_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_sweep_get_response.py b/plaid/model/bank_transfer_sweep_get_response.py index cc66caab8..e305c34c1 100644 --- a/plaid/model/bank_transfer_sweep_get_response.py +++ b/plaid/model/bank_transfer_sweep_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_sweep_list_request.py b/plaid/model/bank_transfer_sweep_list_request.py index 922d6965d..2c6592f02 100644 --- a/plaid/model/bank_transfer_sweep_list_request.py +++ b/plaid/model/bank_transfer_sweep_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_sweep_list_response.py b/plaid/model/bank_transfer_sweep_list_response.py index 156ddfac6..15f4d9fe9 100644 --- a/plaid/model/bank_transfer_sweep_list_response.py +++ b/plaid/model/bank_transfer_sweep_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_type.py b/plaid/model/bank_transfer_type.py index b8e9a620e..838c5022a 100644 --- a/plaid/model/bank_transfer_type.py +++ b/plaid/model/bank_transfer_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_user.py b/plaid/model/bank_transfer_user.py index 33fc5ce83..40c4b52c3 100644 --- a/plaid/model/bank_transfer_user.py +++ b/plaid/model/bank_transfer_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfers_events_update_webhook.py b/plaid/model/bank_transfers_events_update_webhook.py index 6792cb1b4..d85a6bb25 100644 --- a/plaid/model/bank_transfers_events_update_webhook.py +++ b/plaid/model/bank_transfers_events_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfers_events_update_webhook_for_auth.py b/plaid/model/bank_transfers_events_update_webhook_for_auth.py index bfc7d3021..7bf11065f 100644 --- a/plaid/model/bank_transfers_events_update_webhook_for_auth.py +++ b/plaid/model/bank_transfers_events_update_webhook_for_auth.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report.py b/plaid/model/base_report.py index f9571ab1e..bb7b6a60e 100644 --- a/plaid/model/base_report.py +++ b/plaid/model/base_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_account.py b/plaid/model/base_report_account.py index 85ff4624e..0f3cdd427 100644 --- a/plaid/model/base_report_account.py +++ b/plaid/model/base_report_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_account_balances.py b/plaid/model/base_report_account_balances.py index a2f8acfe6..cffd38f0a 100644 --- a/plaid/model/base_report_account_balances.py +++ b/plaid/model/base_report_account_balances.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_account_insights.py b/plaid/model/base_report_account_insights.py index 28283b678..f7ff1204a 100644 --- a/plaid/model/base_report_account_insights.py +++ b/plaid/model/base_report_account_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_account_metadata.py b/plaid/model/base_report_account_metadata.py index c4747589c..5f35b6a34 100644 --- a/plaid/model/base_report_account_metadata.py +++ b/plaid/model/base_report_account_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_attributes.py b/plaid/model/base_report_attributes.py index 10d3f3e71..9984ab1fa 100644 --- a/plaid/model/base_report_attributes.py +++ b/plaid/model/base_report_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_average_flow_insights.py b/plaid/model/base_report_average_flow_insights.py index 506c15045..4b47dde82 100644 --- a/plaid/model/base_report_average_flow_insights.py +++ b/plaid/model/base_report_average_flow_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_average_monthly_balances.py b/plaid/model/base_report_average_monthly_balances.py index c77919188..4cbef7920 100644 --- a/plaid/model/base_report_average_monthly_balances.py +++ b/plaid/model/base_report_average_monthly_balances.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_historical_balance.py b/plaid/model/base_report_historical_balance.py index a326747d5..7aade883a 100644 --- a/plaid/model/base_report_historical_balance.py +++ b/plaid/model/base_report_historical_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_investment_holding.py b/plaid/model/base_report_investment_holding.py index 05adc1c1f..258d876da 100644 --- a/plaid/model/base_report_investment_holding.py +++ b/plaid/model/base_report_investment_holding.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_investment_security.py b/plaid/model/base_report_investment_security.py index bdda1befa..e32621d95 100644 --- a/plaid/model/base_report_investment_security.py +++ b/plaid/model/base_report_investment_security.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_investment_transaction.py b/plaid/model/base_report_investment_transaction.py index 114c11321..a822f8db1 100644 --- a/plaid/model/base_report_investment_transaction.py +++ b/plaid/model/base_report_investment_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_investments.py b/plaid/model/base_report_investments.py index 7a715b925..ad5b5c42d 100644 --- a/plaid/model/base_report_investments.py +++ b/plaid/model/base_report_investments.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_item.py b/plaid/model/base_report_item.py index fed2b41ff..c3543544d 100644 --- a/plaid/model/base_report_item.py +++ b/plaid/model/base_report_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_longest_gap_insights.py b/plaid/model/base_report_longest_gap_insights.py index c4dd8532a..72b5f96e3 100644 --- a/plaid/model/base_report_longest_gap_insights.py +++ b/plaid/model/base_report_longest_gap_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_number_flow_insights.py b/plaid/model/base_report_number_flow_insights.py index e25bd8260..6a31d21db 100644 --- a/plaid/model/base_report_number_flow_insights.py +++ b/plaid/model/base_report_number_flow_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_transaction.py b/plaid/model/base_report_transaction.py index 490136deb..ff9a45fbb 100644 --- a/plaid/model/base_report_transaction.py +++ b/plaid/model/base_report_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,9 +30,11 @@ def lazy_import(): + from plaid.model.base_report_transaction_personal_finance_category import BaseReportTransactionPersonalFinanceCategory from plaid.model.base_report_transaction_type import BaseReportTransactionType from plaid.model.credit_category import CreditCategory from plaid.model.location import Location + globals()['BaseReportTransactionPersonalFinanceCategory'] = BaseReportTransactionPersonalFinanceCategory globals()['BaseReportTransactionType'] = BaseReportTransactionType globals()['CreditCategory'] = CreditCategory globals()['Location'] = Location @@ -109,6 +111,7 @@ def openapi_types(): 'transaction_type': (BaseReportTransactionType,), # noqa: E501 'category': ([str], none_type,), # noqa: E501 'category_id': (str, none_type,), # noqa: E501 + 'personal_finance_category': (BaseReportTransactionPersonalFinanceCategory,), # noqa: E501 } @cached_property @@ -135,6 +138,7 @@ def discriminator(): 'transaction_type': 'transaction_type', # noqa: E501 'category': 'category', # noqa: E501 'category_id': 'category_id', # noqa: E501 + 'personal_finance_category': 'personal_finance_category', # noqa: E501 } read_only_vars = { @@ -198,6 +202,7 @@ def _from_openapi_data(cls, account_id, amount, iso_currency_code, unofficial_cu transaction_type (BaseReportTransactionType): [optional] # noqa: E501 category ([str], none_type): A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget).. [optional] # noqa: E501 category_id (str, none_type): The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget).. [optional] # noqa: E501 + personal_finance_category (BaseReportTransactionPersonalFinanceCategory): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -311,6 +316,7 @@ def __init__(self, account_id, amount, iso_currency_code, unofficial_currency_co transaction_type (BaseReportTransactionType): [optional] # noqa: E501 category ([str], none_type): A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget).. [optional] # noqa: E501 category_id (str, none_type): The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget).. [optional] # noqa: E501 + personal_finance_category (BaseReportTransactionPersonalFinanceCategory): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/base_report_transaction_personal_finance_category.py b/plaid/model/base_report_transaction_personal_finance_category.py new file mode 100644 index 000000000..4777c3cb3 --- /dev/null +++ b/plaid/model/base_report_transaction_personal_finance_category.py @@ -0,0 +1,333 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.personal_finance_category import PersonalFinanceCategory + from plaid.model.personal_finance_category_version import PersonalFinanceCategoryVersion + globals()['PersonalFinanceCategory'] = PersonalFinanceCategory + globals()['PersonalFinanceCategoryVersion'] = PersonalFinanceCategoryVersion + + +class BaseReportTransactionPersonalFinanceCategory(ModelComposed): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'primary': (str,), # noqa: E501 + 'detailed': (str,), # noqa: E501 + 'confidence_level': (str, none_type,), # noqa: E501 + 'version': (PersonalFinanceCategoryVersion,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'primary': 'primary', # noqa: E501 + 'detailed': 'detailed', # noqa: E501 + 'confidence_level': 'confidence_level', # noqa: E501 + 'version': 'version', # noqa: E501 + } + + read_only_vars = { + } + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """BaseReportTransactionPersonalFinanceCategory - a model defined in OpenAPI + + Keyword Args: + primary (str): A high level category that communicates the broad category of the transaction. + detailed (str): A granular category conveying the transaction's intent. This field can also be used as a unique identifier for the category. + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + confidence_level (str, none_type): A description of how confident we are that the provided categories accurately describe the transaction intent. `VERY_HIGH`: We are more than 98% confident that this category reflects the intent of the transaction. `HIGH`: We are more than 90% confident that this category reflects the intent of the transaction. `MEDIUM`: We are moderately confident that this category reflects the intent of the transaction. `LOW`: This category may reflect the intent, but there may be other categories that are more accurate. `UNKNOWN`: We don’t know the confidence level for this category.. [optional] # noqa: E501 + version (PersonalFinanceCategoryVersion): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + constant_args = { + '_check_type': _check_type, + '_path_to_item': _path_to_item, + '_spec_property_naming': _spec_property_naming, + '_configuration': _configuration, + '_visited_composed_classes': self._visited_composed_classes, + } + composed_info = validate_get_composed_info( + constant_args, kwargs, self) + self._composed_instances = composed_info[0] + self._var_name_to_model_instances = composed_info[1] + self._additional_properties_model_instances = composed_info[2] + discarded_args = composed_info[3] + + for var_name, var_value in kwargs.items(): + if var_name in discarded_args and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self._additional_properties_model_instances: + # discard variable. + continue + setattr(self, var_name, var_value) + + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + '_composed_instances', + '_var_name_to_model_instances', + '_additional_properties_model_instances', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): # noqa: E501 + """BaseReportTransactionPersonalFinanceCategory - a model defined in OpenAPI + + Keyword Args: + primary (str): A high level category that communicates the broad category of the transaction. + detailed (str): A granular category conveying the transaction's intent. This field can also be used as a unique identifier for the category. + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + confidence_level (str, none_type): A description of how confident we are that the provided categories accurately describe the transaction intent. `VERY_HIGH`: We are more than 98% confident that this category reflects the intent of the transaction. `HIGH`: We are more than 90% confident that this category reflects the intent of the transaction. `MEDIUM`: We are moderately confident that this category reflects the intent of the transaction. `LOW`: This category may reflect the intent, but there may be other categories that are more accurate. `UNKNOWN`: We don’t know the confidence level for this category.. [optional] # noqa: E501 + version (PersonalFinanceCategoryVersion): [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + constant_args = { + '_check_type': _check_type, + '_path_to_item': _path_to_item, + '_spec_property_naming': _spec_property_naming, + '_configuration': _configuration, + '_visited_composed_classes': self._visited_composed_classes, + } + composed_info = validate_get_composed_info( + constant_args, kwargs, self) + self._composed_instances = composed_info[0] + self._var_name_to_model_instances = composed_info[1] + self._additional_properties_model_instances = composed_info[2] + discarded_args = composed_info[3] + + for var_name, var_value in kwargs.items(): + if var_name in discarded_args and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self._additional_properties_model_instances: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") + + @cached_property + def _composed_schemas(): + # we need this here to make our import statements work + # we must store _composed_schemas in here so the code is only run + # when we invoke this method. If we kept this at the class + # level we would get an error because the class level + # code would be run when this module is imported, and these composed + # classes don't exist yet because their module has not finished + # loading + lazy_import() + return { + 'anyOf': [ + ], + 'allOf': [ + PersonalFinanceCategory, + ], + 'oneOf': [ + ], + } diff --git a/plaid/model/base_report_transaction_type.py b/plaid/model/base_report_transaction_type.py index 6ba02e87b..06a02416f 100644 --- a/plaid/model/base_report_transaction_type.py +++ b/plaid/model/base_report_transaction_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_user_attributes.py b/plaid/model/base_report_user_attributes.py index db29c16bb..6153df98e 100644 --- a/plaid/model/base_report_user_attributes.py +++ b/plaid/model/base_report_user_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_warning.py b/plaid/model/base_report_warning.py index 125c95ed4..7e90c652e 100644 --- a/plaid/model/base_report_warning.py +++ b/plaid/model/base_report_warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_warning_code.py b/plaid/model/base_report_warning_code.py index 2a5aaf57f..e01832400 100644 --- a/plaid/model/base_report_warning_code.py +++ b/plaid/model/base_report_warning_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_reports_error_webhook.py b/plaid/model/base_reports_error_webhook.py index c59103578..c10ae718c 100644 --- a/plaid/model/base_reports_error_webhook.py +++ b/plaid/model/base_reports_error_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_attributes.py b/plaid/model/beacon_account_risk_attributes.py index 3919fbc4a..28a11b5ae 100644 --- a/plaid/model/beacon_account_risk_attributes.py +++ b/plaid/model/beacon_account_risk_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_evaluate_account.py b/plaid/model/beacon_account_risk_evaluate_account.py index 63a28d458..5eb2491c1 100644 --- a/plaid/model/beacon_account_risk_evaluate_account.py +++ b/plaid/model/beacon_account_risk_evaluate_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_evaluate_account_attributes.py b/plaid/model/beacon_account_risk_evaluate_account_attributes.py index 5bf0834c3..4690f4f12 100644 --- a/plaid/model/beacon_account_risk_evaluate_account_attributes.py +++ b/plaid/model/beacon_account_risk_evaluate_account_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_evaluate_evaluation_reason.py b/plaid/model/beacon_account_risk_evaluate_evaluation_reason.py index a0eca04a8..9df598d3f 100644 --- a/plaid/model/beacon_account_risk_evaluate_evaluation_reason.py +++ b/plaid/model/beacon_account_risk_evaluate_evaluation_reason.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_evaluate_request.py b/plaid/model/beacon_account_risk_evaluate_request.py index 43f56f6f1..b0443c794 100644 --- a/plaid/model/beacon_account_risk_evaluate_request.py +++ b/plaid/model/beacon_account_risk_evaluate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_evaluate_request_options.py b/plaid/model/beacon_account_risk_evaluate_request_options.py index b980186d5..62bb3fef4 100644 --- a/plaid/model/beacon_account_risk_evaluate_request_options.py +++ b/plaid/model/beacon_account_risk_evaluate_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_account_risk_evaluate_response.py b/plaid/model/beacon_account_risk_evaluate_response.py index 599a69df1..c5fef3a88 100644 --- a/plaid/model/beacon_account_risk_evaluate_response.py +++ b/plaid/model/beacon_account_risk_evaluate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_audit_trail.py b/plaid/model/beacon_audit_trail.py index 3e0418813..51c6b5cd4 100644 --- a/plaid/model/beacon_audit_trail.py +++ b/plaid/model/beacon_audit_trail.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_audit_trail_source.py b/plaid/model/beacon_audit_trail_source.py index a5917fa11..2f2b43c9c 100644 --- a/plaid/model/beacon_audit_trail_source.py +++ b/plaid/model/beacon_audit_trail_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_bank_account_insights.py b/plaid/model/beacon_bank_account_insights.py index 2681530cc..d6452f85a 100644 --- a/plaid/model/beacon_bank_account_insights.py +++ b/plaid/model/beacon_bank_account_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_bank_accounts.py b/plaid/model/beacon_bank_accounts.py index a9117185c..08c5d9f0f 100644 --- a/plaid/model/beacon_bank_accounts.py +++ b/plaid/model/beacon_bank_accounts.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_duplicate_detected_webhook.py b/plaid/model/beacon_duplicate_detected_webhook.py index 9c7d8c7d2..3cfa82fb9 100644 --- a/plaid/model/beacon_duplicate_detected_webhook.py +++ b/plaid/model/beacon_duplicate_detected_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_duplicate_get_request.py b/plaid/model/beacon_duplicate_get_request.py index 92e3fa9ab..c4350c1ae 100644 --- a/plaid/model/beacon_duplicate_get_request.py +++ b/plaid/model/beacon_duplicate_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_duplicate_get_response.py b/plaid/model/beacon_duplicate_get_response.py index 2103f9457..6013cefc4 100644 --- a/plaid/model/beacon_duplicate_get_response.py +++ b/plaid/model/beacon_duplicate_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_match_summary_analysis.py b/plaid/model/beacon_match_summary_analysis.py index d03d1cdc2..bbd2dca3a 100644 --- a/plaid/model/beacon_match_summary_analysis.py +++ b/plaid/model/beacon_match_summary_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_match_summary_code.py b/plaid/model/beacon_match_summary_code.py index e37a5387f..442a68b5b 100644 --- a/plaid/model/beacon_match_summary_code.py +++ b/plaid/model/beacon_match_summary_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report.py b/plaid/model/beacon_report.py index 48bea25c2..2a3a86afd 100644 --- a/plaid/model/beacon_report.py +++ b/plaid/model/beacon_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_create_request.py b/plaid/model/beacon_report_create_request.py index 8b6a6318f..ffdee9b9e 100644 --- a/plaid/model/beacon_report_create_request.py +++ b/plaid/model/beacon_report_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_create_response.py b/plaid/model/beacon_report_create_response.py index 02df0a575..60a494bf8 100644 --- a/plaid/model/beacon_report_create_response.py +++ b/plaid/model/beacon_report_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_create_type.py b/plaid/model/beacon_report_create_type.py index 11445d054..fdf8bfb4a 100644 --- a/plaid/model/beacon_report_create_type.py +++ b/plaid/model/beacon_report_create_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_created_webhook.py b/plaid/model/beacon_report_created_webhook.py index b543f36da..893551289 100644 --- a/plaid/model/beacon_report_created_webhook.py +++ b/plaid/model/beacon_report_created_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_get_request.py b/plaid/model/beacon_report_get_request.py index f500e8add..249bfed3a 100644 --- a/plaid/model/beacon_report_get_request.py +++ b/plaid/model/beacon_report_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_get_response.py b/plaid/model/beacon_report_get_response.py index 8a89e2222..fe1b1a250 100644 --- a/plaid/model/beacon_report_get_response.py +++ b/plaid/model/beacon_report_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_list_request.py b/plaid/model/beacon_report_list_request.py index 7fc809e20..267d06ff3 100644 --- a/plaid/model/beacon_report_list_request.py +++ b/plaid/model/beacon_report_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_list_response.py b/plaid/model/beacon_report_list_response.py index f47ff7a2c..3b91c2aeb 100644 --- a/plaid/model/beacon_report_list_response.py +++ b/plaid/model/beacon_report_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication.py b/plaid/model/beacon_report_syndication.py index 9e172c312..6f274cfe8 100644 --- a/plaid/model/beacon_report_syndication.py +++ b/plaid/model/beacon_report_syndication.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_analysis.py b/plaid/model/beacon_report_syndication_analysis.py index 517405ff0..48446e9c1 100644 --- a/plaid/model/beacon_report_syndication_analysis.py +++ b/plaid/model/beacon_report_syndication_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_created_webhook.py b/plaid/model/beacon_report_syndication_created_webhook.py index b1e4b694f..510554537 100644 --- a/plaid/model/beacon_report_syndication_created_webhook.py +++ b/plaid/model/beacon_report_syndication_created_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_get_request.py b/plaid/model/beacon_report_syndication_get_request.py index 89cf2f656..9447b7da7 100644 --- a/plaid/model/beacon_report_syndication_get_request.py +++ b/plaid/model/beacon_report_syndication_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_get_response.py b/plaid/model/beacon_report_syndication_get_response.py index 8f82027e5..5018e0f76 100644 --- a/plaid/model/beacon_report_syndication_get_response.py +++ b/plaid/model/beacon_report_syndication_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_list_request.py b/plaid/model/beacon_report_syndication_list_request.py index d9a19eccb..7c788d3be 100644 --- a/plaid/model/beacon_report_syndication_list_request.py +++ b/plaid/model/beacon_report_syndication_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_list_response.py b/plaid/model/beacon_report_syndication_list_response.py index b4b2d9516..bd76aa49b 100644 --- a/plaid/model/beacon_report_syndication_list_response.py +++ b/plaid/model/beacon_report_syndication_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication_original_report.py b/plaid/model/beacon_report_syndication_original_report.py index 1137741b9..6b97a6c2c 100644 --- a/plaid/model/beacon_report_syndication_original_report.py +++ b/plaid/model/beacon_report_syndication_original_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_type.py b/plaid/model/beacon_report_type.py index 5d9fb3356..f886cb624 100644 --- a/plaid/model/beacon_report_type.py +++ b/plaid/model/beacon_report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_updated_webhook.py b/plaid/model/beacon_report_updated_webhook.py index ca81ddbf6..1a0e1f5b8 100644 --- a/plaid/model/beacon_report_updated_webhook.py +++ b/plaid/model/beacon_report_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_syndicated_report_depository_account_match_analysis.py b/plaid/model/beacon_syndicated_report_depository_account_match_analysis.py index edc5a7da4..b85e20dec 100644 --- a/plaid/model/beacon_syndicated_report_depository_account_match_analysis.py +++ b/plaid/model/beacon_syndicated_report_depository_account_match_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user.py b/plaid/model/beacon_user.py index 4013d92d3..2d188acf2 100644 --- a/plaid/model/beacon_user.py +++ b/plaid/model/beacon_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_account_insights_get_request.py b/plaid/model/beacon_user_account_insights_get_request.py index 3fc28bd2c..51c634d29 100644 --- a/plaid/model/beacon_user_account_insights_get_request.py +++ b/plaid/model/beacon_user_account_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_account_insights_get_response.py b/plaid/model/beacon_user_account_insights_get_response.py index 14dfb0496..48f1ff897 100644 --- a/plaid/model/beacon_user_account_insights_get_response.py +++ b/plaid/model/beacon_user_account_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_address.py b/plaid/model/beacon_user_address.py index 43a278d0e..f767435c8 100644 --- a/plaid/model/beacon_user_address.py +++ b/plaid/model/beacon_user_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_create_request.py b/plaid/model/beacon_user_create_request.py index bef888693..666d1a7a4 100644 --- a/plaid/model/beacon_user_create_request.py +++ b/plaid/model/beacon_user_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_create_response.py b/plaid/model/beacon_user_create_response.py index 35e83c21c..8df46f5e7 100644 --- a/plaid/model/beacon_user_create_response.py +++ b/plaid/model/beacon_user_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_data.py b/plaid/model/beacon_user_data.py index e9489c997..8c1037bf2 100644 --- a/plaid/model/beacon_user_data.py +++ b/plaid/model/beacon_user_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_depository_account.py b/plaid/model/beacon_user_depository_account.py index 15fc1448b..548dbd3b3 100644 --- a/plaid/model/beacon_user_depository_account.py +++ b/plaid/model/beacon_user_depository_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_get_request.py b/plaid/model/beacon_user_get_request.py index 6a28bdd8e..da91b116d 100644 --- a/plaid/model/beacon_user_get_request.py +++ b/plaid/model/beacon_user_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_get_response.py b/plaid/model/beacon_user_get_response.py index d001419e8..12e7ab9c3 100644 --- a/plaid/model/beacon_user_get_response.py +++ b/plaid/model/beacon_user_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_history_list_request.py b/plaid/model/beacon_user_history_list_request.py index d44a813ce..83441fa6d 100644 --- a/plaid/model/beacon_user_history_list_request.py +++ b/plaid/model/beacon_user_history_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_history_list_response.py b/plaid/model/beacon_user_history_list_response.py index 973f9db16..36b080f27 100644 --- a/plaid/model/beacon_user_history_list_response.py +++ b/plaid/model/beacon_user_history_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_id_number.py b/plaid/model/beacon_user_id_number.py index fe479856e..e623876a1 100644 --- a/plaid/model/beacon_user_id_number.py +++ b/plaid/model/beacon_user_id_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_name.py b/plaid/model/beacon_user_name.py index 75f2ac2d4..e299ef710 100644 --- a/plaid/model/beacon_user_name.py +++ b/plaid/model/beacon_user_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_name_nullable.py b/plaid/model/beacon_user_name_nullable.py index e3da8590f..20259071f 100644 --- a/plaid/model/beacon_user_name_nullable.py +++ b/plaid/model/beacon_user_name_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_request_address.py b/plaid/model/beacon_user_request_address.py index 98ca2cf50..c5de3146a 100644 --- a/plaid/model/beacon_user_request_address.py +++ b/plaid/model/beacon_user_request_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_request_address_nullable.py b/plaid/model/beacon_user_request_address_nullable.py index 902307670..be2d19df4 100644 --- a/plaid/model/beacon_user_request_address_nullable.py +++ b/plaid/model/beacon_user_request_address_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_request_data.py b/plaid/model/beacon_user_request_data.py index f5ada4b14..0223b80ca 100644 --- a/plaid/model/beacon_user_request_data.py +++ b/plaid/model/beacon_user_request_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_request_depository_account.py b/plaid/model/beacon_user_request_depository_account.py index 4cf762d2e..0920fa75a 100644 --- a/plaid/model/beacon_user_request_depository_account.py +++ b/plaid/model/beacon_user_request_depository_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_review_request.py b/plaid/model/beacon_user_review_request.py index c9dd3ea7e..82dc434bc 100644 --- a/plaid/model/beacon_user_review_request.py +++ b/plaid/model/beacon_user_review_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_revision.py b/plaid/model/beacon_user_revision.py index b945e953f..47096cde1 100644 --- a/plaid/model/beacon_user_revision.py +++ b/plaid/model/beacon_user_revision.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_status.py b/plaid/model/beacon_user_status.py index 11bb07f06..206672a52 100644 --- a/plaid/model/beacon_user_status.py +++ b/plaid/model/beacon_user_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_status_updated_webhook.py b/plaid/model/beacon_user_status_updated_webhook.py index fd978e09a..5c241009d 100644 --- a/plaid/model/beacon_user_status_updated_webhook.py +++ b/plaid/model/beacon_user_status_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_update_request.py b/plaid/model/beacon_user_update_request.py index a36f921d3..ed51283d7 100644 --- a/plaid/model/beacon_user_update_request.py +++ b/plaid/model/beacon_user_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_update_request_data.py b/plaid/model/beacon_user_update_request_data.py index baccfe639..3f0687002 100644 --- a/plaid/model/beacon_user_update_request_data.py +++ b/plaid/model/beacon_user_update_request_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_update_response.py b/plaid/model/beacon_user_update_response.py index c47548a8e..bb2b7c344 100644 --- a/plaid/model/beacon_user_update_response.py +++ b/plaid/model/beacon_user_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_ewa_report_v1_get_request.py b/plaid/model/beta_ewa_report_v1_get_request.py index b085118a4..e3b8e64a2 100644 --- a/plaid/model/beta_ewa_report_v1_get_request.py +++ b/plaid/model/beta_ewa_report_v1_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_ewa_report_v1_get_response.py b/plaid/model/beta_ewa_report_v1_get_response.py index 6c3385c74..821fbe0b4 100644 --- a/plaid/model/beta_ewa_report_v1_get_response.py +++ b/plaid/model/beta_ewa_report_v1_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_create_request.py b/plaid/model/beta_partner_customer_v1_create_request.py index 38fd19e0d..777d02ec6 100644 --- a/plaid/model/beta_partner_customer_v1_create_request.py +++ b/plaid/model/beta_partner_customer_v1_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_create_response.py b/plaid/model/beta_partner_customer_v1_create_response.py index 0532c050b..c8a6fa3a5 100644 --- a/plaid/model/beta_partner_customer_v1_create_response.py +++ b/plaid/model/beta_partner_customer_v1_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_enable_request.py b/plaid/model/beta_partner_customer_v1_enable_request.py index 349d9557a..9e114f77c 100644 --- a/plaid/model/beta_partner_customer_v1_enable_request.py +++ b/plaid/model/beta_partner_customer_v1_enable_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_enable_response.py b/plaid/model/beta_partner_customer_v1_enable_response.py index 0f26462a2..a0bcbb001 100644 --- a/plaid/model/beta_partner_customer_v1_enable_response.py +++ b/plaid/model/beta_partner_customer_v1_enable_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_get_request.py b/plaid/model/beta_partner_customer_v1_get_request.py index 1995149c8..f41db8c1b 100644 --- a/plaid/model/beta_partner_customer_v1_get_request.py +++ b/plaid/model/beta_partner_customer_v1_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_get_response.py b/plaid/model/beta_partner_customer_v1_get_response.py index d4b4513e0..5a8e13852 100644 --- a/plaid/model/beta_partner_customer_v1_get_response.py +++ b/plaid/model/beta_partner_customer_v1_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_update_request.py b/plaid/model/beta_partner_customer_v1_update_request.py index b6071db6b..7ccdf0f19 100644 --- a/plaid/model/beta_partner_customer_v1_update_request.py +++ b/plaid/model/beta_partner_customer_v1_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_customer_v1_update_response.py b/plaid/model/beta_partner_customer_v1_update_response.py index 7d8f2acfb..4bb712a83 100644 --- a/plaid/model/beta_partner_customer_v1_update_response.py +++ b/plaid/model/beta_partner_customer_v1_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_end_customer.py b/plaid/model/beta_partner_end_customer.py index a314ceadd..229691697 100644 --- a/plaid/model/beta_partner_end_customer.py +++ b/plaid/model/beta_partner_end_customer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beta_partner_end_customer_with_secrets.py b/plaid/model/beta_partner_end_customer_with_secrets.py index 545672cc4..df1a512ac 100644 --- a/plaid/model/beta_partner_end_customer_with_secrets.py +++ b/plaid/model/beta_partner_end_customer_with_secrets.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_account.py b/plaid/model/business_account.py index 8a07971e5..43c772c23 100644 --- a/plaid/model/business_account.py +++ b/plaid/model/business_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_account_all_of.py b/plaid/model/business_account_all_of.py index f9fbbfe2a..6d388052f 100644 --- a/plaid/model/business_account_all_of.py +++ b/plaid/model/business_account_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_check_boolean_status.py b/plaid/model/business_check_boolean_status.py new file mode 100644 index 000000000..e2c52d8e0 --- /dev/null +++ b/plaid/model/business_check_boolean_status.py @@ -0,0 +1,291 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class BusinessCheckBooleanStatus(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('value',): { + 'YES': "yes", + 'NO': "no", + 'NO_DATA': "no_data", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'value': (str,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """BusinessCheckBooleanStatus - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): Tri-state boolean status, where `no_data` indicates the check could not determine a value.., must be one of ["yes", "no", "no_data", ] # noqa: E501 + + Keyword Args: + value (str): Tri-state boolean status, where `no_data` indicates the check could not determine a value.., must be one of ["yes", "no", "no_data", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """BusinessCheckBooleanStatus - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): Tri-state boolean status, where `no_data` indicates the check could not determine a value.., must be one of ["yes", "no", "no_data", ] # noqa: E501 + + Keyword Args: + value (str): Tri-state boolean status, where `no_data` indicates the check could not determine a value.., must be one of ["yes", "no", "no_data", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/plaid/model/business_digital_presence_check.py b/plaid/model/business_digital_presence_check.py new file mode 100644 index 000000000..eda161892 --- /dev/null +++ b/plaid/model/business_digital_presence_check.py @@ -0,0 +1,315 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.business_field_match_summary import BusinessFieldMatchSummary + from plaid.model.business_verification_status_web_presence_check import BusinessVerificationStatusWebPresenceCheck + from plaid.model.business_website_analysis import BusinessWebsiteAnalysis + globals()['BusinessFieldMatchSummary'] = BusinessFieldMatchSummary + globals()['BusinessVerificationStatusWebPresenceCheck'] = BusinessVerificationStatusWebPresenceCheck + globals()['BusinessWebsiteAnalysis'] = BusinessWebsiteAnalysis + + +class BusinessDigitalPresenceCheck(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'status': (BusinessVerificationStatusWebPresenceCheck,), # noqa: E501 + 'score': (int,), # noqa: E501 + 'address': (BusinessFieldMatchSummary,), # noqa: E501 + 'phone_number': (BusinessFieldMatchSummary,), # noqa: E501 + 'email_address': (BusinessFieldMatchSummary,), # noqa: E501 + 'website': (BusinessFieldMatchSummary,), # noqa: E501 + 'website_analysis': (BusinessWebsiteAnalysis,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'status': 'status', # noqa: E501 + 'score': 'score', # noqa: E501 + 'address': 'address', # noqa: E501 + 'phone_number': 'phone_number', # noqa: E501 + 'email_address': 'email_address', # noqa: E501 + 'website': 'website', # noqa: E501 + 'website_analysis': 'website_analysis', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, status, score, address, phone_number, email_address, website, website_analysis, *args, **kwargs): # noqa: E501 + """BusinessDigitalPresenceCheck - a model defined in OpenAPI + + Args: + status (BusinessVerificationStatusWebPresenceCheck): + score (int): A score from 0 to 100 indicating digital presence confidence. + address (BusinessFieldMatchSummary): + phone_number (BusinessFieldMatchSummary): + email_address (BusinessFieldMatchSummary): + website (BusinessFieldMatchSummary): + website_analysis (BusinessWebsiteAnalysis): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status = status + self.score = score + self.address = address + self.phone_number = phone_number + self.email_address = email_address + self.website = website + self.website_analysis = website_analysis + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, status, score, address, phone_number, email_address, website, website_analysis, *args, **kwargs): # noqa: E501 + """BusinessDigitalPresenceCheck - a model defined in OpenAPI + + Args: + status (BusinessVerificationStatusWebPresenceCheck): + score (int): A score from 0 to 100 indicating digital presence confidence. + address (BusinessFieldMatchSummary): + phone_number (BusinessFieldMatchSummary): + email_address (BusinessFieldMatchSummary): + website (BusinessFieldMatchSummary): + website_analysis (BusinessWebsiteAnalysis): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.status = status + self.score = score + self.address = address + self.phone_number = phone_number + self.email_address = email_address + self.website = website + self.website_analysis = website_analysis + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/business_email_address.py b/plaid/model/business_email_address.py index 9a5281cca..0397ea2dd 100644 --- a/plaid/model/business_email_address.py +++ b/plaid/model/business_email_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_entity_type.py b/plaid/model/business_entity_type.py index d66a939f6..98690f3cc 100644 --- a/plaid/model/business_entity_type.py +++ b/plaid/model/business_entity_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_field_match_summary.py b/plaid/model/business_field_match_summary.py index 2cde009f1..749a78f70 100644 --- a/plaid/model/business_field_match_summary.py +++ b/plaid/model/business_field_match_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_finance_category.py b/plaid/model/business_finance_category.py index cfece994a..9777633a0 100644 --- a/plaid/model/business_finance_category.py +++ b/plaid/model/business_finance_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_industry_prediction.py b/plaid/model/business_industry_prediction.py new file mode 100644 index 000000000..b7d9659f5 --- /dev/null +++ b/plaid/model/business_industry_prediction.py @@ -0,0 +1,275 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class BusinessIndustryPrediction(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'code': (int,), # noqa: E501 + 'title': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'code': 'code', # noqa: E501 + 'title': 'title', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, code, title, *args, **kwargs): # noqa: E501 + """BusinessIndustryPrediction - a model defined in OpenAPI + + Args: + code (int): NAICS code for the predicted business industry. + title (str): The business industry classification of the predicted NAICS code. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.code = code + self.title = title + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, code, title, *args, **kwargs): # noqa: E501 + """BusinessIndustryPrediction - a model defined in OpenAPI + + Args: + code (int): NAICS code for the predicted business industry. + title (str): The business industry classification of the predicted NAICS code. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.code = code + self.title = title + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/business_industry_prediction_nullable.py b/plaid/model/business_industry_prediction_nullable.py new file mode 100644 index 000000000..e10659269 --- /dev/null +++ b/plaid/model/business_industry_prediction_nullable.py @@ -0,0 +1,323 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.business_industry_prediction import BusinessIndustryPrediction + globals()['BusinessIndustryPrediction'] = BusinessIndustryPrediction + + +class BusinessIndustryPredictionNullable(ModelComposed): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'code': (int,), # noqa: E501 + 'title': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'code': 'code', # noqa: E501 + 'title': 'title', # noqa: E501 + } + + read_only_vars = { + } + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """BusinessIndustryPredictionNullable - a model defined in OpenAPI + + Keyword Args: + code (int): NAICS code for the predicted business industry. + title (str): The business industry classification of the predicted NAICS code. + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + constant_args = { + '_check_type': _check_type, + '_path_to_item': _path_to_item, + '_spec_property_naming': _spec_property_naming, + '_configuration': _configuration, + '_visited_composed_classes': self._visited_composed_classes, + } + composed_info = validate_get_composed_info( + constant_args, kwargs, self) + self._composed_instances = composed_info[0] + self._var_name_to_model_instances = composed_info[1] + self._additional_properties_model_instances = composed_info[2] + discarded_args = composed_info[3] + + for var_name, var_value in kwargs.items(): + if var_name in discarded_args and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self._additional_properties_model_instances: + # discard variable. + continue + setattr(self, var_name, var_value) + + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + '_composed_instances', + '_var_name_to_model_instances', + '_additional_properties_model_instances', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): # noqa: E501 + """BusinessIndustryPredictionNullable - a model defined in OpenAPI + + Keyword Args: + code (int): NAICS code for the predicted business industry. + title (str): The business industry classification of the predicted NAICS code. + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + constant_args = { + '_check_type': _check_type, + '_path_to_item': _path_to_item, + '_spec_property_naming': _spec_property_naming, + '_configuration': _configuration, + '_visited_composed_classes': self._visited_composed_classes, + } + composed_info = validate_get_composed_info( + constant_args, kwargs, self) + self._composed_instances = composed_info[0] + self._var_name_to_model_instances = composed_info[1] + self._additional_properties_model_instances = composed_info[2] + discarded_args = composed_info[3] + + for var_name, var_value in kwargs.items(): + if var_name in discarded_args and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self._additional_properties_model_instances: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") + + @cached_property + def _composed_schemas(): + # we need this here to make our import statements work + # we must store _composed_schemas in here so the code is only run + # when we invoke this method. If we kept this at the class + # level we would get an error because the class level + # code would be run when this module is imported, and these composed + # classes don't exist yet because their module has not finished + # loading + lazy_import() + return { + 'anyOf': [ + ], + 'allOf': [ + BusinessIndustryPrediction, + ], + 'oneOf': [ + ], + } diff --git a/plaid/model/business_kyb_check.py b/plaid/model/business_kyb_check.py index d46f0d455..448f7dbf1 100644 --- a/plaid/model/business_kyb_check.py +++ b/plaid/model/business_kyb_check.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_kyb_match_details.py b/plaid/model/business_kyb_match_details.py index e2372dc01..abc9f66d0 100644 --- a/plaid/model/business_kyb_match_details.py +++ b/plaid/model/business_kyb_match_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_phone_number.py b/plaid/model/business_phone_number.py index 41db7d7ec..efcfdbdc3 100644 --- a/plaid/model/business_phone_number.py +++ b/plaid/model/business_phone_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_risk_check.py b/plaid/model/business_risk_check.py index b4910b159..f53eda3d0 100644 --- a/plaid/model/business_risk_check.py +++ b/plaid/model/business_risk_check.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,7 +30,9 @@ def lazy_import(): + from plaid.model.business_industry_prediction_nullable import BusinessIndustryPredictionNullable from plaid.model.business_verification_status_risk_check import BusinessVerificationStatusRiskCheck + globals()['BusinessIndustryPredictionNullable'] = BusinessIndustryPredictionNullable globals()['BusinessVerificationStatusRiskCheck'] = BusinessVerificationStatusRiskCheck @@ -89,6 +91,7 @@ def openapi_types(): return { 'status': (BusinessVerificationStatusRiskCheck,), # noqa: E501 'score': (int,), # noqa: E501 + 'industry_prediction': (BusinessIndustryPredictionNullable,), # noqa: E501 } @cached_property @@ -99,6 +102,7 @@ def discriminator(): attribute_map = { 'status': 'status', # noqa: E501 'score': 'score', # noqa: E501 + 'industry_prediction': 'industry_prediction', # noqa: E501 } read_only_vars = { @@ -108,12 +112,13 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, status, score, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, status, score, industry_prediction, *args, **kwargs): # noqa: E501 """BusinessRiskCheck - a model defined in OpenAPI Args: status (BusinessVerificationStatusRiskCheck): score (int): A score from 0 to 100 indicating the risk assessment for the business + industry_prediction (BusinessIndustryPredictionNullable): Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -179,6 +184,7 @@ def _from_openapi_data(cls, status, score, *args, **kwargs): # noqa: E501 self.status = status self.score = score + self.industry_prediction = industry_prediction for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ self._configuration is not None and \ @@ -199,12 +205,13 @@ def _from_openapi_data(cls, status, score, *args, **kwargs): # noqa: E501 ]) @convert_js_args_to_python_args - def __init__(self, status, score, *args, **kwargs): # noqa: E501 + def __init__(self, status, score, industry_prediction, *args, **kwargs): # noqa: E501 """BusinessRiskCheck - a model defined in OpenAPI Args: status (BusinessVerificationStatusRiskCheck): score (int): A score from 0 to 100 indicating the risk assessment for the business + industry_prediction (BusinessIndustryPredictionNullable): Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -268,6 +275,7 @@ def __init__(self, status, score, *args, **kwargs): # noqa: E501 self.status = status self.score = score + self.industry_prediction = industry_prediction for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ self._configuration is not None and \ diff --git a/plaid/model/business_search_terms.py b/plaid/model/business_search_terms.py index 9b793eeb1..0d8c492ff 100644 --- a/plaid/model/business_search_terms.py +++ b/plaid/model/business_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_create_request.py b/plaid/model/business_verification_create_request.py index 253c19548..46db9d10b 100644 --- a/plaid/model/business_verification_create_request.py +++ b/plaid/model/business_verification_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_create_request_business.py b/plaid/model/business_verification_create_request_business.py index 3aa2aa287..5ae1f9ebc 100644 --- a/plaid/model/business_verification_create_request_business.py +++ b/plaid/model/business_verification_create_request_business.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_create_response.py b/plaid/model/business_verification_create_response.py index b7c6e39ef..7d4c95b3b 100644 --- a/plaid/model/business_verification_create_response.py +++ b/plaid/model/business_verification_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,10 +30,12 @@ def lazy_import(): + from plaid.model.business_digital_presence_check import BusinessDigitalPresenceCheck from plaid.model.business_kyb_check import BusinessKYBCheck from plaid.model.business_risk_check import BusinessRiskCheck from plaid.model.business_search_terms import BusinessSearchTerms from plaid.model.business_verification_status_overall import BusinessVerificationStatusOverall + globals()['BusinessDigitalPresenceCheck'] = BusinessDigitalPresenceCheck globals()['BusinessKYBCheck'] = BusinessKYBCheck globals()['BusinessRiskCheck'] = BusinessRiskCheck globals()['BusinessSearchTerms'] = BusinessSearchTerms @@ -102,6 +104,7 @@ def openapi_types(): 'search_terms': (BusinessSearchTerms,), # noqa: E501 'kyb_check': (BusinessKYBCheck,), # noqa: E501 'risk_check': (BusinessRiskCheck,), # noqa: E501 + 'digital_presence_check': (BusinessDigitalPresenceCheck,), # noqa: E501 'request_id': (str,), # noqa: E501 'shareable_url': (str, none_type,), # noqa: E501 } @@ -121,6 +124,7 @@ def discriminator(): 'search_terms': 'search_terms', # noqa: E501 'kyb_check': 'kyb_check', # noqa: E501 'risk_check': 'risk_check', # noqa: E501 + 'digital_presence_check': 'digital_presence_check', # noqa: E501 'request_id': 'request_id', # noqa: E501 'shareable_url': 'shareable_url', # noqa: E501 } @@ -132,7 +136,7 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, digital_presence_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 """BusinessVerificationCreateResponse - a model defined in OpenAPI Args: @@ -145,6 +149,7 @@ def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redact search_terms (BusinessSearchTerms): kyb_check (BusinessKYBCheck): risk_check (BusinessRiskCheck): + digital_presence_check (BusinessDigitalPresenceCheck): request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. shareable_url (str, none_type): A shareable URL that can be sent directly to the user to complete verification @@ -219,6 +224,7 @@ def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redact self.search_terms = search_terms self.kyb_check = kyb_check self.risk_check = risk_check + self.digital_presence_check = digital_presence_check self.request_id = request_id self.shareable_url = shareable_url for var_name, var_value in kwargs.items(): @@ -241,7 +247,7 @@ def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redact ]) @convert_js_args_to_python_args - def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 + def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, digital_presence_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 """BusinessVerificationCreateResponse - a model defined in OpenAPI Args: @@ -254,6 +260,7 @@ def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, st search_terms (BusinessSearchTerms): kyb_check (BusinessKYBCheck): risk_check (BusinessRiskCheck): + digital_presence_check (BusinessDigitalPresenceCheck): request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. shareable_url (str, none_type): A shareable URL that can be sent directly to the user to complete verification @@ -326,6 +333,7 @@ def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, st self.search_terms = search_terms self.kyb_check = kyb_check self.risk_check = risk_check + self.digital_presence_check = digital_presence_check self.request_id = request_id self.shareable_url = shareable_url for var_name, var_value in kwargs.items(): diff --git a/plaid/model/business_verification_get_request.py b/plaid/model/business_verification_get_request.py index d7c0afea2..931e84544 100644 --- a/plaid/model/business_verification_get_request.py +++ b/plaid/model/business_verification_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_get_response.py b/plaid/model/business_verification_get_response.py index ebc8cf0d2..c5caa883f 100644 --- a/plaid/model/business_verification_get_response.py +++ b/plaid/model/business_verification_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,10 +30,12 @@ def lazy_import(): + from plaid.model.business_digital_presence_check import BusinessDigitalPresenceCheck from plaid.model.business_kyb_check import BusinessKYBCheck from plaid.model.business_risk_check import BusinessRiskCheck from plaid.model.business_search_terms import BusinessSearchTerms from plaid.model.business_verification_status_overall import BusinessVerificationStatusOverall + globals()['BusinessDigitalPresenceCheck'] = BusinessDigitalPresenceCheck globals()['BusinessKYBCheck'] = BusinessKYBCheck globals()['BusinessRiskCheck'] = BusinessRiskCheck globals()['BusinessSearchTerms'] = BusinessSearchTerms @@ -102,6 +104,7 @@ def openapi_types(): 'search_terms': (BusinessSearchTerms,), # noqa: E501 'kyb_check': (BusinessKYBCheck,), # noqa: E501 'risk_check': (BusinessRiskCheck,), # noqa: E501 + 'digital_presence_check': (BusinessDigitalPresenceCheck,), # noqa: E501 'request_id': (str,), # noqa: E501 'shareable_url': (str, none_type,), # noqa: E501 } @@ -121,6 +124,7 @@ def discriminator(): 'search_terms': 'search_terms', # noqa: E501 'kyb_check': 'kyb_check', # noqa: E501 'risk_check': 'risk_check', # noqa: E501 + 'digital_presence_check': 'digital_presence_check', # noqa: E501 'request_id': 'request_id', # noqa: E501 'shareable_url': 'shareable_url', # noqa: E501 } @@ -132,7 +136,7 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, digital_presence_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 """BusinessVerificationGetResponse - a model defined in OpenAPI Args: @@ -145,6 +149,7 @@ def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redact search_terms (BusinessSearchTerms): kyb_check (BusinessKYBCheck): risk_check (BusinessRiskCheck): + digital_presence_check (BusinessDigitalPresenceCheck): request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. shareable_url (str, none_type): A shareable URL that can be sent directly to the user to complete verification @@ -219,6 +224,7 @@ def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redact self.search_terms = search_terms self.kyb_check = kyb_check self.risk_check = risk_check + self.digital_presence_check = digital_presence_check self.request_id = request_id self.shareable_url = shareable_url for var_name, var_value in kwargs.items(): @@ -241,7 +247,7 @@ def _from_openapi_data(cls, id, client_user_id, created_at, completed_at, redact ]) @convert_js_args_to_python_args - def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 + def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, status, search_terms, kyb_check, risk_check, digital_presence_check, request_id, shareable_url, *args, **kwargs): # noqa: E501 """BusinessVerificationGetResponse - a model defined in OpenAPI Args: @@ -254,6 +260,7 @@ def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, st search_terms (BusinessSearchTerms): kyb_check (BusinessKYBCheck): risk_check (BusinessRiskCheck): + digital_presence_check (BusinessDigitalPresenceCheck): request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. shareable_url (str, none_type): A shareable URL that can be sent directly to the user to complete verification @@ -326,6 +333,7 @@ def __init__(self, id, client_user_id, created_at, completed_at, redacted_at, st self.search_terms = search_terms self.kyb_check = kyb_check self.risk_check = risk_check + self.digital_presence_check = digital_presence_check self.request_id = request_id self.shareable_url = shareable_url for var_name, var_value in kwargs.items(): diff --git a/plaid/model/business_verification_status_kyb_check.py b/plaid/model/business_verification_status_kyb_check.py index d354a5e0e..4f8651051 100644 --- a/plaid/model/business_verification_status_kyb_check.py +++ b/plaid/model/business_verification_status_kyb_check.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_status_overall.py b/plaid/model/business_verification_status_overall.py index 86686378d..980547de2 100644 --- a/plaid/model/business_verification_status_overall.py +++ b/plaid/model/business_verification_status_overall.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_status_risk_check.py b/plaid/model/business_verification_status_risk_check.py index 35c569366..5dd4b2b85 100644 --- a/plaid/model/business_verification_status_risk_check.py +++ b/plaid/model/business_verification_status_risk_check.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_verification_status_web_presence_check.py b/plaid/model/business_verification_status_web_presence_check.py new file mode 100644 index 000000000..d808b4f3e --- /dev/null +++ b/plaid/model/business_verification_status_web_presence_check.py @@ -0,0 +1,292 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class BusinessVerificationStatusWebPresenceCheck(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('value',): { + 'ACTIVE': "active", + 'SUCCESS': "success", + 'FAILED': "failed", + 'NOT_APPLICABLE': "not_applicable", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'value': (str,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """BusinessVerificationStatusWebPresenceCheck - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): Status of the digital presence check., must be one of ["active", "success", "failed", "not_applicable", ] # noqa: E501 + + Keyword Args: + value (str): Status of the digital presence check., must be one of ["active", "success", "failed", "not_applicable", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """BusinessVerificationStatusWebPresenceCheck - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): Status of the digital presence check., must be one of ["active", "success", "failed", "not_applicable", ] # noqa: E501 + + Keyword Args: + value (str): Status of the digital presence check., must be one of ["active", "success", "failed", "not_applicable", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/plaid/model/business_website.py b/plaid/model/business_website.py index 9e24cddc1..945c24923 100644 --- a/plaid/model/business_website.py +++ b/plaid/model/business_website.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/business_website_analysis.py b/plaid/model/business_website_analysis.py new file mode 100644 index 000000000..1dad5534a --- /dev/null +++ b/plaid/model/business_website_analysis.py @@ -0,0 +1,305 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.business_check_boolean_status import BusinessCheckBooleanStatus + from plaid.model.business_website_build_status import BusinessWebsiteBuildStatus + from plaid.model.business_website_ssl import BusinessWebsiteSSL + from plaid.model.business_whois_record import BusinessWhoisRecord + globals()['BusinessCheckBooleanStatus'] = BusinessCheckBooleanStatus + globals()['BusinessWebsiteBuildStatus'] = BusinessWebsiteBuildStatus + globals()['BusinessWebsiteSSL'] = BusinessWebsiteSSL + globals()['BusinessWhoisRecord'] = BusinessWhoisRecord + + +class BusinessWebsiteAnalysis(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'is_parked': (BusinessCheckBooleanStatus,), # noqa: E501 + 'email_is_deliverable': (BusinessCheckBooleanStatus,), # noqa: E501 + 'website_build_status': (BusinessWebsiteBuildStatus,), # noqa: E501 + 'whois_record': (BusinessWhoisRecord,), # noqa: E501 + 'ssl': (BusinessWebsiteSSL,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'is_parked': 'is_parked', # noqa: E501 + 'email_is_deliverable': 'email_is_deliverable', # noqa: E501 + 'website_build_status': 'website_build_status', # noqa: E501 + 'whois_record': 'whois_record', # noqa: E501 + 'ssl': 'ssl', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, is_parked, email_is_deliverable, website_build_status, whois_record, ssl, *args, **kwargs): # noqa: E501 + """BusinessWebsiteAnalysis - a model defined in OpenAPI + + Args: + is_parked (BusinessCheckBooleanStatus): + email_is_deliverable (BusinessCheckBooleanStatus): + website_build_status (BusinessWebsiteBuildStatus): + whois_record (BusinessWhoisRecord): + ssl (BusinessWebsiteSSL): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.is_parked = is_parked + self.email_is_deliverable = email_is_deliverable + self.website_build_status = website_build_status + self.whois_record = whois_record + self.ssl = ssl + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, is_parked, email_is_deliverable, website_build_status, whois_record, ssl, *args, **kwargs): # noqa: E501 + """BusinessWebsiteAnalysis - a model defined in OpenAPI + + Args: + is_parked (BusinessCheckBooleanStatus): + email_is_deliverable (BusinessCheckBooleanStatus): + website_build_status (BusinessWebsiteBuildStatus): + whois_record (BusinessWhoisRecord): + ssl (BusinessWebsiteSSL): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.is_parked = is_parked + self.email_is_deliverable = email_is_deliverable + self.website_build_status = website_build_status + self.whois_record = whois_record + self.ssl = ssl + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/business_website_build_status.py b/plaid/model/business_website_build_status.py new file mode 100644 index 000000000..6453c3f78 --- /dev/null +++ b/plaid/model/business_website_build_status.py @@ -0,0 +1,291 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class BusinessWebsiteBuildStatus(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('value',): { + 'COMING_SOON': "coming_soon", + 'ACTIVE': "active", + 'INACTIVE': "inactive", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'value': (str,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """BusinessWebsiteBuildStatus - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): Build status of the business website.., must be one of ["coming_soon", "active", "inactive", ] # noqa: E501 + + Keyword Args: + value (str): Build status of the business website.., must be one of ["coming_soon", "active", "inactive", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """BusinessWebsiteBuildStatus - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): Build status of the business website.., must be one of ["coming_soon", "active", "inactive", ] # noqa: E501 + + Keyword Args: + value (str): Build status of the business website.., must be one of ["coming_soon", "active", "inactive", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/plaid/model/business_website_ssl.py b/plaid/model/business_website_ssl.py new file mode 100644 index 000000000..3853637fd --- /dev/null +++ b/plaid/model/business_website_ssl.py @@ -0,0 +1,275 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.business_check_boolean_status import BusinessCheckBooleanStatus + globals()['BusinessCheckBooleanStatus'] = BusinessCheckBooleanStatus + + +class BusinessWebsiteSSL(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'is_valid': (BusinessCheckBooleanStatus,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'is_valid': 'is_valid', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, is_valid, *args, **kwargs): # noqa: E501 + """BusinessWebsiteSSL - a model defined in OpenAPI + + Args: + is_valid (BusinessCheckBooleanStatus): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.is_valid = is_valid + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, is_valid, *args, **kwargs): # noqa: E501 + """BusinessWebsiteSSL - a model defined in OpenAPI + + Args: + is_valid (BusinessCheckBooleanStatus): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.is_valid = is_valid + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/business_whois_record.py b/plaid/model/business_whois_record.py new file mode 100644 index 000000000..04e739d3e --- /dev/null +++ b/plaid/model/business_whois_record.py @@ -0,0 +1,287 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class BusinessWhoisRecord(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'domain_created_at': (datetime, none_type,), # noqa: E501 + 'domain_updated_at': (datetime, none_type,), # noqa: E501 + 'domain_expires_at': (datetime, none_type,), # noqa: E501 + 'registrar': (str, none_type,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'domain_created_at': 'domain_created_at', # noqa: E501 + 'domain_updated_at': 'domain_updated_at', # noqa: E501 + 'domain_expires_at': 'domain_expires_at', # noqa: E501 + 'registrar': 'registrar', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, domain_created_at, domain_updated_at, domain_expires_at, registrar, *args, **kwargs): # noqa: E501 + """BusinessWhoisRecord - a model defined in OpenAPI + + Args: + domain_created_at (datetime, none_type): An ISO8601 formatted timestamp. + domain_updated_at (datetime, none_type): An ISO8601 formatted timestamp. + domain_expires_at (datetime, none_type): An ISO8601 formatted timestamp. + registrar (str, none_type): Domain registrar. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.domain_created_at = domain_created_at + self.domain_updated_at = domain_updated_at + self.domain_expires_at = domain_expires_at + self.registrar = registrar + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, domain_created_at, domain_updated_at, domain_expires_at, registrar, *args, **kwargs): # noqa: E501 + """BusinessWhoisRecord - a model defined in OpenAPI + + Args: + domain_created_at (datetime, none_type): An ISO8601 formatted timestamp. + domain_updated_at (datetime, none_type): An ISO8601 formatted timestamp. + domain_expires_at (datetime, none_type): An ISO8601 formatted timestamp. + registrar (str, none_type): Domain registrar. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.domain_created_at = domain_created_at + self.domain_updated_at = domain_updated_at + self.domain_expires_at = domain_expires_at + self.registrar = registrar + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cash_flow_insight.py b/plaid/model/cash_flow_insight.py index f3b9005fc..26bbfe1ed 100644 --- a/plaid/model/cash_flow_insight.py +++ b/plaid/model/cash_flow_insight.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_event_webhook_codes.py b/plaid/model/cash_flow_updates_event_webhook_codes.py index 655d4d993..b373af2a6 100644 --- a/plaid/model/cash_flow_updates_event_webhook_codes.py +++ b/plaid/model/cash_flow_updates_event_webhook_codes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py b/plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py index e986d1080..49dba0384 100644 --- a/plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py +++ b/plaid/model/cash_flow_updates_expected_deposit_missed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_insights_v2_webhook.py b/plaid/model/cash_flow_updates_insights_v2_webhook.py index f77c31af8..c284ee2c7 100644 --- a/plaid/model/cash_flow_updates_insights_v2_webhook.py +++ b/plaid/model/cash_flow_updates_insights_v2_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_insights_webhook.py b/plaid/model/cash_flow_updates_insights_webhook.py index fdfb6b87c..e798ce4a6 100644 --- a/plaid/model/cash_flow_updates_insights_webhook.py +++ b/plaid/model/cash_flow_updates_insights_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_large_deposit_webhook.py b/plaid/model/cash_flow_updates_large_deposit_webhook.py index d988263c0..ed3658649 100644 --- a/plaid/model/cash_flow_updates_large_deposit_webhook.py +++ b/plaid/model/cash_flow_updates_large_deposit_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_low_balance_webhook.py b/plaid/model/cash_flow_updates_low_balance_webhook.py index 38e5e42ad..f2136f3d3 100644 --- a/plaid/model/cash_flow_updates_low_balance_webhook.py +++ b/plaid/model/cash_flow_updates_low_balance_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_new_income_stream_webhook.py b/plaid/model/cash_flow_updates_new_income_stream_webhook.py index ff272a7bc..0278ced96 100644 --- a/plaid/model/cash_flow_updates_new_income_stream_webhook.py +++ b/plaid/model/cash_flow_updates_new_income_stream_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_new_loan_payment_webhook.py b/plaid/model/cash_flow_updates_new_loan_payment_webhook.py index a8b03a961..6a78bbf63 100644 --- a/plaid/model/cash_flow_updates_new_loan_payment_webhook.py +++ b/plaid/model/cash_flow_updates_new_loan_payment_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cash_flow_updates_nsf_webhook.py b/plaid/model/cash_flow_updates_nsf_webhook.py index cb57cdf13..569d3e4bf 100644 --- a/plaid/model/cash_flow_updates_nsf_webhook.py +++ b/plaid/model/cash_flow_updates_nsf_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_attributes_version.py b/plaid/model/cashflow_attributes_version.py index cd5d4ecd7..09d7e4226 100644 --- a/plaid/model/cashflow_attributes_version.py +++ b/plaid/model/cashflow_attributes_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_account_insights.py b/plaid/model/cashflow_report_account_insights.py index e92ea60c0..c9eba73d4 100644 --- a/plaid/model/cashflow_report_account_insights.py +++ b/plaid/model/cashflow_report_account_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_get_request.py b/plaid/model/cashflow_report_get_request.py index 6fe0ac70c..f3dd57a92 100644 --- a/plaid/model/cashflow_report_get_request.py +++ b/plaid/model/cashflow_report_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_get_request_options.py b/plaid/model/cashflow_report_get_request_options.py index c9ef1d71e..6a9cdb972 100644 --- a/plaid/model/cashflow_report_get_request_options.py +++ b/plaid/model/cashflow_report_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_get_response.py b/plaid/model/cashflow_report_get_response.py index 799d6a458..136337bf6 100644 --- a/plaid/model/cashflow_report_get_response.py +++ b/plaid/model/cashflow_report_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_historical_balance.py b/plaid/model/cashflow_report_historical_balance.py index 142184dbc..20b6ea4f8 100644 --- a/plaid/model/cashflow_report_historical_balance.py +++ b/plaid/model/cashflow_report_historical_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_insights_get_request.py b/plaid/model/cashflow_report_insights_get_request.py index e74512ea5..aa2fc08de 100644 --- a/plaid/model/cashflow_report_insights_get_request.py +++ b/plaid/model/cashflow_report_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_insights_get_response.py b/plaid/model/cashflow_report_insights_get_response.py index d4a7d281a..39c02ac40 100644 --- a/plaid/model/cashflow_report_insights_get_response.py +++ b/plaid/model/cashflow_report_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary.py b/plaid/model/cashflow_report_monthly_summary.py index 69ad74b68..d54b6a038 100644 --- a/plaid/model/cashflow_report_monthly_summary.py +++ b/plaid/model/cashflow_report_monthly_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_average_daily_ending_balance.py b/plaid/model/cashflow_report_monthly_summary_average_daily_ending_balance.py index 56162badb..4ce2c9297 100644 --- a/plaid/model/cashflow_report_monthly_summary_average_daily_ending_balance.py +++ b/plaid/model/cashflow_report_monthly_summary_average_daily_ending_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_average_daily_inflow_amount.py b/plaid/model/cashflow_report_monthly_summary_average_daily_inflow_amount.py index 240a4c1cc..b74a0b49e 100644 --- a/plaid/model/cashflow_report_monthly_summary_average_daily_inflow_amount.py +++ b/plaid/model/cashflow_report_monthly_summary_average_daily_inflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_average_daily_net_cashflow_amount.py b/plaid/model/cashflow_report_monthly_summary_average_daily_net_cashflow_amount.py index ac1b67dec..434243482 100644 --- a/plaid/model/cashflow_report_monthly_summary_average_daily_net_cashflow_amount.py +++ b/plaid/model/cashflow_report_monthly_summary_average_daily_net_cashflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_average_daily_outflow_amount.py b/plaid/model/cashflow_report_monthly_summary_average_daily_outflow_amount.py index a8c7a77ec..9b338f034 100644 --- a/plaid/model/cashflow_report_monthly_summary_average_daily_outflow_amount.py +++ b/plaid/model/cashflow_report_monthly_summary_average_daily_outflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_ending_balance.py b/plaid/model/cashflow_report_monthly_summary_ending_balance.py index e44e1c8f9..0fc34d0d3 100644 --- a/plaid/model/cashflow_report_monthly_summary_ending_balance.py +++ b/plaid/model/cashflow_report_monthly_summary_ending_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_starting_balance.py b/plaid/model/cashflow_report_monthly_summary_starting_balance.py index 45f2d3626..7cc968f41 100644 --- a/plaid/model/cashflow_report_monthly_summary_starting_balance.py +++ b/plaid/model/cashflow_report_monthly_summary_starting_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_total_loan_payment.py b/plaid/model/cashflow_report_monthly_summary_total_loan_payment.py index 7857eaccb..356ba7507 100644 --- a/plaid/model/cashflow_report_monthly_summary_total_loan_payment.py +++ b/plaid/model/cashflow_report_monthly_summary_total_loan_payment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_total_payroll.py b/plaid/model/cashflow_report_monthly_summary_total_payroll.py index 75157e3b6..1352395f8 100644 --- a/plaid/model/cashflow_report_monthly_summary_total_payroll.py +++ b/plaid/model/cashflow_report_monthly_summary_total_payroll.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_total_revenue.py b/plaid/model/cashflow_report_monthly_summary_total_revenue.py index 448721331..56fee46c6 100644 --- a/plaid/model/cashflow_report_monthly_summary_total_revenue.py +++ b/plaid/model/cashflow_report_monthly_summary_total_revenue.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_monthly_summary_total_variable_expense.py b/plaid/model/cashflow_report_monthly_summary_total_variable_expense.py index 2005d62a9..138423f00 100644 --- a/plaid/model/cashflow_report_monthly_summary_total_variable_expense.py +++ b/plaid/model/cashflow_report_monthly_summary_total_variable_expense.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_payment_meta.py b/plaid/model/cashflow_report_payment_meta.py index d63114b20..7334584f7 100644 --- a/plaid/model/cashflow_report_payment_meta.py +++ b/plaid/model/cashflow_report_payment_meta.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_refresh_request.py b/plaid/model/cashflow_report_refresh_request.py index f3d05e23f..4b2f90b93 100644 --- a/plaid/model/cashflow_report_refresh_request.py +++ b/plaid/model/cashflow_report_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_refresh_response.py b/plaid/model/cashflow_report_refresh_response.py index 82d90e8cb..820ef5309 100644 --- a/plaid/model/cashflow_report_refresh_response.py +++ b/plaid/model/cashflow_report_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_transaction.py b/plaid/model/cashflow_report_transaction.py index 43b64627a..2439fdc2b 100644 --- a/plaid/model/cashflow_report_transaction.py +++ b/plaid/model/cashflow_report_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_transactions_get_request.py b/plaid/model/cashflow_report_transactions_get_request.py index 900a3e778..2fe40650c 100644 --- a/plaid/model/cashflow_report_transactions_get_request.py +++ b/plaid/model/cashflow_report_transactions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_transactions_get_request_options.py b/plaid/model/cashflow_report_transactions_get_request_options.py index 255218d45..8192a6cc3 100644 --- a/plaid/model/cashflow_report_transactions_get_request_options.py +++ b/plaid/model/cashflow_report_transactions_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_report_transactions_get_response.py b/plaid/model/cashflow_report_transactions_get_response.py index 43019eb7a..9e650b3bf 100644 --- a/plaid/model/cashflow_report_transactions_get_response.py +++ b/plaid/model/cashflow_report_transactions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/categories_get_response.py b/plaid/model/categories_get_response.py index 7a9067650..408a0ee03 100644 --- a/plaid/model/categories_get_response.py +++ b/plaid/model/categories_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category.py b/plaid/model/category.py index 5955ceac0..397eaba98 100644 --- a/plaid/model/category.py +++ b/plaid/model/category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category_expenses.py b/plaid/model/category_expenses.py index 9fba2daf9..0db97327a 100644 --- a/plaid/model/category_expenses.py +++ b/plaid/model/category_expenses.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category_insight_details.py b/plaid/model/category_insight_details.py index 1fd5c5c40..538d414b9 100644 --- a/plaid/model/category_insight_details.py +++ b/plaid/model/category_insight_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category_insights.py b/plaid/model/category_insights.py index 98e10ac98..5b5dbc1e1 100644 --- a/plaid/model/category_insights.py +++ b/plaid/model/category_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cause.py b/plaid/model/cause.py index 33b268ae5..258707b9d 100644 --- a/plaid/model/cause.py +++ b/plaid/model/cause.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cause_all_of.py b/plaid/model/cause_all_of.py index 82e9e4c06..6e5c6d825 100644 --- a/plaid/model/cause_all_of.py +++ b/plaid/model/cause_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/check_report_warning.py b/plaid/model/check_report_warning.py index 43fe3de45..d1c869a12 100644 --- a/plaid/model/check_report_warning.py +++ b/plaid/model/check_report_warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/check_report_warning_code.py b/plaid/model/check_report_warning_code.py index eddb592c5..ccc112193 100644 --- a/plaid/model/check_report_warning_code.py +++ b/plaid/model/check_report_warning_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_customization.py b/plaid/model/client_customization.py index 088c7c464..346d8ec73 100644 --- a/plaid/model/client_customization.py +++ b/plaid/model/client_customization.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_provided_enhanced_transaction.py b/plaid/model/client_provided_enhanced_transaction.py index 56a017761..8a412532b 100644 --- a/plaid/model/client_provided_enhanced_transaction.py +++ b/plaid/model/client_provided_enhanced_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_provided_enriched_transaction.py b/plaid/model/client_provided_enriched_transaction.py index b1cc466d5..99ccc082e 100644 --- a/plaid/model/client_provided_enriched_transaction.py +++ b/plaid/model/client_provided_enriched_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_provided_raw_transaction.py b/plaid/model/client_provided_raw_transaction.py index e83ed280a..413f03411 100644 --- a/plaid/model/client_provided_raw_transaction.py +++ b/plaid/model/client_provided_raw_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_provided_transaction.py b/plaid/model/client_provided_transaction.py index 42af8e9da..ca44dc0ed 100644 --- a/plaid/model/client_provided_transaction.py +++ b/plaid/model/client_provided_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_provided_transaction_location.py b/plaid/model/client_provided_transaction_location.py index 7335b677b..66840a475 100644 --- a/plaid/model/client_provided_transaction_location.py +++ b/plaid/model/client_provided_transaction_location.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_user_identity.py b/plaid/model/client_user_identity.py index e9ffded96..eb1c3cdc5 100644 --- a/plaid/model/client_user_identity.py +++ b/plaid/model/client_user_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_user_identity_address.py b/plaid/model/client_user_identity_address.py index a4ec49a34..0370ebf43 100644 --- a/plaid/model/client_user_identity_address.py +++ b/plaid/model/client_user_identity_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_user_identity_email.py b/plaid/model/client_user_identity_email.py index 868fc1183..b0c87f8f3 100644 --- a/plaid/model/client_user_identity_email.py +++ b/plaid/model/client_user_identity_email.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_user_identity_name.py b/plaid/model/client_user_identity_name.py index f1c6f1e7a..c50221a6a 100644 --- a/plaid/model/client_user_identity_name.py +++ b/plaid/model/client_user_identity_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_user_identity_phone_number.py b/plaid/model/client_user_identity_phone_number.py index 4267a8442..d345b4857 100644 --- a/plaid/model/client_user_identity_phone_number.py +++ b/plaid/model/client_user_identity_phone_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/connected_application.py b/plaid/model/connected_application.py index 02210cc3b..664d0b051 100644 --- a/plaid/model/connected_application.py +++ b/plaid/model/connected_application.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_event.py b/plaid/model/consent_event.py index 152158b72..9ba54c4a4 100644 --- a/plaid/model/consent_event.py +++ b/plaid/model/consent_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_event_code.py b/plaid/model/consent_event_code.py index 8b2e61959..4b3b3476e 100644 --- a/plaid/model/consent_event_code.py +++ b/plaid/model/consent_event_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_event_initiator.py b/plaid/model/consent_event_initiator.py index 0e0731905..3b18a89c1 100644 --- a/plaid/model/consent_event_initiator.py +++ b/plaid/model/consent_event_initiator.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_event_type.py b/plaid/model/consent_event_type.py index 8332f213a..108db018f 100644 --- a/plaid/model/consent_event_type.py +++ b/plaid/model/consent_event_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_events_get_request.py b/plaid/model/consent_events_get_request.py index 0b368fd19..4e7c5f560 100644 --- a/plaid/model/consent_events_get_request.py +++ b/plaid/model/consent_events_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_events_get_response.py b/plaid/model/consent_events_get_response.py index 78ac79bdf..da4e2035c 100644 --- a/plaid/model/consent_events_get_response.py +++ b/plaid/model/consent_events_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_payment_idempotency_key.py b/plaid/model/consent_payment_idempotency_key.py index 3de5a6762..f00383ec9 100644 --- a/plaid/model/consent_payment_idempotency_key.py +++ b/plaid/model/consent_payment_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consented_account.py b/plaid/model/consented_account.py index 139530c37..3032d6898 100644 --- a/plaid/model/consented_account.py +++ b/plaid/model/consented_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consumer_dispute.py b/plaid/model/consumer_dispute.py index d9d80139c..165efac7d 100644 --- a/plaid/model/consumer_dispute.py +++ b/plaid/model/consumer_dispute.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consumer_dispute_category.py b/plaid/model/consumer_dispute_category.py index 06c3d3887..f39716988 100644 --- a/plaid/model/consumer_dispute_category.py +++ b/plaid/model/consumer_dispute_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consumer_report_pdf_get_request.py b/plaid/model/consumer_report_pdf_get_request.py index 68c38e565..621b473e6 100644 --- a/plaid/model/consumer_report_pdf_get_request.py +++ b/plaid/model/consumer_report_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consumer_report_permissible_purpose.py b/plaid/model/consumer_report_permissible_purpose.py index 8f07cbdfc..1d9316478 100644 --- a/plaid/model/consumer_report_permissible_purpose.py +++ b/plaid/model/consumer_report_permissible_purpose.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -111,10 +111,10 @@ def __init__(self, *args, **kwargs): Note that value can be passed either in args or in kwargs, but not in both. Args: - args[0] (str): Describes the reason you are generating a Consumer Report for this user. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 + args[0] (str): Describes the reason you are generating a Consumer Report for this user. When calling `/link/token/create`, this field is required when using Plaid Check (CRA) products; invalid if not using Plaid Check (CRA) products. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 Keyword Args: - value (str): Describes the reason you are generating a Consumer Report for this user. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 + value (str): Describes the reason you are generating a Consumer Report for this user. When calling `/link/token/create`, this field is required when using Plaid Check (CRA) products; invalid if not using Plaid Check (CRA) products. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be raised if the wrong type is input. @@ -205,10 +205,10 @@ def _from_openapi_data(cls, *args, **kwargs): Note that value can be passed either in args or in kwargs, but not in both. Args: - args[0] (str): Describes the reason you are generating a Consumer Report for this user. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 + args[0] (str): Describes the reason you are generating a Consumer Report for this user. When calling `/link/token/create`, this field is required when using Plaid Check (CRA) products; invalid if not using Plaid Check (CRA) products. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 Keyword Args: - value (str): Describes the reason you are generating a Consumer Report for this user. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 + value (str): Describes the reason you are generating a Consumer Report for this user. When calling `/link/token/create`, this field is required when using Plaid Check (CRA) products; invalid if not using Plaid Check (CRA) products. `ACCOUNT_REVIEW_CREDIT`: In connection with a consumer credit transaction for the review or collection of an account pursuant to FCRA Section 604(a)(3)(A). `ACCOUNT_REVIEW_NON_CREDIT`: For a legitimate business need of the information to review a non-credit account provided primarily for personal, family, or household purposes to determine whether the consumer continues to meet the terms of the account pursuant to FCRA Section 604(a)(3)(F)(2). `EXTENSION_OF_CREDIT`: In connection with a credit transaction initiated by and involving the consumer pursuant to FCRA Section 604(a)(3)(A). `LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING`: For a legitimate business need in connection with a business transaction initiated by the consumer primarily for personal, family, or household purposes in connection with a property rental assessment pursuant to FCRA Section 604(a)(3)(F)(i). `LEGITIMATE_BUSINESS_NEED_OTHER`: For a legitimate business need in connection with a business transaction made primarily for personal, family, or household initiated by the consumer pursuant to FCRA Section 604(a)(3)(F)(i). `WRITTEN_INSTRUCTION_PREQUALIFICATION`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), to evaluate an application’s profile to make an offer to the consumer. `WRITTEN_INSTRUCTION_OTHER`: In accordance with the written instructions of the consumer pursuant to FCRA Section 604(a)(2), such as when an individual agrees to act as a guarantor or assumes personal liability for a consumer, business, or commercial loan. `ELIGIBILITY_FOR_GOVT_BENEFITS`: In connection with an eligibility determination for a government benefit where the entity is required to consider an applicant’s financial status pursuant to FCRA Section 604(a)(3)(D).., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", "ELIGIBILITY_FOR_GOVT_BENEFITS", ] # noqa: E501 _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be raised if the wrong type is input. diff --git a/plaid/model/consumer_report_user_identity.py b/plaid/model/consumer_report_user_identity.py index be5ff71d2..c11b6c881 100644 --- a/plaid/model/consumer_report_user_identity.py +++ b/plaid/model/consumer_report_user_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty.py b/plaid/model/counterparty.py index 0f948d3e2..36983fad0 100644 --- a/plaid/model/counterparty.py +++ b/plaid/model/counterparty.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_insights.py b/plaid/model/counterparty_insights.py index f2f7c5d18..10bf6b8b6 100644 --- a/plaid/model/counterparty_insights.py +++ b/plaid/model/counterparty_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_numbers.py b/plaid/model/counterparty_numbers.py index 9bed627a4..1e662697f 100644 --- a/plaid/model/counterparty_numbers.py +++ b/plaid/model/counterparty_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_numbers_bacs.py b/plaid/model/counterparty_numbers_bacs.py index ef95c6754..54dc36c2b 100644 --- a/plaid/model/counterparty_numbers_bacs.py +++ b/plaid/model/counterparty_numbers_bacs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_numbers_international.py b/plaid/model/counterparty_numbers_international.py index 6ff0cc685..b374e3690 100644 --- a/plaid/model/counterparty_numbers_international.py +++ b/plaid/model/counterparty_numbers_international.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_type.py b/plaid/model/counterparty_type.py index f60f3f084..e9a3357cb 100644 --- a/plaid/model/counterparty_type.py +++ b/plaid/model/counterparty_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/country_code.py b/plaid/model/country_code.py index bd043d658..a817fad06 100644 --- a/plaid/model/country_code.py +++ b/plaid/model/country_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_account.py b/plaid/model/cra_bank_income_account.py index 22ce0c427..352ae4d0d 100644 --- a/plaid/model/cra_bank_income_account.py +++ b/plaid/model/cra_bank_income_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_account_metadata.py b/plaid/model/cra_bank_income_account_metadata.py index 161bc6886..edd0d7c09 100644 --- a/plaid/model/cra_bank_income_account_metadata.py +++ b/plaid/model/cra_bank_income_account_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_bonus_type.py b/plaid/model/cra_bank_income_bonus_type.py index e8f57a6b3..8adbbc300 100644 --- a/plaid/model/cra_bank_income_bonus_type.py +++ b/plaid/model/cra_bank_income_bonus_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_cause.py b/plaid/model/cra_bank_income_cause.py index dc71b0d16..2a969b770 100644 --- a/plaid/model/cra_bank_income_cause.py +++ b/plaid/model/cra_bank_income_cause.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_complete_result.py b/plaid/model/cra_bank_income_complete_result.py index d3d9f8e69..58d676660 100644 --- a/plaid/model/cra_bank_income_complete_result.py +++ b/plaid/model/cra_bank_income_complete_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_complete_webhook.py b/plaid/model/cra_bank_income_complete_webhook.py index 8c13d7136..35aa04287 100644 --- a/plaid/model/cra_bank_income_complete_webhook.py +++ b/plaid/model/cra_bank_income_complete_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_employer.py b/plaid/model/cra_bank_income_employer.py index 382e0cf71..d85fc59bf 100644 --- a/plaid/model/cra_bank_income_employer.py +++ b/plaid/model/cra_bank_income_employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_error_webhook.py b/plaid/model/cra_bank_income_error_webhook.py index 9dfdd5646..2a93df4f8 100644 --- a/plaid/model/cra_bank_income_error_webhook.py +++ b/plaid/model/cra_bank_income_error_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_historical_summary.py b/plaid/model/cra_bank_income_historical_summary.py index 49087aabb..424e66b53 100644 --- a/plaid/model/cra_bank_income_historical_summary.py +++ b/plaid/model/cra_bank_income_historical_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_income_provider.py b/plaid/model/cra_bank_income_income_provider.py index a956abcb2..cde66277d 100644 --- a/plaid/model/cra_bank_income_income_provider.py +++ b/plaid/model/cra_bank_income_income_provider.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_item.py b/plaid/model/cra_bank_income_item.py index 186457d23..91ffdc859 100644 --- a/plaid/model/cra_bank_income_item.py +++ b/plaid/model/cra_bank_income_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_source.py b/plaid/model/cra_bank_income_source.py index 61f03e7ef..16086f06a 100644 --- a/plaid/model/cra_bank_income_source.py +++ b/plaid/model/cra_bank_income_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_status.py b/plaid/model/cra_bank_income_status.py index 59f5b4226..13f773799 100644 --- a/plaid/model/cra_bank_income_status.py +++ b/plaid/model/cra_bank_income_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_summary.py b/plaid/model/cra_bank_income_summary.py index 152074d42..5ba353448 100644 --- a/plaid/model/cra_bank_income_summary.py +++ b/plaid/model/cra_bank_income_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_transaction.py b/plaid/model/cra_bank_income_transaction.py index 31784e75b..bb02a2027 100644 --- a/plaid/model/cra_bank_income_transaction.py +++ b/plaid/model/cra_bank_income_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_warning.py b/plaid/model/cra_bank_income_warning.py index 4cc1e4db6..cac395d61 100644 --- a/plaid/model/cra_bank_income_warning.py +++ b/plaid/model/cra_bank_income_warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_warning_code.py b/plaid/model/cra_bank_income_warning_code.py index d108f0ad1..debae0463 100644 --- a/plaid/model/cra_bank_income_warning_code.py +++ b/plaid/model/cra_bank_income_warning_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_cashflow_insights_report.py b/plaid/model/cra_cashflow_insights_report.py index c5365918d..1fc454e5c 100644 --- a/plaid/model/cra_cashflow_insights_report.py +++ b/plaid/model/cra_cashflow_insights_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_base_report_get_request.py b/plaid/model/cra_check_report_base_report_get_request.py index 754f3efe1..8a48b9834 100644 --- a/plaid/model/cra_check_report_base_report_get_request.py +++ b/plaid/model/cra_check_report_base_report_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_base_report_get_response.py b/plaid/model/cra_check_report_base_report_get_response.py index 9be563630..d47df4af5 100644 --- a/plaid/model/cra_check_report_base_report_get_response.py +++ b/plaid/model/cra_check_report_base_report_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_cashflow_insights_get_options.py b/plaid/model/cra_check_report_cashflow_insights_get_options.py index aee15ddfd..a7942f5ad 100644 --- a/plaid/model/cra_check_report_cashflow_insights_get_options.py +++ b/plaid/model/cra_check_report_cashflow_insights_get_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_cashflow_insights_get_request.py b/plaid/model/cra_check_report_cashflow_insights_get_request.py index 32129ad98..df4fb840d 100644 --- a/plaid/model/cra_check_report_cashflow_insights_get_request.py +++ b/plaid/model/cra_check_report_cashflow_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_cashflow_insights_get_response.py b/plaid/model/cra_check_report_cashflow_insights_get_response.py index b4949ab17..880f35034 100644 --- a/plaid/model/cra_check_report_cashflow_insights_get_response.py +++ b/plaid/model/cra_check_report_cashflow_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_create_base_report_options.py b/plaid/model/cra_check_report_create_base_report_options.py index 82fbc194a..6243afe0c 100644 --- a/plaid/model/cra_check_report_create_base_report_options.py +++ b/plaid/model/cra_check_report_create_base_report_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_create_partner_insights_options.py b/plaid/model/cra_check_report_create_partner_insights_options.py index 71aab9efb..532a16d16 100644 --- a/plaid/model/cra_check_report_create_partner_insights_options.py +++ b/plaid/model/cra_check_report_create_partner_insights_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,8 +30,10 @@ def lazy_import(): + from plaid.model.cra_partner_insights_fico_input import CraPartnerInsightsFicoInput from plaid.model.prism_product import PrismProduct from plaid.model.prism_versions import PrismVersions + globals()['CraPartnerInsightsFicoInput'] = CraPartnerInsightsFicoInput globals()['PrismProduct'] = PrismProduct globals()['PrismVersions'] = PrismVersions @@ -91,6 +93,7 @@ def openapi_types(): return { 'prism_products': ([PrismProduct],), # noqa: E501 'prism_versions': (PrismVersions,), # noqa: E501 + 'fico': (CraPartnerInsightsFicoInput,), # noqa: E501 } @cached_property @@ -101,6 +104,7 @@ def discriminator(): attribute_map = { 'prism_products': 'prism_products', # noqa: E501 'prism_versions': 'prism_versions', # noqa: E501 + 'fico': 'fico', # noqa: E501 } read_only_vars = { @@ -146,6 +150,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) prism_products ([PrismProduct]): The specific Prism Data products to return. If none are passed in, then all products will be returned.. [optional] # noqa: E501 prism_versions (PrismVersions): [optional] # noqa: E501 + fico (CraPartnerInsightsFicoInput): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -233,6 +238,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) prism_products ([PrismProduct]): The specific Prism Data products to return. If none are passed in, then all products will be returned.. [optional] # noqa: E501 prism_versions (PrismVersions): [optional] # noqa: E501 + fico (CraPartnerInsightsFicoInput): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/cra_check_report_create_request.py b/plaid/model/cra_check_report_create_request.py index d2eb8b84c..0e9cf0f8a 100644 --- a/plaid/model/cra_check_report_create_request.py +++ b/plaid/model/cra_check_report_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_create_response.py b/plaid/model/cra_check_report_create_response.py index de729802a..49afb6946 100644 --- a/plaid/model/cra_check_report_create_response.py +++ b/plaid/model/cra_check_report_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_failed_webhook.py b/plaid/model/cra_check_report_failed_webhook.py index 8888c55e8..9c66b84ea 100644 --- a/plaid/model/cra_check_report_failed_webhook.py +++ b/plaid/model/cra_check_report_failed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_freddie_mac_get_request.py b/plaid/model/cra_check_report_freddie_mac_get_request.py index 93eecdd9f..4224010c4 100644 --- a/plaid/model/cra_check_report_freddie_mac_get_request.py +++ b/plaid/model/cra_check_report_freddie_mac_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_freddie_mac_get_response.py b/plaid/model/cra_check_report_freddie_mac_get_response.py index 7f3163484..0784a80aa 100644 --- a/plaid/model/cra_check_report_freddie_mac_get_response.py +++ b/plaid/model/cra_check_report_freddie_mac_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_freddie_mac_verification_of_assets_deal.py b/plaid/model/cra_check_report_freddie_mac_verification_of_assets_deal.py index fe84628db..28d617ae5 100644 --- a/plaid/model/cra_check_report_freddie_mac_verification_of_assets_deal.py +++ b/plaid/model/cra_check_report_freddie_mac_verification_of_assets_deal.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_gse_options.py b/plaid/model/cra_check_report_gse_options.py index 13a1d74c1..956ba0999 100644 --- a/plaid/model/cra_check_report_gse_options.py +++ b/plaid/model/cra_check_report_gse_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_income_insights_get_request.py b/plaid/model/cra_check_report_income_insights_get_request.py index 9c41b2789..65f8d4ccb 100644 --- a/plaid/model/cra_check_report_income_insights_get_request.py +++ b/plaid/model/cra_check_report_income_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_income_insights_get_response.py b/plaid/model/cra_check_report_income_insights_get_response.py index e5aebaaa3..ec35421e1 100644 --- a/plaid/model/cra_check_report_income_insights_get_response.py +++ b/plaid/model/cra_check_report_income_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_lend_score_get_options.py b/plaid/model/cra_check_report_lend_score_get_options.py index 686aec500..ac59c904b 100644 --- a/plaid/model/cra_check_report_lend_score_get_options.py +++ b/plaid/model/cra_check_report_lend_score_get_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_lend_score_get_request.py b/plaid/model/cra_check_report_lend_score_get_request.py index 167691ab4..6e5036dfc 100644 --- a/plaid/model/cra_check_report_lend_score_get_request.py +++ b/plaid/model/cra_check_report_lend_score_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_lend_score_get_response.py b/plaid/model/cra_check_report_lend_score_get_response.py index f0d9cd34d..2b4da2fe8 100644 --- a/plaid/model/cra_check_report_lend_score_get_response.py +++ b/plaid/model/cra_check_report_lend_score_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_network_insights_get_options.py b/plaid/model/cra_check_report_network_insights_get_options.py index 415a15e09..e77a35a93 100644 --- a/plaid/model/cra_check_report_network_insights_get_options.py +++ b/plaid/model/cra_check_report_network_insights_get_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_network_insights_get_request.py b/plaid/model/cra_check_report_network_insights_get_request.py index 5688573f7..86ee5f021 100644 --- a/plaid/model/cra_check_report_network_insights_get_request.py +++ b/plaid/model/cra_check_report_network_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_network_insights_get_response.py b/plaid/model/cra_check_report_network_insights_get_response.py index 63c8fc872..5b9b4e8e4 100644 --- a/plaid/model/cra_check_report_network_insights_get_response.py +++ b/plaid/model/cra_check_report_network_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_partner_insights_get_options.py b/plaid/model/cra_check_report_partner_insights_get_options.py index e623d1ba1..74b439a3d 100644 --- a/plaid/model/cra_check_report_partner_insights_get_options.py +++ b/plaid/model/cra_check_report_partner_insights_get_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_partner_insights_get_partner_insights.py b/plaid/model/cra_check_report_partner_insights_get_partner_insights.py index fb90c7a61..33879a8ac 100644 --- a/plaid/model/cra_check_report_partner_insights_get_partner_insights.py +++ b/plaid/model/cra_check_report_partner_insights_get_partner_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,7 +30,9 @@ def lazy_import(): + from plaid.model.cra_partner_insights_fico_input import CraPartnerInsightsFicoInput from plaid.model.prism_versions import PrismVersions + globals()['CraPartnerInsightsFicoInput'] = CraPartnerInsightsFicoInput globals()['PrismVersions'] = PrismVersions @@ -88,6 +90,7 @@ def openapi_types(): lazy_import() return { 'prism_versions': (PrismVersions,), # noqa: E501 + 'fico': (CraPartnerInsightsFicoInput,), # noqa: E501 } @cached_property @@ -97,6 +100,7 @@ def discriminator(): attribute_map = { 'prism_versions': 'prism_versions', # noqa: E501 + 'fico': 'fico', # noqa: E501 } read_only_vars = { @@ -141,6 +145,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) prism_versions (PrismVersions): [optional] # noqa: E501 + fico (CraPartnerInsightsFicoInput): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -227,6 +232,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) prism_versions (PrismVersions): [optional] # noqa: E501 + fico (CraPartnerInsightsFicoInput): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/cra_check_report_partner_insights_get_request.py b/plaid/model/cra_check_report_partner_insights_get_request.py index 31ce1d9a7..7018e01f8 100644 --- a/plaid/model/cra_check_report_partner_insights_get_request.py +++ b/plaid/model/cra_check_report_partner_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_partner_insights_get_response.py b/plaid/model/cra_check_report_partner_insights_get_response.py index 10ade821d..d5ba34888 100644 --- a/plaid/model/cra_check_report_partner_insights_get_response.py +++ b/plaid/model/cra_check_report_partner_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_pdf_get_request.py b/plaid/model/cra_check_report_pdf_get_request.py index cff5d22d4..c4af87d85 100644 --- a/plaid/model/cra_check_report_pdf_get_request.py +++ b/plaid/model/cra_check_report_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_ready_webhook.py b/plaid/model/cra_check_report_ready_webhook.py index a0c980868..1965af1ac 100644 --- a/plaid/model/cra_check_report_ready_webhook.py +++ b/plaid/model/cra_check_report_ready_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_verification_get_employment_refresh_options.py b/plaid/model/cra_check_report_verification_get_employment_refresh_options.py index fb33a9b8e..73c6b39cc 100644 --- a/plaid/model/cra_check_report_verification_get_employment_refresh_options.py +++ b/plaid/model/cra_check_report_verification_get_employment_refresh_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_verification_get_report_type.py b/plaid/model/cra_check_report_verification_get_report_type.py index 624443c4c..1f2c58680 100644 --- a/plaid/model/cra_check_report_verification_get_report_type.py +++ b/plaid/model/cra_check_report_verification_get_report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_verification_get_request.py b/plaid/model/cra_check_report_verification_get_request.py index d393367da..d964f97e9 100644 --- a/plaid/model/cra_check_report_verification_get_request.py +++ b/plaid/model/cra_check_report_verification_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_verification_get_response.py b/plaid/model/cra_check_report_verification_get_response.py index ba9b63c2a..4d8643227 100644 --- a/plaid/model/cra_check_report_verification_get_response.py +++ b/plaid/model/cra_check_report_verification_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_verification_pdf_get_request.py b/plaid/model/cra_check_report_verification_pdf_get_request.py index acae8f966..50e9d38f5 100644 --- a/plaid/model/cra_check_report_verification_pdf_get_request.py +++ b/plaid/model/cra_check_report_verification_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_verification_pdf_report_type.py b/plaid/model/cra_check_report_verification_pdf_report_type.py index f1c5ee552..15c277f1d 100644 --- a/plaid/model/cra_check_report_verification_pdf_report_type.py +++ b/plaid/model/cra_check_report_verification_pdf_report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_employment_refresh_report.py b/plaid/model/cra_employment_refresh_report.py index 625e23fb8..f5b7dc5c1 100644 --- a/plaid/model/cra_employment_refresh_report.py +++ b/plaid/model/cra_employment_refresh_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_employment_refresh_report_account.py b/plaid/model/cra_employment_refresh_report_account.py index db90e643d..f92b60a5b 100644 --- a/plaid/model/cra_employment_refresh_report_account.py +++ b/plaid/model/cra_employment_refresh_report_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_employment_refresh_report_item.py b/plaid/model/cra_employment_refresh_report_item.py index b09ec08e6..675365228 100644 --- a/plaid/model/cra_employment_refresh_report_item.py +++ b/plaid/model/cra_employment_refresh_report_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_employment_refresh_report_transaction.py b/plaid/model/cra_employment_refresh_report_transaction.py index 1ea15d876..f9bd49c06 100644 --- a/plaid/model/cra_employment_refresh_report_transaction.py +++ b/plaid/model/cra_employment_refresh_report_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_income_insights.py b/plaid/model/cra_income_insights.py index fbfb2954d..47df0dded 100644 --- a/plaid/model/cra_income_insights.py +++ b/plaid/model/cra_income_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_lend_score_report.py b/plaid/model/cra_lend_score_report.py index e91577e91..dc6b7146d 100644 --- a/plaid/model/cra_lend_score_report.py +++ b/plaid/model/cra_lend_score_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_application.py b/plaid/model/cra_loan_application.py index 6bba71a99..8e49ff2d5 100644 --- a/plaid/model/cra_loan_application.py +++ b/plaid/model/cra_loan_application.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_application_decision.py b/plaid/model/cra_loan_application_decision.py index d9a0e039d..188851cc7 100644 --- a/plaid/model/cra_loan_application_decision.py +++ b/plaid/model/cra_loan_application_decision.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_closed_status.py b/plaid/model/cra_loan_closed_status.py index db6398730..6a09b52f9 100644 --- a/plaid/model/cra_loan_closed_status.py +++ b/plaid/model/cra_loan_closed_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_opened_status.py b/plaid/model/cra_loan_opened_status.py index dee4a0235..e72301ab7 100644 --- a/plaid/model/cra_loan_opened_status.py +++ b/plaid/model/cra_loan_opened_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_payment_history.py b/plaid/model/cra_loan_payment_history.py index e0c16b99c..935c4cdf0 100644 --- a/plaid/model/cra_loan_payment_history.py +++ b/plaid/model/cra_loan_payment_history.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_payment_schedule.py b/plaid/model/cra_loan_payment_schedule.py index 7ba17b7e5..5b758d2e9 100644 --- a/plaid/model/cra_loan_payment_schedule.py +++ b/plaid/model/cra_loan_payment_schedule.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_register.py b/plaid/model/cra_loan_register.py index 1726d860d..f132eeab3 100644 --- a/plaid/model/cra_loan_register.py +++ b/plaid/model/cra_loan_register.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_register_application.py b/plaid/model/cra_loan_register_application.py index 5e602e8f8..0c6a33651 100644 --- a/plaid/model/cra_loan_register_application.py +++ b/plaid/model/cra_loan_register_application.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_status.py b/plaid/model/cra_loan_status.py index a7e7550e2..5fc796813 100644 --- a/plaid/model/cra_loan_status.py +++ b/plaid/model/cra_loan_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_status_history_update.py b/plaid/model/cra_loan_status_history_update.py index 20e650ce0..841e89e26 100644 --- a/plaid/model/cra_loan_status_history_update.py +++ b/plaid/model/cra_loan_status_history_update.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_type.py b/plaid/model/cra_loan_type.py index f97156cf1..57708ce20 100644 --- a/plaid/model/cra_loan_type.py +++ b/plaid/model/cra_loan_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_unregister.py b/plaid/model/cra_loan_unregister.py index 3da5c15e6..946bdfa78 100644 --- a/plaid/model/cra_loan_unregister.py +++ b/plaid/model/cra_loan_unregister.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_unregister_response.py b/plaid/model/cra_loan_unregister_response.py index 22742b1e4..97054402b 100644 --- a/plaid/model/cra_loan_unregister_response.py +++ b/plaid/model/cra_loan_unregister_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_update.py b/plaid/model/cra_loan_update.py index 806109d5e..20dc6041c 100644 --- a/plaid/model/cra_loan_update.py +++ b/plaid/model/cra_loan_update.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_applications_register_request.py b/plaid/model/cra_loans_applications_register_request.py index 08aa27beb..12f1afbfa 100644 --- a/plaid/model/cra_loans_applications_register_request.py +++ b/plaid/model/cra_loans_applications_register_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_applications_register_response.py b/plaid/model/cra_loans_applications_register_response.py index 8da18c3b2..82824c2d9 100644 --- a/plaid/model/cra_loans_applications_register_response.py +++ b/plaid/model/cra_loans_applications_register_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_register_request.py b/plaid/model/cra_loans_register_request.py index 7b158903e..5a6f0e548 100644 --- a/plaid/model/cra_loans_register_request.py +++ b/plaid/model/cra_loans_register_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_register_response.py b/plaid/model/cra_loans_register_response.py index ed9022a8a..250e7ee45 100644 --- a/plaid/model/cra_loans_register_response.py +++ b/plaid/model/cra_loans_register_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_unregister_request.py b/plaid/model/cra_loans_unregister_request.py index a9244b3b8..2cd7f6619 100644 --- a/plaid/model/cra_loans_unregister_request.py +++ b/plaid/model/cra_loans_unregister_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_update_request.py b/plaid/model/cra_loans_update_request.py index a1ed94859..c085c290b 100644 --- a/plaid/model/cra_loans_update_request.py +++ b/plaid/model/cra_loans_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loans_update_response.py b/plaid/model/cra_loans_update_response.py index 81bf064d2..f16081b91 100644 --- a/plaid/model/cra_loans_update_response.py +++ b/plaid/model/cra_loans_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_get_request.py b/plaid/model/cra_monitoring_insights_get_request.py index 754754500..1f427fcd6 100644 --- a/plaid/model/cra_monitoring_insights_get_request.py +++ b/plaid/model/cra_monitoring_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_get_response.py b/plaid/model/cra_monitoring_insights_get_response.py index 548cc4bde..513c46858 100644 --- a/plaid/model/cra_monitoring_insights_get_response.py +++ b/plaid/model/cra_monitoring_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_item.py b/plaid/model/cra_monitoring_insights_item.py index 4f12b9727..56f584f14 100644 --- a/plaid/model/cra_monitoring_insights_item.py +++ b/plaid/model/cra_monitoring_insights_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_subscribe_request.py b/plaid/model/cra_monitoring_insights_subscribe_request.py index 7410fcd31..cf479e825 100644 --- a/plaid/model/cra_monitoring_insights_subscribe_request.py +++ b/plaid/model/cra_monitoring_insights_subscribe_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_subscribe_response.py b/plaid/model/cra_monitoring_insights_subscribe_response.py index f49d5a215..eacc7d6bd 100644 --- a/plaid/model/cra_monitoring_insights_subscribe_response.py +++ b/plaid/model/cra_monitoring_insights_subscribe_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_unsubscribe_request.py b/plaid/model/cra_monitoring_insights_unsubscribe_request.py index 36779bd98..d6f777130 100644 --- a/plaid/model/cra_monitoring_insights_unsubscribe_request.py +++ b/plaid/model/cra_monitoring_insights_unsubscribe_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_monitoring_insights_unsubscribe_response.py b/plaid/model/cra_monitoring_insights_unsubscribe_response.py index bf0a92130..127898641 100644 --- a/plaid/model/cra_monitoring_insights_unsubscribe_response.py +++ b/plaid/model/cra_monitoring_insights_unsubscribe_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_network_insights_item.py b/plaid/model/cra_network_insights_item.py index 44f2214c3..ea2226ccf 100644 --- a/plaid/model/cra_network_insights_item.py +++ b/plaid/model/cra_network_insights_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_network_insights_report.py b/plaid/model/cra_network_insights_report.py index ac82de05e..8b7e82a76 100644 --- a/plaid/model/cra_network_insights_report.py +++ b/plaid/model/cra_network_insights_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights.py b/plaid/model/cra_partner_insights.py index 37c327ac8..231adb23a 100644 --- a/plaid/model/cra_partner_insights.py +++ b/plaid/model/cra_partner_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,8 +30,10 @@ def lazy_import(): + from plaid.model.cra_partner_insights_fico_results import CraPartnerInsightsFicoResults from plaid.model.cra_partner_insights_item import CraPartnerInsightsItem from plaid.model.cra_partner_insights_prism import CraPartnerInsightsPrism + globals()['CraPartnerInsightsFicoResults'] = CraPartnerInsightsFicoResults globals()['CraPartnerInsightsItem'] = CraPartnerInsightsItem globals()['CraPartnerInsightsPrism'] = CraPartnerInsightsPrism @@ -92,6 +94,7 @@ def openapi_types(): 'report_id': (str,), # noqa: E501 'generated_time': (datetime,), # noqa: E501 'client_report_id': (str, none_type,), # noqa: E501 + 'fico': (CraPartnerInsightsFicoResults,), # noqa: E501 'prism': (CraPartnerInsightsPrism,), # noqa: E501 'items': ([CraPartnerInsightsItem],), # noqa: E501 } @@ -105,6 +108,7 @@ def discriminator(): 'report_id': 'report_id', # noqa: E501 'generated_time': 'generated_time', # noqa: E501 'client_report_id': 'client_report_id', # noqa: E501 + 'fico': 'fico', # noqa: E501 'prism': 'prism', # noqa: E501 'items': 'items', # noqa: E501 } @@ -153,6 +157,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 report_id (str): A unique identifier associated with the Partner Insights object.. [optional] # noqa: E501 generated_time (datetime): The time when the Partner Insights report was generated.. [optional] # noqa: E501 client_report_id (str, none_type): Client-generated identifier, which can be used by lenders to track loan applications.. [optional] # noqa: E501 + fico (CraPartnerInsightsFicoResults): [optional] # noqa: E501 prism (CraPartnerInsightsPrism): [optional] # noqa: E501 items ([CraPartnerInsightsItem]): The list of Items used in the report along with the associated metadata about the Item.. [optional] # noqa: E501 """ @@ -243,6 +248,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 report_id (str): A unique identifier associated with the Partner Insights object.. [optional] # noqa: E501 generated_time (datetime): The time when the Partner Insights report was generated.. [optional] # noqa: E501 client_report_id (str, none_type): Client-generated identifier, which can be used by lenders to track loan applications.. [optional] # noqa: E501 + fico (CraPartnerInsightsFicoResults): [optional] # noqa: E501 prism (CraPartnerInsightsPrism): [optional] # noqa: E501 items ([CraPartnerInsightsItem]): The list of Items used in the report along with the associated metadata about the Item.. [optional] # noqa: E501 """ diff --git a/plaid/model/cra_partner_insights_base_fico_score.py b/plaid/model/cra_partner_insights_base_fico_score.py new file mode 100644 index 000000000..b2222c63f --- /dev/null +++ b/plaid/model/cra_partner_insights_base_fico_score.py @@ -0,0 +1,309 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.cra_partner_insights_base_fico_score_version import CraPartnerInsightsBaseFicoScoreVersion + from plaid.model.cra_partner_insights_bureau import CraPartnerInsightsBureau + globals()['CraPartnerInsightsBaseFicoScoreVersion'] = CraPartnerInsightsBaseFicoScoreVersion + globals()['CraPartnerInsightsBureau'] = CraPartnerInsightsBureau + + +class CraPartnerInsightsBaseFicoScore(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'bureau': (CraPartnerInsightsBureau,), # noqa: E501 + 'score': (int,), # noqa: E501 + 'base_fico_score_version': (CraPartnerInsightsBaseFicoScoreVersion,), # noqa: E501 + 'reason_code_1': (str, none_type,), # noqa: E501 + 'reason_code_2': (str, none_type,), # noqa: E501 + 'reason_code_3': (str, none_type,), # noqa: E501 + 'reason_code_4': (str, none_type,), # noqa: E501 + 'did_inquiries_adversely_affect_score': (bool, none_type,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'bureau': 'bureau', # noqa: E501 + 'score': 'score', # noqa: E501 + 'base_fico_score_version': 'base_fico_score_version', # noqa: E501 + 'reason_code_1': 'reason_code_1', # noqa: E501 + 'reason_code_2': 'reason_code_2', # noqa: E501 + 'reason_code_3': 'reason_code_3', # noqa: E501 + 'reason_code_4': 'reason_code_4', # noqa: E501 + 'did_inquiries_adversely_affect_score': 'did_inquiries_adversely_affect_score', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, bureau, score, base_fico_score_version, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsBaseFicoScore - a model defined in OpenAPI + + Args: + bureau (CraPartnerInsightsBureau): + score (int): Numeric value of the base FICO score. + base_fico_score_version (CraPartnerInsightsBaseFicoScoreVersion): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + reason_code_1 (str, none_type): The first reason code associated with the score.. [optional] # noqa: E501 + reason_code_2 (str, none_type): The second reason code associated with the score.. [optional] # noqa: E501 + reason_code_3 (str, none_type): The third reason code associated with the score.. [optional] # noqa: E501 + reason_code_4 (str, none_type): The fourth reason code associated with the score.. [optional] # noqa: E501 + did_inquiries_adversely_affect_score (bool, none_type): Whether inquiries adversely affected this score but were not represented in one of the four reason codes. Sometimes referred to as the FACTA Flag.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.bureau = bureau + self.score = score + self.base_fico_score_version = base_fico_score_version + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, bureau, score, base_fico_score_version, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsBaseFicoScore - a model defined in OpenAPI + + Args: + bureau (CraPartnerInsightsBureau): + score (int): Numeric value of the base FICO score. + base_fico_score_version (CraPartnerInsightsBaseFicoScoreVersion): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + reason_code_1 (str, none_type): The first reason code associated with the score.. [optional] # noqa: E501 + reason_code_2 (str, none_type): The second reason code associated with the score.. [optional] # noqa: E501 + reason_code_3 (str, none_type): The third reason code associated with the score.. [optional] # noqa: E501 + reason_code_4 (str, none_type): The fourth reason code associated with the score.. [optional] # noqa: E501 + did_inquiries_adversely_affect_score (bool, none_type): Whether inquiries adversely affected this score but were not represented in one of the four reason codes. Sometimes referred to as the FACTA Flag.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.bureau = bureau + self.score = score + self.base_fico_score_version = base_fico_score_version + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cra_partner_insights_base_fico_score_version.py b/plaid/model/cra_partner_insights_base_fico_score_version.py new file mode 100644 index 000000000..813539c02 --- /dev/null +++ b/plaid/model/cra_partner_insights_base_fico_score_version.py @@ -0,0 +1,291 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class CraPartnerInsightsBaseFicoScoreVersion(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('value',): { + '8': "8", + '9': "9", + '10T': "10T", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'value': (str,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """CraPartnerInsightsBaseFicoScoreVersion - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): The version of the base FICO score model.., must be one of ["8", "9", "10T", ] # noqa: E501 + + Keyword Args: + value (str): The version of the base FICO score model.., must be one of ["8", "9", "10T", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """CraPartnerInsightsBaseFicoScoreVersion - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): The version of the base FICO score model.., must be one of ["8", "9", "10T", ] # noqa: E501 + + Keyword Args: + value (str): The version of the base FICO score model.., must be one of ["8", "9", "10T", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/plaid/model/cra_partner_insights_bureau.py b/plaid/model/cra_partner_insights_bureau.py new file mode 100644 index 000000000..4cfbd9e00 --- /dev/null +++ b/plaid/model/cra_partner_insights_bureau.py @@ -0,0 +1,291 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class CraPartnerInsightsBureau(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('value',): { + 'EQUIFAX': "EQUIFAX", + 'EXPERIAN': "EXPERIAN", + 'TRANSUNION': "TRANSUNION", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'value': (str,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """CraPartnerInsightsBureau - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): The credit bureau that provided the base FICO score.., must be one of ["EQUIFAX", "EXPERIAN", "TRANSUNION", ] # noqa: E501 + + Keyword Args: + value (str): The credit bureau that provided the base FICO score.., must be one of ["EQUIFAX", "EXPERIAN", "TRANSUNION", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """CraPartnerInsightsBureau - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): The credit bureau that provided the base FICO score.., must be one of ["EQUIFAX", "EXPERIAN", "TRANSUNION", ] # noqa: E501 + + Keyword Args: + value (str): The credit bureau that provided the base FICO score.., must be one of ["EQUIFAX", "EXPERIAN", "TRANSUNION", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + raise ApiTypeError( + "value is required, but not passed in args or kwargs and doesn't have default", + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/plaid/model/cra_partner_insights_complete_webhook.py b/plaid/model/cra_partner_insights_complete_webhook.py index e5a22dbcc..9182d0384 100644 --- a/plaid/model/cra_partner_insights_complete_webhook.py +++ b/plaid/model/cra_partner_insights_complete_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_error_webhook.py b/plaid/model/cra_partner_insights_error_webhook.py index 83ce43a85..87bbad4cc 100644 --- a/plaid/model/cra_partner_insights_error_webhook.py +++ b/plaid/model/cra_partner_insights_error_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_fico_input.py b/plaid/model/cra_partner_insights_fico_input.py new file mode 100644 index 000000000..4b1942f8a --- /dev/null +++ b/plaid/model/cra_partner_insights_fico_input.py @@ -0,0 +1,287 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.cra_partner_insights_ultra_fico_score_request import CraPartnerInsightsUltraFicoScoreRequest + globals()['CraPartnerInsightsUltraFicoScoreRequest'] = CraPartnerInsightsUltraFicoScoreRequest + + +class CraPartnerInsightsFicoInput(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'fico_lender_id': (str,), # noqa: E501 + 'lender_application_id': (str,), # noqa: E501 + 'ultrafico_score_requests': ([CraPartnerInsightsUltraFicoScoreRequest],), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'fico_lender_id': 'fico_lender_id', # noqa: E501 + 'lender_application_id': 'lender_application_id', # noqa: E501 + 'ultrafico_score_requests': 'ultrafico_score_requests', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, fico_lender_id, lender_application_id, ultrafico_score_requests, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsFicoInput - a model defined in OpenAPI + + Args: + fico_lender_id (str): ID provided by FICO that uniquely identifies the lender. Required for UltraFICO score generation. Sometimes referred to as Lender Org ID. + lender_application_id (str): Client-generated identifier that uniquely identifies the FICO Application ID across FICO systems. + ultrafico_score_requests ([CraPartnerInsightsUltraFicoScoreRequest]): A list of UltraFICO scoring requests. Each request contains all configuration required to generate an UltraFICO score. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.fico_lender_id = fico_lender_id + self.lender_application_id = lender_application_id + self.ultrafico_score_requests = ultrafico_score_requests + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, fico_lender_id, lender_application_id, ultrafico_score_requests, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsFicoInput - a model defined in OpenAPI + + Args: + fico_lender_id (str): ID provided by FICO that uniquely identifies the lender. Required for UltraFICO score generation. Sometimes referred to as Lender Org ID. + lender_application_id (str): Client-generated identifier that uniquely identifies the FICO Application ID across FICO systems. + ultrafico_score_requests ([CraPartnerInsightsUltraFicoScoreRequest]): A list of UltraFICO scoring requests. Each request contains all configuration required to generate an UltraFICO score. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.fico_lender_id = fico_lender_id + self.lender_application_id = lender_application_id + self.ultrafico_score_requests = ultrafico_score_requests + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cra_partner_insights_fico_results.py b/plaid/model/cra_partner_insights_fico_results.py new file mode 100644 index 000000000..477ae5fb3 --- /dev/null +++ b/plaid/model/cra_partner_insights_fico_results.py @@ -0,0 +1,281 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.cra_partner_insights_ultra_fico_score_result import CraPartnerInsightsUltraFicoScoreResult + globals()['CraPartnerInsightsUltraFicoScoreResult'] = CraPartnerInsightsUltraFicoScoreResult + + +class CraPartnerInsightsFicoResults(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'lender_application_id': (str,), # noqa: E501 + 'ultrafico_score_results': ([CraPartnerInsightsUltraFicoScoreResult],), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'lender_application_id': 'lender_application_id', # noqa: E501 + 'ultrafico_score_results': 'ultrafico_score_results', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, lender_application_id, ultrafico_score_results, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsFicoResults - a model defined in OpenAPI + + Args: + lender_application_id (str): Client-generated identifier that uniquely identifies the FICO Application across FICO systems. + ultrafico_score_results ([CraPartnerInsightsUltraFicoScoreResult]): UltraFICO scoring results, one per provided base FICO score request. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.lender_application_id = lender_application_id + self.ultrafico_score_results = ultrafico_score_results + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, lender_application_id, ultrafico_score_results, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsFicoResults - a model defined in OpenAPI + + Args: + lender_application_id (str): Client-generated identifier that uniquely identifies the FICO Application across FICO systems. + ultrafico_score_results ([CraPartnerInsightsUltraFicoScoreResult]): UltraFICO scoring results, one per provided base FICO score request. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.lender_application_id = lender_application_id + self.ultrafico_score_results = ultrafico_score_results + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cra_partner_insights_get_request.py b/plaid/model/cra_partner_insights_get_request.py index f954f6cb4..5563dc265 100644 --- a/plaid/model/cra_partner_insights_get_request.py +++ b/plaid/model/cra_partner_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_get_response.py b/plaid/model/cra_partner_insights_get_response.py index 5f396da80..606287cf6 100644 --- a/plaid/model/cra_partner_insights_get_response.py +++ b/plaid/model/cra_partner_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_item.py b/plaid/model/cra_partner_insights_item.py index 716657fb6..f9b4b10b1 100644 --- a/plaid/model/cra_partner_insights_item.py +++ b/plaid/model/cra_partner_insights_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_item_account.py b/plaid/model/cra_partner_insights_item_account.py index 789d82c7e..0e3c6b786 100644 --- a/plaid/model/cra_partner_insights_item_account.py +++ b/plaid/model/cra_partner_insights_item_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_item_account_metadata.py b/plaid/model/cra_partner_insights_item_account_metadata.py index 88b396cef..b6d61e1b0 100644 --- a/plaid/model/cra_partner_insights_item_account_metadata.py +++ b/plaid/model/cra_partner_insights_item_account_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_prism.py b/plaid/model/cra_partner_insights_prism.py index 1aa045b4a..cd709f854 100644 --- a/plaid/model/cra_partner_insights_prism.py +++ b/plaid/model/cra_partner_insights_prism.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_ultra_fico_score.py b/plaid/model/cra_partner_insights_ultra_fico_score.py new file mode 100644 index 000000000..a1b1b2da1 --- /dev/null +++ b/plaid/model/cra_partner_insights_ultra_fico_score.py @@ -0,0 +1,301 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.cra_partner_insights_ultra_fico_score_version import CraPartnerInsightsUltraFicoScoreVersion + globals()['CraPartnerInsightsUltraFicoScoreVersion'] = CraPartnerInsightsUltraFicoScoreVersion + + +class CraPartnerInsightsUltraFicoScore(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'ultrafico_score_version': (CraPartnerInsightsUltraFicoScoreVersion,), # noqa: E501 + 'score': (int,), # noqa: E501 + 'reason_code_1': (str, none_type,), # noqa: E501 + 'reason_code_2': (str, none_type,), # noqa: E501 + 'reason_code_3': (str, none_type,), # noqa: E501 + 'reason_code_4': (str, none_type,), # noqa: E501 + 'did_inquiries_adversely_affect_score': (bool, none_type,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'ultrafico_score_version': 'ultrafico_score_version', # noqa: E501 + 'score': 'score', # noqa: E501 + 'reason_code_1': 'reason_code_1', # noqa: E501 + 'reason_code_2': 'reason_code_2', # noqa: E501 + 'reason_code_3': 'reason_code_3', # noqa: E501 + 'reason_code_4': 'reason_code_4', # noqa: E501 + 'did_inquiries_adversely_affect_score': 'did_inquiries_adversely_affect_score', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, ultrafico_score_version, score, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsUltraFicoScore - a model defined in OpenAPI + + Args: + ultrafico_score_version (CraPartnerInsightsUltraFicoScoreVersion): + score (int): Numeric value of the UltraFICO score. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + reason_code_1 (str, none_type): The first reason code associated with the score.. [optional] # noqa: E501 + reason_code_2 (str, none_type): The second reason code associated with the score.. [optional] # noqa: E501 + reason_code_3 (str, none_type): The third reason code associated with the score.. [optional] # noqa: E501 + reason_code_4 (str, none_type): The fourth reason code associated with the score.. [optional] # noqa: E501 + did_inquiries_adversely_affect_score (bool, none_type): Whether inquiries adversely affected the score but were not represented in one of the four reason codes. Sometimes referred to as the FACTA Flag.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.ultrafico_score_version = ultrafico_score_version + self.score = score + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, ultrafico_score_version, score, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsUltraFicoScore - a model defined in OpenAPI + + Args: + ultrafico_score_version (CraPartnerInsightsUltraFicoScoreVersion): + score (int): Numeric value of the UltraFICO score. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + reason_code_1 (str, none_type): The first reason code associated with the score.. [optional] # noqa: E501 + reason_code_2 (str, none_type): The second reason code associated with the score.. [optional] # noqa: E501 + reason_code_3 (str, none_type): The third reason code associated with the score.. [optional] # noqa: E501 + reason_code_4 (str, none_type): The fourth reason code associated with the score.. [optional] # noqa: E501 + did_inquiries_adversely_affect_score (bool, none_type): Whether inquiries adversely affected the score but were not represented in one of the four reason codes. Sometimes referred to as the FACTA Flag.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.ultrafico_score_version = ultrafico_score_version + self.score = score + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cra_partner_insights_ultra_fico_score_request.py b/plaid/model/cra_partner_insights_ultra_fico_score_request.py new file mode 100644 index 000000000..5cee7cbf5 --- /dev/null +++ b/plaid/model/cra_partner_insights_ultra_fico_score_request.py @@ -0,0 +1,291 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.cra_partner_insights_base_fico_score import CraPartnerInsightsBaseFicoScore + from plaid.model.cra_partner_insights_ultra_fico_score_version import CraPartnerInsightsUltraFicoScoreVersion + globals()['CraPartnerInsightsBaseFicoScore'] = CraPartnerInsightsBaseFicoScore + globals()['CraPartnerInsightsUltraFicoScoreVersion'] = CraPartnerInsightsUltraFicoScoreVersion + + +class CraPartnerInsightsUltraFicoScoreRequest(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'ultrafico_score_version': (CraPartnerInsightsUltraFicoScoreVersion,), # noqa: E501 + 'base_fico_score': (CraPartnerInsightsBaseFicoScore,), # noqa: E501 + 'fico_scoring_request_id': (str,), # noqa: E501 + 'request_correlation_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'ultrafico_score_version': 'ultrafico_score_version', # noqa: E501 + 'base_fico_score': 'base_fico_score', # noqa: E501 + 'fico_scoring_request_id': 'fico_scoring_request_id', # noqa: E501 + 'request_correlation_id': 'request_correlation_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, ultrafico_score_version, base_fico_score, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsUltraFicoScoreRequest - a model defined in OpenAPI + + Args: + ultrafico_score_version (CraPartnerInsightsUltraFicoScoreVersion): + base_fico_score (CraPartnerInsightsBaseFicoScore): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + fico_scoring_request_id (str): FICO identifier for a particular scoring request. Should only be provided by UltraFICO as part of the FICO-led Flow.. [optional] # noqa: E501 + request_correlation_id (str): Client-generated identifier that can be used to correlate scoring requests and scoring results.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.ultrafico_score_version = ultrafico_score_version + self.base_fico_score = base_fico_score + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, ultrafico_score_version, base_fico_score, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsUltraFicoScoreRequest - a model defined in OpenAPI + + Args: + ultrafico_score_version (CraPartnerInsightsUltraFicoScoreVersion): + base_fico_score (CraPartnerInsightsBaseFicoScore): + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + fico_scoring_request_id (str): FICO identifier for a particular scoring request. Should only be provided by UltraFICO as part of the FICO-led Flow.. [optional] # noqa: E501 + request_correlation_id (str): Client-generated identifier that can be used to correlate scoring requests and scoring results.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.ultrafico_score_version = ultrafico_score_version + self.base_fico_score = base_fico_score + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cra_partner_insights_ultra_fico_score_result.py b/plaid/model/cra_partner_insights_ultra_fico_score_result.py new file mode 100644 index 000000000..15a3c4b18 --- /dev/null +++ b/plaid/model/cra_partner_insights_ultra_fico_score_result.py @@ -0,0 +1,281 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + +def lazy_import(): + from plaid.model.cra_partner_insights_ultra_fico_score import CraPartnerInsightsUltraFicoScore + globals()['CraPartnerInsightsUltraFicoScore'] = CraPartnerInsightsUltraFicoScore + + +class CraPartnerInsightsUltraFicoScoreResult(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + lazy_import() + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + lazy_import() + return { + 'request_correlation_id': (str,), # noqa: E501 + 'fico_scoring_request_id': (str,), # noqa: E501 + 'ultrafico_score': (CraPartnerInsightsUltraFicoScore,), # noqa: E501 + 'error_reason': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'request_correlation_id': 'request_correlation_id', # noqa: E501 + 'fico_scoring_request_id': 'fico_scoring_request_id', # noqa: E501 + 'ultrafico_score': 'ultrafico_score', # noqa: E501 + 'error_reason': 'error_reason', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsUltraFicoScoreResult - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + request_correlation_id (str): Client-generated identifier that can be used to correlate between scoring requests and scoring results.. [optional] # noqa: E501 + fico_scoring_request_id (str): FICO-provided identifier that uniquely identifies this score generation request.. [optional] # noqa: E501 + ultrafico_score (CraPartnerInsightsUltraFicoScore): [optional] # noqa: E501 + error_reason (str): Human-readable description of why the UltraFICO score could not be computed.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): # noqa: E501 + """CraPartnerInsightsUltraFicoScoreResult - a model defined in OpenAPI + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + request_correlation_id (str): Client-generated identifier that can be used to correlate between scoring requests and scoring results.. [optional] # noqa: E501 + fico_scoring_request_id (str): FICO-provided identifier that uniquely identifies this score generation request.. [optional] # noqa: E501 + ultrafico_score (CraPartnerInsightsUltraFicoScore): [optional] # noqa: E501 + error_reason (str): Human-readable description of why the UltraFICO score could not be computed.. [optional] # noqa: E501 + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/cra_partner_insights_ultra_fico_score_version.py b/plaid/model/cra_partner_insights_ultra_fico_score_version.py new file mode 100644 index 000000000..40c8072b8 --- /dev/null +++ b/plaid/model/cra_partner_insights_ultra_fico_score_version.py @@ -0,0 +1,281 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class CraPartnerInsightsUltraFicoScoreVersion(ModelSimple): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + ('value',): { + '1.0': "1.0", + }, + } + + validations = { + } + + additional_properties_type = None + + _nullable = False + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'value': (str,), + } + + @cached_property + def discriminator(): + return None + + + attribute_map = {} + + read_only_vars = set() + + _composed_schemas = None + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, *args, **kwargs): + """CraPartnerInsightsUltraFicoScoreVersion - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): The version of the UltraFICO score.. if omitted defaults to "1.0", must be one of ["1.0", ] # noqa: E501 + + Keyword Args: + value (str): The version of the UltraFICO score.. if omitted defaults to "1.0", must be one of ["1.0", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + value = "1.0" + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): + """CraPartnerInsightsUltraFicoScoreVersion - a model defined in OpenAPI + + Note that value can be passed either in args or in kwargs, but not in both. + + Args: + args[0] (str): The version of the UltraFICO score.. if omitted defaults to "1.0", must be one of ["1.0", ] # noqa: E501 + + Keyword Args: + value (str): The version of the UltraFICO score.. if omitted defaults to "1.0", must be one of ["1.0", ] # noqa: E501 + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + # required up here when default value is not given + _path_to_item = kwargs.pop('_path_to_item', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if 'value' in kwargs: + value = kwargs.pop('value') + elif args: + args = list(args) + value = args.pop(0) + else: + value = "1.0" + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.value = value + if kwargs: + raise ApiTypeError( + "Invalid named arguments=%s passed to %s. Remove those invalid named arguments." % ( + kwargs, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + return self diff --git a/plaid/model/cra_pdf_add_ons.py b/plaid/model/cra_pdf_add_ons.py index cb2930b5c..b716c22e2 100644 --- a/plaid/model/cra_pdf_add_ons.py +++ b/plaid/model/cra_pdf_add_ons.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_prediction_interval.py b/plaid/model/cra_prediction_interval.py index 7eb3c4f4c..95c645b26 100644 --- a/plaid/model/cra_prediction_interval.py +++ b/plaid/model/cra_prediction_interval.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_upgrade_failed_webhook.py b/plaid/model/cra_upgrade_failed_webhook.py index bc7cd256c..e6990800e 100644 --- a/plaid/model/cra_upgrade_failed_webhook.py +++ b/plaid/model/cra_upgrade_failed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_user_check_report_failed_webhook.py b/plaid/model/cra_user_check_report_failed_webhook.py index 009733b1c..01332ccab 100644 --- a/plaid/model/cra_user_check_report_failed_webhook.py +++ b/plaid/model/cra_user_check_report_failed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_user_check_report_ready_webhook.py b/plaid/model/cra_user_check_report_ready_webhook.py index d5fd76fd4..e7617a2e4 100644 --- a/plaid/model/cra_user_check_report_ready_webhook.py +++ b/plaid/model/cra_user_check_report_ready_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_verification_report.py b/plaid/model/cra_verification_report.py index 37df07c87..b3d2702d6 100644 --- a/plaid/model/cra_verification_report.py +++ b/plaid/model/cra_verification_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report.py b/plaid/model/cra_voa_report.py index 049e23611..6422cff16 100644 --- a/plaid/model/cra_voa_report.py +++ b/plaid/model/cra_voa_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report_account.py b/plaid/model/cra_voa_report_account.py index 58142c888..7b6469619 100644 --- a/plaid/model/cra_voa_report_account.py +++ b/plaid/model/cra_voa_report_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report_account_balances.py b/plaid/model/cra_voa_report_account_balances.py index d3736739e..7ecfb6476 100644 --- a/plaid/model/cra_voa_report_account_balances.py +++ b/plaid/model/cra_voa_report_account_balances.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report_account_historical_balance.py b/plaid/model/cra_voa_report_account_historical_balance.py index 1b386950d..65fb8986d 100644 --- a/plaid/model/cra_voa_report_account_historical_balance.py +++ b/plaid/model/cra_voa_report_account_historical_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report_attributes.py b/plaid/model/cra_voa_report_attributes.py index cab5136dc..ecac339c7 100644 --- a/plaid/model/cra_voa_report_attributes.py +++ b/plaid/model/cra_voa_report_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report_item.py b/plaid/model/cra_voa_report_item.py index a4ccf50ef..6cc768f4f 100644 --- a/plaid/model/cra_voa_report_item.py +++ b/plaid/model/cra_voa_report_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_voa_report_transactions_insights.py b/plaid/model/cra_voa_report_transactions_insights.py index 5e2ff167d..951e2c906 100644 --- a/plaid/model/cra_voa_report_transactions_insights.py +++ b/plaid/model/cra_voa_report_transactions_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099.py b/plaid/model/credit1099.py index 1d49ba26b..7a2e1ec71 100644 --- a/plaid/model/credit1099.py +++ b/plaid/model/credit1099.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099_filer.py b/plaid/model/credit1099_filer.py index 09a04a823..f2119b748 100644 --- a/plaid/model/credit1099_filer.py +++ b/plaid/model/credit1099_filer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099_payer.py b/plaid/model/credit1099_payer.py index eba35761a..31e8876e0 100644 --- a/plaid/model/credit1099_payer.py +++ b/plaid/model/credit1099_payer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099_recipient.py b/plaid/model/credit1099_recipient.py index 93d56af61..094eb6377 100644 --- a/plaid/model/credit1099_recipient.py +++ b/plaid/model/credit1099_recipient.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_account_subtype.py b/plaid/model/credit_account_subtype.py index c940cd384..f98dfd549 100644 --- a/plaid/model/credit_account_subtype.py +++ b/plaid/model/credit_account_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_account_subtypes.py b/plaid/model/credit_account_subtypes.py index 1a4738eeb..8e8bb39f5 100644 --- a/plaid/model/credit_account_subtypes.py +++ b/plaid/model/credit_account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_ach_class.py b/plaid/model/credit_ach_class.py index a9ad6d958..47243e617 100644 --- a/plaid/model/credit_ach_class.py +++ b/plaid/model/credit_ach_class.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_amount_with_currency.py b/plaid/model/credit_amount_with_currency.py index 2a61a745e..d8135b694 100644 --- a/plaid/model/credit_amount_with_currency.py +++ b/plaid/model/credit_amount_with_currency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_audit_copy_token_create_request.py b/plaid/model/credit_audit_copy_token_create_request.py index 84c370e86..2f7d90f59 100644 --- a/plaid/model/credit_audit_copy_token_create_request.py +++ b/plaid/model/credit_audit_copy_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_audit_copy_token_create_response.py b/plaid/model/credit_audit_copy_token_create_response.py index afda974c3..54465962d 100644 --- a/plaid/model/credit_audit_copy_token_create_response.py +++ b/plaid/model/credit_audit_copy_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_audit_copy_token_remove_request.py b/plaid/model/credit_audit_copy_token_remove_request.py index 4e40eb3dc..cd834def6 100644 --- a/plaid/model/credit_audit_copy_token_remove_request.py +++ b/plaid/model/credit_audit_copy_token_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_audit_copy_token_remove_response.py b/plaid/model/credit_audit_copy_token_remove_response.py index dd7d5e5a5..0f34102ec 100644 --- a/plaid/model/credit_audit_copy_token_remove_response.py +++ b/plaid/model/credit_audit_copy_token_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_audit_copy_token_update_request.py b/plaid/model/credit_audit_copy_token_update_request.py index 7140066f4..6ab98104d 100644 --- a/plaid/model/credit_audit_copy_token_update_request.py +++ b/plaid/model/credit_audit_copy_token_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_audit_copy_token_update_response.py b/plaid/model/credit_audit_copy_token_update_response.py index 28a55cdab..01def64e7 100644 --- a/plaid/model/credit_audit_copy_token_update_response.py +++ b/plaid/model/credit_audit_copy_token_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employer.py b/plaid/model/credit_bank_employer.py index f1a0c664c..10e59fd52 100644 --- a/plaid/model/credit_bank_employer.py +++ b/plaid/model/credit_bank_employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment.py b/plaid/model/credit_bank_employment.py index 3cfc0ab5b..93b124646 100644 --- a/plaid/model/credit_bank_employment.py +++ b/plaid/model/credit_bank_employment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment_get_request.py b/plaid/model/credit_bank_employment_get_request.py index 261306210..edf2bcf16 100644 --- a/plaid/model/credit_bank_employment_get_request.py +++ b/plaid/model/credit_bank_employment_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment_get_response.py b/plaid/model/credit_bank_employment_get_response.py index 4a73c0bb0..5abd49c46 100644 --- a/plaid/model/credit_bank_employment_get_response.py +++ b/plaid/model/credit_bank_employment_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment_item.py b/plaid/model/credit_bank_employment_item.py index c0f7f86c4..d8aedc9fb 100644 --- a/plaid/model/credit_bank_employment_item.py +++ b/plaid/model/credit_bank_employment_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment_report.py b/plaid/model/credit_bank_employment_report.py index 11919f718..64a71bebc 100644 --- a/plaid/model/credit_bank_employment_report.py +++ b/plaid/model/credit_bank_employment_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment_warning.py b/plaid/model/credit_bank_employment_warning.py index 894dd252a..ce8f6921c 100644 --- a/plaid/model/credit_bank_employment_warning.py +++ b/plaid/model/credit_bank_employment_warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment_warning_type.py b/plaid/model/credit_bank_employment_warning_type.py index a4fb41acd..34daa8163 100644 --- a/plaid/model/credit_bank_employment_warning_type.py +++ b/plaid/model/credit_bank_employment_warning_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income.py b/plaid/model/credit_bank_income.py index 037905511..4a3be8b35 100644 --- a/plaid/model/credit_bank_income.py +++ b/plaid/model/credit_bank_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_account.py b/plaid/model/credit_bank_income_account.py index c2d9c272e..7d0e76292 100644 --- a/plaid/model/credit_bank_income_account.py +++ b/plaid/model/credit_bank_income_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_account_type.py b/plaid/model/credit_bank_income_account_type.py index 97f8dd5b6..e45cf67a4 100644 --- a/plaid/model/credit_bank_income_account_type.py +++ b/plaid/model/credit_bank_income_account_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_category.py b/plaid/model/credit_bank_income_category.py index 3c3a30a1b..948b72aad 100644 --- a/plaid/model/credit_bank_income_category.py +++ b/plaid/model/credit_bank_income_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_cause.py b/plaid/model/credit_bank_income_cause.py index 42363dbc9..7f368e4ed 100644 --- a/plaid/model/credit_bank_income_cause.py +++ b/plaid/model/credit_bank_income_cause.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_error_type.py b/plaid/model/credit_bank_income_error_type.py index ea187d00d..404d2d4c9 100644 --- a/plaid/model/credit_bank_income_error_type.py +++ b/plaid/model/credit_bank_income_error_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_get_request.py b/plaid/model/credit_bank_income_get_request.py index e1370223e..aff43126d 100644 --- a/plaid/model/credit_bank_income_get_request.py +++ b/plaid/model/credit_bank_income_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_get_request_options.py b/plaid/model/credit_bank_income_get_request_options.py index 9010f6c6f..7d0e0c699 100644 --- a/plaid/model/credit_bank_income_get_request_options.py +++ b/plaid/model/credit_bank_income_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_get_response.py b/plaid/model/credit_bank_income_get_response.py index 053be1f0b..cf6ecded1 100644 --- a/plaid/model/credit_bank_income_get_response.py +++ b/plaid/model/credit_bank_income_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_historical_summary.py b/plaid/model/credit_bank_income_historical_summary.py index 44af9228e..18a4ac649 100644 --- a/plaid/model/credit_bank_income_historical_summary.py +++ b/plaid/model/credit_bank_income_historical_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_item.py b/plaid/model/credit_bank_income_item.py index a89b5e0cb..765724cec 100644 --- a/plaid/model/credit_bank_income_item.py +++ b/plaid/model/credit_bank_income_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_pay_frequency.py b/plaid/model/credit_bank_income_pay_frequency.py index c4b63b7e9..65aad38ab 100644 --- a/plaid/model/credit_bank_income_pay_frequency.py +++ b/plaid/model/credit_bank_income_pay_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_pdf_get_request.py b/plaid/model/credit_bank_income_pdf_get_request.py index 5e4ca6511..c7a8b3383 100644 --- a/plaid/model/credit_bank_income_pdf_get_request.py +++ b/plaid/model/credit_bank_income_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_refresh_request.py b/plaid/model/credit_bank_income_refresh_request.py index d32ccf7b3..bf838e983 100644 --- a/plaid/model/credit_bank_income_refresh_request.py +++ b/plaid/model/credit_bank_income_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_refresh_request_options.py b/plaid/model/credit_bank_income_refresh_request_options.py index b5415e0aa..57a4bff45 100644 --- a/plaid/model/credit_bank_income_refresh_request_options.py +++ b/plaid/model/credit_bank_income_refresh_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_refresh_response.py b/plaid/model/credit_bank_income_refresh_response.py index 167805b59..522919f3f 100644 --- a/plaid/model/credit_bank_income_refresh_response.py +++ b/plaid/model/credit_bank_income_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_source.py b/plaid/model/credit_bank_income_source.py index df50dc5db..cc22f1a87 100644 --- a/plaid/model/credit_bank_income_source.py +++ b/plaid/model/credit_bank_income_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_summary.py b/plaid/model/credit_bank_income_summary.py index 0030c589d..1c0cd18e6 100644 --- a/plaid/model/credit_bank_income_summary.py +++ b/plaid/model/credit_bank_income_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_transaction.py b/plaid/model/credit_bank_income_transaction.py index e39e5a990..b56888924 100644 --- a/plaid/model/credit_bank_income_transaction.py +++ b/plaid/model/credit_bank_income_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_warning.py b/plaid/model/credit_bank_income_warning.py index 4268ced78..48dd26a65 100644 --- a/plaid/model/credit_bank_income_warning.py +++ b/plaid/model/credit_bank_income_warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_warning_code.py b/plaid/model/credit_bank_income_warning_code.py index a87d9e630..f2cb5bd16 100644 --- a/plaid/model/credit_bank_income_warning_code.py +++ b/plaid/model/credit_bank_income_warning_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_warning_type.py b/plaid/model/credit_bank_income_warning_type.py index eff303ca6..9cde68053 100644 --- a/plaid/model/credit_bank_income_warning_type.py +++ b/plaid/model/credit_bank_income_warning_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_webhook_update_request.py b/plaid/model/credit_bank_income_webhook_update_request.py index d2b9ef2e9..c89e7f803 100644 --- a/plaid/model/credit_bank_income_webhook_update_request.py +++ b/plaid/model/credit_bank_income_webhook_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income_webhook_update_response.py b/plaid/model/credit_bank_income_webhook_update_response.py index 7575a4cf7..99f2d91c4 100644 --- a/plaid/model/credit_bank_income_webhook_update_response.py +++ b/plaid/model/credit_bank_income_webhook_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_account_owner.py b/plaid/model/credit_bank_statement_upload_account_owner.py index d9bfd0a99..fb5156cd9 100644 --- a/plaid/model/credit_bank_statement_upload_account_owner.py +++ b/plaid/model/credit_bank_statement_upload_account_owner.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_account_owner_address.py b/plaid/model/credit_bank_statement_upload_account_owner_address.py index b655dc8a2..4c3fb3f00 100644 --- a/plaid/model/credit_bank_statement_upload_account_owner_address.py +++ b/plaid/model/credit_bank_statement_upload_account_owner_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_bank_account.py b/plaid/model/credit_bank_statement_upload_bank_account.py index 95831b2c9..9b9525ae7 100644 --- a/plaid/model/credit_bank_statement_upload_bank_account.py +++ b/plaid/model/credit_bank_statement_upload_bank_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_bank_account_period.py b/plaid/model/credit_bank_statement_upload_bank_account_period.py index efaf9447b..4f420dea0 100644 --- a/plaid/model/credit_bank_statement_upload_bank_account_period.py +++ b/plaid/model/credit_bank_statement_upload_bank_account_period.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_item.py b/plaid/model/credit_bank_statement_upload_item.py index eb27eb7c9..35a148301 100644 --- a/plaid/model/credit_bank_statement_upload_item.py +++ b/plaid/model/credit_bank_statement_upload_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_object.py b/plaid/model/credit_bank_statement_upload_object.py index 74ab24e34..f73ea568b 100644 --- a/plaid/model/credit_bank_statement_upload_object.py +++ b/plaid/model/credit_bank_statement_upload_object.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statement_upload_transaction.py b/plaid/model/credit_bank_statement_upload_transaction.py index e6a04ba58..92b57a66b 100644 --- a/plaid/model/credit_bank_statement_upload_transaction.py +++ b/plaid/model/credit_bank_statement_upload_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statements_uploads_get_request.py b/plaid/model/credit_bank_statements_uploads_get_request.py index 1cdd6d880..e6884a200 100644 --- a/plaid/model/credit_bank_statements_uploads_get_request.py +++ b/plaid/model/credit_bank_statements_uploads_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statements_uploads_get_request_options.py b/plaid/model/credit_bank_statements_uploads_get_request_options.py index a04505fb9..308710b8b 100644 --- a/plaid/model/credit_bank_statements_uploads_get_request_options.py +++ b/plaid/model/credit_bank_statements_uploads_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_statements_uploads_get_response.py b/plaid/model/credit_bank_statements_uploads_get_response.py index cba9dd2fc..547186b13 100644 --- a/plaid/model/credit_bank_statements_uploads_get_response.py +++ b/plaid/model/credit_bank_statements_uploads_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_card_liability.py b/plaid/model/credit_card_liability.py index 998f4d680..3a88b74d9 100644 --- a/plaid/model/credit_card_liability.py +++ b/plaid/model/credit_card_liability.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_category.py b/plaid/model/credit_category.py index 7e37c92d2..36bb3202e 100644 --- a/plaid/model/credit_category.py +++ b/plaid/model/credit_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_document_metadata.py b/plaid/model/credit_document_metadata.py index 72c9df65a..eff67c0b7 100644 --- a/plaid/model/credit_document_metadata.py +++ b/plaid/model/credit_document_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employer_verification.py b/plaid/model/credit_employer_verification.py index 2f70acd8e..822ff805b 100644 --- a/plaid/model/credit_employer_verification.py +++ b/plaid/model/credit_employer_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employment_get_request.py b/plaid/model/credit_employment_get_request.py index a207e1d88..ee3488401 100644 --- a/plaid/model/credit_employment_get_request.py +++ b/plaid/model/credit_employment_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employment_get_response.py b/plaid/model/credit_employment_get_response.py index 97faf07bc..1f86a8740 100644 --- a/plaid/model/credit_employment_get_response.py +++ b/plaid/model/credit_employment_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employment_item.py b/plaid/model/credit_employment_item.py index 3dd412050..13ea16aa9 100644 --- a/plaid/model/credit_employment_item.py +++ b/plaid/model/credit_employment_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employment_verification.py b/plaid/model/credit_employment_verification.py index 128dd99c9..4836b2728 100644 --- a/plaid/model/credit_employment_verification.py +++ b/plaid/model/credit_employment_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_filter.py b/plaid/model/credit_filter.py index ec6f7f893..e26d257d0 100644 --- a/plaid/model/credit_filter.py +++ b/plaid/model/credit_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_asset.py b/plaid/model/credit_freddie_mac_asset.py index 3b3f4f47f..1cc73db88 100644 --- a/plaid/model/credit_freddie_mac_asset.py +++ b/plaid/model/credit_freddie_mac_asset.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_asset_transaction.py b/plaid/model/credit_freddie_mac_asset_transaction.py index 72152b936..2491a6fdc 100644 --- a/plaid/model/credit_freddie_mac_asset_transaction.py +++ b/plaid/model/credit_freddie_mac_asset_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_asset_transactions.py b/plaid/model/credit_freddie_mac_asset_transactions.py index be57b2768..f177b7b2d 100644 --- a/plaid/model/credit_freddie_mac_asset_transactions.py +++ b/plaid/model/credit_freddie_mac_asset_transactions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_assets.py b/plaid/model/credit_freddie_mac_assets.py index e0ef2ea70..b6aae4e1e 100644 --- a/plaid/model/credit_freddie_mac_assets.py +++ b/plaid/model/credit_freddie_mac_assets.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_individual_name.py b/plaid/model/credit_freddie_mac_individual_name.py index 70c28b028..4ae3d887d 100644 --- a/plaid/model/credit_freddie_mac_individual_name.py +++ b/plaid/model/credit_freddie_mac_individual_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_loan.py b/plaid/model/credit_freddie_mac_loan.py index 9d0834418..b45751960 100644 --- a/plaid/model/credit_freddie_mac_loan.py +++ b/plaid/model/credit_freddie_mac_loan.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_loan_identifiers.py b/plaid/model/credit_freddie_mac_loan_identifiers.py index c0ec992f8..9c8ca8195 100644 --- a/plaid/model/credit_freddie_mac_loan_identifiers.py +++ b/plaid/model/credit_freddie_mac_loan_identifiers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_loans.py b/plaid/model/credit_freddie_mac_loans.py index ae3cd919d..02abcac2d 100644 --- a/plaid/model/credit_freddie_mac_loans.py +++ b/plaid/model/credit_freddie_mac_loans.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_parties.py b/plaid/model/credit_freddie_mac_parties.py index abea8b746..3e4a01880 100644 --- a/plaid/model/credit_freddie_mac_parties.py +++ b/plaid/model/credit_freddie_mac_parties.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_party.py b/plaid/model/credit_freddie_mac_party.py index 58af77b17..93ade18c7 100644 --- a/plaid/model/credit_freddie_mac_party.py +++ b/plaid/model/credit_freddie_mac_party.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_party_individual.py b/plaid/model/credit_freddie_mac_party_individual.py index 344c9be7a..733ed5648 100644 --- a/plaid/model/credit_freddie_mac_party_individual.py +++ b/plaid/model/credit_freddie_mac_party_individual.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_reporting_information.py b/plaid/model/credit_freddie_mac_reporting_information.py index af8683e63..5b5b28229 100644 --- a/plaid/model/credit_freddie_mac_reporting_information.py +++ b/plaid/model/credit_freddie_mac_reporting_information.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_reports_get_request.py b/plaid/model/credit_freddie_mac_reports_get_request.py index 2816b741f..e7365a2a2 100644 --- a/plaid/model/credit_freddie_mac_reports_get_request.py +++ b/plaid/model/credit_freddie_mac_reports_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_reports_get_response.py b/plaid/model/credit_freddie_mac_reports_get_response.py index 5dd186c31..b08cae32b 100644 --- a/plaid/model/credit_freddie_mac_reports_get_response.py +++ b/plaid/model/credit_freddie_mac_reports_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_service.py b/plaid/model/credit_freddie_mac_service.py index 27253b34c..b21d69616 100644 --- a/plaid/model/credit_freddie_mac_service.py +++ b/plaid/model/credit_freddie_mac_service.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_services.py b/plaid/model/credit_freddie_mac_services.py index 89523ab40..7d50fd027 100644 --- a/plaid/model/credit_freddie_mac_services.py +++ b/plaid/model/credit_freddie_mac_services.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_verification_of_asset.py b/plaid/model/credit_freddie_mac_verification_of_asset.py index e5945d6e6..9ab2b3f41 100644 --- a/plaid/model/credit_freddie_mac_verification_of_asset.py +++ b/plaid/model/credit_freddie_mac_verification_of_asset.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_verification_of_asset_response.py b/plaid/model/credit_freddie_mac_verification_of_asset_response.py index ab5ee0847..8adda3780 100644 --- a/plaid/model/credit_freddie_mac_verification_of_asset_response.py +++ b/plaid/model/credit_freddie_mac_verification_of_asset_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_freddie_mac_verification_of_assets_deal.py b/plaid/model/credit_freddie_mac_verification_of_assets_deal.py index c93097db3..4891c6511 100644 --- a/plaid/model/credit_freddie_mac_verification_of_assets_deal.py +++ b/plaid/model/credit_freddie_mac_verification_of_assets_deal.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub.py b/plaid/model/credit_pay_stub.py index 8add6f1f6..7aaac8478 100644 --- a/plaid/model/credit_pay_stub.py +++ b/plaid/model/credit_pay_stub.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_address.py b/plaid/model/credit_pay_stub_address.py index 409710adb..dcbd29d4b 100644 --- a/plaid/model/credit_pay_stub_address.py +++ b/plaid/model/credit_pay_stub_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_deductions.py b/plaid/model/credit_pay_stub_deductions.py index f663f0e0c..e78dc5413 100644 --- a/plaid/model/credit_pay_stub_deductions.py +++ b/plaid/model/credit_pay_stub_deductions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_earnings.py b/plaid/model/credit_pay_stub_earnings.py index 78ec9f5ba..71066d234 100644 --- a/plaid/model/credit_pay_stub_earnings.py +++ b/plaid/model/credit_pay_stub_earnings.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_employee.py b/plaid/model/credit_pay_stub_employee.py index d89cf61d6..24265002b 100644 --- a/plaid/model/credit_pay_stub_employee.py +++ b/plaid/model/credit_pay_stub_employee.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_employer.py b/plaid/model/credit_pay_stub_employer.py index 91af82501..bba2e53fd 100644 --- a/plaid/model/credit_pay_stub_employer.py +++ b/plaid/model/credit_pay_stub_employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_net_pay.py b/plaid/model/credit_pay_stub_net_pay.py index f6596e78c..5ae275421 100644 --- a/plaid/model/credit_pay_stub_net_pay.py +++ b/plaid/model/credit_pay_stub_net_pay.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub_pay_basis_type.py b/plaid/model/credit_pay_stub_pay_basis_type.py index 0af09f9cb..0fde8c37a 100644 --- a/plaid/model/credit_pay_stub_pay_basis_type.py +++ b/plaid/model/credit_pay_stub_pay_basis_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_get_request.py b/plaid/model/credit_payroll_income_get_request.py index 19f66caea..8c21ec170 100644 --- a/plaid/model/credit_payroll_income_get_request.py +++ b/plaid/model/credit_payroll_income_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_get_request_options.py b/plaid/model/credit_payroll_income_get_request_options.py index 7632fa91d..eda6eea89 100644 --- a/plaid/model/credit_payroll_income_get_request_options.py +++ b/plaid/model/credit_payroll_income_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_get_response.py b/plaid/model/credit_payroll_income_get_response.py index 8dc71feed..d5932f816 100644 --- a/plaid/model/credit_payroll_income_get_response.py +++ b/plaid/model/credit_payroll_income_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_parsing_config_update_request.py b/plaid/model/credit_payroll_income_parsing_config_update_request.py index 89a60a7ec..b180eb26c 100644 --- a/plaid/model/credit_payroll_income_parsing_config_update_request.py +++ b/plaid/model/credit_payroll_income_parsing_config_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_parsing_config_update_response.py b/plaid/model/credit_payroll_income_parsing_config_update_response.py index 9f6bca2fa..7f712f500 100644 --- a/plaid/model/credit_payroll_income_parsing_config_update_response.py +++ b/plaid/model/credit_payroll_income_parsing_config_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_precheck_request.py b/plaid/model/credit_payroll_income_precheck_request.py index 37c315d6d..1208d80da 100644 --- a/plaid/model/credit_payroll_income_precheck_request.py +++ b/plaid/model/credit_payroll_income_precheck_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_precheck_response.py b/plaid/model/credit_payroll_income_precheck_response.py index a34fd4439..604614d44 100644 --- a/plaid/model/credit_payroll_income_precheck_response.py +++ b/plaid/model/credit_payroll_income_precheck_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_refresh_request.py b/plaid/model/credit_payroll_income_refresh_request.py index ff4db77e9..5bb50c945 100644 --- a/plaid/model/credit_payroll_income_refresh_request.py +++ b/plaid/model/credit_payroll_income_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_refresh_request_options.py b/plaid/model/credit_payroll_income_refresh_request_options.py index a294737ef..d482231ef 100644 --- a/plaid/model/credit_payroll_income_refresh_request_options.py +++ b/plaid/model/credit_payroll_income_refresh_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_refresh_response.py b/plaid/model/credit_payroll_income_refresh_response.py index 13113a8bb..1cad8d5fa 100644 --- a/plaid/model/credit_payroll_income_refresh_response.py +++ b/plaid/model/credit_payroll_income_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_risk_signals_get_request.py b/plaid/model/credit_payroll_income_risk_signals_get_request.py index 4c75c6c3c..5f05972f5 100644 --- a/plaid/model/credit_payroll_income_risk_signals_get_request.py +++ b/plaid/model/credit_payroll_income_risk_signals_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_payroll_income_risk_signals_get_response.py b/plaid/model/credit_payroll_income_risk_signals_get_response.py index 8bac29b24..ba3a4620a 100644 --- a/plaid/model/credit_payroll_income_risk_signals_get_response.py +++ b/plaid/model/credit_payroll_income_risk_signals_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_platform_ids.py b/plaid/model/credit_platform_ids.py index 779468c9f..b16b3aa4a 100644 --- a/plaid/model/credit_platform_ids.py +++ b/plaid/model/credit_platform_ids.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_create_request.py b/plaid/model/credit_relay_create_request.py index 7670c69fb..2ff7b0bf1 100644 --- a/plaid/model/credit_relay_create_request.py +++ b/plaid/model/credit_relay_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_create_response.py b/plaid/model/credit_relay_create_response.py index e3c282643..d96d7d499 100644 --- a/plaid/model/credit_relay_create_response.py +++ b/plaid/model/credit_relay_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_get_request.py b/plaid/model/credit_relay_get_request.py index e5c199e83..92dc760db 100644 --- a/plaid/model/credit_relay_get_request.py +++ b/plaid/model/credit_relay_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_pdf_get_request.py b/plaid/model/credit_relay_pdf_get_request.py index da96ecf6d..a9646dae7 100644 --- a/plaid/model/credit_relay_pdf_get_request.py +++ b/plaid/model/credit_relay_pdf_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_refresh_request.py b/plaid/model/credit_relay_refresh_request.py index 133591d03..abca4143b 100644 --- a/plaid/model/credit_relay_refresh_request.py +++ b/plaid/model/credit_relay_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_refresh_response.py b/plaid/model/credit_relay_refresh_response.py index b2808c0f4..fa90243d4 100644 --- a/plaid/model/credit_relay_refresh_response.py +++ b/plaid/model/credit_relay_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_remove_request.py b/plaid/model/credit_relay_remove_request.py index db39d5040..6469b472c 100644 --- a/plaid/model/credit_relay_remove_request.py +++ b/plaid/model/credit_relay_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_relay_remove_response.py b/plaid/model/credit_relay_remove_response.py index b20c9ee94..202c7e43e 100644 --- a/plaid/model/credit_relay_remove_response.py +++ b/plaid/model/credit_relay_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session.py b/plaid/model/credit_session.py index d7fec19e1..51daf2eab 100644 --- a/plaid/model/credit_session.py +++ b/plaid/model/credit_session.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_bank_employment_result.py b/plaid/model/credit_session_bank_employment_result.py index d5878770c..811ac406a 100644 --- a/plaid/model/credit_session_bank_employment_result.py +++ b/plaid/model/credit_session_bank_employment_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_bank_employment_status.py b/plaid/model/credit_session_bank_employment_status.py index 67f03a62c..53142b922 100644 --- a/plaid/model/credit_session_bank_employment_status.py +++ b/plaid/model/credit_session_bank_employment_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_bank_income_result.py b/plaid/model/credit_session_bank_income_result.py index e20c9093a..69fc2b81b 100644 --- a/plaid/model/credit_session_bank_income_result.py +++ b/plaid/model/credit_session_bank_income_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_bank_income_status.py b/plaid/model/credit_session_bank_income_status.py index cf545d8bd..501d3343b 100644 --- a/plaid/model/credit_session_bank_income_status.py +++ b/plaid/model/credit_session_bank_income_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_document_income_result.py b/plaid/model/credit_session_document_income_result.py index 18c25c610..0a6de79a5 100644 --- a/plaid/model/credit_session_document_income_result.py +++ b/plaid/model/credit_session_document_income_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_error.py b/plaid/model/credit_session_error.py index b6f50dbaf..a7863f1ce 100644 --- a/plaid/model/credit_session_error.py +++ b/plaid/model/credit_session_error.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_item_add_result.py b/plaid/model/credit_session_item_add_result.py index 229f956b8..ea3311a5a 100644 --- a/plaid/model/credit_session_item_add_result.py +++ b/plaid/model/credit_session_item_add_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_payroll_income_result.py b/plaid/model/credit_session_payroll_income_result.py index 43b134937..f7d0494eb 100644 --- a/plaid/model/credit_session_payroll_income_result.py +++ b/plaid/model/credit_session_payroll_income_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_results.py b/plaid/model/credit_session_results.py index 01fe9b3cd..e5db46e89 100644 --- a/plaid/model/credit_session_results.py +++ b/plaid/model/credit_session_results.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_sessions_get_request.py b/plaid/model/credit_sessions_get_request.py index 2ea2c4334..318edc701 100644 --- a/plaid/model/credit_sessions_get_request.py +++ b/plaid/model/credit_sessions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_sessions_get_response.py b/plaid/model/credit_sessions_get_response.py index 46cdbda14..29e9db796 100644 --- a/plaid/model/credit_sessions_get_response.py +++ b/plaid/model/credit_sessions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_w2.py b/plaid/model/credit_w2.py index d23c12ef8..f69cfd692 100644 --- a/plaid/model/credit_w2.py +++ b/plaid/model/credit_w2.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/custom_sandbox_transaction.py b/plaid/model/custom_sandbox_transaction.py index f665ab0a0..3b74827ee 100644 --- a/plaid/model/custom_sandbox_transaction.py +++ b/plaid/model/custom_sandbox_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/customer_initiated_return_risk.py b/plaid/model/customer_initiated_return_risk.py index 3be355109..dac2401ae 100644 --- a/plaid/model/customer_initiated_return_risk.py +++ b/plaid/model/customer_initiated_return_risk.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/customer_initiated_risk_tier.py b/plaid/model/customer_initiated_risk_tier.py index d67dee83a..e4454b56b 100644 --- a/plaid/model/customer_initiated_risk_tier.py +++ b/plaid/model/customer_initiated_risk_tier.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user.py b/plaid/model/dashboard_user.py index a69352308..58ecee06d 100644 --- a/plaid/model/dashboard_user.py +++ b/plaid/model/dashboard_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user_get_request.py b/plaid/model/dashboard_user_get_request.py index c31a40e28..f7fee89d6 100644 --- a/plaid/model/dashboard_user_get_request.py +++ b/plaid/model/dashboard_user_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user_get_response.py b/plaid/model/dashboard_user_get_response.py index 55af513cf..54723b618 100644 --- a/plaid/model/dashboard_user_get_response.py +++ b/plaid/model/dashboard_user_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user_list_request.py b/plaid/model/dashboard_user_list_request.py index 0cc566261..c5a8c3e9c 100644 --- a/plaid/model/dashboard_user_list_request.py +++ b/plaid/model/dashboard_user_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user_list_response.py b/plaid/model/dashboard_user_list_response.py index 33eda6cd5..ec9410316 100644 --- a/plaid/model/dashboard_user_list_response.py +++ b/plaid/model/dashboard_user_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user_status.py b/plaid/model/dashboard_user_status.py index 48e085889..80a100eff 100644 --- a/plaid/model/dashboard_user_status.py +++ b/plaid/model/dashboard_user_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/data_sources.py b/plaid/model/data_sources.py index 45eaccac9..b97716a96 100644 --- a/plaid/model/data_sources.py +++ b/plaid/model/data_sources.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/date_range.py b/plaid/model/date_range.py index 2efe8c5d3..e01dc225d 100644 --- a/plaid/model/date_range.py +++ b/plaid/model/date_range.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deductions.py b/plaid/model/deductions.py index 2f8bc913b..7b68b584b 100644 --- a/plaid/model/deductions.py +++ b/plaid/model/deductions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deductions_breakdown.py b/plaid/model/deductions_breakdown.py index 1987e288f..5f329786e 100644 --- a/plaid/model/deductions_breakdown.py +++ b/plaid/model/deductions_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deductions_total.py b/plaid/model/deductions_total.py index 9a06ba985..11ad5c620 100644 --- a/plaid/model/deductions_total.py +++ b/plaid/model/deductions_total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/default_update_webhook.py b/plaid/model/default_update_webhook.py index 76dafe4bd..2ed5840d8 100644 --- a/plaid/model/default_update_webhook.py +++ b/plaid/model/default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/depository_account_subtype.py b/plaid/model/depository_account_subtype.py index 6f3b897bc..530b10ead 100644 --- a/plaid/model/depository_account_subtype.py +++ b/plaid/model/depository_account_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/depository_account_subtypes.py b/plaid/model/depository_account_subtypes.py index f3a911f16..bdb9147f7 100644 --- a/plaid/model/depository_account_subtypes.py +++ b/plaid/model/depository_account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/depository_filter.py b/plaid/model/depository_filter.py index bd08c5069..cd9ae2af4 100644 --- a/plaid/model/depository_filter.py +++ b/plaid/model/depository_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/detailed_originator.py b/plaid/model/detailed_originator.py index e327b1b69..4b050ef5b 100644 --- a/plaid/model/detailed_originator.py +++ b/plaid/model/detailed_originator.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/detected_account.py b/plaid/model/detected_account.py index 4d66afadd..20709346a 100644 --- a/plaid/model/detected_account.py +++ b/plaid/model/detected_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/device_id.py b/plaid/model/device_id.py index e587888e2..b219c099c 100644 --- a/plaid/model/device_id.py +++ b/plaid/model/device_id.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/distribution_breakdown.py b/plaid/model/distribution_breakdown.py index 6b3c97a51..a58762df6 100644 --- a/plaid/model/distribution_breakdown.py +++ b/plaid/model/distribution_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/doc_type.py b/plaid/model/doc_type.py index e97d24e78..24d473aee 100644 --- a/plaid/model/doc_type.py +++ b/plaid/model/doc_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_analysis.py b/plaid/model/document_analysis.py index 242fe9819..6a0713e62 100644 --- a/plaid/model/document_analysis.py +++ b/plaid/model/document_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_authenticity_match_code.py b/plaid/model/document_authenticity_match_code.py index 3e8d2fa69..30a0940a4 100644 --- a/plaid/model/document_authenticity_match_code.py +++ b/plaid/model/document_authenticity_match_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_date_of_birth_match_code.py b/plaid/model/document_date_of_birth_match_code.py index a9ec166d3..e6ead5ef1 100644 --- a/plaid/model/document_date_of_birth_match_code.py +++ b/plaid/model/document_date_of_birth_match_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_metadata.py b/plaid/model/document_metadata.py index a707c9ded..9215c5674 100644 --- a/plaid/model/document_metadata.py +++ b/plaid/model/document_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_name_match_code.py b/plaid/model/document_name_match_code.py index bdddd9c59..0dc21966c 100644 --- a/plaid/model/document_name_match_code.py +++ b/plaid/model/document_name_match_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_risk_signal.py b/plaid/model/document_risk_signal.py index 38bfee2c6..11e72a11c 100644 --- a/plaid/model/document_risk_signal.py +++ b/plaid/model/document_risk_signal.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_risk_signal_institution_metadata.py b/plaid/model/document_risk_signal_institution_metadata.py index c79b55923..4c3c1caea 100644 --- a/plaid/model/document_risk_signal_institution_metadata.py +++ b/plaid/model/document_risk_signal_institution_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_risk_signals_object.py b/plaid/model/document_risk_signals_object.py index 96611c1d3..df95aab9a 100644 --- a/plaid/model/document_risk_signals_object.py +++ b/plaid/model/document_risk_signals_object.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_risk_summary.py b/plaid/model/document_risk_summary.py index 854d50e34..21b728755 100644 --- a/plaid/model/document_risk_summary.py +++ b/plaid/model/document_risk_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_status.py b/plaid/model/document_status.py index 82c06b218..af0d687eb 100644 --- a/plaid/model/document_status.py +++ b/plaid/model/document_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/documentary_verification.py b/plaid/model/documentary_verification.py index 1f5a00008..3a8c9e6db 100644 --- a/plaid/model/documentary_verification.py +++ b/plaid/model/documentary_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/documentary_verification_document.py b/plaid/model/documentary_verification_document.py index 12a60385e..3ea1d8e62 100644 --- a/plaid/model/documentary_verification_document.py +++ b/plaid/model/documentary_verification_document.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings.py b/plaid/model/earnings.py index 46b2e195f..b353be45a 100644 --- a/plaid/model/earnings.py +++ b/plaid/model/earnings.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings_breakdown.py b/plaid/model/earnings_breakdown.py index b692d58e4..c48cb73e2 100644 --- a/plaid/model/earnings_breakdown.py +++ b/plaid/model/earnings_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings_breakdown_canonical_description.py b/plaid/model/earnings_breakdown_canonical_description.py index 4790b9e68..b8211878c 100644 --- a/plaid/model/earnings_breakdown_canonical_description.py +++ b/plaid/model/earnings_breakdown_canonical_description.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings_total.py b/plaid/model/earnings_total.py index 26510266d..3b146932c 100644 --- a/plaid/model/earnings_total.py +++ b/plaid/model/earnings_total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/email.py b/plaid/model/email.py index 12ca10980..66db15e58 100644 --- a/plaid/model/email.py +++ b/plaid/model/email.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/email_address_match_score.py b/plaid/model/email_address_match_score.py index 504331ba2..d7fa2f51e 100644 --- a/plaid/model/email_address_match_score.py +++ b/plaid/model/email_address_match_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employee.py b/plaid/model/employee.py index 86597bd16..0ae98219b 100644 --- a/plaid/model/employee.py +++ b/plaid/model/employee.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employee_income_summary_field_string.py b/plaid/model/employee_income_summary_field_string.py index ea9d1917e..e5573cbf0 100644 --- a/plaid/model/employee_income_summary_field_string.py +++ b/plaid/model/employee_income_summary_field_string.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employer.py b/plaid/model/employer.py index dc4f86450..9471e7f15 100644 --- a/plaid/model/employer.py +++ b/plaid/model/employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employer_income_summary_field_string.py b/plaid/model/employer_income_summary_field_string.py index 802aaa42a..4d00443c3 100644 --- a/plaid/model/employer_income_summary_field_string.py +++ b/plaid/model/employer_income_summary_field_string.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employer_verification.py b/plaid/model/employer_verification.py index dad75367b..ee4101c5e 100644 --- a/plaid/model/employer_verification.py +++ b/plaid/model/employer_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employers_search_request.py b/plaid/model/employers_search_request.py index 137e6f63c..504e38586 100644 --- a/plaid/model/employers_search_request.py +++ b/plaid/model/employers_search_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employers_search_response.py b/plaid/model/employers_search_response.py index 22313e674..c401146d3 100644 --- a/plaid/model/employers_search_response.py +++ b/plaid/model/employers_search_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_details.py b/plaid/model/employment_details.py index 3a02dc06a..e3a5857a0 100644 --- a/plaid/model/employment_details.py +++ b/plaid/model/employment_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_source_type.py b/plaid/model/employment_source_type.py index c1e56c560..4eaea8961 100644 --- a/plaid/model/employment_source_type.py +++ b/plaid/model/employment_source_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_verification.py b/plaid/model/employment_verification.py index c9e365272..20810c903 100644 --- a/plaid/model/employment_verification.py +++ b/plaid/model/employment_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_verification_get_request.py b/plaid/model/employment_verification_get_request.py index fa8fc6d9c..1a8e0a06c 100644 --- a/plaid/model/employment_verification_get_request.py +++ b/plaid/model/employment_verification_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_verification_get_response.py b/plaid/model/employment_verification_get_response.py index 236b9542e..17f4ed337 100644 --- a/plaid/model/employment_verification_get_response.py +++ b/plaid/model/employment_verification_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_verification_status.py b/plaid/model/employment_verification_status.py index e454993e1..4a4fd7985 100644 --- a/plaid/model/employment_verification_status.py +++ b/plaid/model/employment_verification_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/enhancements.py b/plaid/model/enhancements.py index 253590ca8..b38a22a51 100644 --- a/plaid/model/enhancements.py +++ b/plaid/model/enhancements.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/enrich_transaction_direction.py b/plaid/model/enrich_transaction_direction.py index f971703f5..d236234bc 100644 --- a/plaid/model/enrich_transaction_direction.py +++ b/plaid/model/enrich_transaction_direction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/enrichments.py b/plaid/model/enrichments.py index c3e48a8e6..9a60f167f 100644 --- a/plaid/model/enrichments.py +++ b/plaid/model/enrichments.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_document.py b/plaid/model/entity_document.py index 3985a9bf9..da49c6cc7 100644 --- a/plaid/model/entity_document.py +++ b/plaid/model/entity_document.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_document_type.py b/plaid/model/entity_document_type.py index 32581c603..d35f0dd23 100644 --- a/plaid/model/entity_document_type.py +++ b/plaid/model/entity_document_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_analysis.py b/plaid/model/entity_screening_hit_analysis.py index f2fcdbb92..1df3b4215 100644 --- a/plaid/model/entity_screening_hit_analysis.py +++ b/plaid/model/entity_screening_hit_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_data.py b/plaid/model/entity_screening_hit_data.py index 97c7f38a9..6f7a8b48e 100644 --- a/plaid/model/entity_screening_hit_data.py +++ b/plaid/model/entity_screening_hit_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_documents_items.py b/plaid/model/entity_screening_hit_documents_items.py index b2e76c400..2b1073d4d 100644 --- a/plaid/model/entity_screening_hit_documents_items.py +++ b/plaid/model/entity_screening_hit_documents_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_emails.py b/plaid/model/entity_screening_hit_emails.py index 5bb95f48e..81b304a6c 100644 --- a/plaid/model/entity_screening_hit_emails.py +++ b/plaid/model/entity_screening_hit_emails.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_emails_items.py b/plaid/model/entity_screening_hit_emails_items.py index cc944a837..bd01a8a57 100644 --- a/plaid/model/entity_screening_hit_emails_items.py +++ b/plaid/model/entity_screening_hit_emails_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_names.py b/plaid/model/entity_screening_hit_names.py index 909fbcadf..02ba77b27 100644 --- a/plaid/model/entity_screening_hit_names.py +++ b/plaid/model/entity_screening_hit_names.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_names_items.py b/plaid/model/entity_screening_hit_names_items.py index 6d2acaef7..6f0b4cb63 100644 --- a/plaid/model/entity_screening_hit_names_items.py +++ b/plaid/model/entity_screening_hit_names_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_phone_numbers.py b/plaid/model/entity_screening_hit_phone_numbers.py index 344a43ea1..476f1327b 100644 --- a/plaid/model/entity_screening_hit_phone_numbers.py +++ b/plaid/model/entity_screening_hit_phone_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_urls.py b/plaid/model/entity_screening_hit_urls.py index d151e9bbb..0bbba19b1 100644 --- a/plaid/model/entity_screening_hit_urls.py +++ b/plaid/model/entity_screening_hit_urls.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hit_urls_items.py b/plaid/model/entity_screening_hit_urls_items.py index 462d4d75d..59941e78a 100644 --- a/plaid/model/entity_screening_hit_urls_items.py +++ b/plaid/model/entity_screening_hit_urls_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_hits_phone_number_items.py b/plaid/model/entity_screening_hits_phone_number_items.py index 4ab199648..caf386b63 100644 --- a/plaid/model/entity_screening_hits_phone_number_items.py +++ b/plaid/model/entity_screening_hits_phone_number_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_screening_status_updated_webhook.py b/plaid/model/entity_screening_status_updated_webhook.py index 524f85f99..119e92d70 100644 --- a/plaid/model/entity_screening_status_updated_webhook.py +++ b/plaid/model/entity_screening_status_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_code.py b/plaid/model/entity_watchlist_code.py index cc6892b86..86ca21ce9 100644 --- a/plaid/model/entity_watchlist_code.py +++ b/plaid/model/entity_watchlist_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_program.py b/plaid/model/entity_watchlist_program.py index c960ca3c4..534504293 100644 --- a/plaid/model/entity_watchlist_program.py +++ b/plaid/model/entity_watchlist_program.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_screening.py b/plaid/model/entity_watchlist_screening.py index 9fa1c5fd7..88a95bef0 100644 --- a/plaid/model/entity_watchlist_screening.py +++ b/plaid/model/entity_watchlist_screening.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_screening_hit.py b/plaid/model/entity_watchlist_screening_hit.py index 1ad3f3d83..040fb4678 100644 --- a/plaid/model/entity_watchlist_screening_hit.py +++ b/plaid/model/entity_watchlist_screening_hit.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_screening_review.py b/plaid/model/entity_watchlist_screening_review.py index 690257373..e52791869 100644 --- a/plaid/model/entity_watchlist_screening_review.py +++ b/plaid/model/entity_watchlist_screening_review.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_screening_search_terms.py b/plaid/model/entity_watchlist_screening_search_terms.py index 9b2eff086..566228c2b 100644 --- a/plaid/model/entity_watchlist_screening_search_terms.py +++ b/plaid/model/entity_watchlist_screening_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_search_terms.py b/plaid/model/entity_watchlist_search_terms.py index 8d66156d7..1471076f2 100644 --- a/plaid/model/entity_watchlist_search_terms.py +++ b/plaid/model/entity_watchlist_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ewa_score.py b/plaid/model/ewa_score.py index 2805abf41..7c6bbea11 100644 --- a/plaid/model/ewa_score.py +++ b/plaid/model/ewa_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/expenditure_insights.py b/plaid/model/expenditure_insights.py index 28934a396..6f2d9de68 100644 --- a/plaid/model/expenditure_insights.py +++ b/plaid/model/expenditure_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/expenditure_insights_cash_flow.py b/plaid/model/expenditure_insights_cash_flow.py index 14091bba7..20e646575 100644 --- a/plaid/model/expenditure_insights_cash_flow.py +++ b/plaid/model/expenditure_insights_cash_flow.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/expenditure_summary.py b/plaid/model/expenditure_summary.py index fbf15a81c..2d4d49c3b 100644 --- a/plaid/model/expenditure_summary.py +++ b/plaid/model/expenditure_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/expiration_date.py b/plaid/model/expiration_date.py index 37d9f8901..cedf181a9 100644 --- a/plaid/model/expiration_date.py +++ b/plaid/model/expiration_date.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/extended_recipient_metadata.py b/plaid/model/extended_recipient_metadata.py index 05f45965c..7b2b0c1bb 100644 --- a/plaid/model/extended_recipient_metadata.py +++ b/plaid/model/extended_recipient_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/extended_recipient_metadata_all_of.py b/plaid/model/extended_recipient_metadata_all_of.py index 35b1545e6..a441b9c88 100644 --- a/plaid/model/extended_recipient_metadata_all_of.py +++ b/plaid/model/extended_recipient_metadata_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_initiation_consent_options.py b/plaid/model/external_payment_initiation_consent_options.py index b773a6dd5..249c5a145 100644 --- a/plaid/model/external_payment_initiation_consent_options.py +++ b/plaid/model/external_payment_initiation_consent_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_options.py b/plaid/model/external_payment_options.py index c098105b0..9cc243a39 100644 --- a/plaid/model/external_payment_options.py +++ b/plaid/model/external_payment_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_refund_details.py b/plaid/model/external_payment_refund_details.py index 7b83f8431..a4daa9480 100644 --- a/plaid/model/external_payment_refund_details.py +++ b/plaid/model/external_payment_refund_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_schedule_base.py b/plaid/model/external_payment_schedule_base.py index 36425fd24..bb89b672a 100644 --- a/plaid/model/external_payment_schedule_base.py +++ b/plaid/model/external_payment_schedule_base.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_schedule_get.py b/plaid/model/external_payment_schedule_get.py index 2841f5d91..64a0587a8 100644 --- a/plaid/model/external_payment_schedule_get.py +++ b/plaid/model/external_payment_schedule_get.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_schedule_request.py b/plaid/model/external_payment_schedule_request.py index 03fc4c5e6..ba5dc68e0 100644 --- a/plaid/model/external_payment_schedule_request.py +++ b/plaid/model/external_payment_schedule_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fallback_auth_microdeposit_auto_verified_webhook.py b/plaid/model/fallback_auth_microdeposit_auto_verified_webhook.py index 6b4843dfb..1e78c9fb6 100644 --- a/plaid/model/fallback_auth_microdeposit_auto_verified_webhook.py +++ b/plaid/model/fallback_auth_microdeposit_auto_verified_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fallback_auth_microdeposit_verification_expired_webhook.py b/plaid/model/fallback_auth_microdeposit_verification_expired_webhook.py index 59a8b53de..3f84bb96c 100644 --- a/plaid/model/fallback_auth_microdeposit_verification_expired_webhook.py +++ b/plaid/model/fallback_auth_microdeposit_verification_expired_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_content_types.py b/plaid/model/fdx_content_types.py index f16a1387f..5d8375af5 100644 --- a/plaid/model/fdx_content_types.py +++ b/plaid/model/fdx_content_types.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_event_status.py b/plaid/model/fdx_event_status.py index c123b5587..8af2cde43 100644 --- a/plaid/model/fdx_event_status.py +++ b/plaid/model/fdx_event_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_hateoas_link.py b/plaid/model/fdx_hateoas_link.py index 2b539e748..5f66bc72c 100644 --- a/plaid/model/fdx_hateoas_link.py +++ b/plaid/model/fdx_hateoas_link.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_hateoas_link_action.py b/plaid/model/fdx_hateoas_link_action.py index ad945233f..a9c52a7f8 100644 --- a/plaid/model/fdx_hateoas_link_action.py +++ b/plaid/model/fdx_hateoas_link_action.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_initiator_fi_attribute.py b/plaid/model/fdx_initiator_fi_attribute.py index 557905b7d..73e623496 100644 --- a/plaid/model/fdx_initiator_fi_attribute.py +++ b/plaid/model/fdx_initiator_fi_attribute.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_lifecycle_event.py b/plaid/model/fdx_lifecycle_event.py index 0a2f89f97..0eba69d4b 100644 --- a/plaid/model/fdx_lifecycle_event.py +++ b/plaid/model/fdx_lifecycle_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification.py b/plaid/model/fdx_notification.py index 6de31dc28..74c33dfa6 100644 --- a/plaid/model/fdx_notification.py +++ b/plaid/model/fdx_notification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_category.py b/plaid/model/fdx_notification_category.py index 7867d23b6..d915b491f 100644 --- a/plaid/model/fdx_notification_category.py +++ b/plaid/model/fdx_notification_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_payload.py b/plaid/model/fdx_notification_payload.py index aa3950fe4..09433c881 100644 --- a/plaid/model/fdx_notification_payload.py +++ b/plaid/model/fdx_notification_payload.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_payload_id_type.py b/plaid/model/fdx_notification_payload_id_type.py index 5ed419cb6..2909ad890 100644 --- a/plaid/model/fdx_notification_payload_id_type.py +++ b/plaid/model/fdx_notification_payload_id_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_priority.py b/plaid/model/fdx_notification_priority.py index 43a9caf7d..e9ac0b4ae 100644 --- a/plaid/model/fdx_notification_priority.py +++ b/plaid/model/fdx_notification_priority.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_severity.py b/plaid/model/fdx_notification_severity.py index 78c938c5a..07926fd17 100644 --- a/plaid/model/fdx_notification_severity.py +++ b/plaid/model/fdx_notification_severity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_type.py b/plaid/model/fdx_notification_type.py index aac8ccb3a..23c3989b6 100644 --- a/plaid/model/fdx_notification_type.py +++ b/plaid/model/fdx_notification_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_party.py b/plaid/model/fdx_party.py index f723db6ee..3cfbc5359 100644 --- a/plaid/model/fdx_party.py +++ b/plaid/model/fdx_party.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_party_registry.py b/plaid/model/fdx_party_registry.py index 098392cc9..2d0f8e195 100644 --- a/plaid/model/fdx_party_registry.py +++ b/plaid/model/fdx_party_registry.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_party_type.py b/plaid/model/fdx_party_type.py index 98c73c7cd..0e64ebeda 100644 --- a/plaid/model/fdx_party_type.py +++ b/plaid/model/fdx_party_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_recipient_metadata.py b/plaid/model/fdx_recipient_metadata.py index ba0916d72..a9cb877ad 100644 --- a/plaid/model/fdx_recipient_metadata.py +++ b/plaid/model/fdx_recipient_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_update_reason.py b/plaid/model/fdx_update_reason.py index a7be386fa..68bdeadd7 100644 --- a/plaid/model/fdx_update_reason.py +++ b/plaid/model/fdx_update_reason.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdxfi_attribute.py b/plaid/model/fdxfi_attribute.py index 57cda73e4..ccaea3667 100644 --- a/plaid/model/fdxfi_attribute.py +++ b/plaid/model/fdxfi_attribute.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/financial_institution_insights.py b/plaid/model/financial_institution_insights.py index 13a22e69c..cd2970194 100644 --- a/plaid/model/financial_institution_insights.py +++ b/plaid/model/financial_institution_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fixed_income.py b/plaid/model/fixed_income.py index 2d544e96f..e68d98d40 100644 --- a/plaid/model/fixed_income.py +++ b/plaid/model/fixed_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/forecasted_monthly_income.py b/plaid/model/forecasted_monthly_income.py index e6e516149..13e692b1e 100644 --- a/plaid/model/forecasted_monthly_income.py +++ b/plaid/model/forecasted_monthly_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/form1099_type.py b/plaid/model/form1099_type.py index c6a7be580..7f1153817 100644 --- a/plaid/model/form1099_type.py +++ b/plaid/model/form1099_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/forwarded_json_response.py b/plaid/model/forwarded_json_response.py index 651f6adcd..89eb44797 100644 --- a/plaid/model/forwarded_json_response.py +++ b/plaid/model/forwarded_json_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fraud_amount.py b/plaid/model/fraud_amount.py index bf9fed952..b25d897b1 100644 --- a/plaid/model/fraud_amount.py +++ b/plaid/model/fraud_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fraud_analysis_details.py b/plaid/model/fraud_analysis_details.py index 27b9b84b8..7d2b63e11 100644 --- a/plaid/model/fraud_analysis_details.py +++ b/plaid/model/fraud_analysis_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fraud_attributes.py b/plaid/model/fraud_attributes.py index ef192ea83..2d4dd5f76 100644 --- a/plaid/model/fraud_attributes.py +++ b/plaid/model/fraud_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fraud_check_outcome.py b/plaid/model/fraud_check_outcome.py index 72f099e44..488c95183 100644 --- a/plaid/model/fraud_check_outcome.py +++ b/plaid/model/fraud_check_outcome.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fraud_check_outcome_with_no_data.py b/plaid/model/fraud_check_outcome_with_no_data.py index 0d64962a8..b2336a500 100644 --- a/plaid/model/fraud_check_outcome_with_no_data.py +++ b/plaid/model/fraud_check_outcome_with_no_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/gambling_indicators.py b/plaid/model/gambling_indicators.py index fca7e7676..9640474b2 100644 --- a/plaid/model/gambling_indicators.py +++ b/plaid/model/gambling_indicators.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/generic_screening_hit_location_items.py b/plaid/model/generic_screening_hit_location_items.py index 7fb9dd307..de001e0e3 100644 --- a/plaid/model/generic_screening_hit_location_items.py +++ b/plaid/model/generic_screening_hit_location_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/get_recipient_response.py b/plaid/model/get_recipient_response.py index 105ae5864..7381827de 100644 --- a/plaid/model/get_recipient_response.py +++ b/plaid/model/get_recipient_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/get_recipients_response.py b/plaid/model/get_recipients_response.py index 02f7de087..8365a2449 100644 --- a/plaid/model/get_recipients_response.py +++ b/plaid/model/get_recipients_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/gse_report_type.py b/plaid/model/gse_report_type.py index 20d956723..cac4dbce9 100644 --- a/plaid/model/gse_report_type.py +++ b/plaid/model/gse_report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/health_incident.py b/plaid/model/health_incident.py index 22802972a..8e8b520e3 100644 --- a/plaid/model/health_incident.py +++ b/plaid/model/health_incident.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/hidden_match_summary_code.py b/plaid/model/hidden_match_summary_code.py index 3a911a1d6..b059048bd 100644 --- a/plaid/model/hidden_match_summary_code.py +++ b/plaid/model/hidden_match_summary_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/historical_annual_income.py b/plaid/model/historical_annual_income.py index 669587da1..8fac982a4 100644 --- a/plaid/model/historical_annual_income.py +++ b/plaid/model/historical_annual_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/historical_balance.py b/plaid/model/historical_balance.py index e0760dd82..28ceb3596 100644 --- a/plaid/model/historical_balance.py +++ b/plaid/model/historical_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/historical_update_webhook.py b/plaid/model/historical_update_webhook.py index 8330ffb1c..d90fe7cfa 100644 --- a/plaid/model/historical_update_webhook.py +++ b/plaid/model/historical_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/holding.py b/plaid/model/holding.py index c125d22f9..afab5cac4 100644 --- a/plaid/model/holding.py +++ b/plaid/model/holding.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/holdings_default_update_webhook.py b/plaid/model/holdings_default_update_webhook.py index a2caae43d..d49641f83 100644 --- a/plaid/model/holdings_default_update_webhook.py +++ b/plaid/model/holdings_default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/holdings_override.py b/plaid/model/holdings_override.py index b3e496efa..32521eb02 100644 --- a/plaid/model/holdings_override.py +++ b/plaid/model/holdings_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/hosted_link_delivery_method.py b/plaid/model/hosted_link_delivery_method.py index acdbdca19..5532d90cb 100644 --- a/plaid/model/hosted_link_delivery_method.py +++ b/plaid/model/hosted_link_delivery_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/hosted_mmd_verification_webhook.py b/plaid/model/hosted_mmd_verification_webhook.py index 775dc60b8..91bd2ec39 100644 --- a/plaid/model/hosted_mmd_verification_webhook.py +++ b/plaid/model/hosted_mmd_verification_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/human_review.py b/plaid/model/human_review.py index 082e8eaa4..19d485cb2 100644 --- a/plaid/model/human_review.py +++ b/plaid/model/human_review.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/human_review_status.py b/plaid/model/human_review_status.py index b5954903e..ae1cc02ec 100644 --- a/plaid/model/human_review_status.py +++ b/plaid/model/human_review_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/id_number_type.py b/plaid/model/id_number_type.py index 715393404..0daa5ce65 100644 --- a/plaid/model/id_number_type.py +++ b/plaid/model/id_number_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_default_update_webhook.py b/plaid/model/identity_default_update_webhook.py index b4e844bb8..094b263be 100644 --- a/plaid/model/identity_default_update_webhook.py +++ b/plaid/model/identity_default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_metadata.py b/plaid/model/identity_document_metadata.py index 64360086b..4d5b8ee70 100644 --- a/plaid/model/identity_document_metadata.py +++ b/plaid/model/identity_document_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_upload.py b/plaid/model/identity_document_upload.py index 5d14ea6d5..1afbcc195 100644 --- a/plaid/model/identity_document_upload.py +++ b/plaid/model/identity_document_upload.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_upload_metadata.py b/plaid/model/identity_document_upload_metadata.py index c63f02a7d..7ae447fdc 100644 --- a/plaid/model/identity_document_upload_metadata.py +++ b/plaid/model/identity_document_upload_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_upload_risk_insights.py b/plaid/model/identity_document_upload_risk_insights.py index 10a4c6212..1b8e9e628 100644 --- a/plaid/model/identity_document_upload_risk_insights.py +++ b/plaid/model/identity_document_upload_risk_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_upload_risk_signal.py b/plaid/model/identity_document_upload_risk_signal.py index 5eb4754ab..5d4521856 100644 --- a/plaid/model/identity_document_upload_risk_signal.py +++ b/plaid/model/identity_document_upload_risk_signal.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_upload_risk_summary.py b/plaid/model/identity_document_upload_risk_summary.py index 1d5d8242e..3dc3674ce 100644 --- a/plaid/model/identity_document_upload_risk_summary.py +++ b/plaid/model/identity_document_upload_risk_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_documents_uploads_get_request.py b/plaid/model/identity_documents_uploads_get_request.py index f38a7c4de..eb4414847 100644 --- a/plaid/model/identity_documents_uploads_get_request.py +++ b/plaid/model/identity_documents_uploads_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_documents_uploads_get_request_options.py b/plaid/model/identity_documents_uploads_get_request_options.py index bda2e77b1..b0f2a6779 100644 --- a/plaid/model/identity_documents_uploads_get_request_options.py +++ b/plaid/model/identity_documents_uploads_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_documents_uploads_get_response.py b/plaid/model/identity_documents_uploads_get_response.py index 0d858b74c..f974de443 100644 --- a/plaid/model/identity_documents_uploads_get_response.py +++ b/plaid/model/identity_documents_uploads_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_get_request.py b/plaid/model/identity_get_request.py index 8189ca884..9fadcd77a 100644 --- a/plaid/model/identity_get_request.py +++ b/plaid/model/identity_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_get_request_options.py b/plaid/model/identity_get_request_options.py index 567d544d7..6bfb20806 100644 --- a/plaid/model/identity_get_request_options.py +++ b/plaid/model/identity_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_get_response.py b/plaid/model/identity_get_response.py index bf13e9be9..c27c1cf07 100644 --- a/plaid/model/identity_get_response.py +++ b/plaid/model/identity_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_request.py b/plaid/model/identity_match_request.py index d29986aa6..bfcc6fc0c 100644 --- a/plaid/model/identity_match_request.py +++ b/plaid/model/identity_match_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_request_options.py b/plaid/model/identity_match_request_options.py index 0b40c11f7..42af3cb77 100644 --- a/plaid/model/identity_match_request_options.py +++ b/plaid/model/identity_match_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_response.py b/plaid/model/identity_match_response.py index 75716ba88..804a34cf3 100644 --- a/plaid/model/identity_match_response.py +++ b/plaid/model/identity_match_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_user.py b/plaid/model/identity_match_user.py index cbed0ae2d..66d4e80f5 100644 --- a/plaid/model/identity_match_user.py +++ b/plaid/model/identity_match_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_refresh_request.py b/plaid/model/identity_refresh_request.py index 4cc5a3d29..53c1eba63 100644 --- a/plaid/model/identity_refresh_request.py +++ b/plaid/model/identity_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_refresh_response.py b/plaid/model/identity_refresh_response.py index 1cf99ced3..898028ea0 100644 --- a/plaid/model/identity_refresh_response.py +++ b/plaid/model/identity_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_update_types.py b/plaid/model/identity_update_types.py index a310e2323..7936a99b7 100644 --- a/plaid/model/identity_update_types.py +++ b/plaid/model/identity_update_types.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification.py b/plaid/model/identity_verification.py index b0e67329a..6f8564ead 100644 --- a/plaid/model/identity_verification.py +++ b/plaid/model/identity_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_autofill_address.py b/plaid/model/identity_verification_autofill_address.py index ccb76730a..0293f485b 100644 --- a/plaid/model/identity_verification_autofill_address.py +++ b/plaid/model/identity_verification_autofill_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_autofill_create_request.py b/plaid/model/identity_verification_autofill_create_request.py index 964462e90..ccbf6369e 100644 --- a/plaid/model/identity_verification_autofill_create_request.py +++ b/plaid/model/identity_verification_autofill_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_autofill_create_response.py b/plaid/model/identity_verification_autofill_create_response.py index 872c4fd7b..e5e681a21 100644 --- a/plaid/model/identity_verification_autofill_create_response.py +++ b/plaid/model/identity_verification_autofill_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_autofill_status.py b/plaid/model/identity_verification_autofill_status.py index 54d6daa8c..c596f8b17 100644 --- a/plaid/model/identity_verification_autofill_status.py +++ b/plaid/model/identity_verification_autofill_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_autofill_user_data.py b/plaid/model/identity_verification_autofill_user_data.py index 2fd6a65f4..e8e166227 100644 --- a/plaid/model/identity_verification_autofill_user_data.py +++ b/plaid/model/identity_verification_autofill_user_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_create_request.py b/plaid/model/identity_verification_create_request.py index f538b299e..9f0ead195 100644 --- a/plaid/model/identity_verification_create_request.py +++ b/plaid/model/identity_verification_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_create_request_user.py b/plaid/model/identity_verification_create_request_user.py index 2872adc6c..1a008d47f 100644 --- a/plaid/model/identity_verification_create_request_user.py +++ b/plaid/model/identity_verification_create_request_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_create_response.py b/plaid/model/identity_verification_create_response.py index 520488f71..c0a76aab3 100644 --- a/plaid/model/identity_verification_create_response.py +++ b/plaid/model/identity_verification_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_document_address_response.py b/plaid/model/identity_verification_document_address_response.py index fe33860c2..292371406 100644 --- a/plaid/model/identity_verification_document_address_response.py +++ b/plaid/model/identity_verification_document_address_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_document_name_response.py b/plaid/model/identity_verification_document_name_response.py index 02f350188..a0c838d63 100644 --- a/plaid/model/identity_verification_document_name_response.py +++ b/plaid/model/identity_verification_document_name_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_get_request.py b/plaid/model/identity_verification_get_request.py index ccf1d583c..4e00b18c0 100644 --- a/plaid/model/identity_verification_get_request.py +++ b/plaid/model/identity_verification_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_get_response.py b/plaid/model/identity_verification_get_response.py index 0e26d38a0..55ded2dc1 100644 --- a/plaid/model/identity_verification_get_response.py +++ b/plaid/model/identity_verification_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_list_request.py b/plaid/model/identity_verification_list_request.py index 66601cffc..3ac3ded0b 100644 --- a/plaid/model/identity_verification_list_request.py +++ b/plaid/model/identity_verification_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_list_response.py b/plaid/model/identity_verification_list_response.py index 5ce9f138b..61b8034eb 100644 --- a/plaid/model/identity_verification_list_response.py +++ b/plaid/model/identity_verification_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_request_user.py b/plaid/model/identity_verification_request_user.py index 56df5e384..154305626 100644 --- a/plaid/model/identity_verification_request_user.py +++ b/plaid/model/identity_verification_request_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_request_user_name.py b/plaid/model/identity_verification_request_user_name.py index baeedcc58..a72588629 100644 --- a/plaid/model/identity_verification_request_user_name.py +++ b/plaid/model/identity_verification_request_user_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_response_user_name.py b/plaid/model/identity_verification_response_user_name.py index 567c8293a..ec8ad316e 100644 --- a/plaid/model/identity_verification_response_user_name.py +++ b/plaid/model/identity_verification_response_user_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_retried_webhook.py b/plaid/model/identity_verification_retried_webhook.py index c1a0093ee..4c439747d 100644 --- a/plaid/model/identity_verification_retried_webhook.py +++ b/plaid/model/identity_verification_retried_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_retry_request.py b/plaid/model/identity_verification_retry_request.py index 7815e68ac..5887a99fb 100644 --- a/plaid/model/identity_verification_retry_request.py +++ b/plaid/model/identity_verification_retry_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_retry_request_steps_object.py b/plaid/model/identity_verification_retry_request_steps_object.py index 3c4740784..374b1b465 100644 --- a/plaid/model/identity_verification_retry_request_steps_object.py +++ b/plaid/model/identity_verification_retry_request_steps_object.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_retry_response.py b/plaid/model/identity_verification_retry_response.py index 5127d6895..4f9a28a05 100644 --- a/plaid/model/identity_verification_retry_response.py +++ b/plaid/model/identity_verification_retry_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_status.py b/plaid/model/identity_verification_status.py index 6adffdd3b..03588c68f 100644 --- a/plaid/model/identity_verification_status.py +++ b/plaid/model/identity_verification_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_status_updated_webhook.py b/plaid/model/identity_verification_status_updated_webhook.py index 121f6b785..f1e8263e7 100644 --- a/plaid/model/identity_verification_status_updated_webhook.py +++ b/plaid/model/identity_verification_status_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_step_status.py b/plaid/model/identity_verification_step_status.py index 76b77727c..53e1b7141 100644 --- a/plaid/model/identity_verification_step_status.py +++ b/plaid/model/identity_verification_step_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_step_summary.py b/plaid/model/identity_verification_step_summary.py index 7eef6a21a..37415efbb 100644 --- a/plaid/model/identity_verification_step_summary.py +++ b/plaid/model/identity_verification_step_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_step_updated_webhook.py b/plaid/model/identity_verification_step_updated_webhook.py index 9ea7050e7..1e6315386 100644 --- a/plaid/model/identity_verification_step_updated_webhook.py +++ b/plaid/model/identity_verification_step_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_template_reference.py b/plaid/model/identity_verification_template_reference.py index 0fa464d74..d367c136e 100644 --- a/plaid/model/identity_verification_template_reference.py +++ b/plaid/model/identity_verification_template_reference.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_user_address.py b/plaid/model/identity_verification_user_address.py index e5ee82fd3..ecd2e616a 100644 --- a/plaid/model/identity_verification_user_address.py +++ b/plaid/model/identity_verification_user_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_user_data.py b/plaid/model/identity_verification_user_data.py index cf47f11c6..1edc8d4f0 100644 --- a/plaid/model/identity_verification_user_data.py +++ b/plaid/model/identity_verification_user_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/idv_protect_event.py b/plaid/model/idv_protect_event.py index 2e0c7b777..40adb49fd 100644 --- a/plaid/model/idv_protect_event.py +++ b/plaid/model/idv_protect_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/image_quality.py b/plaid/model/image_quality.py index 207a845b0..00bc3ced4 100644 --- a/plaid/model/image_quality.py +++ b/plaid/model/image_quality.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/image_quality_details.py b/plaid/model/image_quality_details.py index 86dba3ce6..42222abc3 100644 --- a/plaid/model/image_quality_details.py +++ b/plaid/model/image_quality_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/image_quality_outcome.py b/plaid/model/image_quality_outcome.py index 069501edb..3178506c8 100644 --- a/plaid/model/image_quality_outcome.py +++ b/plaid/model/image_quality_outcome.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/incident_update.py b/plaid/model/incident_update.py index 16d882a4e..f9dbfc36c 100644 --- a/plaid/model/incident_update.py +++ b/plaid/model/incident_update.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_breakdown.py b/plaid/model/income_breakdown.py index f280e9e18..b3f8646f0 100644 --- a/plaid/model/income_breakdown.py +++ b/plaid/model/income_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_breakdown_type.py b/plaid/model/income_breakdown_type.py index 34880fa70..8c9696f12 100644 --- a/plaid/model/income_breakdown_type.py +++ b/plaid/model/income_breakdown_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_insights.py b/plaid/model/income_insights.py index fceaa47be..82271dcf1 100644 --- a/plaid/model/income_insights.py +++ b/plaid/model/income_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_insights_income_excluding_transfers.py b/plaid/model/income_insights_income_excluding_transfers.py index a06de4d34..9b21d7839 100644 --- a/plaid/model/income_insights_income_excluding_transfers.py +++ b/plaid/model/income_insights_income_excluding_transfers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_insights_total_income.py b/plaid/model/income_insights_total_income.py index c257c3ea0..b287d7f57 100644 --- a/plaid/model/income_insights_total_income.py +++ b/plaid/model/income_insights_total_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_insights_transfers_in.py b/plaid/model/income_insights_transfers_in.py index 65fe5b201..647d2e3fd 100644 --- a/plaid/model/income_insights_transfers_in.py +++ b/plaid/model/income_insights_transfers_in.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_override.py b/plaid/model/income_override.py index 633eab48e..db9330ffc 100644 --- a/plaid/model/income_override.py +++ b/plaid/model/income_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_sources_counts.py b/plaid/model/income_sources_counts.py index 272e4ada0..0a8372329 100644 --- a/plaid/model/income_sources_counts.py +++ b/plaid/model/income_sources_counts.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_summary.py b/plaid/model/income_summary.py index 7afee2f9b..0a19dcbdd 100644 --- a/plaid/model/income_summary.py +++ b/plaid/model/income_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_summary_field_number.py b/plaid/model/income_summary_field_number.py index a98e952d0..0423b4987 100644 --- a/plaid/model/income_summary_field_number.py +++ b/plaid/model/income_summary_field_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_summary_field_string.py b/plaid/model/income_summary_field_string.py index ed610c271..c1074ec9f 100644 --- a/plaid/model/income_summary_field_string.py +++ b/plaid/model/income_summary_field_string.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_create_request.py b/plaid/model/income_verification_create_request.py index cfb0f1416..54204bd26 100644 --- a/plaid/model/income_verification_create_request.py +++ b/plaid/model/income_verification_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_create_request_options.py b/plaid/model/income_verification_create_request_options.py index 7bf15782e..8044dd4e1 100644 --- a/plaid/model/income_verification_create_request_options.py +++ b/plaid/model/income_verification_create_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_create_response.py b/plaid/model/income_verification_create_response.py index 6578dd897..5e499937e 100644 --- a/plaid/model/income_verification_create_response.py +++ b/plaid/model/income_verification_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_doc_parsing_config.py b/plaid/model/income_verification_doc_parsing_config.py index 467570365..cc0969a69 100644 --- a/plaid/model/income_verification_doc_parsing_config.py +++ b/plaid/model/income_verification_doc_parsing_config.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_documents_download_request.py b/plaid/model/income_verification_documents_download_request.py index 16b17d462..01dfd8406 100644 --- a/plaid/model/income_verification_documents_download_request.py +++ b/plaid/model/income_verification_documents_download_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_payroll_flow_type.py b/plaid/model/income_verification_payroll_flow_type.py index 0788a5f9b..db8245ed5 100644 --- a/plaid/model/income_verification_payroll_flow_type.py +++ b/plaid/model/income_verification_payroll_flow_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_paystubs_get_request.py b/plaid/model/income_verification_paystubs_get_request.py index 5c5b527ba..38e27e7d4 100644 --- a/plaid/model/income_verification_paystubs_get_request.py +++ b/plaid/model/income_verification_paystubs_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_paystubs_get_response.py b/plaid/model/income_verification_paystubs_get_response.py index 31d1a3898..2ce2e8984 100644 --- a/plaid/model/income_verification_paystubs_get_response.py +++ b/plaid/model/income_verification_paystubs_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_confidence.py b/plaid/model/income_verification_precheck_confidence.py index 3d708b4c4..aa29a9f4f 100644 --- a/plaid/model/income_verification_precheck_confidence.py +++ b/plaid/model/income_verification_precheck_confidence.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_employer.py b/plaid/model/income_verification_precheck_employer.py index 0cae10f52..d53221a3f 100644 --- a/plaid/model/income_verification_precheck_employer.py +++ b/plaid/model/income_verification_precheck_employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_employer_address.py b/plaid/model/income_verification_precheck_employer_address.py index 7658a01c1..f410e22a8 100644 --- a/plaid/model/income_verification_precheck_employer_address.py +++ b/plaid/model/income_verification_precheck_employer_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_employer_address_data.py b/plaid/model/income_verification_precheck_employer_address_data.py index e638b1c52..96496079e 100644 --- a/plaid/model/income_verification_precheck_employer_address_data.py +++ b/plaid/model/income_verification_precheck_employer_address_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_military_info.py b/plaid/model/income_verification_precheck_military_info.py index bf73c7d05..46f855c05 100644 --- a/plaid/model/income_verification_precheck_military_info.py +++ b/plaid/model/income_verification_precheck_military_info.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_payroll_institution.py b/plaid/model/income_verification_precheck_payroll_institution.py index e95b67f8a..d44d0f684 100644 --- a/plaid/model/income_verification_precheck_payroll_institution.py +++ b/plaid/model/income_verification_precheck_payroll_institution.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_request.py b/plaid/model/income_verification_precheck_request.py index 887777edf..a1e618e67 100644 --- a/plaid/model/income_verification_precheck_request.py +++ b/plaid/model/income_verification_precheck_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_response.py b/plaid/model/income_verification_precheck_response.py index 3a94e585a..6debb0ae2 100644 --- a/plaid/model/income_verification_precheck_response.py +++ b/plaid/model/income_verification_precheck_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_precheck_user.py b/plaid/model/income_verification_precheck_user.py index f8f5a8444..7281d97c4 100644 --- a/plaid/model/income_verification_precheck_user.py +++ b/plaid/model/income_verification_precheck_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_refresh_reconnect_needed_webhook.py b/plaid/model/income_verification_refresh_reconnect_needed_webhook.py index cc208f5b6..09977b129 100644 --- a/plaid/model/income_verification_refresh_reconnect_needed_webhook.py +++ b/plaid/model/income_verification_refresh_reconnect_needed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_risk_signals_status_webhook.py b/plaid/model/income_verification_risk_signals_status_webhook.py index 412708a52..9dddf5df9 100644 --- a/plaid/model/income_verification_risk_signals_status_webhook.py +++ b/plaid/model/income_verification_risk_signals_status_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_source_type.py b/plaid/model/income_verification_source_type.py index 56e61ff81..5ae73851d 100644 --- a/plaid/model/income_verification_source_type.py +++ b/plaid/model/income_verification_source_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_status_webhook.py b/plaid/model/income_verification_status_webhook.py index e46363f50..11774ae60 100644 --- a/plaid/model/income_verification_status_webhook.py +++ b/plaid/model/income_verification_status_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_taxforms_get_request.py b/plaid/model/income_verification_taxforms_get_request.py index 98e29e981..0d6918efc 100644 --- a/plaid/model/income_verification_taxforms_get_request.py +++ b/plaid/model/income_verification_taxforms_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_taxforms_get_response.py b/plaid/model/income_verification_taxforms_get_response.py index 78536e396..0e0b97a74 100644 --- a/plaid/model/income_verification_taxforms_get_response.py +++ b/plaid/model/income_verification_taxforms_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_verification_webhook_status.py b/plaid/model/income_verification_webhook_status.py index e186a4451..a9cd4fe8c 100644 --- a/plaid/model/income_verification_webhook_status.py +++ b/plaid/model/income_verification_webhook_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_name.py b/plaid/model/individual_name.py index 73b87eb04..aac101efd 100644 --- a/plaid/model/individual_name.py +++ b/plaid/model/individual_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_screening_hit_names.py b/plaid/model/individual_screening_hit_names.py index a07dda9d3..69787e97d 100644 --- a/plaid/model/individual_screening_hit_names.py +++ b/plaid/model/individual_screening_hit_names.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_watchlist_code.py b/plaid/model/individual_watchlist_code.py index aad08b8d0..9d2744a65 100644 --- a/plaid/model/individual_watchlist_code.py +++ b/plaid/model/individual_watchlist_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_watchlist_program.py b/plaid/model/individual_watchlist_program.py index 60548f28f..39caff21f 100644 --- a/plaid/model/individual_watchlist_program.py +++ b/plaid/model/individual_watchlist_program.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/inflow_model.py b/plaid/model/inflow_model.py index af9ed9b2a..f63e17bef 100644 --- a/plaid/model/inflow_model.py +++ b/plaid/model/inflow_model.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/initial_update_webhook.py b/plaid/model/initial_update_webhook.py index 9116f6b13..2bd84ac4f 100644 --- a/plaid/model/initial_update_webhook.py +++ b/plaid/model/initial_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution.py b/plaid/model/institution.py index a61482f21..9509195f7 100644 --- a/plaid/model/institution.py +++ b/plaid/model/institution.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution_status.py b/plaid/model/institution_status.py index 0e99964b9..4daa57513 100644 --- a/plaid/model/institution_status.py +++ b/plaid/model/institution_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution_status_alert_webhook.py b/plaid/model/institution_status_alert_webhook.py index 118f96cdc..f382b9489 100644 --- a/plaid/model/institution_status_alert_webhook.py +++ b/plaid/model/institution_status_alert_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution_supported_networks.py b/plaid/model/institution_supported_networks.py index afe3cb346..710e53e36 100644 --- a/plaid/model/institution_supported_networks.py +++ b/plaid/model/institution_supported_networks.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_by_id_request.py b/plaid/model/institutions_get_by_id_request.py index be0e9e484..8218a3762 100644 --- a/plaid/model/institutions_get_by_id_request.py +++ b/plaid/model/institutions_get_by_id_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_by_id_request_options.py b/plaid/model/institutions_get_by_id_request_options.py index 30a9cd96d..cc53380f4 100644 --- a/plaid/model/institutions_get_by_id_request_options.py +++ b/plaid/model/institutions_get_by_id_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_by_id_response.py b/plaid/model/institutions_get_by_id_response.py index c629f8762..d10b7686a 100644 --- a/plaid/model/institutions_get_by_id_response.py +++ b/plaid/model/institutions_get_by_id_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_request.py b/plaid/model/institutions_get_request.py index ea62aaf4e..7e3a9f05e 100644 --- a/plaid/model/institutions_get_request.py +++ b/plaid/model/institutions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_request_options.py b/plaid/model/institutions_get_request_options.py index 02e1b6c22..11467885d 100644 --- a/plaid/model/institutions_get_request_options.py +++ b/plaid/model/institutions_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_response.py b/plaid/model/institutions_get_response.py index 430fa7c0c..25cd26982 100644 --- a/plaid/model/institutions_get_response.py +++ b/plaid/model/institutions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_account_filter.py b/plaid/model/institutions_search_account_filter.py index 5e0603c74..e9c6eb10c 100644 --- a/plaid/model/institutions_search_account_filter.py +++ b/plaid/model/institutions_search_account_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_payment_initiation_options.py b/plaid/model/institutions_search_payment_initiation_options.py index ccfd6ae26..4262db757 100644 --- a/plaid/model/institutions_search_payment_initiation_options.py +++ b/plaid/model/institutions_search_payment_initiation_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_request.py b/plaid/model/institutions_search_request.py index d5c8f3698..93d44c170 100644 --- a/plaid/model/institutions_search_request.py +++ b/plaid/model/institutions_search_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_request_options.py b/plaid/model/institutions_search_request_options.py index 5114ca96a..edd999f45 100644 --- a/plaid/model/institutions_search_request_options.py +++ b/plaid/model/institutions_search_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_response.py b/plaid/model/institutions_search_response.py index efa947869..839147b4b 100644 --- a/plaid/model/institutions_search_response.py +++ b/plaid/model/institutions_search_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_account_subtype.py b/plaid/model/investment_account_subtype.py index 90d0efdc7..589c68819 100644 --- a/plaid/model/investment_account_subtype.py +++ b/plaid/model/investment_account_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_account_subtypes.py b/plaid/model/investment_account_subtypes.py index a978f956c..54ec90b67 100644 --- a/plaid/model/investment_account_subtypes.py +++ b/plaid/model/investment_account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_filter.py b/plaid/model/investment_filter.py index 9bc29fcfd..678562502 100644 --- a/plaid/model/investment_filter.py +++ b/plaid/model/investment_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_holdings_get_request_options.py b/plaid/model/investment_holdings_get_request_options.py index 9d1c774a4..c2dfebc53 100644 --- a/plaid/model/investment_holdings_get_request_options.py +++ b/plaid/model/investment_holdings_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_transaction.py b/plaid/model/investment_transaction.py index 03abd4e43..90d406c4b 100644 --- a/plaid/model/investment_transaction.py +++ b/plaid/model/investment_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_transaction_subtype.py b/plaid/model/investment_transaction_subtype.py index 8d56dacf9..c4801b6e4 100644 --- a/plaid/model/investment_transaction_subtype.py +++ b/plaid/model/investment_transaction_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_transaction_type.py b/plaid/model/investment_transaction_type.py index c8e37fd04..88384b9e4 100644 --- a/plaid/model/investment_transaction_type.py +++ b/plaid/model/investment_transaction_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth401k_contribution_details.py b/plaid/model/investments_auth401k_contribution_details.py index 8496ffa5e..e28c564fc 100644 --- a/plaid/model/investments_auth401k_contribution_details.py +++ b/plaid/model/investments_auth401k_contribution_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth401k_fee_details.py b/plaid/model/investments_auth401k_fee_details.py index d84730b75..26a55bc0e 100644 --- a/plaid/model/investments_auth401k_fee_details.py +++ b/plaid/model/investments_auth401k_fee_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_account_details401k.py b/plaid/model/investments_auth_account_details401k.py index 5db5dff1d..b65179e47 100644 --- a/plaid/model/investments_auth_account_details401k.py +++ b/plaid/model/investments_auth_account_details401k.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_data_sources.py b/plaid/model/investments_auth_data_sources.py index b86e9cd08..ac5161853 100644 --- a/plaid/model/investments_auth_data_sources.py +++ b/plaid/model/investments_auth_data_sources.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_get_numbers.py b/plaid/model/investments_auth_get_numbers.py index 41901e4c6..0ad472593 100644 --- a/plaid/model/investments_auth_get_numbers.py +++ b/plaid/model/investments_auth_get_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_get_request.py b/plaid/model/investments_auth_get_request.py index 77bb13edd..97d3ec588 100644 --- a/plaid/model/investments_auth_get_request.py +++ b/plaid/model/investments_auth_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_get_request_options.py b/plaid/model/investments_auth_get_request_options.py index 5b789724b..e39d9a995 100644 --- a/plaid/model/investments_auth_get_request_options.py +++ b/plaid/model/investments_auth_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_get_response.py b/plaid/model/investments_auth_get_response.py index 0acd01f27..33431caec 100644 --- a/plaid/model/investments_auth_get_response.py +++ b/plaid/model/investments_auth_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_owner.py b/plaid/model/investments_auth_owner.py index bbdf5cd9c..6d9e1e92f 100644 --- a/plaid/model/investments_auth_owner.py +++ b/plaid/model/investments_auth_owner.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_default_update_webhook.py b/plaid/model/investments_default_update_webhook.py index 7e57622c9..4713a412d 100644 --- a/plaid/model/investments_default_update_webhook.py +++ b/plaid/model/investments_default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_historical_update_webhook.py b/plaid/model/investments_historical_update_webhook.py index 9b5bbc3c9..6b148a47d 100644 --- a/plaid/model/investments_historical_update_webhook.py +++ b/plaid/model/investments_historical_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_holdings_get_request.py b/plaid/model/investments_holdings_get_request.py index b0c48f8c5..8666babe8 100644 --- a/plaid/model/investments_holdings_get_request.py +++ b/plaid/model/investments_holdings_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_holdings_get_response.py b/plaid/model/investments_holdings_get_response.py index a6c9c503d..9382aec91 100644 --- a/plaid/model/investments_holdings_get_response.py +++ b/plaid/model/investments_holdings_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_refresh_request.py b/plaid/model/investments_refresh_request.py index 0fd3a16dc..7bc512220 100644 --- a/plaid/model/investments_refresh_request.py +++ b/plaid/model/investments_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_refresh_response.py b/plaid/model/investments_refresh_response.py index f51c341bd..54a6afab3 100644 --- a/plaid/model/investments_refresh_response.py +++ b/plaid/model/investments_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_transactions_get_request.py b/plaid/model/investments_transactions_get_request.py index 45bbd5e84..206285a4a 100644 --- a/plaid/model/investments_transactions_get_request.py +++ b/plaid/model/investments_transactions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_transactions_get_request_options.py b/plaid/model/investments_transactions_get_request_options.py index bb2366dfd..b3f159dd8 100644 --- a/plaid/model/investments_transactions_get_request_options.py +++ b/plaid/model/investments_transactions_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_transactions_get_response.py b/plaid/model/investments_transactions_get_response.py index e8799edec..225aa0b0c 100644 --- a/plaid/model/investments_transactions_get_response.py +++ b/plaid/model/investments_transactions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_transactions_override.py b/plaid/model/investments_transactions_override.py index a6ded46bb..229f9c578 100644 --- a/plaid/model/investments_transactions_override.py +++ b/plaid/model/investments_transactions_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/iso_currency_code.py b/plaid/model/iso_currency_code.py index 79a435691..0b225682d 100644 --- a/plaid/model/iso_currency_code.py +++ b/plaid/model/iso_currency_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issue.py b/plaid/model/issue.py index 15851934c..4541ce74f 100644 --- a/plaid/model/issue.py +++ b/plaid/model/issue.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issue_resolved_webhook.py b/plaid/model/issue_resolved_webhook.py index 154ce1b31..8f68094aa 100644 --- a/plaid/model/issue_resolved_webhook.py +++ b/plaid/model/issue_resolved_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_get_request.py b/plaid/model/issues_get_request.py index cd74c1416..eadf553c4 100644 --- a/plaid/model/issues_get_request.py +++ b/plaid/model/issues_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_get_response.py b/plaid/model/issues_get_response.py index 3648ff20c..b9cee2f24 100644 --- a/plaid/model/issues_get_response.py +++ b/plaid/model/issues_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_search_request.py b/plaid/model/issues_search_request.py index b71c10da5..f81d534bc 100644 --- a/plaid/model/issues_search_request.py +++ b/plaid/model/issues_search_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_search_response.py b/plaid/model/issues_search_response.py index 1d51ffbc8..4733987c6 100644 --- a/plaid/model/issues_search_response.py +++ b/plaid/model/issues_search_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_status.py b/plaid/model/issues_status.py index f5b868ea1..b26aee95e 100644 --- a/plaid/model/issues_status.py +++ b/plaid/model/issues_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_subscribe_request.py b/plaid/model/issues_subscribe_request.py index 55f01ad3b..92df3f49d 100644 --- a/plaid/model/issues_subscribe_request.py +++ b/plaid/model/issues_subscribe_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_subscribe_response.py b/plaid/model/issues_subscribe_response.py index fd7f9c51e..2e95708ea 100644 --- a/plaid/model/issues_subscribe_response.py +++ b/plaid/model/issues_subscribe_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issuing_country.py b/plaid/model/issuing_country.py index ba64b275e..66e4f673f 100644 --- a/plaid/model/issuing_country.py +++ b/plaid/model/issuing_country.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item.py b/plaid/model/item.py index cd9af4381..5db8ef176 100644 --- a/plaid/model/item.py +++ b/plaid/model/item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_access_token_invalidate_request.py b/plaid/model/item_access_token_invalidate_request.py index bb32ca859..e00e80dba 100644 --- a/plaid/model/item_access_token_invalidate_request.py +++ b/plaid/model/item_access_token_invalidate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_access_token_invalidate_response.py b/plaid/model/item_access_token_invalidate_response.py index 3c9b5a5e4..e40c09070 100644 --- a/plaid/model/item_access_token_invalidate_response.py +++ b/plaid/model/item_access_token_invalidate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_activity_list_request.py b/plaid/model/item_activity_list_request.py index cbbbb620c..dee8b696d 100644 --- a/plaid/model/item_activity_list_request.py +++ b/plaid/model/item_activity_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_activity_list_response.py b/plaid/model/item_activity_list_response.py index d8e8b4541..39275d503 100644 --- a/plaid/model/item_activity_list_response.py +++ b/plaid/model/item_activity_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_add_result_webhook.py b/plaid/model/item_add_result_webhook.py index 6dbc6fbfc..a7948beb0 100644 --- a/plaid/model/item_add_result_webhook.py +++ b/plaid/model/item_add_result_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_list_request.py b/plaid/model/item_application_list_request.py index df705a02e..342e2a5f5 100644 --- a/plaid/model/item_application_list_request.py +++ b/plaid/model/item_application_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_list_response.py b/plaid/model/item_application_list_response.py index 4d465b00f..c2fe9c183 100644 --- a/plaid/model/item_application_list_response.py +++ b/plaid/model/item_application_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_list_user_auth.py b/plaid/model/item_application_list_user_auth.py index 0f63969e2..f2eb1783c 100644 --- a/plaid/model/item_application_list_user_auth.py +++ b/plaid/model/item_application_list_user_auth.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_scopes_update_request.py b/plaid/model/item_application_scopes_update_request.py index 670ae02fa..670885c85 100644 --- a/plaid/model/item_application_scopes_update_request.py +++ b/plaid/model/item_application_scopes_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_scopes_update_response.py b/plaid/model/item_application_scopes_update_response.py index 36e4497d6..2053da9c6 100644 --- a/plaid/model/item_application_scopes_update_response.py +++ b/plaid/model/item_application_scopes_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_unlink_request.py b/plaid/model/item_application_unlink_request.py index 583268121..4f0da79ac 100644 --- a/plaid/model/item_application_unlink_request.py +++ b/plaid/model/item_application_unlink_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_application_unlink_response.py b/plaid/model/item_application_unlink_response.py index 57ba7f4a0..76237f56b 100644 --- a/plaid/model/item_application_unlink_response.py +++ b/plaid/model/item_application_unlink_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_auth_method.py b/plaid/model/item_auth_method.py index 2fd9c2b46..7bd7a85ca 100644 --- a/plaid/model/item_auth_method.py +++ b/plaid/model/item_auth_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_consented_data_scope.py b/plaid/model/item_consented_data_scope.py index 2d800f362..4091cb208 100644 --- a/plaid/model/item_consented_data_scope.py +++ b/plaid/model/item_consented_data_scope.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_create_authentication.py b/plaid/model/item_create_authentication.py index 3a5f5fa07..d1fd0c467 100644 --- a/plaid/model/item_create_authentication.py +++ b/plaid/model/item_create_authentication.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_error_webhook.py b/plaid/model/item_error_webhook.py index c053a36b2..3f831f571 100644 --- a/plaid/model/item_error_webhook.py +++ b/plaid/model/item_error_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_get_request.py b/plaid/model/item_get_request.py index 525aa23cb..b430da8a9 100644 --- a/plaid/model/item_get_request.py +++ b/plaid/model/item_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_get_response.py b/plaid/model/item_get_response.py index 0451bf18a..c49b4c77c 100644 --- a/plaid/model/item_get_response.py +++ b/plaid/model/item_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_import_request.py b/plaid/model/item_import_request.py index 9a2f1aad5..7a5a36578 100644 --- a/plaid/model/item_import_request.py +++ b/plaid/model/item_import_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_import_request_options.py b/plaid/model/item_import_request_options.py index 7597a38e3..4bf52ea4f 100644 --- a/plaid/model/item_import_request_options.py +++ b/plaid/model/item_import_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_import_request_user_auth.py b/plaid/model/item_import_request_user_auth.py index 68b300b71..ab29761c5 100644 --- a/plaid/model/item_import_request_user_auth.py +++ b/plaid/model/item_import_request_user_auth.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_import_response.py b/plaid/model/item_import_response.py index e9ecdb618..a00836e69 100644 --- a/plaid/model/item_import_response.py +++ b/plaid/model/item_import_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_login_repaired_webhook.py b/plaid/model/item_login_repaired_webhook.py index 1cd866ccc..980562435 100644 --- a/plaid/model/item_login_repaired_webhook.py +++ b/plaid/model/item_login_repaired_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_product_ready_webhook.py b/plaid/model/item_product_ready_webhook.py index 37ebf9f7b..1023d7ec6 100644 --- a/plaid/model/item_product_ready_webhook.py +++ b/plaid/model/item_product_ready_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_public_token_create_request.py b/plaid/model/item_public_token_create_request.py index 3d178bb67..20a1c5eb9 100644 --- a/plaid/model/item_public_token_create_request.py +++ b/plaid/model/item_public_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_public_token_create_response.py b/plaid/model/item_public_token_create_response.py index 4b1453f88..3d9cc03b8 100644 --- a/plaid/model/item_public_token_create_response.py +++ b/plaid/model/item_public_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_public_token_exchange_request.py b/plaid/model/item_public_token_exchange_request.py index 91cbaa241..a343f89cd 100644 --- a/plaid/model/item_public_token_exchange_request.py +++ b/plaid/model/item_public_token_exchange_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_public_token_exchange_response.py b/plaid/model/item_public_token_exchange_response.py index 000c6f8b1..291bb02f5 100644 --- a/plaid/model/item_public_token_exchange_response.py +++ b/plaid/model/item_public_token_exchange_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_remove_reason_code.py b/plaid/model/item_remove_reason_code.py index 1f8ec5287..ba47eab3c 100644 --- a/plaid/model/item_remove_reason_code.py +++ b/plaid/model/item_remove_reason_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_remove_request.py b/plaid/model/item_remove_request.py index c6a125f3a..28aeb1d40 100644 --- a/plaid/model/item_remove_request.py +++ b/plaid/model/item_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_remove_response.py b/plaid/model/item_remove_response.py index daf00f1be..b9752399e 100644 --- a/plaid/model/item_remove_response.py +++ b/plaid/model/item_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status.py b/plaid/model/item_status.py index c78baf8c4..3c7ea2dd2 100644 --- a/plaid/model/item_status.py +++ b/plaid/model/item_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_investments.py b/plaid/model/item_status_investments.py index f2b9597da..9503cd67a 100644 --- a/plaid/model/item_status_investments.py +++ b/plaid/model/item_status_investments.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_last_webhook.py b/plaid/model/item_status_last_webhook.py index 8c3cf94f4..827edd3c0 100644 --- a/plaid/model/item_status_last_webhook.py +++ b/plaid/model/item_status_last_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_nullable.py b/plaid/model/item_status_nullable.py index 5e036135c..a2f263b86 100644 --- a/plaid/model/item_status_nullable.py +++ b/plaid/model/item_status_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_transactions.py b/plaid/model/item_status_transactions.py index 62f5c9bac..d337f1805 100644 --- a/plaid/model/item_status_transactions.py +++ b/plaid/model/item_status_transactions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_webhook_update_request.py b/plaid/model/item_webhook_update_request.py index 8c2f1d721..f2c224a3d 100644 --- a/plaid/model/item_webhook_update_request.py +++ b/plaid/model/item_webhook_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_webhook_update_response.py b/plaid/model/item_webhook_update_response.py index a69c467f8..17ef7bedf 100644 --- a/plaid/model/item_webhook_update_response.py +++ b/plaid/model/item_webhook_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_with_consent_fields.py b/plaid/model/item_with_consent_fields.py index 4ae5d0365..7ef665e86 100644 --- a/plaid/model/item_with_consent_fields.py +++ b/plaid/model/item_with_consent_fields.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_with_consent_fields_all_of.py b/plaid/model/item_with_consent_fields_all_of.py index f9b48e148..b571c23aa 100644 --- a/plaid/model/item_with_consent_fields_all_of.py +++ b/plaid/model/item_with_consent_fields_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/jwk_public_key.py b/plaid/model/jwk_public_key.py index 1cf5246b9..f65731b00 100644 --- a/plaid/model/jwk_public_key.py +++ b/plaid/model/jwk_public_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/jwt_header.py b/plaid/model/jwt_header.py index 0a7a204f0..ff5fb9c24 100644 --- a/plaid/model/jwt_header.py +++ b/plaid/model/jwt_header.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_address_summary.py b/plaid/model/kyc_check_address_summary.py index a6070eb34..be3a9ea3e 100644 --- a/plaid/model/kyc_check_address_summary.py +++ b/plaid/model/kyc_check_address_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_date_of_birth_summary.py b/plaid/model/kyc_check_date_of_birth_summary.py index cfd59db65..fbf64c9b3 100644 --- a/plaid/model/kyc_check_date_of_birth_summary.py +++ b/plaid/model/kyc_check_date_of_birth_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_details.py b/plaid/model/kyc_check_details.py index 67333e763..ca8febcf4 100644 --- a/plaid/model/kyc_check_details.py +++ b/plaid/model/kyc_check_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_details_international_address.py b/plaid/model/kyc_check_details_international_address.py index ed8f63c16..60b1a8e60 100644 --- a/plaid/model/kyc_check_details_international_address.py +++ b/plaid/model/kyc_check_details_international_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_id_number_summary.py b/plaid/model/kyc_check_id_number_summary.py index b2e7539d0..e1ce9adb0 100644 --- a/plaid/model/kyc_check_id_number_summary.py +++ b/plaid/model/kyc_check_id_number_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_name_summary.py b/plaid/model/kyc_check_name_summary.py index aea8bc31e..533a9f69f 100644 --- a/plaid/model/kyc_check_name_summary.py +++ b/plaid/model/kyc_check_name_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_phone_summary.py b/plaid/model/kyc_check_phone_summary.py index 536ab77cd..627f16c59 100644 --- a/plaid/model/kyc_check_phone_summary.py +++ b/plaid/model/kyc_check_phone_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/last_data_access_times.py b/plaid/model/last_data_access_times.py index 885305f65..8d40d9b86 100644 --- a/plaid/model/last_data_access_times.py +++ b/plaid/model/last_data_access_times.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/latest_scored_event.py b/plaid/model/latest_scored_event.py index c164c96a2..dac5e96b5 100644 --- a/plaid/model/latest_scored_event.py +++ b/plaid/model/latest_scored_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/layer_authentication_passed_webhook.py b/plaid/model/layer_authentication_passed_webhook.py index b114d08fc..29ebbbf88 100644 --- a/plaid/model/layer_authentication_passed_webhook.py +++ b/plaid/model/layer_authentication_passed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ledger_deposit_idempotency_key.py b/plaid/model/ledger_deposit_idempotency_key.py index 3f932ff94..8dba52bf9 100644 --- a/plaid/model/ledger_deposit_idempotency_key.py +++ b/plaid/model/ledger_deposit_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ledger_distribute_idempotency_key.py b/plaid/model/ledger_distribute_idempotency_key.py index 1ff0f3064..c92d1deba 100644 --- a/plaid/model/ledger_distribute_idempotency_key.py +++ b/plaid/model/ledger_distribute_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ledger_event_source_type.py b/plaid/model/ledger_event_source_type.py index fa8efd665..318570fc9 100644 --- a/plaid/model/ledger_event_source_type.py +++ b/plaid/model/ledger_event_source_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ledger_withdraw_idempotency_key.py b/plaid/model/ledger_withdraw_idempotency_key.py index 690038e8d..48b86ad61 100644 --- a/plaid/model/ledger_withdraw_idempotency_key.py +++ b/plaid/model/ledger_withdraw_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/lend_score.py b/plaid/model/lend_score.py index cc7c70dd9..d9075b2b1 100644 --- a/plaid/model/lend_score.py +++ b/plaid/model/lend_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_account_ids_with_updated_liabilities.py b/plaid/model/liabilities_account_ids_with_updated_liabilities.py index 70622a637..eabae1eee 100644 --- a/plaid/model/liabilities_account_ids_with_updated_liabilities.py +++ b/plaid/model/liabilities_account_ids_with_updated_liabilities.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_default_update_webhook.py b/plaid/model/liabilities_default_update_webhook.py index 579d48356..6545632e3 100644 --- a/plaid/model/liabilities_default_update_webhook.py +++ b/plaid/model/liabilities_default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_get_request.py b/plaid/model/liabilities_get_request.py index 38afb6554..c97690c86 100644 --- a/plaid/model/liabilities_get_request.py +++ b/plaid/model/liabilities_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_get_request_options.py b/plaid/model/liabilities_get_request_options.py index cee5fd57b..a9d6ff6dc 100644 --- a/plaid/model/liabilities_get_request_options.py +++ b/plaid/model/liabilities_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_get_response.py b/plaid/model/liabilities_get_response.py index a3748319e..6e6875784 100644 --- a/plaid/model/liabilities_get_response.py +++ b/plaid/model/liabilities_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_object.py b/plaid/model/liabilities_object.py index e3182dbf9..fa3065b78 100644 --- a/plaid/model/liabilities_object.py +++ b/plaid/model/liabilities_object.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liability_override.py b/plaid/model/liability_override.py index 54e075ce5..1baddbdf7 100644 --- a/plaid/model/liability_override.py +++ b/plaid/model/liability_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_callback_metadata.py b/plaid/model/link_callback_metadata.py index 68ad01433..3f9b6672e 100644 --- a/plaid/model/link_callback_metadata.py +++ b/plaid/model/link_callback_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_account.py b/plaid/model/link_delivery_account.py index b82a8dbbc..70ccaa934 100644 --- a/plaid/model/link_delivery_account.py +++ b/plaid/model/link_delivery_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_callback_webhook.py b/plaid/model/link_delivery_callback_webhook.py index 1b63f7920..e4700f383 100644 --- a/plaid/model/link_delivery_callback_webhook.py +++ b/plaid/model/link_delivery_callback_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_communication_method.py b/plaid/model/link_delivery_communication_method.py index c82888cdf..141e633a4 100644 --- a/plaid/model/link_delivery_communication_method.py +++ b/plaid/model/link_delivery_communication_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_create_request.py b/plaid/model/link_delivery_create_request.py index 1914f7a09..ab4e51e2e 100644 --- a/plaid/model/link_delivery_create_request.py +++ b/plaid/model/link_delivery_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_create_response.py b/plaid/model/link_delivery_create_response.py index 7fea19e38..409956541 100644 --- a/plaid/model/link_delivery_create_response.py +++ b/plaid/model/link_delivery_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_delivery_method.py b/plaid/model/link_delivery_delivery_method.py index 9e12b19f3..67016fa09 100644 --- a/plaid/model/link_delivery_delivery_method.py +++ b/plaid/model/link_delivery_delivery_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_get_request.py b/plaid/model/link_delivery_get_request.py index 5d0abb844..60780f519 100644 --- a/plaid/model/link_delivery_get_request.py +++ b/plaid/model/link_delivery_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_get_response.py b/plaid/model/link_delivery_get_response.py index 421849827..6eaf27f51 100644 --- a/plaid/model/link_delivery_get_response.py +++ b/plaid/model/link_delivery_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_institution.py b/plaid/model/link_delivery_institution.py index f9545a747..9b9c275f1 100644 --- a/plaid/model/link_delivery_institution.py +++ b/plaid/model/link_delivery_institution.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_metadata.py b/plaid/model/link_delivery_metadata.py index ffa696148..0414686e7 100644 --- a/plaid/model/link_delivery_metadata.py +++ b/plaid/model/link_delivery_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_options.py b/plaid/model/link_delivery_options.py index 1bdd9487d..b25d3fa48 100644 --- a/plaid/model/link_delivery_options.py +++ b/plaid/model/link_delivery_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_recipient.py b/plaid/model/link_delivery_recipient.py index 4c7723df6..a503eb4cb 100644 --- a/plaid/model/link_delivery_recipient.py +++ b/plaid/model/link_delivery_recipient.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_session_status.py b/plaid/model/link_delivery_session_status.py index 77a50a55c..9a4e81053 100644 --- a/plaid/model/link_delivery_session_status.py +++ b/plaid/model/link_delivery_session_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_verification_status.py b/plaid/model/link_delivery_verification_status.py index 9b8bbb42a..e238fd677 100644 --- a/plaid/model/link_delivery_verification_status.py +++ b/plaid/model/link_delivery_verification_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_webhook_callback_type.py b/plaid/model/link_delivery_webhook_callback_type.py index ffa3f24c5..391eb8688 100644 --- a/plaid/model/link_delivery_webhook_callback_type.py +++ b/plaid/model/link_delivery_webhook_callback_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_webhook_communication_method.py b/plaid/model/link_delivery_webhook_communication_method.py index ae139a7a9..8d90d7c9e 100644 --- a/plaid/model/link_delivery_webhook_communication_method.py +++ b/plaid/model/link_delivery_webhook_communication_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_webhook_delivery_status.py b/plaid/model/link_delivery_webhook_delivery_status.py index 2ef5de656..1cdd59413 100644 --- a/plaid/model/link_delivery_webhook_delivery_status.py +++ b/plaid/model/link_delivery_webhook_delivery_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_event.py b/plaid/model/link_event.py index 66175740b..13f7334d0 100644 --- a/plaid/model/link_event.py +++ b/plaid/model/link_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_event_metadata.py b/plaid/model/link_event_metadata.py index 47864510d..15f22b918 100644 --- a/plaid/model/link_event_metadata.py +++ b/plaid/model/link_event_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_event_name.py b/plaid/model/link_event_name.py index 3b36a084a..9b34f0206 100644 --- a/plaid/model/link_event_name.py +++ b/plaid/model/link_event_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_events_webhook.py b/plaid/model/link_events_webhook.py index 354bb2bf0..cf6185b24 100644 --- a/plaid/model/link_events_webhook.py +++ b/plaid/model/link_events_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_o_auth_correlation_id_exchange_request.py b/plaid/model/link_o_auth_correlation_id_exchange_request.py index 5e54d2985..56531893c 100644 --- a/plaid/model/link_o_auth_correlation_id_exchange_request.py +++ b/plaid/model/link_o_auth_correlation_id_exchange_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_o_auth_correlation_id_exchange_response.py b/plaid/model/link_o_auth_correlation_id_exchange_response.py index 92ad12699..ac3163051 100644 --- a/plaid/model/link_o_auth_correlation_id_exchange_response.py +++ b/plaid/model/link_o_auth_correlation_id_exchange_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_bank_employment_result.py b/plaid/model/link_session_bank_employment_result.py index 7242fa376..580f02f8d 100644 --- a/plaid/model/link_session_bank_employment_result.py +++ b/plaid/model/link_session_bank_employment_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_bank_income_result.py b/plaid/model/link_session_bank_income_result.py index af94fadba..fdcc36a45 100644 --- a/plaid/model/link_session_bank_income_result.py +++ b/plaid/model/link_session_bank_income_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_cra_document_upload_result.py b/plaid/model/link_session_cra_document_upload_result.py index cb10b9e18..2fc32a5a7 100644 --- a/plaid/model/link_session_cra_document_upload_result.py +++ b/plaid/model/link_session_cra_document_upload_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_cra_item_add_result.py b/plaid/model/link_session_cra_item_add_result.py index db42aa5df..4996069d8 100644 --- a/plaid/model/link_session_cra_item_add_result.py +++ b/plaid/model/link_session_cra_item_add_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_cra_update_result.py b/plaid/model/link_session_cra_update_result.py index 21ffab68c..d568c33f3 100644 --- a/plaid/model/link_session_cra_update_result.py +++ b/plaid/model/link_session_cra_update_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_exit.py b/plaid/model/link_session_exit.py index 73c3b62e4..a5bf3e49c 100644 --- a/plaid/model/link_session_exit.py +++ b/plaid/model/link_session_exit.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_exit_deprecated.py b/plaid/model/link_session_exit_deprecated.py index f67ffba84..a2e6d456c 100644 --- a/plaid/model/link_session_exit_deprecated.py +++ b/plaid/model/link_session_exit_deprecated.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_exit_metadata.py b/plaid/model/link_session_exit_metadata.py index 3cdd0b088..b59567602 100644 --- a/plaid/model/link_session_exit_metadata.py +++ b/plaid/model/link_session_exit_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_exit_metadata_institution.py b/plaid/model/link_session_exit_metadata_institution.py index 42c39e80e..ac101fb16 100644 --- a/plaid/model/link_session_exit_metadata_institution.py +++ b/plaid/model/link_session_exit_metadata_institution.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_finished_webhook.py b/plaid/model/link_session_finished_webhook.py index 5896cb858..fed580a03 100644 --- a/plaid/model/link_session_finished_webhook.py +++ b/plaid/model/link_session_finished_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_item_add_result.py b/plaid/model/link_session_item_add_result.py index 836743790..9f4727126 100644 --- a/plaid/model/link_session_item_add_result.py +++ b/plaid/model/link_session_item_add_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_payroll_income_result.py b/plaid/model/link_session_payroll_income_result.py index ac1cd8480..76a93f198 100644 --- a/plaid/model/link_session_payroll_income_result.py +++ b/plaid/model/link_session_payroll_income_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_protect_result.py b/plaid/model/link_session_protect_result.py index 7dd9bfb4d..a7e590105 100644 --- a/plaid/model/link_session_protect_result.py +++ b/plaid/model/link_session_protect_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_protect_result_fraud_attributes.py b/plaid/model/link_session_protect_result_fraud_attributes.py index a00a8576f..f06b624ce 100644 --- a/plaid/model/link_session_protect_result_fraud_attributes.py +++ b/plaid/model/link_session_protect_result_fraud_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_results.py b/plaid/model/link_session_results.py index 8d9d2a61c..c9f22d31e 100644 --- a/plaid/model/link_session_results.py +++ b/plaid/model/link_session_results.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_success.py b/plaid/model/link_session_success.py index bffca7af8..8c2a4c4b0 100644 --- a/plaid/model/link_session_success.py +++ b/plaid/model/link_session_success.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_success_metadata.py b/plaid/model/link_session_success_metadata.py index 6b06cdacb..90f9cb504 100644 --- a/plaid/model/link_session_success_metadata.py +++ b/plaid/model/link_session_success_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_success_metadata_account.py b/plaid/model/link_session_success_metadata_account.py index 2cb55cd59..804e13017 100644 --- a/plaid/model/link_session_success_metadata_account.py +++ b/plaid/model/link_session_success_metadata_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_success_metadata_institution.py b/plaid/model/link_session_success_metadata_institution.py index 5115b896c..eff9f671a 100644 --- a/plaid/model/link_session_success_metadata_institution.py +++ b/plaid/model/link_session_success_metadata_institution.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_success_metadata_transfer_status.py b/plaid/model/link_session_success_metadata_transfer_status.py index c730dff68..857086f8e 100644 --- a/plaid/model/link_session_success_metadata_transfer_status.py +++ b/plaid/model/link_session_success_metadata_transfer_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_account_filters.py b/plaid/model/link_token_account_filters.py index 7f040f07f..2fb57e182 100644 --- a/plaid/model/link_token_account_filters.py +++ b/plaid/model/link_token_account_filters.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_cashflow_report.py b/plaid/model/link_token_cashflow_report.py index 03dd5cf03..f64fe4cd0 100644 --- a/plaid/model/link_token_cashflow_report.py +++ b/plaid/model/link_token_cashflow_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_card_switch.py b/plaid/model/link_token_create_card_switch.py index 0f0a34c2e..cfe852663 100644 --- a/plaid/model/link_token_create_card_switch.py +++ b/plaid/model/link_token_create_card_switch.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_credit_filter.py b/plaid/model/link_token_create_credit_filter.py index 9de390156..e2d0c92e3 100644 --- a/plaid/model/link_token_create_credit_filter.py +++ b/plaid/model/link_token_create_credit_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_depository_filter.py b/plaid/model/link_token_create_depository_filter.py index 426f591b4..229ab41b3 100644 --- a/plaid/model/link_token_create_depository_filter.py +++ b/plaid/model/link_token_create_depository_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_hosted_link.py b/plaid/model/link_token_create_hosted_link.py index c0ad4e747..1cbf30218 100644 --- a/plaid/model/link_token_create_hosted_link.py +++ b/plaid/model/link_token_create_hosted_link.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_identity.py b/plaid/model/link_token_create_identity.py index 29170a64b..dca1fe384 100644 --- a/plaid/model/link_token_create_identity.py +++ b/plaid/model/link_token_create_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_institution_data.py b/plaid/model/link_token_create_institution_data.py index 6eb678892..dc8731392 100644 --- a/plaid/model/link_token_create_institution_data.py +++ b/plaid/model/link_token_create_institution_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_investment_filter.py b/plaid/model/link_token_create_investment_filter.py index 256fef836..720b818b3 100644 --- a/plaid/model/link_token_create_investment_filter.py +++ b/plaid/model/link_token_create_investment_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_loan_filter.py b/plaid/model/link_token_create_loan_filter.py index bb9b8fb5d..e9942271c 100644 --- a/plaid/model/link_token_create_loan_filter.py +++ b/plaid/model/link_token_create_loan_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request.py b/plaid/model/link_token_create_request.py index 0c6dae7f9..1cbff79ca 100644 --- a/plaid/model/link_token_create_request.py +++ b/plaid/model/link_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,6 +30,7 @@ def lazy_import(): + from plaid.model.consumer_report_permissible_purpose import ConsumerReportPermissiblePurpose from plaid.model.country_code import CountryCode from plaid.model.link_token_account_filters import LinkTokenAccountFilters from plaid.model.link_token_cashflow_report import LinkTokenCashflowReport @@ -56,6 +57,7 @@ def lazy_import(): from plaid.model.link_token_investments_auth import LinkTokenInvestmentsAuth from plaid.model.link_token_transactions import LinkTokenTransactions from plaid.model.products import Products + globals()['ConsumerReportPermissiblePurpose'] = ConsumerReportPermissiblePurpose globals()['CountryCode'] = CountryCode globals()['LinkTokenAccountFilters'] = LinkTokenAccountFilters globals()['LinkTokenCashflowReport'] = LinkTokenCashflowReport @@ -179,7 +181,7 @@ def openapi_types(): 'base_report': (LinkTokenCreateRequestBaseReport,), # noqa: E501 'credit_partner_insights': (LinkTokenCreateRequestCreditPartnerInsights,), # noqa: E501 'cra_options': (LinkTokenCreateRequestCraOptions,), # noqa: E501 - 'consumer_report_permissible_purpose': (bool, date, datetime, dict, float, int, list, str, none_type,), # noqa: E501 + 'consumer_report_permissible_purpose': (ConsumerReportPermissiblePurpose,), # noqa: E501 'auth': (LinkTokenCreateRequestAuth,), # noqa: E501 'transfer': (LinkTokenCreateRequestTransfer,), # noqa: E501 'update': (LinkTokenCreateRequestUpdate,), # noqa: E501 @@ -266,7 +268,7 @@ def _from_openapi_data(cls, client_name, language, country_codes, *args, **kwarg Args: client_name (str): The name of your application, as it should be displayed in Link. Maximum length of 30 characters. If a value longer than 30 characters is provided, Link will display \"This Application\" instead. language (str): The language that Link should be displayed in. When initializing with Identity Verification, this field is not used; for more details, see [Identity Verification supported languages](https://plaid.com/docs/identity-verification/#supported-languages). Supported languages are: - Danish (`'da'`) - Dutch (`'nl'`) - English (`'en'`) - Estonian (`'et'`) - French (`'fr'`) - German (`'de'`) - Hindi (`'hi'`) - Italian (`'it'`) - Latvian (`'lv'`) - Lithuanian (`'lt'`) - Norwegian (`'no'`) - Polish (`'pl'`) - Portuguese (`'pt'`) - Romanian (`'ro'`) - Spanish (`'es'`) - Swedish (`'sv'`) - Vietnamese (`'vi'`) When using a Link customization, the language configured here must match the setting in the customization, or the customization will not be applied. - country_codes ([CountryCode]): Specify an array of Plaid-supported country codes using the ISO-3166-1 alpha-2 country code standard. Institutions from all listed countries will be shown. For a complete mapping of supported products by country, see https://plaid.com/global/. By default, access is granted to US and CA. For Production or Limited Production access to other countries, [contact Sales](https://plaid.com/contact/) or your account manager. If using Identity Verification, `country_codes` should be set to the country where your company is based, not the country where your user is located. For all other products, `country_codes` represents the location of your user's financial institution. If Link is launched with multiple country codes, only products that you are enabled for in all countries will be used by Link. While all countries are enabled by default in Sandbox, in Production only the countries you have requested access for are shown. To request access to additional countries, [file a product access Support ticket](https://dashboard.plaid.com/support/new/product-and-development/product-troubleshooting/request-product-access) via the Plaid dashboard. If using a Link customization, make sure the country codes in the customization match those specified in `country_codes`, or the customization may not be applied. If using the Auth features Instant Match, Instant Micro-deposits, Same-day Micro-deposits, Automated Micro-deposits, or Database Auth, `country_codes` must be set to `['US']`. + country_codes ([CountryCode]): Specify an array of Plaid-supported country codes using the ISO-3166-1 alpha-2 country code standard. Institutions from all listed countries will be shown. For a complete mapping of supported products by country, see https://plaid.com/global/. For access to additional countries beyond what you have been approved for, [contact Sales](https://plaid.com/contact/), your account manager, or support. If using Identity Verification, `country_codes` should be set to the country where your company is based, not the country where your user is located. For all other products, `country_codes` represents the location of your user's financial institution. If Link is launched with multiple country codes, only products that you are enabled for in all countries will be used by Link. While all countries are enabled by default in Sandbox, in Production only the countries you have requested access for are shown. To request access to additional countries, [file a product access Support ticket](https://dashboard.plaid.com/support/new/product-and-development/product-troubleshooting/request-product-access) via the Plaid dashboard. If using a Link customization, make sure the country codes in the customization match those specified in `country_codes`, or the customization may not be applied. If using the Auth features Instant Match, Instant Micro-deposits, Same-day Micro-deposits, Automated Micro-deposits, or Database Auth, `country_codes` must be set to `['US']`. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -326,7 +328,7 @@ def _from_openapi_data(cls, client_name, language, country_codes, *args, **kwarg base_report (LinkTokenCreateRequestBaseReport): [optional] # noqa: E501 credit_partner_insights (LinkTokenCreateRequestCreditPartnerInsights): [optional] # noqa: E501 cra_options (LinkTokenCreateRequestCraOptions): [optional] # noqa: E501 - consumer_report_permissible_purpose (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 + consumer_report_permissible_purpose (ConsumerReportPermissiblePurpose): [optional] # noqa: E501 auth (LinkTokenCreateRequestAuth): [optional] # noqa: E501 transfer (LinkTokenCreateRequestTransfer): [optional] # noqa: E501 update (LinkTokenCreateRequestUpdate): [optional] # noqa: E501 @@ -403,7 +405,7 @@ def __init__(self, client_name, language, country_codes, *args, **kwargs): # no Args: client_name (str): The name of your application, as it should be displayed in Link. Maximum length of 30 characters. If a value longer than 30 characters is provided, Link will display \"This Application\" instead. language (str): The language that Link should be displayed in. When initializing with Identity Verification, this field is not used; for more details, see [Identity Verification supported languages](https://plaid.com/docs/identity-verification/#supported-languages). Supported languages are: - Danish (`'da'`) - Dutch (`'nl'`) - English (`'en'`) - Estonian (`'et'`) - French (`'fr'`) - German (`'de'`) - Hindi (`'hi'`) - Italian (`'it'`) - Latvian (`'lv'`) - Lithuanian (`'lt'`) - Norwegian (`'no'`) - Polish (`'pl'`) - Portuguese (`'pt'`) - Romanian (`'ro'`) - Spanish (`'es'`) - Swedish (`'sv'`) - Vietnamese (`'vi'`) When using a Link customization, the language configured here must match the setting in the customization, or the customization will not be applied. - country_codes ([CountryCode]): Specify an array of Plaid-supported country codes using the ISO-3166-1 alpha-2 country code standard. Institutions from all listed countries will be shown. For a complete mapping of supported products by country, see https://plaid.com/global/. By default, access is granted to US and CA. For Production or Limited Production access to other countries, [contact Sales](https://plaid.com/contact/) or your account manager. If using Identity Verification, `country_codes` should be set to the country where your company is based, not the country where your user is located. For all other products, `country_codes` represents the location of your user's financial institution. If Link is launched with multiple country codes, only products that you are enabled for in all countries will be used by Link. While all countries are enabled by default in Sandbox, in Production only the countries you have requested access for are shown. To request access to additional countries, [file a product access Support ticket](https://dashboard.plaid.com/support/new/product-and-development/product-troubleshooting/request-product-access) via the Plaid dashboard. If using a Link customization, make sure the country codes in the customization match those specified in `country_codes`, or the customization may not be applied. If using the Auth features Instant Match, Instant Micro-deposits, Same-day Micro-deposits, Automated Micro-deposits, or Database Auth, `country_codes` must be set to `['US']`. + country_codes ([CountryCode]): Specify an array of Plaid-supported country codes using the ISO-3166-1 alpha-2 country code standard. Institutions from all listed countries will be shown. For a complete mapping of supported products by country, see https://plaid.com/global/. For access to additional countries beyond what you have been approved for, [contact Sales](https://plaid.com/contact/), your account manager, or support. If using Identity Verification, `country_codes` should be set to the country where your company is based, not the country where your user is located. For all other products, `country_codes` represents the location of your user's financial institution. If Link is launched with multiple country codes, only products that you are enabled for in all countries will be used by Link. While all countries are enabled by default in Sandbox, in Production only the countries you have requested access for are shown. To request access to additional countries, [file a product access Support ticket](https://dashboard.plaid.com/support/new/product-and-development/product-troubleshooting/request-product-access) via the Plaid dashboard. If using a Link customization, make sure the country codes in the customization match those specified in `country_codes`, or the customization may not be applied. If using the Auth features Instant Match, Instant Micro-deposits, Same-day Micro-deposits, Automated Micro-deposits, or Database Auth, `country_codes` must be set to `['US']`. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -463,7 +465,7 @@ def __init__(self, client_name, language, country_codes, *args, **kwargs): # no base_report (LinkTokenCreateRequestBaseReport): [optional] # noqa: E501 credit_partner_insights (LinkTokenCreateRequestCreditPartnerInsights): [optional] # noqa: E501 cra_options (LinkTokenCreateRequestCraOptions): [optional] # noqa: E501 - consumer_report_permissible_purpose (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 + consumer_report_permissible_purpose (ConsumerReportPermissiblePurpose): [optional] # noqa: E501 auth (LinkTokenCreateRequestAuth): [optional] # noqa: E501 transfer (LinkTokenCreateRequestTransfer): [optional] # noqa: E501 update (LinkTokenCreateRequestUpdate): [optional] # noqa: E501 diff --git a/plaid/model/link_token_create_request_account_subtypes.py b/plaid/model/link_token_create_request_account_subtypes.py index ce616b240..8bb98a3a2 100644 --- a/plaid/model/link_token_create_request_account_subtypes.py +++ b/plaid/model/link_token_create_request_account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_appearance_mode.py b/plaid/model/link_token_create_request_appearance_mode.py index a6d3f6958..0252bf0d8 100644 --- a/plaid/model/link_token_create_request_appearance_mode.py +++ b/plaid/model/link_token_create_request_appearance_mode.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_auth.py b/plaid/model/link_token_create_request_auth.py index c165827db..de578e55e 100644 --- a/plaid/model/link_token_create_request_auth.py +++ b/plaid/model/link_token_create_request_auth.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_base_report.py b/plaid/model/link_token_create_request_base_report.py index c16079056..eafb76a3e 100644 --- a/plaid/model/link_token_create_request_base_report.py +++ b/plaid/model/link_token_create_request_base_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options.py b/plaid/model/link_token_create_request_cra_options.py index 11bd96a9f..9f8e45cea 100644 --- a/plaid/model/link_token_create_request_cra_options.py +++ b/plaid/model/link_token_create_request_cra_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options_base_report.py b/plaid/model/link_token_create_request_cra_options_base_report.py index 598b3771a..e8f769a9c 100644 --- a/plaid/model/link_token_create_request_cra_options_base_report.py +++ b/plaid/model/link_token_create_request_cra_options_base_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options_base_report_gse_options.py b/plaid/model/link_token_create_request_cra_options_base_report_gse_options.py index e6b3402c7..2776d202c 100644 --- a/plaid/model/link_token_create_request_cra_options_base_report_gse_options.py +++ b/plaid/model/link_token_create_request_cra_options_base_report_gse_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options_cashflow_insights.py b/plaid/model/link_token_create_request_cra_options_cashflow_insights.py index 4b6aae837..8e6299728 100644 --- a/plaid/model/link_token_create_request_cra_options_cashflow_insights.py +++ b/plaid/model/link_token_create_request_cra_options_cashflow_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options_lend_score.py b/plaid/model/link_token_create_request_cra_options_lend_score.py index 0d3ea0c93..1fcc74cb6 100644 --- a/plaid/model/link_token_create_request_cra_options_lend_score.py +++ b/plaid/model/link_token_create_request_cra_options_lend_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options_network_insights.py b/plaid/model/link_token_create_request_cra_options_network_insights.py index 47251276e..7920e117a 100644 --- a/plaid/model/link_token_create_request_cra_options_network_insights.py +++ b/plaid/model/link_token_create_request_cra_options_network_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_cra_options_partner_insights.py b/plaid/model/link_token_create_request_cra_options_partner_insights.py index b51f0e4cb..6f3c450c4 100644 --- a/plaid/model/link_token_create_request_cra_options_partner_insights.py +++ b/plaid/model/link_token_create_request_cra_options_partner_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -30,8 +30,10 @@ def lazy_import(): + from plaid.model.cra_partner_insights_fico_input import CraPartnerInsightsFicoInput from plaid.model.prism_product import PrismProduct from plaid.model.prism_versions import PrismVersions + globals()['CraPartnerInsightsFicoInput'] = CraPartnerInsightsFicoInput globals()['PrismProduct'] = PrismProduct globals()['PrismVersions'] = PrismVersions @@ -91,6 +93,7 @@ def openapi_types(): return { 'prism_products': ([PrismProduct],), # noqa: E501 'prism_versions': (PrismVersions,), # noqa: E501 + 'fico': (CraPartnerInsightsFicoInput,), # noqa: E501 } @cached_property @@ -101,6 +104,7 @@ def discriminator(): attribute_map = { 'prism_products': 'prism_products', # noqa: E501 'prism_versions': 'prism_versions', # noqa: E501 + 'fico': 'fico', # noqa: E501 } read_only_vars = { @@ -146,6 +150,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) prism_products ([PrismProduct]): The specific Prism products to return. If none are passed in, then all products will be returned.. [optional] # noqa: E501 prism_versions (PrismVersions): [optional] # noqa: E501 + fico (CraPartnerInsightsFicoInput): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -233,6 +238,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) prism_products ([PrismProduct]): The specific Prism products to return. If none are passed in, then all products will be returned.. [optional] # noqa: E501 prism_versions (PrismVersions): [optional] # noqa: E501 + fico (CraPartnerInsightsFicoInput): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/link_token_create_request_credit_partner_insights.py b/plaid/model/link_token_create_request_credit_partner_insights.py index 492a6f545..ff7c9d6ef 100644 --- a/plaid/model/link_token_create_request_credit_partner_insights.py +++ b/plaid/model/link_token_create_request_credit_partner_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_deposit_switch.py b/plaid/model/link_token_create_request_deposit_switch.py index 681646ff6..aca7ee7ee 100644 --- a/plaid/model/link_token_create_request_deposit_switch.py +++ b/plaid/model/link_token_create_request_deposit_switch.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_employment.py b/plaid/model/link_token_create_request_employment.py index 0ee71d88c..c3c8a7e46 100644 --- a/plaid/model/link_token_create_request_employment.py +++ b/plaid/model/link_token_create_request_employment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_employment_bank_income.py b/plaid/model/link_token_create_request_employment_bank_income.py index 1fac41146..24e03ef04 100644 --- a/plaid/model/link_token_create_request_employment_bank_income.py +++ b/plaid/model/link_token_create_request_employment_bank_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_identity_verification.py b/plaid/model/link_token_create_request_identity_verification.py index ddc319944..8c5f2ab55 100644 --- a/plaid/model/link_token_create_request_identity_verification.py +++ b/plaid/model/link_token_create_request_identity_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_income_verification.py b/plaid/model/link_token_create_request_income_verification.py index d65b6db6a..e631c09b1 100644 --- a/plaid/model/link_token_create_request_income_verification.py +++ b/plaid/model/link_token_create_request_income_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_income_verification_bank_income.py b/plaid/model/link_token_create_request_income_verification_bank_income.py index b68b17045..211c29181 100644 --- a/plaid/model/link_token_create_request_income_verification_bank_income.py +++ b/plaid/model/link_token_create_request_income_verification_bank_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_income_verification_payroll_income.py b/plaid/model/link_token_create_request_income_verification_payroll_income.py index 83ec42259..b05be7948 100644 --- a/plaid/model/link_token_create_request_income_verification_payroll_income.py +++ b/plaid/model/link_token_create_request_income_verification_payroll_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_payment_configuration.py b/plaid/model/link_token_create_request_payment_configuration.py index 29d03e783..e61baecab 100644 --- a/plaid/model/link_token_create_request_payment_configuration.py +++ b/plaid/model/link_token_create_request_payment_configuration.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_payment_initiation.py b/plaid/model/link_token_create_request_payment_initiation.py index 33cebac2d..f1a21b56e 100644 --- a/plaid/model/link_token_create_request_payment_initiation.py +++ b/plaid/model/link_token_create_request_payment_initiation.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_statements.py b/plaid/model/link_token_create_request_statements.py index 3e4c38834..3d0f4fcf7 100644 --- a/plaid/model/link_token_create_request_statements.py +++ b/plaid/model/link_token_create_request_statements.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_transfer.py b/plaid/model/link_token_create_request_transfer.py index 11fc7385b..8f0ab49f7 100644 --- a/plaid/model/link_token_create_request_transfer.py +++ b/plaid/model/link_token_create_request_transfer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_update.py b/plaid/model/link_token_create_request_update.py index 9e33f44e8..2bfd4fd58 100644 --- a/plaid/model/link_token_create_request_update.py +++ b/plaid/model/link_token_create_request_update.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_user.py b/plaid/model/link_token_create_request_user.py index 4185829b2..6d9c88098 100644 --- a/plaid/model/link_token_create_request_user.py +++ b/plaid/model/link_token_create_request_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_user_address.py b/plaid/model/link_token_create_request_user_address.py index f6092c646..c08b9ee84 100644 --- a/plaid/model/link_token_create_request_user_address.py +++ b/plaid/model/link_token_create_request_user_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_user_id_number.py b/plaid/model/link_token_create_request_user_id_number.py index d56a5bf36..4a27f084e 100644 --- a/plaid/model/link_token_create_request_user_id_number.py +++ b/plaid/model/link_token_create_request_user_id_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_user_name.py b/plaid/model/link_token_create_request_user_name.py index 7d477fd9b..b1e019ecb 100644 --- a/plaid/model/link_token_create_request_user_name.py +++ b/plaid/model/link_token_create_request_user_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_request_user_stated_income_source.py b/plaid/model/link_token_create_request_user_stated_income_source.py index 93492e830..4f5f2936f 100644 --- a/plaid/model/link_token_create_request_user_stated_income_source.py +++ b/plaid/model/link_token_create_request_user_stated_income_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_create_response.py b/plaid/model/link_token_create_response.py index 741bfa811..dd552f734 100644 --- a/plaid/model/link_token_create_response.py +++ b/plaid/model/link_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_eu_config.py b/plaid/model/link_token_eu_config.py index b61a4a0c0..fd1254b26 100644 --- a/plaid/model/link_token_eu_config.py +++ b/plaid/model/link_token_eu_config.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_get_metadata_response.py b/plaid/model/link_token_get_metadata_response.py index c7dfa1ff4..2c61c1a2a 100644 --- a/plaid/model/link_token_get_metadata_response.py +++ b/plaid/model/link_token_get_metadata_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_get_request.py b/plaid/model/link_token_get_request.py index 5f9238a7d..539131c7a 100644 --- a/plaid/model/link_token_get_request.py +++ b/plaid/model/link_token_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_get_response.py b/plaid/model/link_token_get_response.py index f25f57cfb..e64e2ac3c 100644 --- a/plaid/model/link_token_get_response.py +++ b/plaid/model/link_token_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_get_sessions_response.py b/plaid/model/link_token_get_sessions_response.py index d58a41dbd..24ffafd79 100644 --- a/plaid/model/link_token_get_sessions_response.py +++ b/plaid/model/link_token_get_sessions_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_investments.py b/plaid/model/link_token_investments.py index 4edf9fa94..5d912508f 100644 --- a/plaid/model/link_token_investments.py +++ b/plaid/model/link_token_investments.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_investments_auth.py b/plaid/model/link_token_investments_auth.py index cda8bb685..40d5a595e 100644 --- a/plaid/model/link_token_investments_auth.py +++ b/plaid/model/link_token_investments_auth.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_transactions.py b/plaid/model/link_token_transactions.py index ec6245d56..1572e6218 100644 --- a/plaid/model/link_token_transactions.py +++ b/plaid/model/link_token_transactions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_user_delivery_status_webhook.py b/plaid/model/link_user_delivery_status_webhook.py index 47dda93ab..3d1bd25d8 100644 --- a/plaid/model/link_user_delivery_status_webhook.py +++ b/plaid/model/link_user_delivery_status_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan.py b/plaid/model/loan.py index 282fec3f9..fd7724770 100644 --- a/plaid/model/loan.py +++ b/plaid/model/loan.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_account_subtype.py b/plaid/model/loan_account_subtype.py index 581c1bc88..72671b74e 100644 --- a/plaid/model/loan_account_subtype.py +++ b/plaid/model/loan_account_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_account_subtypes.py b/plaid/model/loan_account_subtypes.py index 57511a24c..4cf0b69c1 100644 --- a/plaid/model/loan_account_subtypes.py +++ b/plaid/model/loan_account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_disbursements_indicators.py b/plaid/model/loan_disbursements_indicators.py index 457568e8b..5d0257492 100644 --- a/plaid/model/loan_disbursements_indicators.py +++ b/plaid/model/loan_disbursements_indicators.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_filter.py b/plaid/model/loan_filter.py index 6f1cca8b7..2b74d1479 100644 --- a/plaid/model/loan_filter.py +++ b/plaid/model/loan_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_identifier.py b/plaid/model/loan_identifier.py index 61090eb31..c2f613476 100644 --- a/plaid/model/loan_identifier.py +++ b/plaid/model/loan_identifier.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_identifier_type.py b/plaid/model/loan_identifier_type.py index 6cb5ea3c2..7091921e0 100644 --- a/plaid/model/loan_identifier_type.py +++ b/plaid/model/loan_identifier_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_identifiers.py b/plaid/model/loan_identifiers.py index f3c227dd5..9583ea787 100644 --- a/plaid/model/loan_identifiers.py +++ b/plaid/model/loan_identifiers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_payments_counts.py b/plaid/model/loan_payments_counts.py index d55552f23..e72e4059d 100644 --- a/plaid/model/loan_payments_counts.py +++ b/plaid/model/loan_payments_counts.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_payments_indicators.py b/plaid/model/loan_payments_indicators.py index a70a4900d..ce88a6028 100644 --- a/plaid/model/loan_payments_indicators.py +++ b/plaid/model/loan_payments_indicators.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_payments_merchant_counts.py b/plaid/model/loan_payments_merchant_counts.py index a959d5227..440bc7b88 100644 --- a/plaid/model/loan_payments_merchant_counts.py +++ b/plaid/model/loan_payments_merchant_counts.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loans.py b/plaid/model/loans.py index bd8944c76..0b2986c31 100644 --- a/plaid/model/loans.py +++ b/plaid/model/loans.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/location.py b/plaid/model/location.py index 43080a569..babc39f53 100644 --- a/plaid/model/location.py +++ b/plaid/model/location.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/match_summary.py b/plaid/model/match_summary.py index 2cf79cc97..beab09652 100644 --- a/plaid/model/match_summary.py +++ b/plaid/model/match_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/match_summary_code.py b/plaid/model/match_summary_code.py index 09dfdff67..d64cd21c6 100644 --- a/plaid/model/match_summary_code.py +++ b/plaid/model/match_summary_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/merchant_insights.py b/plaid/model/merchant_insights.py index fc1b55a3a..32676a649 100644 --- a/plaid/model/merchant_insights.py +++ b/plaid/model/merchant_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/meta.py b/plaid/model/meta.py index 3f0de2faf..309797623 100644 --- a/plaid/model/meta.py +++ b/plaid/model/meta.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mfa.py b/plaid/model/mfa.py index f3f2a412c..46c8acce0 100644 --- a/plaid/model/mfa.py +++ b/plaid/model/mfa.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_consumer_report_permissible_purpose.py b/plaid/model/monitoring_consumer_report_permissible_purpose.py index a45cae43a..f0ef1e15d 100644 --- a/plaid/model/monitoring_consumer_report_permissible_purpose.py +++ b/plaid/model/monitoring_consumer_report_permissible_purpose.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_income_insights.py b/plaid/model/monitoring_income_insights.py index 4cd0816db..8fe095e8d 100644 --- a/plaid/model/monitoring_income_insights.py +++ b/plaid/model/monitoring_income_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_income_source.py b/plaid/model/monitoring_income_source.py index 7ea3e24b5..64e914797 100644 --- a/plaid/model/monitoring_income_source.py +++ b/plaid/model/monitoring_income_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_insights.py b/plaid/model/monitoring_insights.py index 13029d1af..62ade32ff 100644 --- a/plaid/model/monitoring_insights.py +++ b/plaid/model/monitoring_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_insights_item_status.py b/plaid/model/monitoring_insights_item_status.py index 5bf10c8f9..5d01d06ea 100644 --- a/plaid/model/monitoring_insights_item_status.py +++ b/plaid/model/monitoring_insights_item_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_insights_status.py b/plaid/model/monitoring_insights_status.py index 4ccf3a73d..cb32fd496 100644 --- a/plaid/model/monitoring_insights_status.py +++ b/plaid/model/monitoring_insights_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_item_status_code.py b/plaid/model/monitoring_item_status_code.py index 3dd96bbb6..b0b00a126 100644 --- a/plaid/model/monitoring_item_status_code.py +++ b/plaid/model/monitoring_item_status_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_loan_insights.py b/plaid/model/monitoring_loan_insights.py index 757819aad..1e5e141d3 100644 --- a/plaid/model/monitoring_loan_insights.py +++ b/plaid/model/monitoring_loan_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monthly_average.py b/plaid/model/monthly_average.py index 600a0557f..5f595d5e2 100644 --- a/plaid/model/monthly_average.py +++ b/plaid/model/monthly_average.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monthly_summary.py b/plaid/model/monthly_summary.py index 00c86d278..0eec39cb3 100644 --- a/plaid/model/monthly_summary.py +++ b/plaid/model/monthly_summary.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mortgage_interest_rate.py b/plaid/model/mortgage_interest_rate.py index 85841cb55..486f4b223 100644 --- a/plaid/model/mortgage_interest_rate.py +++ b/plaid/model/mortgage_interest_rate.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mortgage_liability.py b/plaid/model/mortgage_liability.py index 4cfb99348..46778bec9 100644 --- a/plaid/model/mortgage_liability.py +++ b/plaid/model/mortgage_liability.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mortgage_property_address.py b/plaid/model/mortgage_property_address.py index 191a4069f..046a24b9e 100644 --- a/plaid/model/mortgage_property_address.py +++ b/plaid/model/mortgage_property_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/multi_document_risk_signal.py b/plaid/model/multi_document_risk_signal.py index 69b1a5764..f91904e8c 100644 --- a/plaid/model/multi_document_risk_signal.py +++ b/plaid/model/multi_document_risk_signal.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/name_match_score.py b/plaid/model/name_match_score.py index 5818d5c2a..c6b02ac23 100644 --- a/plaid/model/name_match_score.py +++ b/plaid/model/name_match_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/negative_balance_insights.py b/plaid/model/negative_balance_insights.py index e4044825a..4d58658f8 100644 --- a/plaid/model/negative_balance_insights.py +++ b/plaid/model/negative_balance_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/negative_balance_occurrence.py b/plaid/model/negative_balance_occurrence.py index 7f6d77973..57b38dd86 100644 --- a/plaid/model/negative_balance_occurrence.py +++ b/plaid/model/negative_balance_occurrence.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/net_pay.py b/plaid/model/net_pay.py index 5572529e6..f0e5d06de 100644 --- a/plaid/model/net_pay.py +++ b/plaid/model/net_pay.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_item.py b/plaid/model/network_insights_item.py index 801e0e910..c32263019 100644 --- a/plaid/model/network_insights_item.py +++ b/plaid/model/network_insights_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_report.py b/plaid/model/network_insights_report.py index a9dc7cc3e..e55ffee1f 100644 --- a/plaid/model/network_insights_report.py +++ b/plaid/model/network_insights_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_report_get_request.py b/plaid/model/network_insights_report_get_request.py index dd7800b3a..8c7c9e908 100644 --- a/plaid/model/network_insights_report_get_request.py +++ b/plaid/model/network_insights_report_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_report_get_response.py b/plaid/model/network_insights_report_get_response.py index b3cff23a0..8f588315c 100644 --- a/plaid/model/network_insights_report_get_response.py +++ b/plaid/model/network_insights_report_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_version.py b/plaid/model/network_insights_version.py index ee6bec58d..d6ec22bc4 100644 --- a/plaid/model/network_insights_version.py +++ b/plaid/model/network_insights_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_status_get_request.py b/plaid/model/network_status_get_request.py index a603f8719..f6d84e295 100644 --- a/plaid/model/network_status_get_request.py +++ b/plaid/model/network_status_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_status_get_response.py b/plaid/model/network_status_get_response.py index 48d9158cd..46b0e8ccf 100644 --- a/plaid/model/network_status_get_response.py +++ b/plaid/model/network_status_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_status_get_response_layer.py b/plaid/model/network_status_get_response_layer.py index 0ba16997d..6230fa6ca 100644 --- a/plaid/model/network_status_get_response_layer.py +++ b/plaid/model/network_status_get_response_layer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_status_get_response_network_status.py b/plaid/model/network_status_get_response_network_status.py index 3a48e1c2a..890ba77bd 100644 --- a/plaid/model/network_status_get_response_network_status.py +++ b/plaid/model/network_status_get_response_network_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_status_get_user.py b/plaid/model/network_status_get_user.py index 0adcb0a77..1d8b3d42f 100644 --- a/plaid/model/network_status_get_user.py +++ b/plaid/model/network_status_get_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/new_accounts_available_webhook.py b/plaid/model/new_accounts_available_webhook.py index aa5ef02a3..acdb1bb5d 100644 --- a/plaid/model/new_accounts_available_webhook.py +++ b/plaid/model/new_accounts_available_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers.py b/plaid/model/numbers.py index dc0691161..1529693c8 100644 --- a/plaid/model/numbers.py +++ b/plaid/model/numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_acats.py b/plaid/model/numbers_acats.py index f3961f542..2e328354e 100644 --- a/plaid/model/numbers_acats.py +++ b/plaid/model/numbers_acats.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_ach.py b/plaid/model/numbers_ach.py index 56273af0c..14e11c024 100644 --- a/plaid/model/numbers_ach.py +++ b/plaid/model/numbers_ach.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_ach_nullable.py b/plaid/model/numbers_ach_nullable.py index 2b3522355..a89b0e65d 100644 --- a/plaid/model/numbers_ach_nullable.py +++ b/plaid/model/numbers_ach_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_aton.py b/plaid/model/numbers_aton.py index 135b67072..aeac9a725 100644 --- a/plaid/model/numbers_aton.py +++ b/plaid/model/numbers_aton.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_bacs.py b/plaid/model/numbers_bacs.py index e2b7ba813..d93f0b0d1 100644 --- a/plaid/model/numbers_bacs.py +++ b/plaid/model/numbers_bacs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_bacs_nullable.py b/plaid/model/numbers_bacs_nullable.py index efa37950a..f0cff7514 100644 --- a/plaid/model/numbers_bacs_nullable.py +++ b/plaid/model/numbers_bacs_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_eft.py b/plaid/model/numbers_eft.py index 2cd8547ab..a2f3e3eb8 100644 --- a/plaid/model/numbers_eft.py +++ b/plaid/model/numbers_eft.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_eft_nullable.py b/plaid/model/numbers_eft_nullable.py index 5d6b6e3aa..f07554e81 100644 --- a/plaid/model/numbers_eft_nullable.py +++ b/plaid/model/numbers_eft_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_iban.py b/plaid/model/numbers_iban.py index 47f5560ab..6e353ddc6 100644 --- a/plaid/model/numbers_iban.py +++ b/plaid/model/numbers_iban.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_iban_nullable.py b/plaid/model/numbers_iban_nullable.py index f1ced11c6..aa3ab3563 100644 --- a/plaid/model/numbers_iban_nullable.py +++ b/plaid/model/numbers_iban_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_international.py b/plaid/model/numbers_international.py index e9062afe4..a46402903 100644 --- a/plaid/model/numbers_international.py +++ b/plaid/model/numbers_international.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_international_iban.py b/plaid/model/numbers_international_iban.py index 37bc09041..55edb8eb9 100644 --- a/plaid/model/numbers_international_iban.py +++ b/plaid/model/numbers_international_iban.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_international_nullable.py b/plaid/model/numbers_international_nullable.py index 7b46410d3..459e7ed3f 100644 --- a/plaid/model/numbers_international_nullable.py +++ b/plaid/model/numbers_international_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_retirement401k.py b/plaid/model/numbers_retirement401k.py index 3674a6090..eebe0e321 100644 --- a/plaid/model/numbers_retirement401k.py +++ b/plaid/model/numbers_retirement401k.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_error_code.py b/plaid/model/o_auth_error_code.py index e801aee9b..3d4da8528 100644 --- a/plaid/model/o_auth_error_code.py +++ b/plaid/model/o_auth_error_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_error_response.py b/plaid/model/o_auth_error_response.py index d74ba3dac..e574c61e1 100644 --- a/plaid/model/o_auth_error_response.py +++ b/plaid/model/o_auth_error_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_grant_type.py b/plaid/model/o_auth_grant_type.py index 0e35287da..6936fb7a8 100644 --- a/plaid/model/o_auth_grant_type.py +++ b/plaid/model/o_auth_grant_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_introspect_request.py b/plaid/model/o_auth_introspect_request.py index 5e35a08f9..49f01a170 100644 --- a/plaid/model/o_auth_introspect_request.py +++ b/plaid/model/o_auth_introspect_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_introspect_response.py b/plaid/model/o_auth_introspect_response.py index 9584e3cd6..0dad10981 100644 --- a/plaid/model/o_auth_introspect_response.py +++ b/plaid/model/o_auth_introspect_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_revoke_request.py b/plaid/model/o_auth_revoke_request.py index 55749401a..4036e1b32 100644 --- a/plaid/model/o_auth_revoke_request.py +++ b/plaid/model/o_auth_revoke_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_revoke_response.py b/plaid/model/o_auth_revoke_response.py index a37987f91..f0cb25960 100644 --- a/plaid/model/o_auth_revoke_response.py +++ b/plaid/model/o_auth_revoke_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_subject_token_type.py b/plaid/model/o_auth_subject_token_type.py index c1f032242..95de7d852 100644 --- a/plaid/model/o_auth_subject_token_type.py +++ b/plaid/model/o_auth_subject_token_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_token_request.py b/plaid/model/o_auth_token_request.py index e7796c9e6..0bc2bb1a8 100644 --- a/plaid/model/o_auth_token_request.py +++ b/plaid/model/o_auth_token_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/o_auth_token_response.py b/plaid/model/o_auth_token_response.py index cc6b6ae76..92752da79 100644 --- a/plaid/model/o_auth_token_response.py +++ b/plaid/model/o_auth_token_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/omittable_transfer_type.py b/plaid/model/omittable_transfer_type.py index ce717a395..9c6508fb1 100644 --- a/plaid/model/omittable_transfer_type.py +++ b/plaid/model/omittable_transfer_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/option_contract.py b/plaid/model/option_contract.py index b4d71bed0..0e6b8bbd3 100644 --- a/plaid/model/option_contract.py +++ b/plaid/model/option_contract.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/originating_fund_source.py b/plaid/model/originating_fund_source.py index 8f4baf168..83d96646d 100644 --- a/plaid/model/originating_fund_source.py +++ b/plaid/model/originating_fund_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/originator.py b/plaid/model/originator.py index d9abbd55f..466c61eae 100644 --- a/plaid/model/originator.py +++ b/plaid/model/originator.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/originator_expected_transfer_frequency.py b/plaid/model/originator_expected_transfer_frequency.py index 84a163a91..3205a5f6b 100644 --- a/plaid/model/originator_expected_transfer_frequency.py +++ b/plaid/model/originator_expected_transfer_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/other_account_subtype.py b/plaid/model/other_account_subtype.py index d7767766a..855085ee9 100644 --- a/plaid/model/other_account_subtype.py +++ b/plaid/model/other_account_subtype.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/other_account_subtypes.py b/plaid/model/other_account_subtypes.py index 676f20b02..4a5d0a2b4 100644 --- a/plaid/model/other_account_subtypes.py +++ b/plaid/model/other_account_subtypes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/other_filter.py b/plaid/model/other_filter.py index 97134c8bf..488d880f1 100644 --- a/plaid/model/other_filter.py +++ b/plaid/model/other_filter.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/outlier_transactions_insights.py b/plaid/model/outlier_transactions_insights.py index 8ad25318e..e4c3443fc 100644 --- a/plaid/model/outlier_transactions_insights.py +++ b/plaid/model/outlier_transactions_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/override_account_type.py b/plaid/model/override_account_type.py index bc439ce02..eaab408c8 100644 --- a/plaid/model/override_account_type.py +++ b/plaid/model/override_account_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/override_accounts.py b/plaid/model/override_accounts.py index 78e5339e5..63193b44b 100644 --- a/plaid/model/override_accounts.py +++ b/plaid/model/override_accounts.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -111,6 +111,7 @@ def openapi_types(): 'subtype': (AccountSubtype,), # noqa: E501 'starting_balance': (float,), # noqa: E501 'force_available_balance': (float,), # noqa: E501 + 'has_null_available_balance': (bool,), # noqa: E501 'currency': (str,), # noqa: E501 'meta': (Meta,), # noqa: E501 'numbers': (Numbers,), # noqa: E501 @@ -133,6 +134,7 @@ def discriminator(): 'subtype': 'subtype', # noqa: E501 'starting_balance': 'starting_balance', # noqa: E501 'force_available_balance': 'force_available_balance', # noqa: E501 + 'has_null_available_balance': 'has_null_available_balance', # noqa: E501 'currency': 'currency', # noqa: E501 'meta': 'meta', # noqa: E501 'numbers': 'numbers', # noqa: E501 @@ -152,14 +154,15 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, type, subtype, starting_balance, force_available_balance, currency, meta, numbers, transactions, identity, liability, inflow_model, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, type, subtype, starting_balance, force_available_balance, has_null_available_balance, currency, meta, numbers, transactions, identity, liability, inflow_model, *args, **kwargs): # noqa: E501 """OverrideAccounts - a model defined in OpenAPI Args: type (OverrideAccountType): subtype (AccountSubtype): starting_balance (float): If provided, the account will start with this amount as the current balance. - force_available_balance (float): If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time. + force_available_balance (float): If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time. Cannot be set together with `has_null_available_balance`. + has_null_available_balance (bool): If set to `true`, the account will always have null as its available balance, regardless of current balance or changes in transactions over time. Cannot be set together with `force_available_balance`. currency (str): ISO-4217 currency code. If provided, the account will be denominated in the given currency. Transactions will also be in this currency by default. meta (Meta): numbers (Numbers): @@ -237,6 +240,7 @@ def _from_openapi_data(cls, type, subtype, starting_balance, force_available_bal self.subtype = subtype self.starting_balance = starting_balance self.force_available_balance = force_available_balance + self.has_null_available_balance = has_null_available_balance self.currency = currency self.meta = meta self.numbers = numbers @@ -264,14 +268,15 @@ def _from_openapi_data(cls, type, subtype, starting_balance, force_available_bal ]) @convert_js_args_to_python_args - def __init__(self, type, subtype, starting_balance, force_available_balance, currency, meta, numbers, transactions, identity, liability, inflow_model, *args, **kwargs): # noqa: E501 + def __init__(self, type, subtype, starting_balance, force_available_balance, has_null_available_balance, currency, meta, numbers, transactions, identity, liability, inflow_model, *args, **kwargs): # noqa: E501 """OverrideAccounts - a model defined in OpenAPI Args: type (OverrideAccountType): subtype (AccountSubtype): starting_balance (float): If provided, the account will start with this amount as the current balance. - force_available_balance (float): If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time. + force_available_balance (float): If provided, the account will always have this amount as its available balance, regardless of current balance or changes in transactions over time. Cannot be set together with `has_null_available_balance`. + has_null_available_balance (bool): If set to `true`, the account will always have null as its available balance, regardless of current balance or changes in transactions over time. Cannot be set together with `force_available_balance`. currency (str): ISO-4217 currency code. If provided, the account will be denominated in the given currency. Transactions will also be in this currency by default. meta (Meta): numbers (Numbers): @@ -347,6 +352,7 @@ def __init__(self, type, subtype, starting_balance, force_available_balance, cur self.subtype = subtype self.starting_balance = starting_balance self.force_available_balance = force_available_balance + self.has_null_available_balance = has_null_available_balance self.currency = currency self.meta = meta self.numbers = numbers diff --git a/plaid/model/owner.py b/plaid/model/owner.py index f5551e180..3ff22e732 100644 --- a/plaid/model/owner.py +++ b/plaid/model/owner.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/owner_override.py b/plaid/model/owner_override.py index 60cbae7b4..52f862f95 100644 --- a/plaid/model/owner_override.py +++ b/plaid/model/owner_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ownership_type.py b/plaid/model/ownership_type.py index 9c28857f8..20c831e27 100644 --- a/plaid/model/ownership_type.py +++ b/plaid/model/ownership_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/parties.py b/plaid/model/parties.py index a2f09242c..456f9d45e 100644 --- a/plaid/model/parties.py +++ b/plaid/model/parties.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_create_request.py b/plaid/model/partner_customer_create_request.py index a1c9f8aec..d6ad35471 100644 --- a/plaid/model/partner_customer_create_request.py +++ b/plaid/model/partner_customer_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_create_response.py b/plaid/model/partner_customer_create_response.py index 26082932c..21e9bc6af 100644 --- a/plaid/model/partner_customer_create_response.py +++ b/plaid/model/partner_customer_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_enable_request.py b/plaid/model/partner_customer_enable_request.py index 7160e59fc..a6bee5bab 100644 --- a/plaid/model/partner_customer_enable_request.py +++ b/plaid/model/partner_customer_enable_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_enable_response.py b/plaid/model/partner_customer_enable_response.py index d715c6a2c..8ea0af287 100644 --- a/plaid/model/partner_customer_enable_response.py +++ b/plaid/model/partner_customer_enable_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_get_request.py b/plaid/model/partner_customer_get_request.py index 3732877bc..52ae5f2b9 100644 --- a/plaid/model/partner_customer_get_request.py +++ b/plaid/model/partner_customer_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_get_response.py b/plaid/model/partner_customer_get_response.py index 060a3af91..1c701f6a7 100644 --- a/plaid/model/partner_customer_get_response.py +++ b/plaid/model/partner_customer_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_o_auth_institutions_get_request.py b/plaid/model/partner_customer_o_auth_institutions_get_request.py index a3b4e256b..c3ef674e3 100644 --- a/plaid/model/partner_customer_o_auth_institutions_get_request.py +++ b/plaid/model/partner_customer_o_auth_institutions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_o_auth_institutions_get_response.py b/plaid/model/partner_customer_o_auth_institutions_get_response.py index d64f21fd8..fc3ebbcb5 100644 --- a/plaid/model/partner_customer_o_auth_institutions_get_response.py +++ b/plaid/model/partner_customer_o_auth_institutions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_remove_request.py b/plaid/model/partner_customer_remove_request.py index fdc959844..52f71f0a4 100644 --- a/plaid/model/partner_customer_remove_request.py +++ b/plaid/model/partner_customer_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_customer_remove_response.py b/plaid/model/partner_customer_remove_response.py index 9dca249b6..3fda268a5 100644 --- a/plaid/model/partner_customer_remove_response.py +++ b/plaid/model/partner_customer_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer.py b/plaid/model/partner_end_customer.py index 1deb061c4..c7fe8e9e1 100644 --- a/plaid/model/partner_end_customer.py +++ b/plaid/model/partner_end_customer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_address.py b/plaid/model/partner_end_customer_address.py index 081ea45b3..092e24f87 100644 --- a/plaid/model/partner_end_customer_address.py +++ b/plaid/model/partner_end_customer_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_assets_under_management.py b/plaid/model/partner_end_customer_assets_under_management.py index 8d2c8c037..72e5bb026 100644 --- a/plaid/model/partner_end_customer_assets_under_management.py +++ b/plaid/model/partner_end_customer_assets_under_management.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_bank_addendum_acceptance.py b/plaid/model/partner_end_customer_bank_addendum_acceptance.py index 2e6f26b7f..d70c1865d 100644 --- a/plaid/model/partner_end_customer_bank_addendum_acceptance.py +++ b/plaid/model/partner_end_customer_bank_addendum_acceptance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_billing_contact.py b/plaid/model/partner_end_customer_billing_contact.py index 486157f3a..2368e157d 100644 --- a/plaid/model/partner_end_customer_billing_contact.py +++ b/plaid/model/partner_end_customer_billing_contact.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_cra_purposes.py b/plaid/model/partner_end_customer_cra_purposes.py index f7a03a079..bd4e30dd2 100644 --- a/plaid/model/partner_end_customer_cra_purposes.py +++ b/plaid/model/partner_end_customer_cra_purposes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_cra_questionnaire.py b/plaid/model/partner_end_customer_cra_questionnaire.py index 37ec653e7..9666ed26d 100644 --- a/plaid/model/partner_end_customer_cra_questionnaire.py +++ b/plaid/model/partner_end_customer_cra_questionnaire.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_cra_use_case.py b/plaid/model/partner_end_customer_cra_use_case.py index be0e952c0..3d6b8500d 100644 --- a/plaid/model/partner_end_customer_cra_use_case.py +++ b/plaid/model/partner_end_customer_cra_use_case.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_cra_use_cases.py b/plaid/model/partner_end_customer_cra_use_cases.py index f79c5b982..192cbc439 100644 --- a/plaid/model/partner_end_customer_cra_use_cases.py +++ b/plaid/model/partner_end_customer_cra_use_cases.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_customer_support_info.py b/plaid/model/partner_end_customer_customer_support_info.py index e4ca859d9..5f6c2f32a 100644 --- a/plaid/model/partner_end_customer_customer_support_info.py +++ b/plaid/model/partner_end_customer_customer_support_info.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_flowdown_status.py b/plaid/model/partner_end_customer_flowdown_status.py index 999e9371c..d5afdf102 100644 --- a/plaid/model/partner_end_customer_flowdown_status.py +++ b/plaid/model/partner_end_customer_flowdown_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_o_auth_institution.py b/plaid/model/partner_end_customer_o_auth_institution.py index fb19a64e3..687db82f3 100644 --- a/plaid/model/partner_end_customer_o_auth_institution.py +++ b/plaid/model/partner_end_customer_o_auth_institution.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_o_auth_institution_application_status.py b/plaid/model/partner_end_customer_o_auth_institution_application_status.py index e49df727e..d0ba76b2c 100644 --- a/plaid/model/partner_end_customer_o_auth_institution_application_status.py +++ b/plaid/model/partner_end_customer_o_auth_institution_application_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_o_auth_institution_environments.py b/plaid/model/partner_end_customer_o_auth_institution_environments.py index ba45472b2..1809a6a26 100644 --- a/plaid/model/partner_end_customer_o_auth_institution_environments.py +++ b/plaid/model/partner_end_customer_o_auth_institution_environments.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_o_auth_status_updated_values.py b/plaid/model/partner_end_customer_o_auth_status_updated_values.py index dfbce2d8c..23e59b0bc 100644 --- a/plaid/model/partner_end_customer_o_auth_status_updated_values.py +++ b/plaid/model/partner_end_customer_o_auth_status_updated_values.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_o_auth_status_updated_webhook.py b/plaid/model/partner_end_customer_o_auth_status_updated_webhook.py index 02d1cf329..be0217adf 100644 --- a/plaid/model/partner_end_customer_o_auth_status_updated_webhook.py +++ b/plaid/model/partner_end_customer_o_auth_status_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_product_statuses.py b/plaid/model/partner_end_customer_product_statuses.py index 74bb5ce2d..62f9a396f 100644 --- a/plaid/model/partner_end_customer_product_statuses.py +++ b/plaid/model/partner_end_customer_product_statuses.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_questionnaire_status.py b/plaid/model/partner_end_customer_questionnaire_status.py index 5380318ba..010dc0ba7 100644 --- a/plaid/model/partner_end_customer_questionnaire_status.py +++ b/plaid/model/partner_end_customer_questionnaire_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_questionnaires.py b/plaid/model/partner_end_customer_questionnaires.py index 63628c96d..54a56f1fb 100644 --- a/plaid/model/partner_end_customer_questionnaires.py +++ b/plaid/model/partner_end_customer_questionnaires.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_requirement_due.py b/plaid/model/partner_end_customer_requirement_due.py index 541df8deb..a1e63ae87 100644 --- a/plaid/model/partner_end_customer_requirement_due.py +++ b/plaid/model/partner_end_customer_requirement_due.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_requirements_due.py b/plaid/model/partner_end_customer_requirements_due.py index d81d39eaa..53bb8fcbb 100644 --- a/plaid/model/partner_end_customer_requirements_due.py +++ b/plaid/model/partner_end_customer_requirements_due.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_secrets.py b/plaid/model/partner_end_customer_secrets.py index 4825e4c4d..2445e094b 100644 --- a/plaid/model/partner_end_customer_secrets.py +++ b/plaid/model/partner_end_customer_secrets.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_status.py b/plaid/model/partner_end_customer_status.py index eff646362..4c863d17b 100644 --- a/plaid/model/partner_end_customer_status.py +++ b/plaid/model/partner_end_customer_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_technical_contact.py b/plaid/model/partner_end_customer_technical_contact.py index 7929058bf..be713136d 100644 --- a/plaid/model/partner_end_customer_technical_contact.py +++ b/plaid/model/partner_end_customer_technical_contact.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_with_secrets.py b/plaid/model/partner_end_customer_with_secrets.py index 0105a901a..119112fad 100644 --- a/plaid/model/partner_end_customer_with_secrets.py +++ b/plaid/model/partner_end_customer_with_secrets.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer_with_secrets_all_of.py b/plaid/model/partner_end_customer_with_secrets_all_of.py index 1867f4cad..00784a0ac 100644 --- a/plaid/model/partner_end_customer_with_secrets_all_of.py +++ b/plaid/model/partner_end_customer_with_secrets_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/party.py b/plaid/model/party.py index 063c9d4e2..f53818c0d 100644 --- a/plaid/model/party.py +++ b/plaid/model/party.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/party_individual.py b/plaid/model/party_individual.py index 0db57e12f..c5d151e9a 100644 --- a/plaid/model/party_individual.py +++ b/plaid/model/party_individual.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/party_role_type.py b/plaid/model/party_role_type.py index bab60ba7d..9c6887152 100644 --- a/plaid/model/party_role_type.py +++ b/plaid/model/party_role_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay.py b/plaid/model/pay.py index 982f07641..651aac1d5 100644 --- a/plaid/model/pay.py +++ b/plaid/model/pay.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_frequency.py b/plaid/model/pay_frequency.py index 16b31951a..98c481fe6 100644 --- a/plaid/model/pay_frequency.py +++ b/plaid/model/pay_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_frequency_value.py b/plaid/model/pay_frequency_value.py index c43e16357..70559cfad 100644 --- a/plaid/model/pay_frequency_value.py +++ b/plaid/model/pay_frequency_value.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_period_details.py b/plaid/model/pay_period_details.py index 03eea3fe9..9e65251fb 100644 --- a/plaid/model/pay_period_details.py +++ b/plaid/model/pay_period_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_period_details_pay_frequency.py b/plaid/model/pay_period_details_pay_frequency.py index f1744c33c..fd5b1ae57 100644 --- a/plaid/model/pay_period_details_pay_frequency.py +++ b/plaid/model/pay_period_details_pay_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_deductions_breakdown.py b/plaid/model/pay_stub_deductions_breakdown.py index c58aa6c3d..7f7b0e418 100644 --- a/plaid/model/pay_stub_deductions_breakdown.py +++ b/plaid/model/pay_stub_deductions_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_deductions_total.py b/plaid/model/pay_stub_deductions_total.py index af26f79c1..e898cef23 100644 --- a/plaid/model/pay_stub_deductions_total.py +++ b/plaid/model/pay_stub_deductions_total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_distribution_breakdown.py b/plaid/model/pay_stub_distribution_breakdown.py index 97a36929c..1e25eff79 100644 --- a/plaid/model/pay_stub_distribution_breakdown.py +++ b/plaid/model/pay_stub_distribution_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_earnings_breakdown.py b/plaid/model/pay_stub_earnings_breakdown.py index 6794cb55a..941fe76c1 100644 --- a/plaid/model/pay_stub_earnings_breakdown.py +++ b/plaid/model/pay_stub_earnings_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_earnings_total.py b/plaid/model/pay_stub_earnings_total.py index f46fecacf..4203582dc 100644 --- a/plaid/model/pay_stub_earnings_total.py +++ b/plaid/model/pay_stub_earnings_total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_pay_period_details.py b/plaid/model/pay_stub_pay_period_details.py index 5f3ada6ee..413d6c5bf 100644 --- a/plaid/model/pay_stub_pay_period_details.py +++ b/plaid/model/pay_stub_pay_period_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_stub_taxpayer_id.py b/plaid/model/pay_stub_taxpayer_id.py index bf805fe15..4a4202171 100644 --- a/plaid/model/pay_stub_taxpayer_id.py +++ b/plaid/model/pay_stub_taxpayer_id.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount.py b/plaid/model/payment_amount.py index cbf472a80..5b04435f3 100644 --- a/plaid/model/payment_amount.py +++ b/plaid/model/payment_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_currency.py b/plaid/model/payment_amount_currency.py index ed85f5cd4..96aab6c56 100644 --- a/plaid/model/payment_amount_currency.py +++ b/plaid/model/payment_amount_currency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_nullable.py b/plaid/model/payment_amount_nullable.py index 462257ecf..448cd87d9 100644 --- a/plaid/model/payment_amount_nullable.py +++ b/plaid/model/payment_amount_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_refunded.py b/plaid/model/payment_amount_refunded.py index ea94c7f61..ed455e26d 100644 --- a/plaid/model/payment_amount_refunded.py +++ b/plaid/model/payment_amount_refunded.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_to_refund.py b/plaid/model/payment_amount_to_refund.py index bc69c3594..4980412bc 100644 --- a/plaid/model/payment_amount_to_refund.py +++ b/plaid/model/payment_amount_to_refund.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_channel.py b/plaid/model/payment_channel.py index 49afee89d..9f5de0c71 100644 --- a/plaid/model/payment_channel.py +++ b/plaid/model/payment_channel.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_consent_max_payment_amount.py b/plaid/model/payment_consent_max_payment_amount.py index a4b7e875e..0b19e3adf 100644 --- a/plaid/model/payment_consent_max_payment_amount.py +++ b/plaid/model/payment_consent_max_payment_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_consent_periodic_alignment.py b/plaid/model/payment_consent_periodic_alignment.py index 48671e0dc..865a429cb 100644 --- a/plaid/model/payment_consent_periodic_alignment.py +++ b/plaid/model/payment_consent_periodic_alignment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_consent_periodic_amount.py b/plaid/model/payment_consent_periodic_amount.py index b9e0cac15..47d1d461e 100644 --- a/plaid/model/payment_consent_periodic_amount.py +++ b/plaid/model/payment_consent_periodic_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_consent_periodic_amount_amount.py b/plaid/model/payment_consent_periodic_amount_amount.py index b660ba7f0..df085c866 100644 --- a/plaid/model/payment_consent_periodic_amount_amount.py +++ b/plaid/model/payment_consent_periodic_amount_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_consent_periodic_interval.py b/plaid/model/payment_consent_periodic_interval.py index 13d9db0eb..8acbf0ed0 100644 --- a/plaid/model/payment_consent_periodic_interval.py +++ b/plaid/model/payment_consent_periodic_interval.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_consent_valid_date_time.py b/plaid/model/payment_consent_valid_date_time.py index 3719090d4..d035d4d93 100644 --- a/plaid/model/payment_consent_valid_date_time.py +++ b/plaid/model/payment_consent_valid_date_time.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_address.py b/plaid/model/payment_initiation_address.py index 7dea2c291..821179579 100644 --- a/plaid/model/payment_initiation_address.py +++ b/plaid/model/payment_initiation_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent.py b/plaid/model/payment_initiation_consent.py index 3f144fc59..a33e357a6 100644 --- a/plaid/model/payment_initiation_consent.py +++ b/plaid/model/payment_initiation_consent.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_constraints.py b/plaid/model/payment_initiation_consent_constraints.py index 2b58a0612..3ce48b925 100644 --- a/plaid/model/payment_initiation_consent_constraints.py +++ b/plaid/model/payment_initiation_consent_constraints.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_create_request.py b/plaid/model/payment_initiation_consent_create_request.py index 93be244ac..becce4366 100644 --- a/plaid/model/payment_initiation_consent_create_request.py +++ b/plaid/model/payment_initiation_consent_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_create_response.py b/plaid/model/payment_initiation_consent_create_response.py index 6c0d74a2c..db29459d8 100644 --- a/plaid/model/payment_initiation_consent_create_response.py +++ b/plaid/model/payment_initiation_consent_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_get_request.py b/plaid/model/payment_initiation_consent_get_request.py index aaa66b405..2d31f44ef 100644 --- a/plaid/model/payment_initiation_consent_get_request.py +++ b/plaid/model/payment_initiation_consent_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_get_response.py b/plaid/model/payment_initiation_consent_get_response.py index a10ef2fa6..84a9cceff 100644 --- a/plaid/model/payment_initiation_consent_get_response.py +++ b/plaid/model/payment_initiation_consent_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_payer_details.py b/plaid/model/payment_initiation_consent_payer_details.py index cd97985a3..ef8e57f41 100644 --- a/plaid/model/payment_initiation_consent_payer_details.py +++ b/plaid/model/payment_initiation_consent_payer_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_payer_numbers.py b/plaid/model/payment_initiation_consent_payer_numbers.py index 2d57efe22..44bd36581 100644 --- a/plaid/model/payment_initiation_consent_payer_numbers.py +++ b/plaid/model/payment_initiation_consent_payer_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_payment_execute_request.py b/plaid/model/payment_initiation_consent_payment_execute_request.py index 7053e1b16..97b96178d 100644 --- a/plaid/model/payment_initiation_consent_payment_execute_request.py +++ b/plaid/model/payment_initiation_consent_payment_execute_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_payment_execute_response.py b/plaid/model/payment_initiation_consent_payment_execute_response.py index 4f19f9123..7020496c6 100644 --- a/plaid/model/payment_initiation_consent_payment_execute_response.py +++ b/plaid/model/payment_initiation_consent_payment_execute_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_processing_mode.py b/plaid/model/payment_initiation_consent_processing_mode.py index 96e287552..78b2f991f 100644 --- a/plaid/model/payment_initiation_consent_processing_mode.py +++ b/plaid/model/payment_initiation_consent_processing_mode.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_revoke_request.py b/plaid/model/payment_initiation_consent_revoke_request.py index cda5a3a59..4bcef7b38 100644 --- a/plaid/model/payment_initiation_consent_revoke_request.py +++ b/plaid/model/payment_initiation_consent_revoke_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_revoke_response.py b/plaid/model/payment_initiation_consent_revoke_response.py index 313fe9209..6a36bb422 100644 --- a/plaid/model/payment_initiation_consent_revoke_response.py +++ b/plaid/model/payment_initiation_consent_revoke_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_scope.py b/plaid/model/payment_initiation_consent_scope.py index 4bd3ed78e..ebf5fadcf 100644 --- a/plaid/model/payment_initiation_consent_scope.py +++ b/plaid/model/payment_initiation_consent_scope.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_status.py b/plaid/model/payment_initiation_consent_status.py index 8fb1eb934..43b3a0b19 100644 --- a/plaid/model/payment_initiation_consent_status.py +++ b/plaid/model/payment_initiation_consent_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_status_update_webhook.py b/plaid/model/payment_initiation_consent_status_update_webhook.py index e962ac4ae..ba2757afb 100644 --- a/plaid/model/payment_initiation_consent_status_update_webhook.py +++ b/plaid/model/payment_initiation_consent_status_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent_type.py b/plaid/model/payment_initiation_consent_type.py index a7ba002ba..af4670fe4 100644 --- a/plaid/model/payment_initiation_consent_type.py +++ b/plaid/model/payment_initiation_consent_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_maximum_payment_amount.py b/plaid/model/payment_initiation_maximum_payment_amount.py index db864768e..4ed470bd8 100644 --- a/plaid/model/payment_initiation_maximum_payment_amount.py +++ b/plaid/model/payment_initiation_maximum_payment_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_metadata.py b/plaid/model/payment_initiation_metadata.py index c2f52415f..2ee01a12b 100644 --- a/plaid/model/payment_initiation_metadata.py +++ b/plaid/model/payment_initiation_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_optional_restriction_bacs.py b/plaid/model/payment_initiation_optional_restriction_bacs.py index 6637e4d2e..f56840d28 100644 --- a/plaid/model/payment_initiation_optional_restriction_bacs.py +++ b/plaid/model/payment_initiation_optional_restriction_bacs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment.py b/plaid/model/payment_initiation_payment.py index 489cbff25..b5b89d0a7 100644 --- a/plaid/model/payment_initiation_payment.py +++ b/plaid/model/payment_initiation_payment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_create_request.py b/plaid/model/payment_initiation_payment_create_request.py index b8715e136..daa9be64d 100644 --- a/plaid/model/payment_initiation_payment_create_request.py +++ b/plaid/model/payment_initiation_payment_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_create_response.py b/plaid/model/payment_initiation_payment_create_response.py index cfb37d86b..3252d3e08 100644 --- a/plaid/model/payment_initiation_payment_create_response.py +++ b/plaid/model/payment_initiation_payment_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_create_status.py b/plaid/model/payment_initiation_payment_create_status.py index 365579dcb..f83fa1342 100644 --- a/plaid/model/payment_initiation_payment_create_status.py +++ b/plaid/model/payment_initiation_payment_create_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_get_request.py b/plaid/model/payment_initiation_payment_get_request.py index 482037fca..4758c0566 100644 --- a/plaid/model/payment_initiation_payment_get_request.py +++ b/plaid/model/payment_initiation_payment_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_get_response.py b/plaid/model/payment_initiation_payment_get_response.py index 79f662155..ca075b08b 100644 --- a/plaid/model/payment_initiation_payment_get_response.py +++ b/plaid/model/payment_initiation_payment_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_list_request.py b/plaid/model/payment_initiation_payment_list_request.py index 1475c62d9..407c2622d 100644 --- a/plaid/model/payment_initiation_payment_list_request.py +++ b/plaid/model/payment_initiation_payment_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_list_response.py b/plaid/model/payment_initiation_payment_list_response.py index c78f8ace6..42d83366a 100644 --- a/plaid/model/payment_initiation_payment_list_response.py +++ b/plaid/model/payment_initiation_payment_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_reverse_request.py b/plaid/model/payment_initiation_payment_reverse_request.py index abbcb5f6f..c4fc93fed 100644 --- a/plaid/model/payment_initiation_payment_reverse_request.py +++ b/plaid/model/payment_initiation_payment_reverse_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_reverse_response.py b/plaid/model/payment_initiation_payment_reverse_response.py index 0fc40fa8c..0773ff263 100644 --- a/plaid/model/payment_initiation_payment_reverse_response.py +++ b/plaid/model/payment_initiation_payment_reverse_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_status.py b/plaid/model/payment_initiation_payment_status.py index 03cee80fd..d5db799fe 100644 --- a/plaid/model/payment_initiation_payment_status.py +++ b/plaid/model/payment_initiation_payment_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_token_create_request.py b/plaid/model/payment_initiation_payment_token_create_request.py index 754503ca9..a4973e2d0 100644 --- a/plaid/model/payment_initiation_payment_token_create_request.py +++ b/plaid/model/payment_initiation_payment_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment_token_create_response.py b/plaid/model/payment_initiation_payment_token_create_response.py index 5b1134133..83a873636 100644 --- a/plaid/model/payment_initiation_payment_token_create_response.py +++ b/plaid/model/payment_initiation_payment_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient.py b/plaid/model/payment_initiation_recipient.py index d3ed7bfe3..8bfe4b2e3 100644 --- a/plaid/model/payment_initiation_recipient.py +++ b/plaid/model/payment_initiation_recipient.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_create_request.py b/plaid/model/payment_initiation_recipient_create_request.py index f2dcef142..d0d189b2e 100644 --- a/plaid/model/payment_initiation_recipient_create_request.py +++ b/plaid/model/payment_initiation_recipient_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_create_response.py b/plaid/model/payment_initiation_recipient_create_response.py index 8be360dfa..bbc3749da 100644 --- a/plaid/model/payment_initiation_recipient_create_response.py +++ b/plaid/model/payment_initiation_recipient_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_get_request.py b/plaid/model/payment_initiation_recipient_get_request.py index 468796d76..85ff4dbd7 100644 --- a/plaid/model/payment_initiation_recipient_get_request.py +++ b/plaid/model/payment_initiation_recipient_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_get_response.py b/plaid/model/payment_initiation_recipient_get_response.py index 626496dba..f94464942 100644 --- a/plaid/model/payment_initiation_recipient_get_response.py +++ b/plaid/model/payment_initiation_recipient_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_get_response_all_of.py b/plaid/model/payment_initiation_recipient_get_response_all_of.py index 2d1407912..000424165 100644 --- a/plaid/model/payment_initiation_recipient_get_response_all_of.py +++ b/plaid/model/payment_initiation_recipient_get_response_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_list_request.py b/plaid/model/payment_initiation_recipient_list_request.py index eb7fc9834..315ef65e0 100644 --- a/plaid/model/payment_initiation_recipient_list_request.py +++ b/plaid/model/payment_initiation_recipient_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient_list_response.py b/plaid/model/payment_initiation_recipient_list_response.py index eb3c211b3..fa7eb4aec 100644 --- a/plaid/model/payment_initiation_recipient_list_response.py +++ b/plaid/model/payment_initiation_recipient_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_standing_order_metadata.py b/plaid/model/payment_initiation_standing_order_metadata.py index b7c73866d..9b268cf54 100644 --- a/plaid/model/payment_initiation_standing_order_metadata.py +++ b/plaid/model/payment_initiation_standing_order_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_meta.py b/plaid/model/payment_meta.py index a6bf09808..f72fbc75c 100644 --- a/plaid/model/payment_meta.py +++ b/plaid/model/payment_meta.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_create_request.py b/plaid/model/payment_profile_create_request.py index e557e1210..e50d3f64f 100644 --- a/plaid/model/payment_profile_create_request.py +++ b/plaid/model/payment_profile_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_create_response.py b/plaid/model/payment_profile_create_response.py index c43c156e9..1ada3a39b 100644 --- a/plaid/model/payment_profile_create_response.py +++ b/plaid/model/payment_profile_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_get_request.py b/plaid/model/payment_profile_get_request.py index cf45810f8..5e2fcbf27 100644 --- a/plaid/model/payment_profile_get_request.py +++ b/plaid/model/payment_profile_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_get_response.py b/plaid/model/payment_profile_get_response.py index 3bf9276e0..72ecb31fc 100644 --- a/plaid/model/payment_profile_get_response.py +++ b/plaid/model/payment_profile_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_remove_request.py b/plaid/model/payment_profile_remove_request.py index c829ff09e..09953c9b4 100644 --- a/plaid/model/payment_profile_remove_request.py +++ b/plaid/model/payment_profile_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_remove_response.py b/plaid/model/payment_profile_remove_response.py index 5122828af..30393e83e 100644 --- a/plaid/model/payment_profile_remove_response.py +++ b/plaid/model/payment_profile_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_status.py b/plaid/model/payment_profile_status.py index 5c34da799..99eac6ee8 100644 --- a/plaid/model/payment_profile_status.py +++ b/plaid/model/payment_profile_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_schedule_interval.py b/plaid/model/payment_schedule_interval.py index 84e5b5c82..0b68d7a3c 100644 --- a/plaid/model/payment_schedule_interval.py +++ b/plaid/model/payment_schedule_interval.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_scheme.py b/plaid/model/payment_scheme.py index 51296f00a..fff12c1e6 100644 --- a/plaid/model/payment_scheme.py +++ b/plaid/model/payment_scheme.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_status_update_webhook.py b/plaid/model/payment_status_update_webhook.py index 061fb3ef4..f9b39828b 100644 --- a/plaid/model/payment_status_update_webhook.py +++ b/plaid/model/payment_status_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_income_account_data.py b/plaid/model/payroll_income_account_data.py index d17244e94..f3ea805c8 100644 --- a/plaid/model/payroll_income_account_data.py +++ b/plaid/model/payroll_income_account_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_income_object.py b/plaid/model/payroll_income_object.py index 43f429cdf..28992e65c 100644 --- a/plaid/model/payroll_income_object.py +++ b/plaid/model/payroll_income_object.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_income_rate_of_pay.py b/plaid/model/payroll_income_rate_of_pay.py index 9da4e7aad..f40cc0921 100644 --- a/plaid/model/payroll_income_rate_of_pay.py +++ b/plaid/model/payroll_income_rate_of_pay.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_item.py b/plaid/model/payroll_item.py index 3f3ae9f99..05be90ac0 100644 --- a/plaid/model/payroll_item.py +++ b/plaid/model/payroll_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_item_status.py b/plaid/model/payroll_item_status.py index ff0dde81a..8c4994eee 100644 --- a/plaid/model/payroll_item_status.py +++ b/plaid/model/payroll_item_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_risk_signals_item.py b/plaid/model/payroll_risk_signals_item.py index 2d390e33d..19d36e933 100644 --- a/plaid/model/payroll_risk_signals_item.py +++ b/plaid/model/payroll_risk_signals_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub.py b/plaid/model/paystub.py index 87315a687..420be2e93 100644 --- a/plaid/model/paystub.py +++ b/plaid/model/paystub.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_address.py b/plaid/model/paystub_address.py index 9a9c40ef3..026fd6037 100644 --- a/plaid/model/paystub_address.py +++ b/plaid/model/paystub_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_deduction.py b/plaid/model/paystub_deduction.py index 60a87fe86..358c573d4 100644 --- a/plaid/model/paystub_deduction.py +++ b/plaid/model/paystub_deduction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_details.py b/plaid/model/paystub_details.py index 19b634361..4bdb8271c 100644 --- a/plaid/model/paystub_details.py +++ b/plaid/model/paystub_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_employer.py b/plaid/model/paystub_employer.py index f5794efcf..aae85f8cf 100644 --- a/plaid/model/paystub_employer.py +++ b/plaid/model/paystub_employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override.py b/plaid/model/paystub_override.py index 76bc9362c..c2201b0c0 100644 --- a/plaid/model/paystub_override.py +++ b/plaid/model/paystub_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_deductions.py b/plaid/model/paystub_override_deductions.py index 3e23f0393..9b0e415da 100644 --- a/plaid/model/paystub_override_deductions.py +++ b/plaid/model/paystub_override_deductions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_deductions_breakdown.py b/plaid/model/paystub_override_deductions_breakdown.py index 3533bea3a..1c97fd95b 100644 --- a/plaid/model/paystub_override_deductions_breakdown.py +++ b/plaid/model/paystub_override_deductions_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_deductions_total.py b/plaid/model/paystub_override_deductions_total.py index 18f4dd2d0..2677473cd 100644 --- a/plaid/model/paystub_override_deductions_total.py +++ b/plaid/model/paystub_override_deductions_total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_distribution_breakdown.py b/plaid/model/paystub_override_distribution_breakdown.py index 65d07a9e9..bb475bbcf 100644 --- a/plaid/model/paystub_override_distribution_breakdown.py +++ b/plaid/model/paystub_override_distribution_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_earnings.py b/plaid/model/paystub_override_earnings.py index 2acd7b9df..1098a57eb 100644 --- a/plaid/model/paystub_override_earnings.py +++ b/plaid/model/paystub_override_earnings.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_earnings_breakdown.py b/plaid/model/paystub_override_earnings_breakdown.py index 108588bf2..a94978155 100644 --- a/plaid/model/paystub_override_earnings_breakdown.py +++ b/plaid/model/paystub_override_earnings_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_earnings_total.py b/plaid/model/paystub_override_earnings_total.py index c5af52c5b..9a951462d 100644 --- a/plaid/model/paystub_override_earnings_total.py +++ b/plaid/model/paystub_override_earnings_total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_employee.py b/plaid/model/paystub_override_employee.py index 4c1e6a279..26c249bb4 100644 --- a/plaid/model/paystub_override_employee.py +++ b/plaid/model/paystub_override_employee.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_employee_address.py b/plaid/model/paystub_override_employee_address.py index cc61f714c..dd902b9cd 100644 --- a/plaid/model/paystub_override_employee_address.py +++ b/plaid/model/paystub_override_employee_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_employer.py b/plaid/model/paystub_override_employer.py index 702a28253..53adf6353 100644 --- a/plaid/model/paystub_override_employer.py +++ b/plaid/model/paystub_override_employer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_employer_address.py b/plaid/model/paystub_override_employer_address.py index 6c0803795..ea408ddd8 100644 --- a/plaid/model/paystub_override_employer_address.py +++ b/plaid/model/paystub_override_employer_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_net_pay.py b/plaid/model/paystub_override_net_pay.py index 8d4242052..9b2493d5f 100644 --- a/plaid/model/paystub_override_net_pay.py +++ b/plaid/model/paystub_override_net_pay.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_pay_period_details.py b/plaid/model/paystub_override_pay_period_details.py index 11a92739f..5ff973c90 100644 --- a/plaid/model/paystub_override_pay_period_details.py +++ b/plaid/model/paystub_override_pay_period_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_taxpayer_id.py b/plaid/model/paystub_override_taxpayer_id.py index 5fc3ac45a..af1871c59 100644 --- a/plaid/model/paystub_override_taxpayer_id.py +++ b/plaid/model/paystub_override_taxpayer_id.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_pay_frequency.py b/plaid/model/paystub_pay_frequency.py index 5eac38eaa..4b898629c 100644 --- a/plaid/model/paystub_pay_frequency.py +++ b/plaid/model/paystub_pay_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_ytd_details.py b/plaid/model/paystub_ytd_details.py index e477a1d90..7af93ef11 100644 --- a/plaid/model/paystub_ytd_details.py +++ b/plaid/model/paystub_ytd_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pending_disconnect_webhook.py b/plaid/model/pending_disconnect_webhook.py index e13081200..11aa848b1 100644 --- a/plaid/model/pending_disconnect_webhook.py +++ b/plaid/model/pending_disconnect_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pending_disconnect_webhook_reason.py b/plaid/model/pending_disconnect_webhook_reason.py index aaad252bc..e4c9586fd 100644 --- a/plaid/model/pending_disconnect_webhook_reason.py +++ b/plaid/model/pending_disconnect_webhook_reason.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pending_expiration_webhook.py b/plaid/model/pending_expiration_webhook.py index 06aff0b5c..f82c7e737 100644 --- a/plaid/model/pending_expiration_webhook.py +++ b/plaid/model/pending_expiration_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/personal_finance_category.py b/plaid/model/personal_finance_category.py index 4e39469da..a7b2cf40a 100644 --- a/plaid/model/personal_finance_category.py +++ b/plaid/model/personal_finance_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/personal_finance_category_version.py b/plaid/model/personal_finance_category_version.py index f20eee16f..aea7b579f 100644 --- a/plaid/model/personal_finance_category_version.py +++ b/plaid/model/personal_finance_category_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/phone_number.py b/plaid/model/phone_number.py index a69728388..905a3f362 100644 --- a/plaid/model/phone_number.py +++ b/plaid/model/phone_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/phone_number_match_score.py b/plaid/model/phone_number_match_score.py index d2914b217..ff26fea87 100644 --- a/plaid/model/phone_number_match_score.py +++ b/plaid/model/phone_number_match_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/phone_type.py b/plaid/model/phone_type.py index 3c07ff7e4..71fef15f9 100644 --- a/plaid/model/phone_type.py +++ b/plaid/model/phone_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/physical_document_category.py b/plaid/model/physical_document_category.py index 9803fb29e..63fe03662 100644 --- a/plaid/model/physical_document_category.py +++ b/plaid/model/physical_document_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/physical_document_extracted_data.py b/plaid/model/physical_document_extracted_data.py index 22f607fb5..f43218b38 100644 --- a/plaid/model/physical_document_extracted_data.py +++ b/plaid/model/physical_document_extracted_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/physical_document_extracted_data_analysis.py b/plaid/model/physical_document_extracted_data_analysis.py index ff42387c7..39906fea9 100644 --- a/plaid/model/physical_document_extracted_data_analysis.py +++ b/plaid/model/physical_document_extracted_data_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/physical_document_images.py b/plaid/model/physical_document_images.py index 2d682b79f..e62a589fa 100644 --- a/plaid/model/physical_document_images.py +++ b/plaid/model/physical_document_images.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_check_score.py b/plaid/model/plaid_check_score.py index da7bc0610..b84a6d4f3 100644 --- a/plaid/model/plaid_check_score.py +++ b/plaid/model/plaid_check_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_check_score_version.py b/plaid/model/plaid_check_score_version.py index 89fcd49b9..461f56688 100644 --- a/plaid/model/plaid_check_score_version.py +++ b/plaid/model/plaid_check_score_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_error.py b/plaid/model/plaid_error.py index c516cf8a9..34ec51766 100644 --- a/plaid/model/plaid_error.py +++ b/plaid/model/plaid_error.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_error_type.py b/plaid/model/plaid_error_type.py index 83a92c652..cb87b36b3 100644 --- a/plaid/model/plaid_error_type.py +++ b/plaid/model/plaid_error_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_lend_score_version.py b/plaid/model/plaid_lend_score_version.py index 588f4be19..971fe068b 100644 --- a/plaid/model/plaid_lend_score_version.py +++ b/plaid/model/plaid_lend_score_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/platform_ids.py b/plaid/model/platform_ids.py index 06393675d..d104ede3f 100644 --- a/plaid/model/platform_ids.py +++ b/plaid/model/platform_ids.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/po_box_status.py b/plaid/model/po_box_status.py index c72089160..979ddbfe8 100644 --- a/plaid/model/po_box_status.py +++ b/plaid/model/po_box_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_cash_score.py b/plaid/model/prism_cash_score.py index ae3e97bfa..6bd7f1740 100644 --- a/plaid/model/prism_cash_score.py +++ b/plaid/model/prism_cash_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_cash_score_metadata.py b/plaid/model/prism_cash_score_metadata.py index 8a90cf5f0..429eace8d 100644 --- a/plaid/model/prism_cash_score_metadata.py +++ b/plaid/model/prism_cash_score_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_cash_score_version.py b/plaid/model/prism_cash_score_version.py index 8b1b2b119..fce28f980 100644 --- a/plaid/model/prism_cash_score_version.py +++ b/plaid/model/prism_cash_score_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_detect.py b/plaid/model/prism_detect.py index 644f8d716..36659e796 100644 --- a/plaid/model/prism_detect.py +++ b/plaid/model/prism_detect.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_detect_version.py b/plaid/model/prism_detect_version.py index 44dcc8d3c..a89e1279f 100644 --- a/plaid/model/prism_detect_version.py +++ b/plaid/model/prism_detect_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_extend.py b/plaid/model/prism_extend.py index c56362908..07a01f322 100644 --- a/plaid/model/prism_extend.py +++ b/plaid/model/prism_extend.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_extend_version.py b/plaid/model/prism_extend_version.py index 6dd267ea2..f976dabc6 100644 --- a/plaid/model/prism_extend_version.py +++ b/plaid/model/prism_extend_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_first_detect.py b/plaid/model/prism_first_detect.py index 12e6d74a4..a766b0d44 100644 --- a/plaid/model/prism_first_detect.py +++ b/plaid/model/prism_first_detect.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_first_detect_version.py b/plaid/model/prism_first_detect_version.py index bfa7b08a5..e533e8597 100644 --- a/plaid/model/prism_first_detect_version.py +++ b/plaid/model/prism_first_detect_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_insights.py b/plaid/model/prism_insights.py index dcbcfab4a..17ce1cd6e 100644 --- a/plaid/model/prism_insights.py +++ b/plaid/model/prism_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_insights_version.py b/plaid/model/prism_insights_version.py index 5c4df9605..abc07992b 100644 --- a/plaid/model/prism_insights_version.py +++ b/plaid/model/prism_insights_version.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_product.py b/plaid/model/prism_product.py index 996c3a196..48273fc3a 100644 --- a/plaid/model/prism_product.py +++ b/plaid/model/prism_product.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_versions.py b/plaid/model/prism_versions.py index c3e53c929..f4cc6d143 100644 --- a/plaid/model/prism_versions.py +++ b/plaid/model/prism_versions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_versions_deprecated.py b/plaid/model/prism_versions_deprecated.py index d353141d3..1e18858ed 100644 --- a/plaid/model/prism_versions_deprecated.py +++ b/plaid/model/prism_versions_deprecated.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_account_get_request.py b/plaid/model/processor_account_get_request.py index 7a6517f09..689270727 100644 --- a/plaid/model/processor_account_get_request.py +++ b/plaid/model/processor_account_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_account_get_response.py b/plaid/model/processor_account_get_response.py index 0ddf1c0f3..eb4f9db77 100644 --- a/plaid/model/processor_account_get_response.py +++ b/plaid/model/processor_account_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_apex_processor_token_create_request.py b/plaid/model/processor_apex_processor_token_create_request.py index af7d80981..383daa266 100644 --- a/plaid/model/processor_apex_processor_token_create_request.py +++ b/plaid/model/processor_apex_processor_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_auth_get_request.py b/plaid/model/processor_auth_get_request.py index ecaaa0477..75021a44b 100644 --- a/plaid/model/processor_auth_get_request.py +++ b/plaid/model/processor_auth_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_auth_get_response.py b/plaid/model/processor_auth_get_response.py index fe550df60..74cde0e13 100644 --- a/plaid/model/processor_auth_get_response.py +++ b/plaid/model/processor_auth_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_balance_get_request.py b/plaid/model/processor_balance_get_request.py index 6819e8da6..69dbfb8a7 100644 --- a/plaid/model/processor_balance_get_request.py +++ b/plaid/model/processor_balance_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_balance_get_request_options.py b/plaid/model/processor_balance_get_request_options.py index 637242015..362d49510 100644 --- a/plaid/model/processor_balance_get_request_options.py +++ b/plaid/model/processor_balance_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_balance_get_response.py b/plaid/model/processor_balance_get_response.py index b7a56739b..79eb97ea5 100644 --- a/plaid/model/processor_balance_get_response.py +++ b/plaid/model/processor_balance_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_bank_transfer_create_request.py b/plaid/model/processor_bank_transfer_create_request.py index c3ef6e3de..544c2e718 100644 --- a/plaid/model/processor_bank_transfer_create_request.py +++ b/plaid/model/processor_bank_transfer_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_bank_transfer_create_response.py b/plaid/model/processor_bank_transfer_create_response.py index 9c354e89b..a2c0b3397 100644 --- a/plaid/model/processor_bank_transfer_create_response.py +++ b/plaid/model/processor_bank_transfer_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_default_update_webhook.py b/plaid/model/processor_default_update_webhook.py index de240bc02..b2ed25fe6 100644 --- a/plaid/model/processor_default_update_webhook.py +++ b/plaid/model/processor_default_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_historical_update_webhook.py b/plaid/model/processor_historical_update_webhook.py index 1f2e9a55b..dd12c2a7e 100644 --- a/plaid/model/processor_historical_update_webhook.py +++ b/plaid/model/processor_historical_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_identity_get_request.py b/plaid/model/processor_identity_get_request.py index 1e2d1c6c0..00404fc64 100644 --- a/plaid/model/processor_identity_get_request.py +++ b/plaid/model/processor_identity_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_identity_get_response.py b/plaid/model/processor_identity_get_response.py index 8a04075da..04534f83c 100644 --- a/plaid/model/processor_identity_get_response.py +++ b/plaid/model/processor_identity_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_identity_match_request.py b/plaid/model/processor_identity_match_request.py index 11ec46397..5cf364f01 100644 --- a/plaid/model/processor_identity_match_request.py +++ b/plaid/model/processor_identity_match_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_identity_match_response.py b/plaid/model/processor_identity_match_response.py index 514fd78d4..1e10f1d10 100644 --- a/plaid/model/processor_identity_match_response.py +++ b/plaid/model/processor_identity_match_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_initial_update_webhook.py b/plaid/model/processor_initial_update_webhook.py index 4200c0393..b3123a761 100644 --- a/plaid/model/processor_initial_update_webhook.py +++ b/plaid/model/processor_initial_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_investments_holdings_get_request.py b/plaid/model/processor_investments_holdings_get_request.py index 379037039..c2c55f0dd 100644 --- a/plaid/model/processor_investments_holdings_get_request.py +++ b/plaid/model/processor_investments_holdings_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_investments_holdings_get_response.py b/plaid/model/processor_investments_holdings_get_response.py index b7d01b9ad..539454317 100644 --- a/plaid/model/processor_investments_holdings_get_response.py +++ b/plaid/model/processor_investments_holdings_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_investments_transactions_get_request.py b/plaid/model/processor_investments_transactions_get_request.py index b753d5059..c03712b19 100644 --- a/plaid/model/processor_investments_transactions_get_request.py +++ b/plaid/model/processor_investments_transactions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_investments_transactions_get_response.py b/plaid/model/processor_investments_transactions_get_response.py index 306e2464b..fef553c8a 100644 --- a/plaid/model/processor_investments_transactions_get_response.py +++ b/plaid/model/processor_investments_transactions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_liabilities_get_request.py b/plaid/model/processor_liabilities_get_request.py index a12461460..0d08df000 100644 --- a/plaid/model/processor_liabilities_get_request.py +++ b/plaid/model/processor_liabilities_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_liabilities_get_response.py b/plaid/model/processor_liabilities_get_response.py index a0e6e9edc..9758e6f66 100644 --- a/plaid/model/processor_liabilities_get_response.py +++ b/plaid/model/processor_liabilities_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_number.py b/plaid/model/processor_number.py index 49d74078f..8a2f03e0b 100644 --- a/plaid/model/processor_number.py +++ b/plaid/model/processor_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_recurring_transactions_update_webhook.py b/plaid/model/processor_recurring_transactions_update_webhook.py index 579fb017e..4a627b15a 100644 --- a/plaid/model/processor_recurring_transactions_update_webhook.py +++ b/plaid/model/processor_recurring_transactions_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_decision_report_request.py b/plaid/model/processor_signal_decision_report_request.py index 112122e2e..73dc02ceb 100644 --- a/plaid/model/processor_signal_decision_report_request.py +++ b/plaid/model/processor_signal_decision_report_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_decision_report_response.py b/plaid/model/processor_signal_decision_report_response.py index 1a5a0c648..145aa24bd 100644 --- a/plaid/model/processor_signal_decision_report_response.py +++ b/plaid/model/processor_signal_decision_report_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_evaluate_request.py b/plaid/model/processor_signal_evaluate_request.py index 0d2357c04..1e5f5eb8c 100644 --- a/plaid/model/processor_signal_evaluate_request.py +++ b/plaid/model/processor_signal_evaluate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_evaluate_response.py b/plaid/model/processor_signal_evaluate_response.py index fed473c48..f813f5221 100644 --- a/plaid/model/processor_signal_evaluate_response.py +++ b/plaid/model/processor_signal_evaluate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_prepare_request.py b/plaid/model/processor_signal_prepare_request.py index b27d96f75..cd64be30f 100644 --- a/plaid/model/processor_signal_prepare_request.py +++ b/plaid/model/processor_signal_prepare_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_prepare_response.py b/plaid/model/processor_signal_prepare_response.py index 0e81761c4..73f14fc16 100644 --- a/plaid/model/processor_signal_prepare_response.py +++ b/plaid/model/processor_signal_prepare_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_return_report_request.py b/plaid/model/processor_signal_return_report_request.py index e424f0491..d28aa8387 100644 --- a/plaid/model/processor_signal_return_report_request.py +++ b/plaid/model/processor_signal_return_report_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_signal_return_report_response.py b/plaid/model/processor_signal_return_report_response.py index ae097e6c2..6fd257972 100644 --- a/plaid/model/processor_signal_return_report_response.py +++ b/plaid/model/processor_signal_return_report_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_stripe_bank_account_token_create_request.py b/plaid/model/processor_stripe_bank_account_token_create_request.py index 713394ed5..ef4f82446 100644 --- a/plaid/model/processor_stripe_bank_account_token_create_request.py +++ b/plaid/model/processor_stripe_bank_account_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_stripe_bank_account_token_create_response.py b/plaid/model/processor_stripe_bank_account_token_create_response.py index 1ebdddee1..1af74e5e0 100644 --- a/plaid/model/processor_stripe_bank_account_token_create_response.py +++ b/plaid/model/processor_stripe_bank_account_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_sync_updates_available_webhook.py b/plaid/model/processor_sync_updates_available_webhook.py index 48f921702..6a77a36a7 100644 --- a/plaid/model/processor_sync_updates_available_webhook.py +++ b/plaid/model/processor_sync_updates_available_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_create_request.py b/plaid/model/processor_token_create_request.py index 4605eb1cb..a335b8444 100644 --- a/plaid/model/processor_token_create_request.py +++ b/plaid/model/processor_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_create_response.py b/plaid/model/processor_token_create_response.py index 203887cad..2485107d8 100644 --- a/plaid/model/processor_token_create_response.py +++ b/plaid/model/processor_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_permissions_get_request.py b/plaid/model/processor_token_permissions_get_request.py index 7299d6730..38ba4df7e 100644 --- a/plaid/model/processor_token_permissions_get_request.py +++ b/plaid/model/processor_token_permissions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_permissions_get_response.py b/plaid/model/processor_token_permissions_get_response.py index b4f46ec33..0f31dad68 100644 --- a/plaid/model/processor_token_permissions_get_response.py +++ b/plaid/model/processor_token_permissions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_permissions_set_request.py b/plaid/model/processor_token_permissions_set_request.py index 0952de69b..0926738e9 100644 --- a/plaid/model/processor_token_permissions_set_request.py +++ b/plaid/model/processor_token_permissions_set_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_permissions_set_response.py b/plaid/model/processor_token_permissions_set_response.py index 0b8d5a6f4..d28fc4417 100644 --- a/plaid/model/processor_token_permissions_set_response.py +++ b/plaid/model/processor_token_permissions_set_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_webhook_update.py b/plaid/model/processor_token_webhook_update.py index d6bb7b63a..31ee19967 100644 --- a/plaid/model/processor_token_webhook_update.py +++ b/plaid/model/processor_token_webhook_update.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_webhook_update_request.py b/plaid/model/processor_token_webhook_update_request.py index d703e8240..c0d9445b8 100644 --- a/plaid/model/processor_token_webhook_update_request.py +++ b/plaid/model/processor_token_webhook_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_token_webhook_update_response.py b/plaid/model/processor_token_webhook_update_response.py index a477cdfaa..c133ac297 100644 --- a/plaid/model/processor_token_webhook_update_response.py +++ b/plaid/model/processor_token_webhook_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_get_request.py b/plaid/model/processor_transactions_get_request.py index 122498a9e..3bcc47ea6 100644 --- a/plaid/model/processor_transactions_get_request.py +++ b/plaid/model/processor_transactions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_get_request_options.py b/plaid/model/processor_transactions_get_request_options.py index aab208f58..51fd079ac 100644 --- a/plaid/model/processor_transactions_get_request_options.py +++ b/plaid/model/processor_transactions_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_get_response.py b/plaid/model/processor_transactions_get_response.py index 3952ac8c6..e003e61d9 100644 --- a/plaid/model/processor_transactions_get_response.py +++ b/plaid/model/processor_transactions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_recurring_get_request.py b/plaid/model/processor_transactions_recurring_get_request.py index 0501f5888..575729007 100644 --- a/plaid/model/processor_transactions_recurring_get_request.py +++ b/plaid/model/processor_transactions_recurring_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_recurring_get_response.py b/plaid/model/processor_transactions_recurring_get_response.py index 6bd1c99af..6483dfad3 100644 --- a/plaid/model/processor_transactions_recurring_get_response.py +++ b/plaid/model/processor_transactions_recurring_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_refresh_request.py b/plaid/model/processor_transactions_refresh_request.py index c5bc78153..f92d93c93 100644 --- a/plaid/model/processor_transactions_refresh_request.py +++ b/plaid/model/processor_transactions_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_refresh_response.py b/plaid/model/processor_transactions_refresh_response.py index 5ed7071c1..d63866a68 100644 --- a/plaid/model/processor_transactions_refresh_response.py +++ b/plaid/model/processor_transactions_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_removed_webhook.py b/plaid/model/processor_transactions_removed_webhook.py index 95ab162d5..ee93fa2f4 100644 --- a/plaid/model/processor_transactions_removed_webhook.py +++ b/plaid/model/processor_transactions_removed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_sync_request.py b/plaid/model/processor_transactions_sync_request.py index e1f2120ed..0dd15e38a 100644 --- a/plaid/model/processor_transactions_sync_request.py +++ b/plaid/model/processor_transactions_sync_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_transactions_sync_response.py b/plaid/model/processor_transactions_sync_response.py index bd806d012..9e9709d11 100644 --- a/plaid/model/processor_transactions_sync_response.py +++ b/plaid/model/processor_transactions_sync_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_access.py b/plaid/model/product_access.py index 07af62c63..5faa4ecd0 100644 --- a/plaid/model/product_access.py +++ b/plaid/model/product_access.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_permissions_required_auth_webhook.py b/plaid/model/product_permissions_required_auth_webhook.py index f2caab53a..479b94638 100644 --- a/plaid/model/product_permissions_required_auth_webhook.py +++ b/plaid/model/product_permissions_required_auth_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_permissions_required_identity_webhook.py b/plaid/model/product_permissions_required_identity_webhook.py index d058df99b..9312b0a2b 100644 --- a/plaid/model/product_permissions_required_identity_webhook.py +++ b/plaid/model/product_permissions_required_identity_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_status.py b/plaid/model/product_status.py index ae8416bf8..c5db2a39f 100644 --- a/plaid/model/product_status.py +++ b/plaid/model/product_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_status_breakdown.py b/plaid/model/product_status_breakdown.py index 6b96d2195..4d3221161 100644 --- a/plaid/model/product_status_breakdown.py +++ b/plaid/model/product_status_breakdown.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/products.py b/plaid/model/products.py index df3d74c0a..17b8151a9 100644 --- a/plaid/model/products.py +++ b/plaid/model/products.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_network_status_get_request.py b/plaid/model/profile_network_status_get_request.py index 42397d7fd..c8ef41f77 100644 --- a/plaid/model/profile_network_status_get_request.py +++ b/plaid/model/profile_network_status_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_network_status_get_response.py b/plaid/model/profile_network_status_get_response.py index e8e64504f..0f922580a 100644 --- a/plaid/model/profile_network_status_get_response.py +++ b/plaid/model/profile_network_status_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/program_name_sensitivity.py b/plaid/model/program_name_sensitivity.py index 79e8b9ef2..2787e79e7 100644 --- a/plaid/model/program_name_sensitivity.py +++ b/plaid/model/program_name_sensitivity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/projected_income_summary_field_number.py b/plaid/model/projected_income_summary_field_number.py index ce501ccb5..facc4548d 100644 --- a/plaid/model/projected_income_summary_field_number.py +++ b/plaid/model/projected_income_summary_field_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_app_visit_event.py b/plaid/model/protect_app_visit_event.py index 65ead4ff5..c89fa1813 100644 --- a/plaid/model/protect_app_visit_event.py +++ b/plaid/model/protect_app_visit_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_bank_account.py b/plaid/model/protect_bank_account.py index 8e2c05cee..d2b2cce06 100644 --- a/plaid/model/protect_bank_account.py +++ b/plaid/model/protect_bank_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_compute_request.py b/plaid/model/protect_compute_request.py index 84a7a7c48..ac1bd1ba1 100644 --- a/plaid/model/protect_compute_request.py +++ b/plaid/model/protect_compute_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -123,7 +123,7 @@ def _from_openapi_data(cls, model, user, *args, **kwargs): # noqa: E501 """ProtectComputeRequest - a model defined in OpenAPI Args: - model (str): The name of the Trust Index model to use for calculating the Trust Index Score, with an optional version suffix. Examples include `ti-link-session-2.0`, `ti-identity-2.0`, `ti-link-session`, and `ti-identity`. If the version suffix is not included, the most recent version of that model will be used. The model specified may require certain fields within `model_inputs`. For example, `ti-link-session-2.0` requires the `link` field to be provided in `model_inputs`. + model (str): The name of the Trust Index model to use for calculating the Trust Index Score, with a major.minor version suffix. Examples include `ti-link-session-2.0` and `ti-identity-2.0`. The model specified may require certain fields within `model_inputs`. For example, `ti-link-session-2.0` requires the `link` field to be provided in `model_inputs`. user (ProtectUser): Keyword Args: @@ -217,7 +217,7 @@ def __init__(self, model, user, *args, **kwargs): # noqa: E501 """ProtectComputeRequest - a model defined in OpenAPI Args: - model (str): The name of the Trust Index model to use for calculating the Trust Index Score, with an optional version suffix. Examples include `ti-link-session-2.0`, `ti-identity-2.0`, `ti-link-session`, and `ti-identity`. If the version suffix is not included, the most recent version of that model will be used. The model specified may require certain fields within `model_inputs`. For example, `ti-link-session-2.0` requires the `link` field to be provided in `model_inputs`. + model (str): The name of the Trust Index model to use for calculating the Trust Index Score, with a major.minor version suffix. Examples include `ti-link-session-2.0` and `ti-identity-2.0`. The model specified may require certain fields within `model_inputs`. For example, `ti-link-session-2.0` requires the `link` field to be provided in `model_inputs`. user (ProtectUser): Keyword Args: diff --git a/plaid/model/protect_compute_response.py b/plaid/model/protect_compute_response.py index 5217a59c1..5732bbaed 100644 --- a/plaid/model/protect_compute_response.py +++ b/plaid/model/protect_compute_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -31,9 +31,7 @@ def lazy_import(): from plaid.model.fraud_attributes import FraudAttributes - from plaid.model.trust_index import TrustIndex globals()['FraudAttributes'] = FraudAttributes - globals()['TrustIndex'] = TrustIndex class ProtectComputeResponse(ModelNormal): @@ -90,8 +88,9 @@ def openapi_types(): lazy_import() return { 'request_id': (str,), # noqa: E501 - 'trust_index': (TrustIndex,), # noqa: E501 - 'fraud_attributes': (FraudAttributes,), # noqa: E501 + 'score': (int, none_type,), # noqa: E501 + 'model': (str,), # noqa: E501 + 'attributes': (FraudAttributes,), # noqa: E501 } @cached_property @@ -101,8 +100,9 @@ def discriminator(): attribute_map = { 'request_id': 'request_id', # noqa: E501 - 'trust_index': 'trust_index', # noqa: E501 - 'fraud_attributes': 'fraud_attributes', # noqa: E501 + 'score': 'score', # noqa: E501 + 'model': 'model', # noqa: E501 + 'attributes': 'attributes', # noqa: E501 } read_only_vars = { @@ -149,8 +149,9 @@ def _from_openapi_data(cls, request_id, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - trust_index (TrustIndex): [optional] # noqa: E501 - fraud_attributes (FraudAttributes): [optional] # noqa: E501 + score (int, none_type): The trust index score.. [optional] # noqa: E501 + model (str): The versioned name of the Trust Index model used for scoring.. [optional] # noqa: E501 + attributes (FraudAttributes): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -240,8 +241,9 @@ def __init__(self, request_id, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - trust_index (TrustIndex): [optional] # noqa: E501 - fraud_attributes (FraudAttributes): [optional] # noqa: E501 + score (int, none_type): The trust index score.. [optional] # noqa: E501 + model (str): The versioned name of the Trust Index model used for scoring.. [optional] # noqa: E501 + attributes (FraudAttributes): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/protect_event.py b/plaid/model/protect_event.py index 31ff87ca1..15446e3e5 100644 --- a/plaid/model/protect_event.py +++ b/plaid/model/protect_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_event_get_request.py b/plaid/model/protect_event_get_request.py index 6ec2e14fc..83447605c 100644 --- a/plaid/model/protect_event_get_request.py +++ b/plaid/model/protect_event_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_event_get_response.py b/plaid/model/protect_event_get_response.py index 6de4eee97..20a49a61b 100644 --- a/plaid/model/protect_event_get_response.py +++ b/plaid/model/protect_event_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_event_send_request.py b/plaid/model/protect_event_send_request.py index 81776d1bf..8b318cd99 100644 --- a/plaid/model/protect_event_send_request.py +++ b/plaid/model/protect_event_send_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_event_send_response.py b/plaid/model/protect_event_send_response.py index 3fb4de52c..2f3aa4d53 100644 --- a/plaid/model/protect_event_send_response.py +++ b/plaid/model/protect_event_send_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_incident_amount.py b/plaid/model/protect_incident_amount.py index dd39ff403..4ac78428f 100644 --- a/plaid/model/protect_incident_amount.py +++ b/plaid/model/protect_incident_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_incident_event.py b/plaid/model/protect_incident_event.py index a1bf3bf5f..f61525b33 100644 --- a/plaid/model/protect_incident_event.py +++ b/plaid/model/protect_incident_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_incident_event_response.py b/plaid/model/protect_incident_event_response.py index 527a37a91..3d36194b9 100644 --- a/plaid/model/protect_incident_event_response.py +++ b/plaid/model/protect_incident_event_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_link_model_inputs.py b/plaid/model/protect_link_model_inputs.py index 29c2da7e5..214461b0e 100644 --- a/plaid/model/protect_link_model_inputs.py +++ b/plaid/model/protect_link_model_inputs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -142,7 +142,7 @@ def _from_openapi_data(cls, link_session_id, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - require_extracted_data (bool): Whether to wait for data to be extracted before computing and returning a score. If set to `true` and `/protect/compute` is called before data has been extracted, an error will be returned indicating that data has not yet been extracted. If set to `false`, a score will be computed and returned regardless of whether data has been extracted. If `false` and data has been extracted, extracted data will still be included in the score computation. Defaults to `false`.. [optional] # noqa: E501 + require_extracted_data (bool): Controls whether transaction extraction must be complete before scoring. If `false` (default), returns a score whether or not transaction extraction is complete, as long as the link session is finished; if data has been extracted it will still be included in the score computation. If `true`, returns HTTP 400 with `error_type` = `INVALID_REQUEST` and `error_code` = `FAILED_PRECONDITION` if extraction is still in progress; once data is ready a score will be returned normally.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -232,7 +232,7 @@ def __init__(self, link_session_id, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - require_extracted_data (bool): Whether to wait for data to be extracted before computing and returning a score. If set to `true` and `/protect/compute` is called before data has been extracted, an error will be returned indicating that data has not yet been extracted. If set to `false`, a score will be computed and returned regardless of whether data has been extracted. If `false` and data has been extracted, extracted data will still be included in the score computation. Defaults to `false`.. [optional] # noqa: E501 + require_extracted_data (bool): Controls whether transaction extraction must be complete before scoring. If `false` (default), returns a score whether or not transaction extraction is complete, as long as the link session is finished; if data has been extracted it will still be included in the score computation. If `true`, returns HTTP 400 with `error_type` = `INVALID_REQUEST` and `error_code` = `FAILED_PRECONDITION` if extraction is still in progress; once data is ready a score will be returned normally.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/protect_model_inputs.py b/plaid/model/protect_model_inputs.py index b9649c075..2c9765135 100644 --- a/plaid/model/protect_model_inputs.py +++ b/plaid/model/protect_model_inputs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -31,7 +31,9 @@ def lazy_import(): from plaid.model.protect_link_model_inputs import ProtectLinkModelInputs + from plaid.model.protect_sdk_model_inputs import ProtectSDKModelInputs globals()['ProtectLinkModelInputs'] = ProtectLinkModelInputs + globals()['ProtectSDKModelInputs'] = ProtectSDKModelInputs class ProtectModelInputs(ModelNormal): @@ -88,6 +90,7 @@ def openapi_types(): lazy_import() return { 'link': (ProtectLinkModelInputs,), # noqa: E501 + 'sdk': (ProtectSDKModelInputs,), # noqa: E501 } @cached_property @@ -97,6 +100,7 @@ def discriminator(): attribute_map = { 'link': 'link', # noqa: E501 + 'sdk': 'sdk', # noqa: E501 } read_only_vars = { @@ -141,6 +145,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) link (ProtectLinkModelInputs): [optional] # noqa: E501 + sdk (ProtectSDKModelInputs): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -227,6 +232,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) link (ProtectLinkModelInputs): [optional] # noqa: E501 + sdk (ProtectSDKModelInputs): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/protect_report.py b/plaid/model/protect_report.py index 7ae4dec91..c1a79c5aa 100644 --- a/plaid/model/protect_report.py +++ b/plaid/model/protect_report.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_report_confidence.py b/plaid/model/protect_report_confidence.py index f599beea8..6aca17e0c 100644 --- a/plaid/model/protect_report_confidence.py +++ b/plaid/model/protect_report_confidence.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_report_create_request.py b/plaid/model/protect_report_create_request.py index 7aba3b9e8..d629424fc 100644 --- a/plaid/model/protect_report_create_request.py +++ b/plaid/model/protect_report_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_report_create_response.py b/plaid/model/protect_report_create_response.py index 1ce10b1d6..cef37f430 100644 --- a/plaid/model/protect_report_create_response.py +++ b/plaid/model/protect_report_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_report_source.py b/plaid/model/protect_report_source.py index 910dcd718..3586f7293 100644 --- a/plaid/model/protect_report_source.py +++ b/plaid/model/protect_report_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_report_type.py b/plaid/model/protect_report_type.py index 54a0698f4..fa4f86447 100644 --- a/plaid/model/protect_report_type.py +++ b/plaid/model/protect_report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_sdk_model_inputs.py b/plaid/model/protect_sdk_model_inputs.py new file mode 100644 index 000000000..35b881ceb --- /dev/null +++ b/plaid/model/protect_sdk_model_inputs.py @@ -0,0 +1,272 @@ +""" + The Plaid API + + The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 + + The version of the OpenAPI document: 2020-09-14_1.682.2 + Generated by: https://openapi-generator.tech +""" + + +import re # noqa: F401 +import sys # noqa: F401 + +from plaid.model_utils import ( # noqa: F401 + ApiTypeError, + ModelComposed, + ModelNormal, + ModelSimple, + cached_property, + change_keys_js_to_python, + convert_js_args_to_python_args, + date, + datetime, + file_type, + none_type, + validate_get_composed_info, + OpenApiModel +) +from plaid.exceptions import ApiAttributeError + + + +class ProtectSDKModelInputs(ModelNormal): + """NOTE: This class is auto generated by OpenAPI Generator. + Ref: https://openapi-generator.tech + + Do not edit the class manually. + + Attributes: + allowed_values (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + with a capitalized key describing the allowed value and an allowed + value. These dicts store the allowed enum values. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + discriminator_value_class_map (dict): A dict to go from the discriminator + variable value to the discriminator class name. + validations (dict): The key is the tuple path to the attribute + and the for var_name this is (var_name,). The value is a dict + that stores validations for max_length, min_length, max_items, + min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum, + inclusive_minimum, and regex. + additional_properties_type (tuple): A tuple of classes accepted + as additional properties values. + """ + + allowed_values = { + } + + validations = { + ('sdk_session_id',): { + 'max_length': 128, + }, + } + + @cached_property + def additional_properties_type(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + """ + return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501 + + _nullable = True + + @cached_property + def openapi_types(): + """ + This must be a method because a model may have properties that are + of type self, this must run after the class is loaded + + Returns + openapi_types (dict): The key is attribute name + and the value is attribute type. + """ + return { + 'sdk_session_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'sdk_session_id': 'sdk_session_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, sdk_session_id, *args, **kwargs): # noqa: E501 + """ProtectSDKModelInputs - a model defined in OpenAPI + + Args: + sdk_session_id (str): A unique identifier for the Protect SDK session, used to compute a Trust Index score and fraud attributes. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + self = super(OpenApiModel, cls).__new__(cls) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.sdk_session_id = sdk_session_id + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + return self + + required_properties = set([ + '_data_store', + '_check_type', + '_spec_property_naming', + '_path_to_item', + '_configuration', + '_visited_composed_classes', + ]) + + @convert_js_args_to_python_args + def __init__(self, sdk_session_id, *args, **kwargs): # noqa: E501 + """ProtectSDKModelInputs - a model defined in OpenAPI + + Args: + sdk_session_id (str): A unique identifier for the Protect SDK session, used to compute a Trust Index score and fraud attributes. + + Keyword Args: + _check_type (bool): if True, values for parameters in openapi_types + will be type checked and a TypeError will be + raised if the wrong type is input. + Defaults to True + _path_to_item (tuple/list): This is a list of keys or values to + drill down to the model in received_data + when deserializing a response + _spec_property_naming (bool): True if the variable names in the input data + are serialized names, as specified in the OpenAPI document. + False if the variable names in the input data + are pythonic names, e.g. snake case (default) + _configuration (Configuration): the instance to use when + deserializing a file_type parameter. + If passed, type conversion is attempted + If omitted no type conversion is done. + _visited_composed_classes (tuple): This stores a tuple of + classes that we have traveled through so that + if we see that class again we will not use its + discriminator again. + When traveling through a discriminator, the + composed schema that is + is traveled through is added to this set. + For example if Animal has a discriminator + petType and we pass in "Dog", and the class Dog + allOf includes Animal, we move through Animal + once using the discriminator, and pick Dog. + Then in Dog, we will make an instance of the + Animal class but this time we won't travel + through its discriminator because we passed in + _visited_composed_classes = (Animal,) + """ + + _check_type = kwargs.pop('_check_type', True) + _spec_property_naming = kwargs.pop('_spec_property_naming', False) + _path_to_item = kwargs.pop('_path_to_item', ()) + _configuration = kwargs.pop('_configuration', None) + _visited_composed_classes = kwargs.pop('_visited_composed_classes', ()) + + if args: + for arg in args: + if isinstance(arg, dict): + kwargs.update(arg) + else: + raise ApiTypeError( + "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % ( + args, + self.__class__.__name__, + ), + path_to_item=_path_to_item, + valid_classes=(self.__class__,), + ) + + self._data_store = {} + self._check_type = _check_type + self._spec_property_naming = _spec_property_naming + self._path_to_item = _path_to_item + self._configuration = _configuration + self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + + self.sdk_session_id = sdk_session_id + for var_name, var_value in kwargs.items(): + if var_name not in self.attribute_map and \ + self._configuration is not None and \ + self._configuration.discard_unknown_keys and \ + self.additional_properties_type is None: + # discard variable. + continue + setattr(self, var_name, var_value) + if var_name in self.read_only_vars: + raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate " + f"class with read only attributes.") diff --git a/plaid/model/protect_user.py b/plaid/model/protect_user.py index 7c5c66b3b..bab988933 100644 --- a/plaid/model/protect_user.py +++ b/plaid/model/protect_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_user_event_webhook.py b/plaid/model/protect_user_event_webhook.py index 77a822998..e80de2e40 100644 --- a/plaid/model/protect_user_event_webhook.py +++ b/plaid/model/protect_user_event_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_user_insights_get_request.py b/plaid/model/protect_user_insights_get_request.py index 7201c7f39..4c2f57831 100644 --- a/plaid/model/protect_user_insights_get_request.py +++ b/plaid/model/protect_user_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_user_insights_get_response.py b/plaid/model/protect_user_insights_get_response.py index 1a6f44789..cd27c6f63 100644 --- a/plaid/model/protect_user_insights_get_response.py +++ b/plaid/model/protect_user_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_user_sign_in_event.py b/plaid/model/protect_user_sign_in_event.py index 3323b4496..dd7420a95 100644 --- a/plaid/model/protect_user_sign_in_event.py +++ b/plaid/model/protect_user_sign_in_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/protect_user_sign_up_event.py b/plaid/model/protect_user_sign_up_event.py index 0675bfd9c..a97073c03 100644 --- a/plaid/model/protect_user_sign_up_event.py +++ b/plaid/model/protect_user_sign_up_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/provider_business_address.py b/plaid/model/provider_business_address.py index e8642fd50..127e06da4 100644 --- a/plaid/model/provider_business_address.py +++ b/plaid/model/provider_business_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/proxy_type.py b/plaid/model/proxy_type.py index a502aecd7..51ca62b87 100644 --- a/plaid/model/proxy_type.py +++ b/plaid/model/proxy_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pslf_status.py b/plaid/model/pslf_status.py index a5e09074d..796b5bb30 100644 --- a/plaid/model/pslf_status.py +++ b/plaid/model/pslf_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/reason_code.py b/plaid/model/reason_code.py index 2093ccd58..db17fdb74 100644 --- a/plaid/model/reason_code.py +++ b/plaid/model/reason_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recaptcha_required_error.py b/plaid/model/recaptcha_required_error.py index e0e91f6c0..9bc66284e 100644 --- a/plaid/model/recaptcha_required_error.py +++ b/plaid/model/recaptcha_required_error.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recipient_bacs.py b/plaid/model/recipient_bacs.py index adb408965..8aa3cfad1 100644 --- a/plaid/model/recipient_bacs.py +++ b/plaid/model/recipient_bacs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recipient_bacs_nullable.py b/plaid/model/recipient_bacs_nullable.py index e0cb4fca3..f137aa774 100644 --- a/plaid/model/recipient_bacs_nullable.py +++ b/plaid/model/recipient_bacs_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recommendation_string.py b/plaid/model/recommendation_string.py index 2b69e04f2..af278e1c4 100644 --- a/plaid/model/recommendation_string.py +++ b/plaid/model/recommendation_string.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurrence.py b/plaid/model/recurrence.py index aea4fdb1b..7d67bd250 100644 --- a/plaid/model/recurrence.py +++ b/plaid/model/recurrence.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_cancelled_webhook.py b/plaid/model/recurring_cancelled_webhook.py index c54e20798..db0e68857 100644 --- a/plaid/model/recurring_cancelled_webhook.py +++ b/plaid/model/recurring_cancelled_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_frequency.py b/plaid/model/recurring_frequency.py index 6807e15c4..48aae96b3 100644 --- a/plaid/model/recurring_frequency.py +++ b/plaid/model/recurring_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_insights_stream.py b/plaid/model/recurring_insights_stream.py index ded89a462..02c2dc8af 100644 --- a/plaid/model/recurring_insights_stream.py +++ b/plaid/model/recurring_insights_stream.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_new_transfer_webhook.py b/plaid/model/recurring_new_transfer_webhook.py index d0ac95ce6..c31ebc334 100644 --- a/plaid/model/recurring_new_transfer_webhook.py +++ b/plaid/model/recurring_new_transfer_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transaction_frequency.py b/plaid/model/recurring_transaction_frequency.py index 10462cc5b..657d5e5ed 100644 --- a/plaid/model/recurring_transaction_frequency.py +++ b/plaid/model/recurring_transaction_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transactions.py b/plaid/model/recurring_transactions.py index f84fe3160..944051947 100644 --- a/plaid/model/recurring_transactions.py +++ b/plaid/model/recurring_transactions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transactions_update_webhook.py b/plaid/model/recurring_transactions_update_webhook.py index fcb99ed63..49b4b5ef5 100644 --- a/plaid/model/recurring_transactions_update_webhook.py +++ b/plaid/model/recurring_transactions_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transfer.py b/plaid/model/recurring_transfer.py index 3be0876f1..0797e4da9 100644 --- a/plaid/model/recurring_transfer.py +++ b/plaid/model/recurring_transfer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transfer_nullable.py b/plaid/model/recurring_transfer_nullable.py index 7e3189a23..41e0043cf 100644 --- a/plaid/model/recurring_transfer_nullable.py +++ b/plaid/model/recurring_transfer_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transfer_skipped_webhook.py b/plaid/model/recurring_transfer_skipped_webhook.py index 0270cdccc..6b65bdc83 100644 --- a/plaid/model/recurring_transfer_skipped_webhook.py +++ b/plaid/model/recurring_transfer_skipped_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/refresh_result.py b/plaid/model/refresh_result.py index c5ef785b4..f11fd4234 100644 --- a/plaid/model/refresh_result.py +++ b/plaid/model/refresh_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/removed_transaction.py b/plaid/model/removed_transaction.py index 11d0f292b..1409b6e12 100644 --- a/plaid/model/removed_transaction.py +++ b/plaid/model/removed_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/report_type.py b/plaid/model/report_type.py index 3e146c0c4..c4fbd8947 100644 --- a/plaid/model/report_type.py +++ b/plaid/model/report_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/reporting_information.py b/plaid/model/reporting_information.py index 43b428054..89ac4bfbc 100644 --- a/plaid/model/reporting_information.py +++ b/plaid/model/reporting_information.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/request_business_address.py b/plaid/model/request_business_address.py index c2e752b0a..5325fcd4c 100644 --- a/plaid/model/request_business_address.py +++ b/plaid/model/request_business_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/response_business_address.py b/plaid/model/response_business_address.py index 7a8388ce4..14fdcd879 100644 --- a/plaid/model/response_business_address.py +++ b/plaid/model/response_business_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_behavior.py b/plaid/model/risk_check_behavior.py index a6c2be0b8..84df84aae 100644 --- a/plaid/model/risk_check_behavior.py +++ b/plaid/model/risk_check_behavior.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_behavior_bot_detected_label.py b/plaid/model/risk_check_behavior_bot_detected_label.py index 37ff4adf1..d92560b28 100644 --- a/plaid/model/risk_check_behavior_bot_detected_label.py +++ b/plaid/model/risk_check_behavior_bot_detected_label.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_behavior_fraud_ring_detected_label.py b/plaid/model/risk_check_behavior_fraud_ring_detected_label.py index a52550afe..aef4fb834 100644 --- a/plaid/model/risk_check_behavior_fraud_ring_detected_label.py +++ b/plaid/model/risk_check_behavior_fraud_ring_detected_label.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_behavior_user_interactions_label.py b/plaid/model/risk_check_behavior_user_interactions_label.py index 08c643e57..c59ea12b6 100644 --- a/plaid/model/risk_check_behavior_user_interactions_label.py +++ b/plaid/model/risk_check_behavior_user_interactions_label.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_details.py b/plaid/model/risk_check_details.py index 6b68fd0c6..31f0ee7d2 100644 --- a/plaid/model/risk_check_details.py +++ b/plaid/model/risk_check_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_device.py b/plaid/model/risk_check_device.py index 0dd9b5a2a..8fa96ed81 100644 --- a/plaid/model/risk_check_device.py +++ b/plaid/model/risk_check_device.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email.py b/plaid/model/risk_check_email.py index af41e12b6..2e553db6d 100644 --- a/plaid/model/risk_check_email.py +++ b/plaid/model/risk_check_email.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email_domain_is_custom.py b/plaid/model/risk_check_email_domain_is_custom.py index 296bdf29b..9e2cb1807 100644 --- a/plaid/model/risk_check_email_domain_is_custom.py +++ b/plaid/model/risk_check_email_domain_is_custom.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email_domain_is_disposable.py b/plaid/model/risk_check_email_domain_is_disposable.py index cf148938a..3e97a5a9e 100644 --- a/plaid/model/risk_check_email_domain_is_disposable.py +++ b/plaid/model/risk_check_email_domain_is_disposable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email_domain_is_free_provider.py b/plaid/model/risk_check_email_domain_is_free_provider.py index dc0b90dc1..370d173f8 100644 --- a/plaid/model/risk_check_email_domain_is_free_provider.py +++ b/plaid/model/risk_check_email_domain_is_free_provider.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email_is_deliverable_status.py b/plaid/model/risk_check_email_is_deliverable_status.py index dcc4a0fc4..de7b46f73 100644 --- a/plaid/model/risk_check_email_is_deliverable_status.py +++ b/plaid/model/risk_check_email_is_deliverable_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email_top_level_domain_is_suspicious.py b/plaid/model/risk_check_email_top_level_domain_is_suspicious.py index 014850671..ccc8359d5 100644 --- a/plaid/model/risk_check_email_top_level_domain_is_suspicious.py +++ b/plaid/model/risk_check_email_top_level_domain_is_suspicious.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_facial_duplicate.py b/plaid/model/risk_check_facial_duplicate.py index 82b79ef37..3517b03af 100644 --- a/plaid/model/risk_check_facial_duplicate.py +++ b/plaid/model/risk_check_facial_duplicate.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_factors.py b/plaid/model/risk_check_factors.py index 8234de475..ef9023585 100644 --- a/plaid/model/risk_check_factors.py +++ b/plaid/model/risk_check_factors.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_identity_abuse_signals.py b/plaid/model/risk_check_identity_abuse_signals.py index 5b537ffb0..631f5519b 100644 --- a/plaid/model/risk_check_identity_abuse_signals.py +++ b/plaid/model/risk_check_identity_abuse_signals.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_linked_service.py b/plaid/model/risk_check_linked_service.py index d2f714c13..40b750cff 100644 --- a/plaid/model/risk_check_linked_service.py +++ b/plaid/model/risk_check_linked_service.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_network.py b/plaid/model/risk_check_network.py index 97d6bd34f..77b3e011d 100644 --- a/plaid/model/risk_check_network.py +++ b/plaid/model/risk_check_network.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_phone.py b/plaid/model/risk_check_phone.py index 3591535de..95db09d87 100644 --- a/plaid/model/risk_check_phone.py +++ b/plaid/model/risk_check_phone.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_stolen_identity.py b/plaid/model/risk_check_stolen_identity.py index 0bab3d9f7..2cc295f61 100644 --- a/plaid/model/risk_check_stolen_identity.py +++ b/plaid/model/risk_check_stolen_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_synthetic_identity.py b/plaid/model/risk_check_synthetic_identity.py index ac3d6479f..76541fd39 100644 --- a/plaid/model/risk_check_synthetic_identity.py +++ b/plaid/model/risk_check_synthetic_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_indicators.py b/plaid/model/risk_indicators.py index 8d35b91e8..30eac534f 100644 --- a/plaid/model/risk_indicators.py +++ b/plaid/model/risk_indicators.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_level.py b/plaid/model/risk_level.py index 4eceb2a48..4d8a7f7d6 100644 --- a/plaid/model/risk_level.py +++ b/plaid/model/risk_level.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_level_with_no_data.py b/plaid/model/risk_level_with_no_data.py index 713358ac0..07c43c1bf 100644 --- a/plaid/model/risk_level_with_no_data.py +++ b/plaid/model/risk_level_with_no_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_profile.py b/plaid/model/risk_profile.py index 098fc7751..23279bcdf 100644 --- a/plaid/model/risk_profile.py +++ b/plaid/model/risk_profile.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_reason.py b/plaid/model/risk_reason.py index 91e9fb596..e06b38b84 100644 --- a/plaid/model/risk_reason.py +++ b/plaid/model/risk_reason.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_signal_document_reference.py b/plaid/model/risk_signal_document_reference.py index 65083e0bd..9e606cfb7 100644 --- a/plaid/model/risk_signal_document_reference.py +++ b/plaid/model/risk_signal_document_reference.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_signal_document_status.py b/plaid/model/risk_signal_document_status.py index 516945c20..2b117f7bb 100644 --- a/plaid/model/risk_signal_document_status.py +++ b/plaid/model/risk_signal_document_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_signal_document_type.py b/plaid/model/risk_signal_document_type.py index f722f7420..8d519fa17 100644 --- a/plaid/model/risk_signal_document_type.py +++ b/plaid/model/risk_signal_document_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_signal_file_type.py b/plaid/model/risk_signal_file_type.py index 56c752e43..5c976f9ed 100644 --- a/plaid/model/risk_signal_file_type.py +++ b/plaid/model/risk_signal_file_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/role.py b/plaid/model/role.py index c05da04eb..09b3f2aa1 100644 --- a/plaid/model/role.py +++ b/plaid/model/role.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/role_detail.py b/plaid/model/role_detail.py index a7702a7ee..bc52ef499 100644 --- a/plaid/model/role_detail.py +++ b/plaid/model/role_detail.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/roles.py b/plaid/model/roles.py index f4a0efc63..0bb90ac52 100644 --- a/plaid/model/roles.py +++ b/plaid/model/roles.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/rule_details.py b/plaid/model/rule_details.py index 5a62e40d5..d9aa04ec0 100644 --- a/plaid/model/rule_details.py +++ b/plaid/model/rule_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/rule_result.py b/plaid/model/rule_result.py index 45d0f835b..a2350794b 100644 --- a/plaid/model/rule_result.py +++ b/plaid/model/rule_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ruleset.py b/plaid/model/ruleset.py index a478555c5..58ebe28c0 100644 --- a/plaid/model/ruleset.py +++ b/plaid/model/ruleset.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_income_fire_webhook_request.py b/plaid/model/sandbox_bank_income_fire_webhook_request.py index 00d8a8a23..90ed673c5 100644 --- a/plaid/model/sandbox_bank_income_fire_webhook_request.py +++ b/plaid/model/sandbox_bank_income_fire_webhook_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_income_fire_webhook_response.py b/plaid/model/sandbox_bank_income_fire_webhook_response.py index 6ef9bf47d..d64e01e7a 100644 --- a/plaid/model/sandbox_bank_income_fire_webhook_response.py +++ b/plaid/model/sandbox_bank_income_fire_webhook_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_code.py b/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_code.py index a1de577c7..c701c5cc5 100644 --- a/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_code.py +++ b/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_fields.py b/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_fields.py index b74e662a8..40f50ef9d 100644 --- a/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_fields.py +++ b/plaid/model/sandbox_bank_income_webhook_fire_request_webhook_fields.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_transfer_fire_webhook_request.py b/plaid/model/sandbox_bank_transfer_fire_webhook_request.py index eb802ee85..ea8604fa7 100644 --- a/plaid/model/sandbox_bank_transfer_fire_webhook_request.py +++ b/plaid/model/sandbox_bank_transfer_fire_webhook_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_transfer_fire_webhook_response.py b/plaid/model/sandbox_bank_transfer_fire_webhook_response.py index 639ae881b..f4e48c5ac 100644 --- a/plaid/model/sandbox_bank_transfer_fire_webhook_response.py +++ b/plaid/model/sandbox_bank_transfer_fire_webhook_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_transfer_simulate_request.py b/plaid/model/sandbox_bank_transfer_simulate_request.py index 944564957..e520ce53e 100644 --- a/plaid/model/sandbox_bank_transfer_simulate_request.py +++ b/plaid/model/sandbox_bank_transfer_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_bank_transfer_simulate_response.py b/plaid/model/sandbox_bank_transfer_simulate_response.py index 9ed92e87d..b6bf0730c 100644 --- a/plaid/model/sandbox_bank_transfer_simulate_response.py +++ b/plaid/model/sandbox_bank_transfer_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_cra_cashflow_updates_update_request.py b/plaid/model/sandbox_cra_cashflow_updates_update_request.py index 263df394a..963de9c43 100644 --- a/plaid/model/sandbox_cra_cashflow_updates_update_request.py +++ b/plaid/model/sandbox_cra_cashflow_updates_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_cra_cashflow_updates_update_response.py b/plaid/model/sandbox_cra_cashflow_updates_update_response.py index b42777226..71e6e5a0b 100644 --- a/plaid/model/sandbox_cra_cashflow_updates_update_response.py +++ b/plaid/model/sandbox_cra_cashflow_updates_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_income_fire_webhook_request.py b/plaid/model/sandbox_income_fire_webhook_request.py index 74e985b23..c4dcaf61d 100644 --- a/plaid/model/sandbox_income_fire_webhook_request.py +++ b/plaid/model/sandbox_income_fire_webhook_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_income_fire_webhook_response.py b/plaid/model/sandbox_income_fire_webhook_response.py index eeeaca960..1b382ae4f 100644 --- a/plaid/model/sandbox_income_fire_webhook_response.py +++ b/plaid/model/sandbox_income_fire_webhook_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_income_webhook_fire_request_webhook_code.py b/plaid/model/sandbox_income_webhook_fire_request_webhook_code.py index 2206a900e..9298a30eb 100644 --- a/plaid/model/sandbox_income_webhook_fire_request_webhook_code.py +++ b/plaid/model/sandbox_income_webhook_fire_request_webhook_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_item_fire_webhook_request.py b/plaid/model/sandbox_item_fire_webhook_request.py index c3a0685d5..9874c2e46 100644 --- a/plaid/model/sandbox_item_fire_webhook_request.py +++ b/plaid/model/sandbox_item_fire_webhook_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_item_fire_webhook_response.py b/plaid/model/sandbox_item_fire_webhook_response.py index 5daa78ef6..0110eeb1c 100644 --- a/plaid/model/sandbox_item_fire_webhook_response.py +++ b/plaid/model/sandbox_item_fire_webhook_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_item_reset_login_request.py b/plaid/model/sandbox_item_reset_login_request.py index b432a9c7c..3f50c5127 100644 --- a/plaid/model/sandbox_item_reset_login_request.py +++ b/plaid/model/sandbox_item_reset_login_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_item_reset_login_response.py b/plaid/model/sandbox_item_reset_login_response.py index 1ef92f819..6730be338 100644 --- a/plaid/model/sandbox_item_reset_login_response.py +++ b/plaid/model/sandbox_item_reset_login_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_item_set_verification_status_request.py b/plaid/model/sandbox_item_set_verification_status_request.py index 31f447f96..6bf18dd95 100644 --- a/plaid/model/sandbox_item_set_verification_status_request.py +++ b/plaid/model/sandbox_item_set_verification_status_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_item_set_verification_status_response.py b/plaid/model/sandbox_item_set_verification_status_response.py index 695f62fb3..2c74cc1e3 100644 --- a/plaid/model/sandbox_item_set_verification_status_response.py +++ b/plaid/model/sandbox_item_set_verification_status_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_oauth_select_accounts_request.py b/plaid/model/sandbox_oauth_select_accounts_request.py index ae2557cb4..187ac5f38 100644 --- a/plaid/model/sandbox_oauth_select_accounts_request.py +++ b/plaid/model/sandbox_oauth_select_accounts_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_oauth_select_accounts_response.py b/plaid/model/sandbox_oauth_select_accounts_response.py index 9c88f90ee..efb0cf0df 100644 --- a/plaid/model/sandbox_oauth_select_accounts_response.py +++ b/plaid/model/sandbox_oauth_select_accounts_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_payment_profile_reset_login_request.py b/plaid/model/sandbox_payment_profile_reset_login_request.py index 835661050..e06c62875 100644 --- a/plaid/model/sandbox_payment_profile_reset_login_request.py +++ b/plaid/model/sandbox_payment_profile_reset_login_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_payment_profile_reset_login_response.py b/plaid/model/sandbox_payment_profile_reset_login_response.py index 645760876..5b1531a8c 100644 --- a/plaid/model/sandbox_payment_profile_reset_login_response.py +++ b/plaid/model/sandbox_payment_profile_reset_login_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_payment_simulate_request.py b/plaid/model/sandbox_payment_simulate_request.py index 1ef430d17..054f3e69a 100644 --- a/plaid/model/sandbox_payment_simulate_request.py +++ b/plaid/model/sandbox_payment_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_payment_simulate_response.py b/plaid/model/sandbox_payment_simulate_response.py index 66c65b78f..7aa7704de 100644 --- a/plaid/model/sandbox_payment_simulate_response.py +++ b/plaid/model/sandbox_payment_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_processor_token_create_request.py b/plaid/model/sandbox_processor_token_create_request.py index 096405960..33f39f5ee 100644 --- a/plaid/model/sandbox_processor_token_create_request.py +++ b/plaid/model/sandbox_processor_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_processor_token_create_request_options.py b/plaid/model/sandbox_processor_token_create_request_options.py index f286226c8..752de2cf4 100644 --- a/plaid/model/sandbox_processor_token_create_request_options.py +++ b/plaid/model/sandbox_processor_token_create_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_processor_token_create_response.py b/plaid/model/sandbox_processor_token_create_response.py index 93aa59665..e78381648 100644 --- a/plaid/model/sandbox_processor_token_create_response.py +++ b/plaid/model/sandbox_processor_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_request.py b/plaid/model/sandbox_public_token_create_request.py index e6b85c57d..d6cfd1bb6 100644 --- a/plaid/model/sandbox_public_token_create_request.py +++ b/plaid/model/sandbox_public_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_request_income_verification_bank_income.py b/plaid/model/sandbox_public_token_create_request_income_verification_bank_income.py index 21d70b4e9..508f7f3be 100644 --- a/plaid/model/sandbox_public_token_create_request_income_verification_bank_income.py +++ b/plaid/model/sandbox_public_token_create_request_income_verification_bank_income.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_request_options.py b/plaid/model/sandbox_public_token_create_request_options.py index a54c5972b..e34a3844d 100644 --- a/plaid/model/sandbox_public_token_create_request_options.py +++ b/plaid/model/sandbox_public_token_create_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_request_options_income_verification.py b/plaid/model/sandbox_public_token_create_request_options_income_verification.py index aefa4b68d..70561cd0d 100644 --- a/plaid/model/sandbox_public_token_create_request_options_income_verification.py +++ b/plaid/model/sandbox_public_token_create_request_options_income_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_request_options_statements.py b/plaid/model/sandbox_public_token_create_request_options_statements.py index e65dd31b0..83c60237f 100644 --- a/plaid/model/sandbox_public_token_create_request_options_statements.py +++ b/plaid/model/sandbox_public_token_create_request_options_statements.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_request_options_transactions.py b/plaid/model/sandbox_public_token_create_request_options_transactions.py index ba0cb97b1..d59e264ca 100644 --- a/plaid/model/sandbox_public_token_create_request_options_transactions.py +++ b/plaid/model/sandbox_public_token_create_request_options_transactions.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_public_token_create_response.py b/plaid/model/sandbox_public_token_create_response.py index a417337d1..a6b3dbb8b 100644 --- a/plaid/model/sandbox_public_token_create_response.py +++ b/plaid/model/sandbox_public_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transactions_create_request.py b/plaid/model/sandbox_transactions_create_request.py index 7b256b161..86c9ead9e 100644 --- a/plaid/model/sandbox_transactions_create_request.py +++ b/plaid/model/sandbox_transactions_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transactions_create_response.py b/plaid/model/sandbox_transactions_create_response.py index a0446f23c..a1a6606ad 100644 --- a/plaid/model/sandbox_transactions_create_response.py +++ b/plaid/model/sandbox_transactions_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_fire_webhook_request.py b/plaid/model/sandbox_transfer_fire_webhook_request.py index 47a1ca92c..c9c0d5331 100644 --- a/plaid/model/sandbox_transfer_fire_webhook_request.py +++ b/plaid/model/sandbox_transfer_fire_webhook_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_fire_webhook_response.py b/plaid/model/sandbox_transfer_fire_webhook_response.py index 7e68bb93f..2b631c429 100644 --- a/plaid/model/sandbox_transfer_fire_webhook_response.py +++ b/plaid/model/sandbox_transfer_fire_webhook_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_ledger_deposit_simulate_request.py b/plaid/model/sandbox_transfer_ledger_deposit_simulate_request.py index df235234c..15d9b8202 100644 --- a/plaid/model/sandbox_transfer_ledger_deposit_simulate_request.py +++ b/plaid/model/sandbox_transfer_ledger_deposit_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_ledger_deposit_simulate_response.py b/plaid/model/sandbox_transfer_ledger_deposit_simulate_response.py index 5d0e48942..5513d0f82 100644 --- a/plaid/model/sandbox_transfer_ledger_deposit_simulate_response.py +++ b/plaid/model/sandbox_transfer_ledger_deposit_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_ledger_simulate_available_request.py b/plaid/model/sandbox_transfer_ledger_simulate_available_request.py index 664490617..b129119df 100644 --- a/plaid/model/sandbox_transfer_ledger_simulate_available_request.py +++ b/plaid/model/sandbox_transfer_ledger_simulate_available_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_ledger_simulate_available_response.py b/plaid/model/sandbox_transfer_ledger_simulate_available_response.py index 1ee542cb8..fbb05fb9d 100644 --- a/plaid/model/sandbox_transfer_ledger_simulate_available_response.py +++ b/plaid/model/sandbox_transfer_ledger_simulate_available_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_ledger_withdraw_simulate_request.py b/plaid/model/sandbox_transfer_ledger_withdraw_simulate_request.py index 25a114913..6e0ee97e4 100644 --- a/plaid/model/sandbox_transfer_ledger_withdraw_simulate_request.py +++ b/plaid/model/sandbox_transfer_ledger_withdraw_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_ledger_withdraw_simulate_response.py b/plaid/model/sandbox_transfer_ledger_withdraw_simulate_response.py index 1cbc5d4dc..8b0b7f87a 100644 --- a/plaid/model/sandbox_transfer_ledger_withdraw_simulate_response.py +++ b/plaid/model/sandbox_transfer_ledger_withdraw_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_refund_simulate_request.py b/plaid/model/sandbox_transfer_refund_simulate_request.py index 10e0f59b9..e92da67d9 100644 --- a/plaid/model/sandbox_transfer_refund_simulate_request.py +++ b/plaid/model/sandbox_transfer_refund_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_refund_simulate_response.py b/plaid/model/sandbox_transfer_refund_simulate_response.py index 24110d008..9f9b37f90 100644 --- a/plaid/model/sandbox_transfer_refund_simulate_response.py +++ b/plaid/model/sandbox_transfer_refund_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_repayment_simulate_request.py b/plaid/model/sandbox_transfer_repayment_simulate_request.py index 8902643a6..da57f6c33 100644 --- a/plaid/model/sandbox_transfer_repayment_simulate_request.py +++ b/plaid/model/sandbox_transfer_repayment_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_repayment_simulate_response.py b/plaid/model/sandbox_transfer_repayment_simulate_response.py index 548f16fbb..b4cc5cfb6 100644 --- a/plaid/model/sandbox_transfer_repayment_simulate_response.py +++ b/plaid/model/sandbox_transfer_repayment_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_rfp_simulate_action.py b/plaid/model/sandbox_transfer_rfp_simulate_action.py index 7da511621..b50cbdc24 100644 --- a/plaid/model/sandbox_transfer_rfp_simulate_action.py +++ b/plaid/model/sandbox_transfer_rfp_simulate_action.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_rfp_simulate_request.py b/plaid/model/sandbox_transfer_rfp_simulate_request.py index 1ab68da7b..8bf8eae79 100644 --- a/plaid/model/sandbox_transfer_rfp_simulate_request.py +++ b/plaid/model/sandbox_transfer_rfp_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_rfp_simulate_response.py b/plaid/model/sandbox_transfer_rfp_simulate_response.py index 7c3db90b3..13f82f794 100644 --- a/plaid/model/sandbox_transfer_rfp_simulate_response.py +++ b/plaid/model/sandbox_transfer_rfp_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_simulate_request.py b/plaid/model/sandbox_transfer_simulate_request.py index ac6aac029..d560d1c46 100644 --- a/plaid/model/sandbox_transfer_simulate_request.py +++ b/plaid/model/sandbox_transfer_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_simulate_response.py b/plaid/model/sandbox_transfer_simulate_response.py index 7c2102637..2a650346e 100644 --- a/plaid/model/sandbox_transfer_simulate_response.py +++ b/plaid/model/sandbox_transfer_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_sweep_simulate_request.py b/plaid/model/sandbox_transfer_sweep_simulate_request.py index 39304bf2b..be891eac2 100644 --- a/plaid/model/sandbox_transfer_sweep_simulate_request.py +++ b/plaid/model/sandbox_transfer_sweep_simulate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_sweep_simulate_response.py b/plaid/model/sandbox_transfer_sweep_simulate_response.py index b87d5fca2..19ed4e05b 100644 --- a/plaid/model/sandbox_transfer_sweep_simulate_response.py +++ b/plaid/model/sandbox_transfer_sweep_simulate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_advance_request.py b/plaid/model/sandbox_transfer_test_clock_advance_request.py index b09095c3c..58f17d3d5 100644 --- a/plaid/model/sandbox_transfer_test_clock_advance_request.py +++ b/plaid/model/sandbox_transfer_test_clock_advance_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_advance_response.py b/plaid/model/sandbox_transfer_test_clock_advance_response.py index 4b96416ed..279e40c80 100644 --- a/plaid/model/sandbox_transfer_test_clock_advance_response.py +++ b/plaid/model/sandbox_transfer_test_clock_advance_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_create_request.py b/plaid/model/sandbox_transfer_test_clock_create_request.py index 6239a0759..c3e653cbb 100644 --- a/plaid/model/sandbox_transfer_test_clock_create_request.py +++ b/plaid/model/sandbox_transfer_test_clock_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_create_response.py b/plaid/model/sandbox_transfer_test_clock_create_response.py index 3dac10c92..c2d379be0 100644 --- a/plaid/model/sandbox_transfer_test_clock_create_response.py +++ b/plaid/model/sandbox_transfer_test_clock_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_get_request.py b/plaid/model/sandbox_transfer_test_clock_get_request.py index b7bf22855..0793ceb33 100644 --- a/plaid/model/sandbox_transfer_test_clock_get_request.py +++ b/plaid/model/sandbox_transfer_test_clock_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_get_response.py b/plaid/model/sandbox_transfer_test_clock_get_response.py index ad7d12ec0..0ba14b132 100644 --- a/plaid/model/sandbox_transfer_test_clock_get_response.py +++ b/plaid/model/sandbox_transfer_test_clock_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_list_request.py b/plaid/model/sandbox_transfer_test_clock_list_request.py index d40dbb3da..4114698ca 100644 --- a/plaid/model/sandbox_transfer_test_clock_list_request.py +++ b/plaid/model/sandbox_transfer_test_clock_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_transfer_test_clock_list_response.py b/plaid/model/sandbox_transfer_test_clock_list_response.py index a8f999891..4fc1555c4 100644 --- a/plaid/model/sandbox_transfer_test_clock_list_response.py +++ b/plaid/model/sandbox_transfer_test_clock_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_user_reset_login_request.py b/plaid/model/sandbox_user_reset_login_request.py index c962219d8..f5743a31b 100644 --- a/plaid/model/sandbox_user_reset_login_request.py +++ b/plaid/model/sandbox_user_reset_login_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sandbox_user_reset_login_response.py b/plaid/model/sandbox_user_reset_login_response.py index 795d82153..aba7df1ee 100644 --- a/plaid/model/sandbox_user_reset_login_response.py +++ b/plaid/model/sandbox_user_reset_login_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/scopes.py b/plaid/model/scopes.py index dc54b640e..f9a1ecd71 100644 --- a/plaid/model/scopes.py +++ b/plaid/model/scopes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/scopes_context.py b/plaid/model/scopes_context.py index 6f046b7fd..ade5adef0 100644 --- a/plaid/model/scopes_context.py +++ b/plaid/model/scopes_context.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/scopes_nullable.py b/plaid/model/scopes_nullable.py index 44bce152b..0f3215304 100644 --- a/plaid/model/scopes_nullable.py +++ b/plaid/model/scopes_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_analysis.py b/plaid/model/screening_hit_analysis.py index 0e089a14a..913e94c2c 100644 --- a/plaid/model/screening_hit_analysis.py +++ b/plaid/model/screening_hit_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_data.py b/plaid/model/screening_hit_data.py index edd9eedc4..e23eadc6a 100644 --- a/plaid/model/screening_hit_data.py +++ b/plaid/model/screening_hit_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_date_of_birth_item.py b/plaid/model/screening_hit_date_of_birth_item.py index ead1851da..b1578b338 100644 --- a/plaid/model/screening_hit_date_of_birth_item.py +++ b/plaid/model/screening_hit_date_of_birth_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_documents_items.py b/plaid/model/screening_hit_documents_items.py index 43e1f5de9..850034a45 100644 --- a/plaid/model/screening_hit_documents_items.py +++ b/plaid/model/screening_hit_documents_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_names_items.py b/plaid/model/screening_hit_names_items.py index d44a218e3..96cfb5632 100644 --- a/plaid/model/screening_hit_names_items.py +++ b/plaid/model/screening_hit_names_items.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_status_updated_webhook.py b/plaid/model/screening_status_updated_webhook.py index 959a0a6db..263cf0e21 100644 --- a/plaid/model/screening_status_updated_webhook.py +++ b/plaid/model/screening_status_updated_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/security.py b/plaid/model/security.py index 0cc153a04..d13f8afb2 100644 --- a/plaid/model/security.py +++ b/plaid/model/security.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/security_override.py b/plaid/model/security_override.py index a587b439a..107f8675b 100644 --- a/plaid/model/security_override.py +++ b/plaid/model/security_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis.py b/plaid/model/selfie_analysis.py index 6e7f39f29..beca55fd1 100644 --- a/plaid/model/selfie_analysis.py +++ b/plaid/model/selfie_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis_document_comparison.py b/plaid/model/selfie_analysis_document_comparison.py index 02d0ab6b7..9eb671ce3 100644 --- a/plaid/model/selfie_analysis_document_comparison.py +++ b/plaid/model/selfie_analysis_document_comparison.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis_facial_analysis.py b/plaid/model/selfie_analysis_facial_analysis.py index a60314317..f98b3a9ec 100644 --- a/plaid/model/selfie_analysis_facial_analysis.py +++ b/plaid/model/selfie_analysis_facial_analysis.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis_facial_analysis_outcome.py b/plaid/model/selfie_analysis_facial_analysis_outcome.py index 33d3db40f..e833959d4 100644 --- a/plaid/model/selfie_analysis_facial_analysis_outcome.py +++ b/plaid/model/selfie_analysis_facial_analysis_outcome.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis_liveness_check.py b/plaid/model/selfie_analysis_liveness_check.py index 6419f317e..05908d84a 100644 --- a/plaid/model/selfie_analysis_liveness_check.py +++ b/plaid/model/selfie_analysis_liveness_check.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_capture.py b/plaid/model/selfie_capture.py index b664abec0..c741aada3 100644 --- a/plaid/model/selfie_capture.py +++ b/plaid/model/selfie_capture.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_check.py b/plaid/model/selfie_check.py index fe86ef29d..c7a307fc5 100644 --- a/plaid/model/selfie_check.py +++ b/plaid/model/selfie_check.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_check_selfie.py b/plaid/model/selfie_check_selfie.py index d11c6eaac..52cb6f8f2 100644 --- a/plaid/model/selfie_check_selfie.py +++ b/plaid/model/selfie_check_selfie.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_check_status.py b/plaid/model/selfie_check_status.py index a959a9b2a..d814ac705 100644 --- a/plaid/model/selfie_check_status.py +++ b/plaid/model/selfie_check_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_status.py b/plaid/model/selfie_status.py index 62b2c622a..45ed0ccd0 100644 --- a/plaid/model/selfie_status.py +++ b/plaid/model/selfie_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sender_bacs_nullable.py b/plaid/model/sender_bacs_nullable.py index d27fab100..702a4e13e 100644 --- a/plaid/model/sender_bacs_nullable.py +++ b/plaid/model/sender_bacs_nullable.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/service.py b/plaid/model/service.py index a6bbdb53d..4b43e7397 100644 --- a/plaid/model/service.py +++ b/plaid/model/service.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/service_product_fulfillment.py b/plaid/model/service_product_fulfillment.py index 5991c5d60..1ced4a303 100644 --- a/plaid/model/service_product_fulfillment.py +++ b/plaid/model/service_product_fulfillment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/service_product_fulfillment_detail.py b/plaid/model/service_product_fulfillment_detail.py index aa249c375..f019b9fd0 100644 --- a/plaid/model/service_product_fulfillment_detail.py +++ b/plaid/model/service_product_fulfillment_detail.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/service_product_fulfillment_identifier.py b/plaid/model/service_product_fulfillment_identifier.py index fc7c7d541..fc17f321e 100644 --- a/plaid/model/service_product_fulfillment_identifier.py +++ b/plaid/model/service_product_fulfillment_identifier.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/servicer_address_data.py b/plaid/model/servicer_address_data.py index 705dd5fbb..228ebe788 100644 --- a/plaid/model/servicer_address_data.py +++ b/plaid/model/servicer_address_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/services.py b/plaid/model/services.py index e48bdd818..559dd72ba 100644 --- a/plaid/model/services.py +++ b/plaid/model/services.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/session_token_create_request.py b/plaid/model/session_token_create_request.py index 4bd016a9d..998bedd55 100644 --- a/plaid/model/session_token_create_request.py +++ b/plaid/model/session_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/session_token_create_request_user.py b/plaid/model/session_token_create_request_user.py index 3c2f9b67f..0539d76a3 100644 --- a/plaid/model/session_token_create_request_user.py +++ b/plaid/model/session_token_create_request_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/session_token_create_response.py b/plaid/model/session_token_create_response.py index 818cc8876..1d2c55995 100644 --- a/plaid/model/session_token_create_response.py +++ b/plaid/model/session_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/session_token_create_response_link.py b/plaid/model/session_token_create_response_link.py index b52fba86a..5581d8a81 100644 --- a/plaid/model/session_token_create_response_link.py +++ b/plaid/model/session_token_create_response_link.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_address_data.py b/plaid/model/signal_address_data.py index f2827d0e5..07dcf3d5b 100644 --- a/plaid/model/signal_address_data.py +++ b/plaid/model/signal_address_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_decision_outcome.py b/plaid/model/signal_decision_outcome.py index 6038d5c38..cea00e35c 100644 --- a/plaid/model/signal_decision_outcome.py +++ b/plaid/model/signal_decision_outcome.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_decision_report_request.py b/plaid/model/signal_decision_report_request.py index fe050cc0a..233df5c99 100644 --- a/plaid/model/signal_decision_report_request.py +++ b/plaid/model/signal_decision_report_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_decision_report_response.py b/plaid/model/signal_decision_report_response.py index 41974579a..93d583f99 100644 --- a/plaid/model/signal_decision_report_response.py +++ b/plaid/model/signal_decision_report_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_device.py b/plaid/model/signal_device.py index 025fd438e..ae9755721 100644 --- a/plaid/model/signal_device.py +++ b/plaid/model/signal_device.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_evaluate_core_attributes.py b/plaid/model/signal_evaluate_core_attributes.py index d51c52e23..9fd0c6b69 100644 --- a/plaid/model/signal_evaluate_core_attributes.py +++ b/plaid/model/signal_evaluate_core_attributes.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_evaluate_request.py b/plaid/model/signal_evaluate_request.py index b67b74c41..3c233c427 100644 --- a/plaid/model/signal_evaluate_request.py +++ b/plaid/model/signal_evaluate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_evaluate_response.py b/plaid/model/signal_evaluate_response.py index 1a1ce8297..d58b53f30 100644 --- a/plaid/model/signal_evaluate_response.py +++ b/plaid/model/signal_evaluate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_payment_method.py b/plaid/model/signal_payment_method.py index 98f41ba65..5c62dd875 100644 --- a/plaid/model/signal_payment_method.py +++ b/plaid/model/signal_payment_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_person_name.py b/plaid/model/signal_person_name.py index 0c783baa4..28ed95df3 100644 --- a/plaid/model/signal_person_name.py +++ b/plaid/model/signal_person_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_prepare_request.py b/plaid/model/signal_prepare_request.py index 3b4b3aded..ea68a3cde 100644 --- a/plaid/model/signal_prepare_request.py +++ b/plaid/model/signal_prepare_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_prepare_response.py b/plaid/model/signal_prepare_response.py index 9a681ded9..6223a4235 100644 --- a/plaid/model/signal_prepare_response.py +++ b/plaid/model/signal_prepare_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_return_report_request.py b/plaid/model/signal_return_report_request.py index 97ea786ea..db51831c6 100644 --- a/plaid/model/signal_return_report_request.py +++ b/plaid/model/signal_return_report_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_return_report_response.py b/plaid/model/signal_return_report_response.py index 82f49c1a4..6e078a67e 100644 --- a/plaid/model/signal_return_report_response.py +++ b/plaid/model/signal_return_report_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_schedule_default_payment_method.py b/plaid/model/signal_schedule_default_payment_method.py index f03deab8f..dcd1ad459 100644 --- a/plaid/model/signal_schedule_default_payment_method.py +++ b/plaid/model/signal_schedule_default_payment_method.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_schedule_recommendation.py b/plaid/model/signal_schedule_recommendation.py index 784dec342..6949712bb 100644 --- a/plaid/model/signal_schedule_recommendation.py +++ b/plaid/model/signal_schedule_recommendation.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_schedule_request.py b/plaid/model/signal_schedule_request.py index 8c90545ec..576b37fbd 100644 --- a/plaid/model/signal_schedule_request.py +++ b/plaid/model/signal_schedule_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_schedule_response.py b/plaid/model/signal_schedule_response.py index 45f49e55a..063f2cc56 100644 --- a/plaid/model/signal_schedule_response.py +++ b/plaid/model/signal_schedule_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_score.py b/plaid/model/signal_score.py index 2ea4b0ada..05ff7bbb6 100644 --- a/plaid/model/signal_score.py +++ b/plaid/model/signal_score.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_scores.py b/plaid/model/signal_scores.py index 9a4fd4f8b..422478678 100644 --- a/plaid/model/signal_scores.py +++ b/plaid/model/signal_scores.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_user.py b/plaid/model/signal_user.py index cf0051097..61c507e03 100644 --- a/plaid/model/signal_user.py +++ b/plaid/model/signal_user.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_warning.py b/plaid/model/signal_warning.py index 074ed5ddb..6636384d4 100644 --- a/plaid/model/signal_warning.py +++ b/plaid/model/signal_warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/simulated_transfer_sweep.py b/plaid/model/simulated_transfer_sweep.py index 1f2f773dd..5c959ce58 100644 --- a/plaid/model/simulated_transfer_sweep.py +++ b/plaid/model/simulated_transfer_sweep.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/single_document_risk_signal.py b/plaid/model/single_document_risk_signal.py index 697cb6d45..ade50e34e 100644 --- a/plaid/model/single_document_risk_signal.py +++ b/plaid/model/single_document_risk_signal.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sms_verification.py b/plaid/model/sms_verification.py index f87ce6581..1a7a16f79 100644 --- a/plaid/model/sms_verification.py +++ b/plaid/model/sms_verification.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sms_verification_status.py b/plaid/model/sms_verification_status.py index 8cb30c31a..d38e71d57 100644 --- a/plaid/model/sms_verification_status.py +++ b/plaid/model/sms_verification_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/source.py b/plaid/model/source.py index 44a1fe308..a49ffe8e0 100644 --- a/plaid/model/source.py +++ b/plaid/model/source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/standalone_account_type.py b/plaid/model/standalone_account_type.py index ca95308d5..734b1165c 100644 --- a/plaid/model/standalone_account_type.py +++ b/plaid/model/standalone_account_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/standalone_currency_code_list.py b/plaid/model/standalone_currency_code_list.py index 1c9916bd5..19aa5558e 100644 --- a/plaid/model/standalone_currency_code_list.py +++ b/plaid/model/standalone_currency_code_list.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/standalone_investment_transaction_type.py b/plaid/model/standalone_investment_transaction_type.py index 7c83af8ac..d5a311941 100644 --- a/plaid/model/standalone_investment_transaction_type.py +++ b/plaid/model/standalone_investment_transaction_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_account.py b/plaid/model/statements_account.py index 757e51922..194e8fde8 100644 --- a/plaid/model/statements_account.py +++ b/plaid/model/statements_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_download_request.py b/plaid/model/statements_download_request.py index 8970a2b34..d731399a3 100644 --- a/plaid/model/statements_download_request.py +++ b/plaid/model/statements_download_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_list_request.py b/plaid/model/statements_list_request.py index 8648af840..e05e373bf 100644 --- a/plaid/model/statements_list_request.py +++ b/plaid/model/statements_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_list_response.py b/plaid/model/statements_list_response.py index f89573f09..1ad858614 100644 --- a/plaid/model/statements_list_response.py +++ b/plaid/model/statements_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_refresh_complete_result.py b/plaid/model/statements_refresh_complete_result.py index 8638edf72..dfa63adda 100644 --- a/plaid/model/statements_refresh_complete_result.py +++ b/plaid/model/statements_refresh_complete_result.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_refresh_complete_webhook.py b/plaid/model/statements_refresh_complete_webhook.py index 9754ac4c9..51e9b4e77 100644 --- a/plaid/model/statements_refresh_complete_webhook.py +++ b/plaid/model/statements_refresh_complete_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_refresh_request.py b/plaid/model/statements_refresh_request.py index 7eebf82fc..2765b7703 100644 --- a/plaid/model/statements_refresh_request.py +++ b/plaid/model/statements_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_refresh_response.py b/plaid/model/statements_refresh_response.py index 35abd6b3e..b02187ab7 100644 --- a/plaid/model/statements_refresh_response.py +++ b/plaid/model/statements_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_statement.py b/plaid/model/statements_statement.py index c7651eb37..7c32326a7 100644 --- a/plaid/model/statements_statement.py +++ b/plaid/model/statements_statement.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/status.py b/plaid/model/status.py index 6b2ac3ed3..3c1fde8bb 100644 --- a/plaid/model/status.py +++ b/plaid/model/status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statuses.py b/plaid/model/statuses.py index bb7764a2e..f033886a8 100644 --- a/plaid/model/statuses.py +++ b/plaid/model/statuses.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/strategy.py b/plaid/model/strategy.py index aac987967..80366de58 100644 --- a/plaid/model/strategy.py +++ b/plaid/model/strategy.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_loan.py b/plaid/model/student_loan.py index cd557db8d..579eb8907 100644 --- a/plaid/model/student_loan.py +++ b/plaid/model/student_loan.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_loan_repayment_model.py b/plaid/model/student_loan_repayment_model.py index 09ec66a5c..ea9c21030 100644 --- a/plaid/model/student_loan_repayment_model.py +++ b/plaid/model/student_loan_repayment_model.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_loan_status.py b/plaid/model/student_loan_status.py index efc8cbb7f..91c5166c5 100644 --- a/plaid/model/student_loan_status.py +++ b/plaid/model/student_loan_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_repayment_plan.py b/plaid/model/student_repayment_plan.py index 6c6c162a5..79daade8d 100644 --- a/plaid/model/student_repayment_plan.py +++ b/plaid/model/student_repayment_plan.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_description.py b/plaid/model/sweep_description.py index 134b44c63..7e3dd135e 100644 --- a/plaid/model/sweep_description.py +++ b/plaid/model/sweep_description.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_failure.py b/plaid/model/sweep_failure.py index 47e0a9cb9..1b467151b 100644 --- a/plaid/model/sweep_failure.py +++ b/plaid/model/sweep_failure.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_status.py b/plaid/model/sweep_status.py index 49be0037d..35fa7a0d5 100644 --- a/plaid/model/sweep_status.py +++ b/plaid/model/sweep_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_trigger.py b/plaid/model/sweep_trigger.py index 1585db266..031674ffb 100644 --- a/plaid/model/sweep_trigger.py +++ b/plaid/model/sweep_trigger.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sync_updates_available_webhook.py b/plaid/model/sync_updates_available_webhook.py index e0cbcedae..bdc5c9e65 100644 --- a/plaid/model/sync_updates_available_webhook.py +++ b/plaid/model/sync_updates_available_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/synthetic_fraud.py b/plaid/model/synthetic_fraud.py index 8f738d136..cfc90a59a 100644 --- a/plaid/model/synthetic_fraud.py +++ b/plaid/model/synthetic_fraud.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxform.py b/plaid/model/taxform.py index b4ed49ad3..0877c915a 100644 --- a/plaid/model/taxform.py +++ b/plaid/model/taxform.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_id.py b/plaid/model/taxpayer_id.py index dd34a248a..abc43b6bd 100644 --- a/plaid/model/taxpayer_id.py +++ b/plaid/model/taxpayer_id.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_identifier.py b/plaid/model/taxpayer_identifier.py index d73f595f4..f8543b6b6 100644 --- a/plaid/model/taxpayer_identifier.py +++ b/plaid/model/taxpayer_identifier.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_identifier_type.py b/plaid/model/taxpayer_identifier_type.py index 3f1663f03..3e7449517 100644 --- a/plaid/model/taxpayer_identifier_type.py +++ b/plaid/model/taxpayer_identifier_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_identifiers.py b/plaid/model/taxpayer_identifiers.py index e47b145b7..551be1714 100644 --- a/plaid/model/taxpayer_identifiers.py +++ b/plaid/model/taxpayer_identifiers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total.py b/plaid/model/total.py index dfafd913c..543121304 100644 --- a/plaid/model/total.py +++ b/plaid/model/total.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_canonical_description.py b/plaid/model/total_canonical_description.py index 7b74983b3..b250c0d94 100644 --- a/plaid/model/total_canonical_description.py +++ b/plaid/model/total_canonical_description.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_inflow_amount.py b/plaid/model/total_inflow_amount.py index 494c74ce6..e610408b2 100644 --- a/plaid/model/total_inflow_amount.py +++ b/plaid/model/total_inflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_inflow_amount30d.py b/plaid/model/total_inflow_amount30d.py index fec665266..decd148c3 100644 --- a/plaid/model/total_inflow_amount30d.py +++ b/plaid/model/total_inflow_amount30d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_inflow_amount60d.py b/plaid/model/total_inflow_amount60d.py index b0e1cadf6..0c3d1cfe9 100644 --- a/plaid/model/total_inflow_amount60d.py +++ b/plaid/model/total_inflow_amount60d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_inflow_amount90d.py b/plaid/model/total_inflow_amount90d.py index c3d3fabd0..3ad314e8d 100644 --- a/plaid/model/total_inflow_amount90d.py +++ b/plaid/model/total_inflow_amount90d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_monthly_income_insights.py b/plaid/model/total_monthly_income_insights.py index 7b7654308..8b157bc30 100644 --- a/plaid/model/total_monthly_income_insights.py +++ b/plaid/model/total_monthly_income_insights.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_outflow_amount.py b/plaid/model/total_outflow_amount.py index 87c6c1fb5..e3582ce74 100644 --- a/plaid/model/total_outflow_amount.py +++ b/plaid/model/total_outflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_outflow_amount30d.py b/plaid/model/total_outflow_amount30d.py index 56e32d75b..ad18b512b 100644 --- a/plaid/model/total_outflow_amount30d.py +++ b/plaid/model/total_outflow_amount30d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_outflow_amount60d.py b/plaid/model/total_outflow_amount60d.py index bcd220ff9..78b622c47 100644 --- a/plaid/model/total_outflow_amount60d.py +++ b/plaid/model/total_outflow_amount60d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_outflow_amount90d.py b/plaid/model/total_outflow_amount90d.py index aee6fa08a..e4af75137 100644 --- a/plaid/model/total_outflow_amount90d.py +++ b/plaid/model/total_outflow_amount90d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_inflow_amount.py b/plaid/model/total_report_inflow_amount.py index a97a73426..ed998a7c5 100644 --- a/plaid/model/total_report_inflow_amount.py +++ b/plaid/model/total_report_inflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_inflow_amount30d.py b/plaid/model/total_report_inflow_amount30d.py index 5c9dad884..746151ab0 100644 --- a/plaid/model/total_report_inflow_amount30d.py +++ b/plaid/model/total_report_inflow_amount30d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_inflow_amount60d.py b/plaid/model/total_report_inflow_amount60d.py index 2f32c70a0..323063747 100644 --- a/plaid/model/total_report_inflow_amount60d.py +++ b/plaid/model/total_report_inflow_amount60d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_inflow_amount90d.py b/plaid/model/total_report_inflow_amount90d.py index a1bde6dd2..66fd25514 100644 --- a/plaid/model/total_report_inflow_amount90d.py +++ b/plaid/model/total_report_inflow_amount90d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_outflow_amount.py b/plaid/model/total_report_outflow_amount.py index 88dc64b44..4932c3f9a 100644 --- a/plaid/model/total_report_outflow_amount.py +++ b/plaid/model/total_report_outflow_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_outflow_amount30d.py b/plaid/model/total_report_outflow_amount30d.py index 634e15a21..c8373d251 100644 --- a/plaid/model/total_report_outflow_amount30d.py +++ b/plaid/model/total_report_outflow_amount30d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_outflow_amount60d.py b/plaid/model/total_report_outflow_amount60d.py index e9f634bf3..46f006926 100644 --- a/plaid/model/total_report_outflow_amount60d.py +++ b/plaid/model/total_report_outflow_amount60d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_report_outflow_amount90d.py b/plaid/model/total_report_outflow_amount90d.py index ca154ab9e..689a88256 100644 --- a/plaid/model/total_report_outflow_amount90d.py +++ b/plaid/model/total_report_outflow_amount90d.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction.py b/plaid/model/transaction.py index 694375c32..9d11186e6 100644 --- a/plaid/model/transaction.py +++ b/plaid/model/transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_all_of.py b/plaid/model/transaction_all_of.py index 5cb3375e5..a740603cf 100644 --- a/plaid/model/transaction_all_of.py +++ b/plaid/model/transaction_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_base.py b/plaid/model/transaction_base.py index a4e227dd1..3e40a4913 100644 --- a/plaid/model/transaction_base.py +++ b/plaid/model/transaction_base.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_code.py b/plaid/model/transaction_code.py index f22a8818e..9ed5c4d3a 100644 --- a/plaid/model/transaction_code.py +++ b/plaid/model/transaction_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_counterparty.py b/plaid/model/transaction_counterparty.py index 6dbf4d6da..8c94edfea 100644 --- a/plaid/model/transaction_counterparty.py +++ b/plaid/model/transaction_counterparty.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_data.py b/plaid/model/transaction_data.py index dd3115103..34239e60e 100644 --- a/plaid/model/transaction_data.py +++ b/plaid/model/transaction_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_override.py b/plaid/model/transaction_override.py index ce229d7e7..8ef6c39f1 100644 --- a/plaid/model/transaction_override.py +++ b/plaid/model/transaction_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_stream.py b/plaid/model/transaction_stream.py index 5c4b7029b..73ea00605 100644 --- a/plaid/model/transaction_stream.py +++ b/plaid/model/transaction_stream.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_stream_amount.py b/plaid/model/transaction_stream_amount.py index 1e484062a..3b3401816 100644 --- a/plaid/model/transaction_stream_amount.py +++ b/plaid/model/transaction_stream_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_stream_status.py b/plaid/model/transaction_stream_status.py index e53e40df3..98946211a 100644 --- a/plaid/model/transaction_stream_status.py +++ b/plaid/model/transaction_stream_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_category_rule.py b/plaid/model/transactions_category_rule.py index 562c861d5..e5fb07a03 100644 --- a/plaid/model/transactions_category_rule.py +++ b/plaid/model/transactions_category_rule.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -88,9 +88,11 @@ def openapi_types(): lazy_import() return { 'id': (str,), # noqa: E501 - 'item_id': (str,), # noqa: E501 + 'user_id': (str,), # noqa: E501 'created_at': (datetime,), # noqa: E501 - 'personal_finance_category': (str,), # noqa: E501 + 'updated_at': (datetime,), # noqa: E501 + 'pfc_primary_category': (str,), # noqa: E501 + 'pfc_detailed_category': (str,), # noqa: E501 'rule_details': (TransactionsRuleDetails,), # noqa: E501 } @@ -101,9 +103,11 @@ def discriminator(): attribute_map = { 'id': 'id', # noqa: E501 - 'item_id': 'item_id', # noqa: E501 + 'user_id': 'user_id', # noqa: E501 'created_at': 'created_at', # noqa: E501 - 'personal_finance_category': 'personal_finance_category', # noqa: E501 + 'updated_at': 'updated_at', # noqa: E501 + 'pfc_primary_category': 'pfc_primary_category', # noqa: E501 + 'pfc_detailed_category': 'pfc_detailed_category', # noqa: E501 'rule_details': 'rule_details', # noqa: E501 } @@ -149,9 +153,11 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) id (str): A unique identifier of the rule created. [optional] # noqa: E501 - item_id (str): A unique identifier of the Item the rule was created for.. [optional] # noqa: E501 + user_id (str): The Plaid-generated unique identifier for the end user this rule belongs to.. [optional] # noqa: E501 created_at (datetime): Date and time when a rule was created in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` ). . [optional] # noqa: E501 - personal_finance_category (str): Personal finance category unique identifier. In the personal finance category taxonomy, this field is represented by the detailed category field. . [optional] # noqa: E501 + updated_at (datetime): Date and time when a rule was last updated in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` ). . [optional] # noqa: E501 + pfc_primary_category (str): A personal finance primary category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. . [optional] # noqa: E501 + pfc_detailed_category (str): A personal finance detailed category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. . [optional] # noqa: E501 rule_details (TransactionsRuleDetails): [optional] # noqa: E501 """ @@ -239,9 +245,11 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) id (str): A unique identifier of the rule created. [optional] # noqa: E501 - item_id (str): A unique identifier of the Item the rule was created for.. [optional] # noqa: E501 + user_id (str): The Plaid-generated unique identifier for the end user this rule belongs to.. [optional] # noqa: E501 created_at (datetime): Date and time when a rule was created in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` ). . [optional] # noqa: E501 - personal_finance_category (str): Personal finance category unique identifier. In the personal finance category taxonomy, this field is represented by the detailed category field. . [optional] # noqa: E501 + updated_at (datetime): Date and time when a rule was last updated in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` ). . [optional] # noqa: E501 + pfc_primary_category (str): A personal finance primary category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. . [optional] # noqa: E501 + pfc_detailed_category (str): A personal finance detailed category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. . [optional] # noqa: E501 rule_details (TransactionsRuleDetails): [optional] # noqa: E501 """ diff --git a/plaid/model/transactions_enhance_get_request.py b/plaid/model/transactions_enhance_get_request.py index 7f2083119..5f617e05f 100644 --- a/plaid/model/transactions_enhance_get_request.py +++ b/plaid/model/transactions_enhance_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enhance_get_response.py b/plaid/model/transactions_enhance_get_response.py index 2ac6a95e3..9ee8a8950 100644 --- a/plaid/model/transactions_enhance_get_response.py +++ b/plaid/model/transactions_enhance_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enrich_request.py b/plaid/model/transactions_enrich_request.py index d81faa8fb..ab4bc9812 100644 --- a/plaid/model/transactions_enrich_request.py +++ b/plaid/model/transactions_enrich_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enrich_request_options.py b/plaid/model/transactions_enrich_request_options.py index acf7c12fe..681119538 100644 --- a/plaid/model/transactions_enrich_request_options.py +++ b/plaid/model/transactions_enrich_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enrich_response.py b/plaid/model/transactions_enrich_response.py index ac3d5b1b3..cd10b390c 100644 --- a/plaid/model/transactions_enrich_response.py +++ b/plaid/model/transactions_enrich_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_get_request.py b/plaid/model/transactions_get_request.py index ee2cf32c5..27476a0da 100644 --- a/plaid/model/transactions_get_request.py +++ b/plaid/model/transactions_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_get_request_options.py b/plaid/model/transactions_get_request_options.py index e2f37fe07..25948f171 100644 --- a/plaid/model/transactions_get_request_options.py +++ b/plaid/model/transactions_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_get_response.py b/plaid/model/transactions_get_response.py index 8cd85bb66..0f220f76d 100644 --- a/plaid/model/transactions_get_response.py +++ b/plaid/model/transactions_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_create_input.py b/plaid/model/transactions_recurring_create_input.py index 0f82850f1..713e79150 100644 --- a/plaid/model/transactions_recurring_create_input.py +++ b/plaid/model/transactions_recurring_create_input.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_create_request.py b/plaid/model/transactions_recurring_create_request.py index 223efe78b..505b82585 100644 --- a/plaid/model/transactions_recurring_create_request.py +++ b/plaid/model/transactions_recurring_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_create_response.py b/plaid/model/transactions_recurring_create_response.py index 0a577c7a7..fa99383f1 100644 --- a/plaid/model/transactions_recurring_create_response.py +++ b/plaid/model/transactions_recurring_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_get_request.py b/plaid/model/transactions_recurring_get_request.py index a76abb41b..7ebecd2d9 100644 --- a/plaid/model/transactions_recurring_get_request.py +++ b/plaid/model/transactions_recurring_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_get_request_options.py b/plaid/model/transactions_recurring_get_request_options.py index 2da49140b..6973a08df 100644 --- a/plaid/model/transactions_recurring_get_request_options.py +++ b/plaid/model/transactions_recurring_get_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_get_response.py b/plaid/model/transactions_recurring_get_response.py index 459a74d75..1115ba6af 100644 --- a/plaid/model/transactions_recurring_get_response.py +++ b/plaid/model/transactions_recurring_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_merge_input.py b/plaid/model/transactions_recurring_merge_input.py index 482f28fb8..b24f7be8c 100644 --- a/plaid/model/transactions_recurring_merge_input.py +++ b/plaid/model/transactions_recurring_merge_input.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_merge_request.py b/plaid/model/transactions_recurring_merge_request.py index 9b953e6c6..6c3f7b30d 100644 --- a/plaid/model/transactions_recurring_merge_request.py +++ b/plaid/model/transactions_recurring_merge_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_merge_response.py b/plaid/model/transactions_recurring_merge_response.py index cecc22898..423e68975 100644 --- a/plaid/model/transactions_recurring_merge_response.py +++ b/plaid/model/transactions_recurring_merge_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_update_input.py b/plaid/model/transactions_recurring_update_input.py index 499a31425..f1cd8ef12 100644 --- a/plaid/model/transactions_recurring_update_input.py +++ b/plaid/model/transactions_recurring_update_input.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_update_request.py b/plaid/model/transactions_recurring_update_request.py index 3f3e9691a..ff94e4951 100644 --- a/plaid/model/transactions_recurring_update_request.py +++ b/plaid/model/transactions_recurring_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_recurring_update_response.py b/plaid/model/transactions_recurring_update_response.py index 193a33dab..2f45bab63 100644 --- a/plaid/model/transactions_recurring_update_response.py +++ b/plaid/model/transactions_recurring_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_refresh_request.py b/plaid/model/transactions_refresh_request.py index 6f2b9b6be..622157446 100644 --- a/plaid/model/transactions_refresh_request.py +++ b/plaid/model/transactions_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_refresh_response.py b/plaid/model/transactions_refresh_response.py index 4adbd4fd9..26753ffba 100644 --- a/plaid/model/transactions_refresh_response.py +++ b/plaid/model/transactions_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_removed_webhook.py b/plaid/model/transactions_removed_webhook.py index 43f65e015..331e6888c 100644 --- a/plaid/model/transactions_removed_webhook.py +++ b/plaid/model/transactions_removed_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rule_details.py b/plaid/model/transactions_rule_details.py index 17e148e39..5ddbb8f00 100644 --- a/plaid/model/transactions_rule_details.py +++ b/plaid/model/transactions_rule_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rule_field.py b/plaid/model/transactions_rule_field.py index 42566bcfe..f6a84337c 100644 --- a/plaid/model/transactions_rule_field.py +++ b/plaid/model/transactions_rule_field.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -53,7 +53,7 @@ class TransactionsRuleField(ModelSimple): allowed_values = { ('value',): { 'TRANSACTION_ID': "TRANSACTION_ID", - 'NAME': "NAME", + 'MERCHANT_NAME': "MERCHANT_NAME", }, } @@ -105,10 +105,10 @@ def __init__(self, *args, **kwargs): Note that value can be passed either in args or in kwargs, but not in both. Args: - args[0] (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "NAME", ] # noqa: E501 + args[0] (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "MERCHANT_NAME", ] # noqa: E501 Keyword Args: - value (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "NAME", ] # noqa: E501 + value (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "MERCHANT_NAME", ] # noqa: E501 _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be raised if the wrong type is input. @@ -199,10 +199,10 @@ def _from_openapi_data(cls, *args, **kwargs): Note that value can be passed either in args or in kwargs, but not in both. Args: - args[0] (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "NAME", ] # noqa: E501 + args[0] (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "MERCHANT_NAME", ] # noqa: E501 Keyword Args: - value (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "NAME", ] # noqa: E501 + value (str): Transaction field for which the rule is defined.., must be one of ["TRANSACTION_ID", "MERCHANT_NAME", ] # noqa: E501 _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be raised if the wrong type is input. diff --git a/plaid/model/transactions_rule_type.py b/plaid/model/transactions_rule_type.py index 4670ca2b4..7d49915f8 100644 --- a/plaid/model/transactions_rule_type.py +++ b/plaid/model/transactions_rule_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rules_create_request.py b/plaid/model/transactions_rules_create_request.py index 720fb2166..64c61036b 100644 --- a/plaid/model/transactions_rules_create_request.py +++ b/plaid/model/transactions_rules_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -87,8 +87,9 @@ def openapi_types(): """ lazy_import() return { - 'access_token': (str,), # noqa: E501 - 'personal_finance_category': (str,), # noqa: E501 + 'client_user_id': (str,), # noqa: E501 + 'pfc_primary_category': (str,), # noqa: E501 + 'pfc_detailed_category': (str,), # noqa: E501 'rule_details': (TransactionsRuleDetails,), # noqa: E501 'client_id': (str,), # noqa: E501 'secret': (str,), # noqa: E501 @@ -100,8 +101,9 @@ def discriminator(): attribute_map = { - 'access_token': 'access_token', # noqa: E501 - 'personal_finance_category': 'personal_finance_category', # noqa: E501 + 'client_user_id': 'client_user_id', # noqa: E501 + 'pfc_primary_category': 'pfc_primary_category', # noqa: E501 + 'pfc_detailed_category': 'pfc_detailed_category', # noqa: E501 'rule_details': 'rule_details', # noqa: E501 'client_id': 'client_id', # noqa: E501 'secret': 'secret', # noqa: E501 @@ -114,12 +116,13 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, access_token, personal_finance_category, rule_details, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, client_user_id, pfc_primary_category, pfc_detailed_category, rule_details, *args, **kwargs): # noqa: E501 """TransactionsRulesCreateRequest - a model defined in OpenAPI Args: - access_token (str): The access token associated with the Item data is being requested for. - personal_finance_category (str): Personal finance detailed category. All implementations are encouraged to use this field instead of `category`, as it provides more meaningful and accurate categorization. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. + client_user_id (str): A unique ID representing the end user. This ID is used to associate rules with a specific user. + pfc_primary_category (str): A personal finance primary category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. + pfc_detailed_category (str): A personal finance detailed category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. rule_details (TransactionsRuleDetails): Keyword Args: @@ -186,8 +189,9 @@ def _from_openapi_data(cls, access_token, personal_finance_category, rule_detail self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.access_token = access_token - self.personal_finance_category = personal_finance_category + self.client_user_id = client_user_id + self.pfc_primary_category = pfc_primary_category + self.pfc_detailed_category = pfc_detailed_category self.rule_details = rule_details for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ @@ -209,12 +213,13 @@ def _from_openapi_data(cls, access_token, personal_finance_category, rule_detail ]) @convert_js_args_to_python_args - def __init__(self, access_token, personal_finance_category, rule_details, *args, **kwargs): # noqa: E501 + def __init__(self, client_user_id, pfc_primary_category, pfc_detailed_category, rule_details, *args, **kwargs): # noqa: E501 """TransactionsRulesCreateRequest - a model defined in OpenAPI Args: - access_token (str): The access token associated with the Item data is being requested for. - personal_finance_category (str): Personal finance detailed category. All implementations are encouraged to use this field instead of `category`, as it provides more meaningful and accurate categorization. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. + client_user_id (str): A unique ID representing the end user. This ID is used to associate rules with a specific user. + pfc_primary_category (str): A personal finance primary category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. + pfc_detailed_category (str): A personal finance detailed category. See the [taxonomy csv file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. rule_details (TransactionsRuleDetails): Keyword Args: @@ -279,8 +284,9 @@ def __init__(self, access_token, personal_finance_category, rule_details, *args, self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.access_token = access_token - self.personal_finance_category = personal_finance_category + self.client_user_id = client_user_id + self.pfc_primary_category = pfc_primary_category + self.pfc_detailed_category = pfc_detailed_category self.rule_details = rule_details for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ diff --git a/plaid/model/transactions_rules_create_response.py b/plaid/model/transactions_rules_create_response.py index 1e3d131b3..e558e4301 100644 --- a/plaid/model/transactions_rules_create_response.py +++ b/plaid/model/transactions_rules_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rules_list_request.py b/plaid/model/transactions_rules_list_request.py index 7076da6b8..4213a7985 100644 --- a/plaid/model/transactions_rules_list_request.py +++ b/plaid/model/transactions_rules_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -81,7 +81,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'access_token': (str,), # noqa: E501 + 'client_user_id': (str,), # noqa: E501 'client_id': (str,), # noqa: E501 'secret': (str,), # noqa: E501 } @@ -92,7 +92,7 @@ def discriminator(): attribute_map = { - 'access_token': 'access_token', # noqa: E501 + 'client_user_id': 'client_user_id', # noqa: E501 'client_id': 'client_id', # noqa: E501 'secret': 'secret', # noqa: E501 } @@ -104,11 +104,11 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, access_token, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, client_user_id, *args, **kwargs): # noqa: E501 """TransactionsRulesListRequest - a model defined in OpenAPI Args: - access_token (str): The access token associated with the Item data is being requested for. + client_user_id (str): A unique ID representing the end user whose rules should be listed. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -174,7 +174,7 @@ def _from_openapi_data(cls, access_token, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.access_token = access_token + self.client_user_id = client_user_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ self._configuration is not None and \ @@ -195,11 +195,11 @@ def _from_openapi_data(cls, access_token, *args, **kwargs): # noqa: E501 ]) @convert_js_args_to_python_args - def __init__(self, access_token, *args, **kwargs): # noqa: E501 + def __init__(self, client_user_id, *args, **kwargs): # noqa: E501 """TransactionsRulesListRequest - a model defined in OpenAPI Args: - access_token (str): The access token associated with the Item data is being requested for. + client_user_id (str): A unique ID representing the end user whose rules should be listed. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -263,7 +263,7 @@ def __init__(self, access_token, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.access_token = access_token + self.client_user_id = client_user_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ self._configuration is not None and \ diff --git a/plaid/model/transactions_rules_list_response.py b/plaid/model/transactions_rules_list_response.py index 59ebb8e14..e8119bcac 100644 --- a/plaid/model/transactions_rules_list_response.py +++ b/plaid/model/transactions_rules_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -112,7 +112,7 @@ def _from_openapi_data(cls, rules, request_id, *args, **kwargs): # noqa: E501 """TransactionsRulesListResponse - a model defined in OpenAPI Args: - rules ([TransactionsCategoryRule]): A list of the Item's transaction rules + rules ([TransactionsCategoryRule]): A list of the user's transaction rules request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. Keyword Args: @@ -203,7 +203,7 @@ def __init__(self, rules, request_id, *args, **kwargs): # noqa: E501 """TransactionsRulesListResponse - a model defined in OpenAPI Args: - rules ([TransactionsCategoryRule]): A list of the Item's transaction rules + rules ([TransactionsCategoryRule]): A list of the user's transaction rules request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. Keyword Args: diff --git a/plaid/model/transactions_rules_remove_request.py b/plaid/model/transactions_rules_remove_request.py index be56a949d..50b947774 100644 --- a/plaid/model/transactions_rules_remove_request.py +++ b/plaid/model/transactions_rules_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -81,7 +81,7 @@ def openapi_types(): and the value is attribute type. """ return { - 'access_token': (str,), # noqa: E501 + 'client_user_id': (str,), # noqa: E501 'rule_id': (str,), # noqa: E501 'client_id': (str,), # noqa: E501 'secret': (str,), # noqa: E501 @@ -93,7 +93,7 @@ def discriminator(): attribute_map = { - 'access_token': 'access_token', # noqa: E501 + 'client_user_id': 'client_user_id', # noqa: E501 'rule_id': 'rule_id', # noqa: E501 'client_id': 'client_id', # noqa: E501 'secret': 'secret', # noqa: E501 @@ -106,11 +106,11 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, access_token, rule_id, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, client_user_id, rule_id, *args, **kwargs): # noqa: E501 """TransactionsRulesRemoveRequest - a model defined in OpenAPI Args: - access_token (str): The access token associated with the Item data is being requested for. + client_user_id (str): A unique ID representing the end user the rule belongs to. rule_id (str): A rule's unique identifier Keyword Args: @@ -177,7 +177,7 @@ def _from_openapi_data(cls, access_token, rule_id, *args, **kwargs): # noqa: E5 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.access_token = access_token + self.client_user_id = client_user_id self.rule_id = rule_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ @@ -199,11 +199,11 @@ def _from_openapi_data(cls, access_token, rule_id, *args, **kwargs): # noqa: E5 ]) @convert_js_args_to_python_args - def __init__(self, access_token, rule_id, *args, **kwargs): # noqa: E501 + def __init__(self, client_user_id, rule_id, *args, **kwargs): # noqa: E501 """TransactionsRulesRemoveRequest - a model defined in OpenAPI Args: - access_token (str): The access token associated with the Item data is being requested for. + client_user_id (str): A unique ID representing the end user the rule belongs to. rule_id (str): A rule's unique identifier Keyword Args: @@ -268,7 +268,7 @@ def __init__(self, access_token, rule_id, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.access_token = access_token + self.client_user_id = client_user_id self.rule_id = rule_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ diff --git a/plaid/model/transactions_rules_remove_response.py b/plaid/model/transactions_rules_remove_response.py index 0ee49ba86..9b500765c 100644 --- a/plaid/model/transactions_rules_remove_response.py +++ b/plaid/model/transactions_rules_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_sync_request.py b/plaid/model/transactions_sync_request.py index 42305b470..30f479d4f 100644 --- a/plaid/model/transactions_sync_request.py +++ b/plaid/model/transactions_sync_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_sync_request_options.py b/plaid/model/transactions_sync_request_options.py index 2ec1604c3..2376f1e76 100644 --- a/plaid/model/transactions_sync_request_options.py +++ b/plaid/model/transactions_sync_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_sync_response.py b/plaid/model/transactions_sync_response.py index f462863b1..ff13f0856 100644 --- a/plaid/model/transactions_sync_response.py +++ b/plaid/model/transactions_sync_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_update_status.py b/plaid/model/transactions_update_status.py index a169d3f14..34186e2d2 100644 --- a/plaid/model/transactions_update_status.py +++ b/plaid/model/transactions_update_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_user_insights_get_request.py b/plaid/model/transactions_user_insights_get_request.py index af8d64487..7743e8112 100644 --- a/plaid/model/transactions_user_insights_get_request.py +++ b/plaid/model/transactions_user_insights_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_user_insights_get_response.py b/plaid/model/transactions_user_insights_get_response.py index 66cc3b45c..14ba4f2fb 100644 --- a/plaid/model/transactions_user_insights_get_response.py +++ b/plaid/model/transactions_user_insights_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer.py b/plaid/model/transfer.py index 3a623c32b..ddad67825 100644 --- a/plaid/model/transfer.py +++ b/plaid/model/transfer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ach_network.py b/plaid/model/transfer_ach_network.py index 4c3c85b60..7a57045da 100644 --- a/plaid/model/transfer_ach_network.py +++ b/plaid/model/transfer_ach_network.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization.py b/plaid/model/transfer_authorization.py index e7bfbd601..9d20c968a 100644 --- a/plaid/model/transfer_authorization.py +++ b/plaid/model/transfer_authorization.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_cancel_request.py b/plaid/model/transfer_authorization_cancel_request.py index 55edf48d0..98a763eba 100644 --- a/plaid/model/transfer_authorization_cancel_request.py +++ b/plaid/model/transfer_authorization_cancel_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_cancel_response.py b/plaid/model/transfer_authorization_cancel_response.py index 2a48e67ed..98d60edcf 100644 --- a/plaid/model/transfer_authorization_cancel_response.py +++ b/plaid/model/transfer_authorization_cancel_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_create_request.py b/plaid/model/transfer_authorization_create_request.py index 6c51ebbe4..8f6fd0553 100644 --- a/plaid/model/transfer_authorization_create_request.py +++ b/plaid/model/transfer_authorization_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_create_response.py b/plaid/model/transfer_authorization_create_response.py index 7e727885c..7db88a5e7 100644 --- a/plaid/model/transfer_authorization_create_response.py +++ b/plaid/model/transfer_authorization_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_decision.py b/plaid/model/transfer_authorization_decision.py index 9dcd5fbec..3fc30cc13 100644 --- a/plaid/model/transfer_authorization_decision.py +++ b/plaid/model/transfer_authorization_decision.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ @@ -106,10 +106,10 @@ def __init__(self, *args, **kwargs): Note that value can be passed either in args or in kwargs, but not in both. Args: - args[0] (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 + args[0] (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer. `user_action_required` indicates you should follow the above guidance before re-attempting.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 Keyword Args: - value (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 + value (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer. `user_action_required` indicates you should follow the above guidance before re-attempting.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be raised if the wrong type is input. @@ -200,10 +200,10 @@ def _from_openapi_data(cls, *args, **kwargs): Note that value can be passed either in args or in kwargs, but not in both. Args: - args[0] (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 + args[0] (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer. `user_action_required` indicates you should follow the above guidance before re-attempting.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 Keyword Args: - value (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 + value (str): A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing by Plaid. The `decision_rationale` field is set if Plaid was unable to fetch the account information. You may proceed with the transfer, but further review is recommended. Refer to the `code` field in the `decision_rationale` object for details. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details. `user_action_required` – An action is required before Plaid can assess the transfer risk and make a decision. The most common scenario is to update authentication for an Item. To complete the required action, initialize Link by setting `transfer.authorization_id` in the request of `/link/token/create`. After Link flow is completed, you may re-attempt the authorization request. For `guarantee` requests, `approved` indicates the transfer is eligible for Plaid's guarantee, and `declined` indicates Plaid will not provide guarantee coverage for the transfer. `user_action_required` indicates you should follow the above guidance before re-attempting.., must be one of ["approved", "declined", "user_action_required", ] # noqa: E501 _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be raised if the wrong type is input. diff --git a/plaid/model/transfer_authorization_decision_rationale.py b/plaid/model/transfer_authorization_decision_rationale.py index ef11e0d29..ca3f3ce7b 100644 --- a/plaid/model/transfer_authorization_decision_rationale.py +++ b/plaid/model/transfer_authorization_decision_rationale.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_decision_rationale_code.py b/plaid/model/transfer_authorization_decision_rationale_code.py index 7cde26dc7..1c9901025 100644 --- a/plaid/model/transfer_authorization_decision_rationale_code.py +++ b/plaid/model/transfer_authorization_decision_rationale_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_device.py b/plaid/model/transfer_authorization_device.py index d42a6461f..21712596e 100644 --- a/plaid/model/transfer_authorization_device.py +++ b/plaid/model/transfer_authorization_device.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_guarantee_decision.py b/plaid/model/transfer_authorization_guarantee_decision.py index 71e899f5f..cb2c4d0f3 100644 --- a/plaid/model/transfer_authorization_guarantee_decision.py +++ b/plaid/model/transfer_authorization_guarantee_decision.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_guarantee_decision_rationale.py b/plaid/model/transfer_authorization_guarantee_decision_rationale.py index fd0370e6d..82463d4fa 100644 --- a/plaid/model/transfer_authorization_guarantee_decision_rationale.py +++ b/plaid/model/transfer_authorization_guarantee_decision_rationale.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_guarantee_decision_rationale_code.py b/plaid/model/transfer_authorization_guarantee_decision_rationale_code.py index 71d3c27f5..9d94906d6 100644 --- a/plaid/model/transfer_authorization_guarantee_decision_rationale_code.py +++ b/plaid/model/transfer_authorization_guarantee_decision_rationale_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_idempotency_key.py b/plaid/model/transfer_authorization_idempotency_key.py index 64c883d6d..93bf39c33 100644 --- a/plaid/model/transfer_authorization_idempotency_key.py +++ b/plaid/model/transfer_authorization_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_payment_risk.py b/plaid/model/transfer_authorization_payment_risk.py index bfd299efd..c17b99079 100644 --- a/plaid/model/transfer_authorization_payment_risk.py +++ b/plaid/model/transfer_authorization_payment_risk.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_proposed_transfer.py b/plaid/model/transfer_authorization_proposed_transfer.py index 311bda45a..c66221580 100644 --- a/plaid/model/transfer_authorization_proposed_transfer.py +++ b/plaid/model/transfer_authorization_proposed_transfer.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_risk_level.py b/plaid/model/transfer_authorization_risk_level.py index 9449ceee5..44ddcf058 100644 --- a/plaid/model/transfer_authorization_risk_level.py +++ b/plaid/model/transfer_authorization_risk_level.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_user_in_request.py b/plaid/model/transfer_authorization_user_in_request.py index 78f677093..a06e5a535 100644 --- a/plaid/model/transfer_authorization_user_in_request.py +++ b/plaid/model/transfer_authorization_user_in_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_balance.py b/plaid/model/transfer_balance.py index 79f6f92fb..ce41afd72 100644 --- a/plaid/model/transfer_balance.py +++ b/plaid/model/transfer_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_balance_get_request.py b/plaid/model/transfer_balance_get_request.py index 69b6dfa34..1efaf7af1 100644 --- a/plaid/model/transfer_balance_get_request.py +++ b/plaid/model/transfer_balance_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_balance_get_response.py b/plaid/model/transfer_balance_get_response.py index d12d02427..131161746 100644 --- a/plaid/model/transfer_balance_get_response.py +++ b/plaid/model/transfer_balance_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_balance_type.py b/plaid/model/transfer_balance_type.py index b76ce3d30..cf5fd2def 100644 --- a/plaid/model/transfer_balance_type.py +++ b/plaid/model/transfer_balance_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_cancel_request.py b/plaid/model/transfer_cancel_request.py index 1741c543f..72f86984f 100644 --- a/plaid/model/transfer_cancel_request.py +++ b/plaid/model/transfer_cancel_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_cancel_response.py b/plaid/model/transfer_cancel_response.py index 4c3793184..e80a6db0a 100644 --- a/plaid/model/transfer_cancel_response.py +++ b/plaid/model/transfer_cancel_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_capabilities_get_request.py b/plaid/model/transfer_capabilities_get_request.py index e9fb8f8ba..26cd8707b 100644 --- a/plaid/model/transfer_capabilities_get_request.py +++ b/plaid/model/transfer_capabilities_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_capabilities_get_response.py b/plaid/model/transfer_capabilities_get_response.py index 504cf2e53..80dfddeb3 100644 --- a/plaid/model/transfer_capabilities_get_response.py +++ b/plaid/model/transfer_capabilities_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_capabilities_get_rf_p.py b/plaid/model/transfer_capabilities_get_rf_p.py index 27772163a..b047502aa 100644 --- a/plaid/model/transfer_capabilities_get_rf_p.py +++ b/plaid/model/transfer_capabilities_get_rf_p.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_capabilities_get_rtp.py b/plaid/model/transfer_capabilities_get_rtp.py index 545109b62..8dd00696a 100644 --- a/plaid/model/transfer_capabilities_get_rtp.py +++ b/plaid/model/transfer_capabilities_get_rtp.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_configuration_get_request.py b/plaid/model/transfer_configuration_get_request.py index 52dc03c3d..57c6cee33 100644 --- a/plaid/model/transfer_configuration_get_request.py +++ b/plaid/model/transfer_configuration_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_configuration_get_response.py b/plaid/model/transfer_configuration_get_response.py index f392bbdb0..2d44ae4f6 100644 --- a/plaid/model/transfer_configuration_get_response.py +++ b/plaid/model/transfer_configuration_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_create_idempotency_key.py b/plaid/model/transfer_create_idempotency_key.py index 596078ce9..7712c473c 100644 --- a/plaid/model/transfer_create_idempotency_key.py +++ b/plaid/model/transfer_create_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_create_request.py b/plaid/model/transfer_create_request.py index f9b25f4a2..9fe759586 100644 --- a/plaid/model/transfer_create_request.py +++ b/plaid/model/transfer_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_create_response.py b/plaid/model/transfer_create_response.py index b05363e1e..8aeccfc26 100644 --- a/plaid/model/transfer_create_response.py +++ b/plaid/model/transfer_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_credit_funds_source.py b/plaid/model/transfer_credit_funds_source.py index f4e811030..94a7a892a 100644 --- a/plaid/model/transfer_credit_funds_source.py +++ b/plaid/model/transfer_credit_funds_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_credit_usage_configuration.py b/plaid/model/transfer_credit_usage_configuration.py index 99d5ce256..aa3de54bc 100644 --- a/plaid/model/transfer_credit_usage_configuration.py +++ b/plaid/model/transfer_credit_usage_configuration.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_debit_usage_configuration.py b/plaid/model/transfer_debit_usage_configuration.py index 419fae935..6cce7ef31 100644 --- a/plaid/model/transfer_debit_usage_configuration.py +++ b/plaid/model/transfer_debit_usage_configuration.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_device.py b/plaid/model/transfer_device.py index 11c4e3b0b..d979251c1 100644 --- a/plaid/model/transfer_device.py +++ b/plaid/model/transfer_device.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_diligence_document_upload_request.py b/plaid/model/transfer_diligence_document_upload_request.py index d3ac54a3c..5bc157a04 100644 --- a/plaid/model/transfer_diligence_document_upload_request.py +++ b/plaid/model/transfer_diligence_document_upload_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_diligence_document_upload_response.py b/plaid/model/transfer_diligence_document_upload_response.py index 988d49d7e..0fd04ca31 100644 --- a/plaid/model/transfer_diligence_document_upload_response.py +++ b/plaid/model/transfer_diligence_document_upload_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_diligence_status.py b/plaid/model/transfer_diligence_status.py index 40b05d97f..18f4a1dc3 100644 --- a/plaid/model/transfer_diligence_status.py +++ b/plaid/model/transfer_diligence_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_diligence_submit_request.py b/plaid/model/transfer_diligence_submit_request.py index 09d74a2cb..f4be790cf 100644 --- a/plaid/model/transfer_diligence_submit_request.py +++ b/plaid/model/transfer_diligence_submit_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_diligence_submit_response.py b/plaid/model/transfer_diligence_submit_response.py index bd67f69b3..d955f2cb8 100644 --- a/plaid/model/transfer_diligence_submit_response.py +++ b/plaid/model/transfer_diligence_submit_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_document_purpose.py b/plaid/model/transfer_document_purpose.py index ce61220fb..9581c6469 100644 --- a/plaid/model/transfer_document_purpose.py +++ b/plaid/model/transfer_document_purpose.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event.py b/plaid/model/transfer_event.py index ba3d67937..f448f0eec 100644 --- a/plaid/model/transfer_event.py +++ b/plaid/model/transfer_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_list_request.py b/plaid/model/transfer_event_list_request.py index e8300d922..50760325f 100644 --- a/plaid/model/transfer_event_list_request.py +++ b/plaid/model/transfer_event_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_list_response.py b/plaid/model/transfer_event_list_response.py index 0118107e4..be9d0a2f2 100644 --- a/plaid/model/transfer_event_list_response.py +++ b/plaid/model/transfer_event_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_list_transfer_type.py b/plaid/model/transfer_event_list_transfer_type.py index fd9925158..16a479763 100644 --- a/plaid/model/transfer_event_list_transfer_type.py +++ b/plaid/model/transfer_event_list_transfer_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_sync_request.py b/plaid/model/transfer_event_sync_request.py index 2fbd09b59..a78196f69 100644 --- a/plaid/model/transfer_event_sync_request.py +++ b/plaid/model/transfer_event_sync_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_sync_response.py b/plaid/model/transfer_event_sync_response.py index 3a90616dc..b1179fd86 100644 --- a/plaid/model/transfer_event_sync_response.py +++ b/plaid/model/transfer_event_sync_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_type.py b/plaid/model/transfer_event_type.py index e3cc00272..288178501 100644 --- a/plaid/model/transfer_event_type.py +++ b/plaid/model/transfer_event_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_events_update_webhook.py b/plaid/model/transfer_events_update_webhook.py index 8121d6235..5ff42a122 100644 --- a/plaid/model/transfer_events_update_webhook.py +++ b/plaid/model/transfer_events_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_expected_sweep_settlement_schedule_item.py b/plaid/model/transfer_expected_sweep_settlement_schedule_item.py index d78e6192a..c2190cdcd 100644 --- a/plaid/model/transfer_expected_sweep_settlement_schedule_item.py +++ b/plaid/model/transfer_expected_sweep_settlement_schedule_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_failure.py b/plaid/model/transfer_failure.py index cd0cc708e..b1168f6ff 100644 --- a/plaid/model/transfer_failure.py +++ b/plaid/model/transfer_failure.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_funding_account.py b/plaid/model/transfer_funding_account.py index 7db17dc21..7d557c60c 100644 --- a/plaid/model/transfer_funding_account.py +++ b/plaid/model/transfer_funding_account.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_funding_account_with_display_name.py b/plaid/model/transfer_funding_account_with_display_name.py index dd16367e5..2cc7524bb 100644 --- a/plaid/model/transfer_funding_account_with_display_name.py +++ b/plaid/model/transfer_funding_account_with_display_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_funding_account_with_display_name_all_of.py b/plaid/model/transfer_funding_account_with_display_name_all_of.py index b7c4cbb74..e20e378b6 100644 --- a/plaid/model/transfer_funding_account_with_display_name_all_of.py +++ b/plaid/model/transfer_funding_account_with_display_name_all_of.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_get_request.py b/plaid/model/transfer_get_request.py index 40fc2c7d3..f8d835e81 100644 --- a/plaid/model/transfer_get_request.py +++ b/plaid/model/transfer_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_get_response.py b/plaid/model/transfer_get_response.py index 9bd909ebc..378a5eda2 100644 --- a/plaid/model/transfer_get_response.py +++ b/plaid/model/transfer_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_authorization_decision.py b/plaid/model/transfer_intent_authorization_decision.py index de6402079..10582fc04 100644 --- a/plaid/model/transfer_intent_authorization_decision.py +++ b/plaid/model/transfer_intent_authorization_decision.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_create.py b/plaid/model/transfer_intent_create.py index dba22cf3d..96dc0bf8e 100644 --- a/plaid/model/transfer_intent_create.py +++ b/plaid/model/transfer_intent_create.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_create_mode.py b/plaid/model/transfer_intent_create_mode.py index 2a687759d..7e4260460 100644 --- a/plaid/model/transfer_intent_create_mode.py +++ b/plaid/model/transfer_intent_create_mode.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_create_network.py b/plaid/model/transfer_intent_create_network.py index b9256fd3e..f8a45a10d 100644 --- a/plaid/model/transfer_intent_create_network.py +++ b/plaid/model/transfer_intent_create_network.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_create_request.py b/plaid/model/transfer_intent_create_request.py index c7e7823bb..7c4522043 100644 --- a/plaid/model/transfer_intent_create_request.py +++ b/plaid/model/transfer_intent_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_create_response.py b/plaid/model/transfer_intent_create_response.py index 17dafde5c..8d35609b1 100644 --- a/plaid/model/transfer_intent_create_response.py +++ b/plaid/model/transfer_intent_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_get.py b/plaid/model/transfer_intent_get.py index 5100c5971..dab780f53 100644 --- a/plaid/model/transfer_intent_get.py +++ b/plaid/model/transfer_intent_get.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_get_failure_reason.py b/plaid/model/transfer_intent_get_failure_reason.py index 881f5d166..822166424 100644 --- a/plaid/model/transfer_intent_get_failure_reason.py +++ b/plaid/model/transfer_intent_get_failure_reason.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_get_request.py b/plaid/model/transfer_intent_get_request.py index e947ae50e..35c8e2adf 100644 --- a/plaid/model/transfer_intent_get_request.py +++ b/plaid/model/transfer_intent_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_get_response.py b/plaid/model/transfer_intent_get_response.py index c9367be35..8e3882902 100644 --- a/plaid/model/transfer_intent_get_response.py +++ b/plaid/model/transfer_intent_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_status.py b/plaid/model/transfer_intent_status.py index 480033069..47a1dc1e4 100644 --- a/plaid/model/transfer_intent_status.py +++ b/plaid/model/transfer_intent_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_balance.py b/plaid/model/transfer_ledger_balance.py index c57f3114a..34854800d 100644 --- a/plaid/model/transfer_ledger_balance.py +++ b/plaid/model/transfer_ledger_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_deposit_request.py b/plaid/model/transfer_ledger_deposit_request.py index 0a5f77a44..35fb634f1 100644 --- a/plaid/model/transfer_ledger_deposit_request.py +++ b/plaid/model/transfer_ledger_deposit_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_deposit_response.py b/plaid/model/transfer_ledger_deposit_response.py index 956c69146..242608422 100644 --- a/plaid/model/transfer_ledger_deposit_response.py +++ b/plaid/model/transfer_ledger_deposit_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_distribute_request.py b/plaid/model/transfer_ledger_distribute_request.py index ee955a028..2950752ac 100644 --- a/plaid/model/transfer_ledger_distribute_request.py +++ b/plaid/model/transfer_ledger_distribute_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_distribute_response.py b/plaid/model/transfer_ledger_distribute_response.py index da7d75506..0e06ac2eb 100644 --- a/plaid/model/transfer_ledger_distribute_response.py +++ b/plaid/model/transfer_ledger_distribute_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_event.py b/plaid/model/transfer_ledger_event.py index 9e93aedc2..6d6a39ef9 100644 --- a/plaid/model/transfer_ledger_event.py +++ b/plaid/model/transfer_ledger_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_event_list_request.py b/plaid/model/transfer_ledger_event_list_request.py index 27b4ee647..cba0f1a50 100644 --- a/plaid/model/transfer_ledger_event_list_request.py +++ b/plaid/model/transfer_ledger_event_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_event_list_response.py b/plaid/model/transfer_ledger_event_list_response.py index 12ad12ff1..36966f98a 100644 --- a/plaid/model/transfer_ledger_event_list_response.py +++ b/plaid/model/transfer_ledger_event_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_get_request.py b/plaid/model/transfer_ledger_get_request.py index ea1dba97c..74625871a 100644 --- a/plaid/model/transfer_ledger_get_request.py +++ b/plaid/model/transfer_ledger_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_get_response.py b/plaid/model/transfer_ledger_get_response.py index a58507083..d79e9bfd0 100644 --- a/plaid/model/transfer_ledger_get_response.py +++ b/plaid/model/transfer_ledger_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_sweep_simulate_event_type.py b/plaid/model/transfer_ledger_sweep_simulate_event_type.py index ab984c01e..cec5989bc 100644 --- a/plaid/model/transfer_ledger_sweep_simulate_event_type.py +++ b/plaid/model/transfer_ledger_sweep_simulate_event_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_withdraw_request.py b/plaid/model/transfer_ledger_withdraw_request.py index 96ad8190e..659a513cd 100644 --- a/plaid/model/transfer_ledger_withdraw_request.py +++ b/plaid/model/transfer_ledger_withdraw_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_withdraw_response.py b/plaid/model/transfer_ledger_withdraw_response.py index 207719fee..1d8a342aa 100644 --- a/plaid/model/transfer_ledger_withdraw_response.py +++ b/plaid/model/transfer_ledger_withdraw_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_list_request.py b/plaid/model/transfer_list_request.py index 68d1b8a3c..f607379a2 100644 --- a/plaid/model/transfer_list_request.py +++ b/plaid/model/transfer_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_list_response.py b/plaid/model/transfer_list_response.py index 509c89c17..7ad9ebd54 100644 --- a/plaid/model/transfer_list_response.py +++ b/plaid/model/transfer_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metadata.py b/plaid/model/transfer_metadata.py index 68604921c..9f761336e 100644 --- a/plaid/model/transfer_metadata.py +++ b/plaid/model/transfer_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metrics_get_authorization_usage.py b/plaid/model/transfer_metrics_get_authorization_usage.py index b0e3a0da2..602b34bbd 100644 --- a/plaid/model/transfer_metrics_get_authorization_usage.py +++ b/plaid/model/transfer_metrics_get_authorization_usage.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metrics_get_request.py b/plaid/model/transfer_metrics_get_request.py index 4dac6048a..6559fa441 100644 --- a/plaid/model/transfer_metrics_get_request.py +++ b/plaid/model/transfer_metrics_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metrics_get_response.py b/plaid/model/transfer_metrics_get_response.py index f71af0428..827ebdf6e 100644 --- a/plaid/model/transfer_metrics_get_response.py +++ b/plaid/model/transfer_metrics_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metrics_get_return_rates.py b/plaid/model/transfer_metrics_get_return_rates.py index 83f428482..2a9b65c29 100644 --- a/plaid/model/transfer_metrics_get_return_rates.py +++ b/plaid/model/transfer_metrics_get_return_rates.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metrics_get_return_rates_over_interval.py b/plaid/model/transfer_metrics_get_return_rates_over_interval.py index 6dd1a122d..e6882398e 100644 --- a/plaid/model/transfer_metrics_get_return_rates_over_interval.py +++ b/plaid/model/transfer_metrics_get_return_rates_over_interval.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_migrate_account_request.py b/plaid/model/transfer_migrate_account_request.py index 962aa2ecb..a98337a14 100644 --- a/plaid/model/transfer_migrate_account_request.py +++ b/plaid/model/transfer_migrate_account_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_migrate_account_response.py b/plaid/model/transfer_migrate_account_response.py index cf5533451..7497220b6 100644 --- a/plaid/model/transfer_migrate_account_response.py +++ b/plaid/model/transfer_migrate_account_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_network.py b/plaid/model/transfer_network.py index 2488875a8..cdb4ef208 100644 --- a/plaid/model/transfer_network.py +++ b/plaid/model/transfer_network.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_address.py b/plaid/model/transfer_originator_address.py index 03d98193d..7c38c240a 100644 --- a/plaid/model/transfer_originator_address.py +++ b/plaid/model/transfer_originator_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_create_request.py b/plaid/model/transfer_originator_create_request.py index 54313834f..cea6fd128 100644 --- a/plaid/model/transfer_originator_create_request.py +++ b/plaid/model/transfer_originator_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_create_response.py b/plaid/model/transfer_originator_create_response.py index de6b935ab..62ea6da7c 100644 --- a/plaid/model/transfer_originator_create_response.py +++ b/plaid/model/transfer_originator_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_diligence.py b/plaid/model/transfer_originator_diligence.py index fcd7e66fd..5277579c1 100644 --- a/plaid/model/transfer_originator_diligence.py +++ b/plaid/model/transfer_originator_diligence.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_funding_account_create_request.py b/plaid/model/transfer_originator_funding_account_create_request.py index 793d32a89..3ba3cc4af 100644 --- a/plaid/model/transfer_originator_funding_account_create_request.py +++ b/plaid/model/transfer_originator_funding_account_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_funding_account_create_response.py b/plaid/model/transfer_originator_funding_account_create_response.py index 84c397a87..299c93f12 100644 --- a/plaid/model/transfer_originator_funding_account_create_response.py +++ b/plaid/model/transfer_originator_funding_account_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_funding_account_update_request.py b/plaid/model/transfer_originator_funding_account_update_request.py index 9ad4dbec9..e2f9ba431 100644 --- a/plaid/model/transfer_originator_funding_account_update_request.py +++ b/plaid/model/transfer_originator_funding_account_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_funding_account_update_response.py b/plaid/model/transfer_originator_funding_account_update_response.py index ce2b674a8..e6653b4d9 100644 --- a/plaid/model/transfer_originator_funding_account_update_response.py +++ b/plaid/model/transfer_originator_funding_account_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_get_request.py b/plaid/model/transfer_originator_get_request.py index 42c8f41b1..a95471c34 100644 --- a/plaid/model/transfer_originator_get_request.py +++ b/plaid/model/transfer_originator_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_get_response.py b/plaid/model/transfer_originator_get_response.py index fb0905313..275eba421 100644 --- a/plaid/model/transfer_originator_get_response.py +++ b/plaid/model/transfer_originator_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_list_request.py b/plaid/model/transfer_originator_list_request.py index a423535c0..b4b5a9a5e 100644 --- a/plaid/model/transfer_originator_list_request.py +++ b/plaid/model/transfer_originator_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_list_response.py b/plaid/model/transfer_originator_list_response.py index 094baf271..5d3d0a4f7 100644 --- a/plaid/model/transfer_originator_list_response.py +++ b/plaid/model/transfer_originator_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_onboarding_update_webhook.py b/plaid/model/transfer_platform_onboarding_update_webhook.py index a67b693b0..95da8dc17 100644 --- a/plaid/model/transfer_platform_onboarding_update_webhook.py +++ b/plaid/model/transfer_platform_onboarding_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_originator_create_request.py b/plaid/model/transfer_platform_originator_create_request.py index 15433ddb5..775350338 100644 --- a/plaid/model/transfer_platform_originator_create_request.py +++ b/plaid/model/transfer_platform_originator_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_originator_create_response.py b/plaid/model/transfer_platform_originator_create_response.py index c7bd2b964..caa9dbfce 100644 --- a/plaid/model/transfer_platform_originator_create_response.py +++ b/plaid/model/transfer_platform_originator_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_person_address.py b/plaid/model/transfer_platform_person_address.py index b561f5565..e78231169 100644 --- a/plaid/model/transfer_platform_person_address.py +++ b/plaid/model/transfer_platform_person_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_person_create_request.py b/plaid/model/transfer_platform_person_create_request.py index 01ed8df63..ffa36f63b 100644 --- a/plaid/model/transfer_platform_person_create_request.py +++ b/plaid/model/transfer_platform_person_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_person_create_response.py b/plaid/model/transfer_platform_person_create_response.py index 5f447fcfb..213ac65b1 100644 --- a/plaid/model/transfer_platform_person_create_response.py +++ b/plaid/model/transfer_platform_person_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_person_id_number.py b/plaid/model/transfer_platform_person_id_number.py index 08143b35e..d0ae1ae71 100644 --- a/plaid/model/transfer_platform_person_id_number.py +++ b/plaid/model/transfer_platform_person_id_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_person_name.py b/plaid/model/transfer_platform_person_name.py index 3d1ba6c10..abb167e2b 100644 --- a/plaid/model/transfer_platform_person_name.py +++ b/plaid/model/transfer_platform_person_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_requirement.py b/plaid/model/transfer_platform_requirement.py index cafdd7c03..464157772 100644 --- a/plaid/model/transfer_platform_requirement.py +++ b/plaid/model/transfer_platform_requirement.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_requirement_submission.py b/plaid/model/transfer_platform_requirement_submission.py index 65290534d..78d0ae25b 100644 --- a/plaid/model/transfer_platform_requirement_submission.py +++ b/plaid/model/transfer_platform_requirement_submission.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_requirement_submit_request.py b/plaid/model/transfer_platform_requirement_submit_request.py index e3f3d6128..f331ffd58 100644 --- a/plaid/model/transfer_platform_requirement_submit_request.py +++ b/plaid/model/transfer_platform_requirement_submit_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_requirement_submit_response.py b/plaid/model/transfer_platform_requirement_submit_response.py index 385106136..974fc5dd1 100644 --- a/plaid/model/transfer_platform_requirement_submit_response.py +++ b/plaid/model/transfer_platform_requirement_submit_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_tos_acceptance_metadata.py b/plaid/model/transfer_platform_tos_acceptance_metadata.py index 5ca2a176d..847251ad9 100644 --- a/plaid/model/transfer_platform_tos_acceptance_metadata.py +++ b/plaid/model/transfer_platform_tos_acceptance_metadata.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_questionnaire_create_request.py b/plaid/model/transfer_questionnaire_create_request.py index a9e9179d8..207c6f2c8 100644 --- a/plaid/model/transfer_questionnaire_create_request.py +++ b/plaid/model/transfer_questionnaire_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_questionnaire_create_response.py b/plaid/model/transfer_questionnaire_create_response.py index 22dc4cc54..439718205 100644 --- a/plaid/model/transfer_questionnaire_create_response.py +++ b/plaid/model/transfer_questionnaire_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_cancel_request.py b/plaid/model/transfer_recurring_cancel_request.py index e6cda2bc4..3ccbb38c8 100644 --- a/plaid/model/transfer_recurring_cancel_request.py +++ b/plaid/model/transfer_recurring_cancel_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_cancel_response.py b/plaid/model/transfer_recurring_cancel_response.py index a34e58e79..1219c1bdf 100644 --- a/plaid/model/transfer_recurring_cancel_response.py +++ b/plaid/model/transfer_recurring_cancel_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_create_request.py b/plaid/model/transfer_recurring_create_request.py index 3c79ce15b..050909417 100644 --- a/plaid/model/transfer_recurring_create_request.py +++ b/plaid/model/transfer_recurring_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_create_response.py b/plaid/model/transfer_recurring_create_response.py index 80cb34766..52e809248 100644 --- a/plaid/model/transfer_recurring_create_response.py +++ b/plaid/model/transfer_recurring_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_get_request.py b/plaid/model/transfer_recurring_get_request.py index d225ecf19..569781b33 100644 --- a/plaid/model/transfer_recurring_get_request.py +++ b/plaid/model/transfer_recurring_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_get_response.py b/plaid/model/transfer_recurring_get_response.py index b639c3807..24abc52a9 100644 --- a/plaid/model/transfer_recurring_get_response.py +++ b/plaid/model/transfer_recurring_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_idempotency_key.py b/plaid/model/transfer_recurring_idempotency_key.py index d6add740c..640825de1 100644 --- a/plaid/model/transfer_recurring_idempotency_key.py +++ b/plaid/model/transfer_recurring_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_list_request.py b/plaid/model/transfer_recurring_list_request.py index 8e9a08e16..7ebe5aaab 100644 --- a/plaid/model/transfer_recurring_list_request.py +++ b/plaid/model/transfer_recurring_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_list_response.py b/plaid/model/transfer_recurring_list_response.py index 29f8abe25..1cf12349a 100644 --- a/plaid/model/transfer_recurring_list_response.py +++ b/plaid/model/transfer_recurring_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_network.py b/plaid/model/transfer_recurring_network.py index 4d9624540..0611ba95f 100644 --- a/plaid/model/transfer_recurring_network.py +++ b/plaid/model/transfer_recurring_network.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_schedule.py b/plaid/model/transfer_recurring_schedule.py index e544da157..144991435 100644 --- a/plaid/model/transfer_recurring_schedule.py +++ b/plaid/model/transfer_recurring_schedule.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_status.py b/plaid/model/transfer_recurring_status.py index 14aa0a634..355e38378 100644 --- a/plaid/model/transfer_recurring_status.py +++ b/plaid/model/transfer_recurring_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund.py b/plaid/model/transfer_refund.py index e880b8bf5..e69a45587 100644 --- a/plaid/model/transfer_refund.py +++ b/plaid/model/transfer_refund.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_cancel_request.py b/plaid/model/transfer_refund_cancel_request.py index 9ef7ddf79..cd3423ad9 100644 --- a/plaid/model/transfer_refund_cancel_request.py +++ b/plaid/model/transfer_refund_cancel_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_cancel_response.py b/plaid/model/transfer_refund_cancel_response.py index 786e6ce95..d6fdbc400 100644 --- a/plaid/model/transfer_refund_cancel_response.py +++ b/plaid/model/transfer_refund_cancel_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_create_request.py b/plaid/model/transfer_refund_create_request.py index 5de273a13..d0b2d9206 100644 --- a/plaid/model/transfer_refund_create_request.py +++ b/plaid/model/transfer_refund_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_create_response.py b/plaid/model/transfer_refund_create_response.py index b19202a6c..aca46a4f9 100644 --- a/plaid/model/transfer_refund_create_response.py +++ b/plaid/model/transfer_refund_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_failure.py b/plaid/model/transfer_refund_failure.py index 90656b6cc..af7e28f8e 100644 --- a/plaid/model/transfer_refund_failure.py +++ b/plaid/model/transfer_refund_failure.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_get_request.py b/plaid/model/transfer_refund_get_request.py index 776e7d2fc..0cd1d4384 100644 --- a/plaid/model/transfer_refund_get_request.py +++ b/plaid/model/transfer_refund_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_get_response.py b/plaid/model/transfer_refund_get_response.py index 48804122c..22209dbdf 100644 --- a/plaid/model/transfer_refund_get_response.py +++ b/plaid/model/transfer_refund_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_idempotency_key.py b/plaid/model/transfer_refund_idempotency_key.py index f27ee71d4..d26aa2c4f 100644 --- a/plaid/model/transfer_refund_idempotency_key.py +++ b/plaid/model/transfer_refund_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_status.py b/plaid/model/transfer_refund_status.py index 037f36802..0b921d236 100644 --- a/plaid/model/transfer_refund_status.py +++ b/plaid/model/transfer_refund_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment.py b/plaid/model/transfer_repayment.py index 3114cc329..fdf551dac 100644 --- a/plaid/model/transfer_repayment.py +++ b/plaid/model/transfer_repayment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment_list_request.py b/plaid/model/transfer_repayment_list_request.py index 8f19ab48a..e707b8a89 100644 --- a/plaid/model/transfer_repayment_list_request.py +++ b/plaid/model/transfer_repayment_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment_list_response.py b/plaid/model/transfer_repayment_list_response.py index 33b7b92bf..37be849ed 100644 --- a/plaid/model/transfer_repayment_list_response.py +++ b/plaid/model/transfer_repayment_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment_return.py b/plaid/model/transfer_repayment_return.py index 2e68f032a..b955a9566 100644 --- a/plaid/model/transfer_repayment_return.py +++ b/plaid/model/transfer_repayment_return.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment_return_list_request.py b/plaid/model/transfer_repayment_return_list_request.py index 70c19b20c..9d876ffb5 100644 --- a/plaid/model/transfer_repayment_return_list_request.py +++ b/plaid/model/transfer_repayment_return_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment_return_list_response.py b/plaid/model/transfer_repayment_return_list_response.py index 90817da65..feb5f15a7 100644 --- a/plaid/model/transfer_repayment_return_list_response.py +++ b/plaid/model/transfer_repayment_return_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_schedule_interval_unit.py b/plaid/model/transfer_schedule_interval_unit.py index 4abf50f40..69811d889 100644 --- a/plaid/model/transfer_schedule_interval_unit.py +++ b/plaid/model/transfer_schedule_interval_unit.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_status.py b/plaid/model/transfer_status.py index ebee85238..7a834b8f7 100644 --- a/plaid/model/transfer_status.py +++ b/plaid/model/transfer_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep.py b/plaid/model/transfer_sweep.py index a7dd3b924..f9a876234 100644 --- a/plaid/model/transfer_sweep.py +++ b/plaid/model/transfer_sweep.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep_get_request.py b/plaid/model/transfer_sweep_get_request.py index 0d073cb2a..c89e29d8d 100644 --- a/plaid/model/transfer_sweep_get_request.py +++ b/plaid/model/transfer_sweep_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep_get_response.py b/plaid/model/transfer_sweep_get_response.py index 621daf9b4..7f00357b6 100644 --- a/plaid/model/transfer_sweep_get_response.py +++ b/plaid/model/transfer_sweep_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep_list_request.py b/plaid/model/transfer_sweep_list_request.py index 0270f6c36..487f1234f 100644 --- a/plaid/model/transfer_sweep_list_request.py +++ b/plaid/model/transfer_sweep_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep_list_response.py b/plaid/model/transfer_sweep_list_response.py index 1d01c9105..1dfcfb0f5 100644 --- a/plaid/model/transfer_sweep_list_response.py +++ b/plaid/model/transfer_sweep_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep_status.py b/plaid/model/transfer_sweep_status.py index 3e8c50b18..fe1da745c 100644 --- a/plaid/model/transfer_sweep_status.py +++ b/plaid/model/transfer_sweep_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_test_clock.py b/plaid/model/transfer_test_clock.py index afb84a2dd..4c265ea92 100644 --- a/plaid/model/transfer_test_clock.py +++ b/plaid/model/transfer_test_clock.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_type.py b/plaid/model/transfer_type.py index e7fa62852..f1ce108eb 100644 --- a/plaid/model/transfer_type.py +++ b/plaid/model/transfer_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_user_address_in_request.py b/plaid/model/transfer_user_address_in_request.py index 886517d2e..1e4aca22a 100644 --- a/plaid/model/transfer_user_address_in_request.py +++ b/plaid/model/transfer_user_address_in_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_user_address_in_response.py b/plaid/model/transfer_user_address_in_response.py index 3d8c79062..eba47c6cf 100644 --- a/plaid/model/transfer_user_address_in_response.py +++ b/plaid/model/transfer_user_address_in_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_user_in_request.py b/plaid/model/transfer_user_in_request.py index 17bfd53d1..232187e18 100644 --- a/plaid/model/transfer_user_in_request.py +++ b/plaid/model/transfer_user_in_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_user_in_request_deprecated.py b/plaid/model/transfer_user_in_request_deprecated.py index d2c26c2b3..dc894d745 100644 --- a/plaid/model/transfer_user_in_request_deprecated.py +++ b/plaid/model/transfer_user_in_request_deprecated.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_user_in_response.py b/plaid/model/transfer_user_in_response.py index 4069eae2d..d478e8400 100644 --- a/plaid/model/transfer_user_in_response.py +++ b/plaid/model/transfer_user_in_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_wire_details.py b/plaid/model/transfer_wire_details.py index b9c8c000e..e6ebbf84b 100644 --- a/plaid/model/transfer_wire_details.py +++ b/plaid/model/transfer_wire_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/trust_index.py b/plaid/model/trust_index.py index 98eeaf15e..27927eaaf 100644 --- a/plaid/model/trust_index.py +++ b/plaid/model/trust_index.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/trust_index_subscore.py b/plaid/model/trust_index_subscore.py index 9fd5a8762..d0f6b3cb1 100644 --- a/plaid/model/trust_index_subscore.py +++ b/plaid/model/trust_index_subscore.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/trust_index_subscores.py b/plaid/model/trust_index_subscores.py index f85eff55d..74251184d 100644 --- a/plaid/model/trust_index_subscores.py +++ b/plaid/model/trust_index_subscores.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/trusted_device_data.py b/plaid/model/trusted_device_data.py index 060866468..654c053e0 100644 --- a/plaid/model/trusted_device_data.py +++ b/plaid/model/trusted_device_data.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/update_entity_screening_request_search_terms.py b/plaid/model/update_entity_screening_request_search_terms.py index a7542b914..fe9041b45 100644 --- a/plaid/model/update_entity_screening_request_search_terms.py +++ b/plaid/model/update_entity_screening_request_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/update_individual_screening_request_search_terms.py b/plaid/model/update_individual_screening_request_search_terms.py index c3bc309ba..c4011304d 100644 --- a/plaid/model/update_individual_screening_request_search_terms.py +++ b/plaid/model/update_individual_screening_request_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity.py b/plaid/model/user_account_identity.py index 3e3c4d072..1dd338185 100644 --- a/plaid/model/user_account_identity.py +++ b/plaid/model/user_account_identity.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity_address.py b/plaid/model/user_account_identity_address.py index 3a0ea5f20..929ae01b5 100644 --- a/plaid/model/user_account_identity_address.py +++ b/plaid/model/user_account_identity_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity_edit_counts.py b/plaid/model/user_account_identity_edit_counts.py index c19b7e2c8..8a9518e98 100644 --- a/plaid/model/user_account_identity_edit_counts.py +++ b/plaid/model/user_account_identity_edit_counts.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity_edit_history.py b/plaid/model/user_account_identity_edit_history.py index d22cde0d2..4d1206a76 100644 --- a/plaid/model/user_account_identity_edit_history.py +++ b/plaid/model/user_account_identity_edit_history.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity_name.py b/plaid/model/user_account_identity_name.py index 8b87b56be..f6cff610d 100644 --- a/plaid/model/user_account_identity_name.py +++ b/plaid/model/user_account_identity_name.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity_official_document.py b/plaid/model/user_account_identity_official_document.py index d2c370334..2c84457f0 100644 --- a/plaid/model/user_account_identity_official_document.py +++ b/plaid/model/user_account_identity_official_document.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_item.py b/plaid/model/user_account_item.py index b0990109f..541048710 100644 --- a/plaid/model/user_account_item.py +++ b/plaid/model/user_account_item.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_revoked_webhook.py b/plaid/model/user_account_revoked_webhook.py index 279c5806c..bd0904650 100644 --- a/plaid/model/user_account_revoked_webhook.py +++ b/plaid/model/user_account_revoked_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_session_event.py b/plaid/model/user_account_session_event.py index 1bb1e4321..eb845d59b 100644 --- a/plaid/model/user_account_session_event.py +++ b/plaid/model/user_account_session_event.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_session_event_send_request.py b/plaid/model/user_account_session_event_send_request.py index 4e77105c2..70570b3c4 100644 --- a/plaid/model/user_account_session_event_send_request.py +++ b/plaid/model/user_account_session_event_send_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_session_event_send_response.py b/plaid/model/user_account_session_event_send_response.py index db7876663..472239afb 100644 --- a/plaid/model/user_account_session_event_send_response.py +++ b/plaid/model/user_account_session_event_send_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_session_get_request.py b/plaid/model/user_account_session_get_request.py index 521e96e34..cf1eadb60 100644 --- a/plaid/model/user_account_session_get_request.py +++ b/plaid/model/user_account_session_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_session_get_response.py b/plaid/model/user_account_session_get_response.py index 9c9bb9ff4..d91a73be6 100644 --- a/plaid/model/user_account_session_get_response.py +++ b/plaid/model/user_account_session_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_address.py b/plaid/model/user_address.py index fc24d330c..b968ddfcc 100644 --- a/plaid/model/user_address.py +++ b/plaid/model/user_address.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_based_products.py b/plaid/model/user_based_products.py index 6f082bfb2..a8ecb5f36 100644 --- a/plaid/model/user_based_products.py +++ b/plaid/model/user_based_products.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_create_request.py b/plaid/model/user_create_request.py index bb8d14516..1eae63850 100644 --- a/plaid/model/user_create_request.py +++ b/plaid/model/user_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_create_response.py b/plaid/model/user_create_response.py index 8b62207ff..549746880 100644 --- a/plaid/model/user_create_response.py +++ b/plaid/model/user_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_custom_password.py b/plaid/model/user_custom_password.py index d802fdac7..7f44ca1eb 100644 --- a/plaid/model/user_custom_password.py +++ b/plaid/model/user_custom_password.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_data_overview.py b/plaid/model/user_data_overview.py index 4b2480c9e..beab00638 100644 --- a/plaid/model/user_data_overview.py +++ b/plaid/model/user_data_overview.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_financial_data_refresh_request.py b/plaid/model/user_financial_data_refresh_request.py index f664a59d7..9b0e0cda8 100644 --- a/plaid/model/user_financial_data_refresh_request.py +++ b/plaid/model/user_financial_data_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_financial_data_refresh_response.py b/plaid/model/user_financial_data_refresh_response.py index 9955b7b52..3c716141f 100644 --- a/plaid/model/user_financial_data_refresh_response.py +++ b/plaid/model/user_financial_data_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_get_request.py b/plaid/model/user_get_request.py index c971791a6..1987ac50b 100644 --- a/plaid/model/user_get_request.py +++ b/plaid/model/user_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_get_response.py b/plaid/model/user_get_response.py index ed03baa50..ef4395918 100644 --- a/plaid/model/user_get_response.py +++ b/plaid/model/user_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_id_number.py b/plaid/model/user_id_number.py index 83b97feae..cdcd85405 100644 --- a/plaid/model/user_id_number.py +++ b/plaid/model/user_id_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_identity_remove_request.py b/plaid/model/user_identity_remove_request.py index 05aeb3439..5f2020c23 100644 --- a/plaid/model/user_identity_remove_request.py +++ b/plaid/model/user_identity_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_identity_remove_response.py b/plaid/model/user_identity_remove_response.py index b187dc07a..9561361dc 100644 --- a/plaid/model/user_identity_remove_response.py +++ b/plaid/model/user_identity_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_items_associate_request.py b/plaid/model/user_items_associate_request.py index 3a27dec45..11617226e 100644 --- a/plaid/model/user_items_associate_request.py +++ b/plaid/model/user_items_associate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_items_associate_response.py b/plaid/model/user_items_associate_response.py index 8aaca1ffa..354e168ca 100644 --- a/plaid/model/user_items_associate_response.py +++ b/plaid/model/user_items_associate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_items_get_request.py b/plaid/model/user_items_get_request.py index 60ebb449e..1e01079f3 100644 --- a/plaid/model/user_items_get_request.py +++ b/plaid/model/user_items_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_items_get_response.py b/plaid/model/user_items_get_response.py index 90d92ee4c..3c302fd89 100644 --- a/plaid/model/user_items_get_response.py +++ b/plaid/model/user_items_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_items_remove_request.py b/plaid/model/user_items_remove_request.py index b68d2c522..3557230b3 100644 --- a/plaid/model/user_items_remove_request.py +++ b/plaid/model/user_items_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_items_remove_response.py b/plaid/model/user_items_remove_response.py index 0e7d5130c..c3cbf91d1 100644 --- a/plaid/model/user_items_remove_response.py +++ b/plaid/model/user_items_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_permission_revoked_webhook.py b/plaid/model/user_permission_revoked_webhook.py index cd2810d41..7fc8498c7 100644 --- a/plaid/model/user_permission_revoked_webhook.py +++ b/plaid/model/user_permission_revoked_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_products_terminate_request.py b/plaid/model/user_products_terminate_request.py index c7078012c..7642a3411 100644 --- a/plaid/model/user_products_terminate_request.py +++ b/plaid/model/user_products_terminate_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_products_terminate_response.py b/plaid/model/user_products_terminate_response.py index 66c5e86ed..e599e47dd 100644 --- a/plaid/model/user_products_terminate_response.py +++ b/plaid/model/user_products_terminate_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_remove_request.py b/plaid/model/user_remove_request.py index 75f101b9b..50ca6cdd0 100644 --- a/plaid/model/user_remove_request.py +++ b/plaid/model/user_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_remove_response.py b/plaid/model/user_remove_response.py index bfae7ac11..0e73e0b3d 100644 --- a/plaid/model/user_remove_response.py +++ b/plaid/model/user_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_stated_income_source_category.py b/plaid/model/user_stated_income_source_category.py index 6519f1a74..f124c88f9 100644 --- a/plaid/model/user_stated_income_source_category.py +++ b/plaid/model/user_stated_income_source_category.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_stated_income_source_frequency.py b/plaid/model/user_stated_income_source_frequency.py index bf484486b..51e0568fd 100644 --- a/plaid/model/user_stated_income_source_frequency.py +++ b/plaid/model/user_stated_income_source_frequency.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_stated_income_source_pay_type.py b/plaid/model/user_stated_income_source_pay_type.py index f8d24baee..0301ba4eb 100644 --- a/plaid/model/user_stated_income_source_pay_type.py +++ b/plaid/model/user_stated_income_source_pay_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_third_party_token_create_request.py b/plaid/model/user_third_party_token_create_request.py index 048a7234a..530173530 100644 --- a/plaid/model/user_third_party_token_create_request.py +++ b/plaid/model/user_third_party_token_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_third_party_token_create_response.py b/plaid/model/user_third_party_token_create_response.py index c32a9573d..0ddf219e9 100644 --- a/plaid/model/user_third_party_token_create_response.py +++ b/plaid/model/user_third_party_token_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_third_party_token_remove_request.py b/plaid/model/user_third_party_token_remove_request.py index 5360eca4d..058262aea 100644 --- a/plaid/model/user_third_party_token_remove_request.py +++ b/plaid/model/user_third_party_token_remove_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_third_party_token_remove_response.py b/plaid/model/user_third_party_token_remove_response.py index 6637889db..72794d289 100644 --- a/plaid/model/user_third_party_token_remove_response.py +++ b/plaid/model/user_third_party_token_remove_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_transactions_refresh_request.py b/plaid/model/user_transactions_refresh_request.py index eb9471247..0ee58a4fc 100644 --- a/plaid/model/user_transactions_refresh_request.py +++ b/plaid/model/user_transactions_refresh_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_transactions_refresh_response.py b/plaid/model/user_transactions_refresh_response.py index 253d873c6..a28e54305 100644 --- a/plaid/model/user_transactions_refresh_response.py +++ b/plaid/model/user_transactions_refresh_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_update_request.py b/plaid/model/user_update_request.py index 1ac3870a5..f78855ba7 100644 --- a/plaid/model/user_update_request.py +++ b/plaid/model/user_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_update_response.py b/plaid/model/user_update_response.py index 1805fa9cd..2f0b0c2ff 100644 --- a/plaid/model/user_update_response.py +++ b/plaid/model/user_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/validation_source.py b/plaid/model/validation_source.py index 49efa2193..d7ed8a316 100644 --- a/plaid/model/validation_source.py +++ b/plaid/model/validation_source.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/validation_sources.py b/plaid/model/validation_sources.py index 5aa525429..ff3b36292 100644 --- a/plaid/model/validation_sources.py +++ b/plaid/model/validation_sources.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_expired_webhook.py b/plaid/model/verification_expired_webhook.py index 54d5cde01..94b7c0cb5 100644 --- a/plaid/model/verification_expired_webhook.py +++ b/plaid/model/verification_expired_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_of_asset.py b/plaid/model/verification_of_asset.py index b996a4ef6..87be8041e 100644 --- a/plaid/model/verification_of_asset.py +++ b/plaid/model/verification_of_asset.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_of_asset_response.py b/plaid/model/verification_of_asset_response.py index 31131642c..dcc81c514 100644 --- a/plaid/model/verification_of_asset_response.py +++ b/plaid/model/verification_of_asset_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_refresh_status.py b/plaid/model/verification_refresh_status.py index 6f31b34f6..70fe1cd58 100644 --- a/plaid/model/verification_refresh_status.py +++ b/plaid/model/verification_refresh_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_status.py b/plaid/model/verification_status.py index af93f47e6..eb68a05f8 100644 --- a/plaid/model/verification_status.py +++ b/plaid/model/verification_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verify_sms_details.py b/plaid/model/verify_sms_details.py index 2464114c7..aaa849b49 100644 --- a/plaid/model/verify_sms_details.py +++ b/plaid/model/verify_sms_details.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verify_sms_details_status.py b/plaid/model/verify_sms_details_status.py index 59ae20dbd..d46209a35 100644 --- a/plaid/model/verify_sms_details_status.py +++ b/plaid/model/verify_sms_details_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2.py b/plaid/model/w2.py index edb446288..16c5c1484 100644 --- a/plaid/model/w2.py +++ b/plaid/model/w2.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_box12.py b/plaid/model/w2_box12.py index b5b8f5266..c7b8c1e1d 100644 --- a/plaid/model/w2_box12.py +++ b/plaid/model/w2_box12.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_box12_override.py b/plaid/model/w2_box12_override.py index d40e9b620..0ce3120d7 100644 --- a/plaid/model/w2_box12_override.py +++ b/plaid/model/w2_box12_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_override.py b/plaid/model/w2_override.py index 7e6c96c29..15702e4aa 100644 --- a/plaid/model/w2_override.py +++ b/plaid/model/w2_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_state_and_local_wages.py b/plaid/model/w2_state_and_local_wages.py index 7377555b7..2606a9cfd 100644 --- a/plaid/model/w2_state_and_local_wages.py +++ b/plaid/model/w2_state_and_local_wages.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_state_and_local_wages_override.py b/plaid/model/w2_state_and_local_wages_override.py index c863336f1..ef84aeef7 100644 --- a/plaid/model/w2_state_and_local_wages_override.py +++ b/plaid/model/w2_state_and_local_wages_override.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet.py b/plaid/model/wallet.py index 950addb01..2e15359d3 100644 --- a/plaid/model/wallet.py +++ b/plaid/model/wallet.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_balance.py b/plaid/model/wallet_balance.py index 12440fc57..c1980d819 100644 --- a/plaid/model/wallet_balance.py +++ b/plaid/model/wallet_balance.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_create_request.py b/plaid/model/wallet_create_request.py index e867fd973..80d897823 100644 --- a/plaid/model/wallet_create_request.py +++ b/plaid/model/wallet_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_create_response.py b/plaid/model/wallet_create_response.py index f936ec009..2ce9ff786 100644 --- a/plaid/model/wallet_create_response.py +++ b/plaid/model/wallet_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_get_request.py b/plaid/model/wallet_get_request.py index 06e29ac08..7eddf686d 100644 --- a/plaid/model/wallet_get_request.py +++ b/plaid/model/wallet_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_get_response.py b/plaid/model/wallet_get_response.py index fea6f3a85..b6b7da353 100644 --- a/plaid/model/wallet_get_response.py +++ b/plaid/model/wallet_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_iso_currency_code.py b/plaid/model/wallet_iso_currency_code.py index a0277c704..606ffbd0a 100644 --- a/plaid/model/wallet_iso_currency_code.py +++ b/plaid/model/wallet_iso_currency_code.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_list_request.py b/plaid/model/wallet_list_request.py index e6ddcf608..290295891 100644 --- a/plaid/model/wallet_list_request.py +++ b/plaid/model/wallet_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_list_response.py b/plaid/model/wallet_list_response.py index b8983591e..7b35bdd1c 100644 --- a/plaid/model/wallet_list_response.py +++ b/plaid/model/wallet_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_numbers.py b/plaid/model/wallet_numbers.py index 90dc04c69..86674c12a 100644 --- a/plaid/model/wallet_numbers.py +++ b/plaid/model/wallet_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_payment_scheme.py b/plaid/model/wallet_payment_scheme.py index acb754ff2..acaa93711 100644 --- a/plaid/model/wallet_payment_scheme.py +++ b/plaid/model/wallet_payment_scheme.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_status.py b/plaid/model/wallet_status.py index 4d8491b61..0bd905041 100644 --- a/plaid/model/wallet_status.py +++ b/plaid/model/wallet_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction.py b/plaid/model/wallet_transaction.py index 3323a46ba..313dc37de 100644 --- a/plaid/model/wallet_transaction.py +++ b/plaid/model/wallet_transaction.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_amount.py b/plaid/model/wallet_transaction_amount.py index 72b0d4172..ee177e4d0 100644 --- a/plaid/model/wallet_transaction_amount.py +++ b/plaid/model/wallet_transaction_amount.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_counterparty.py b/plaid/model/wallet_transaction_counterparty.py index d4de959bf..9f545f1a8 100644 --- a/plaid/model/wallet_transaction_counterparty.py +++ b/plaid/model/wallet_transaction_counterparty.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_counterparty_bacs.py b/plaid/model/wallet_transaction_counterparty_bacs.py index 82a5a8681..92cdc70c6 100644 --- a/plaid/model/wallet_transaction_counterparty_bacs.py +++ b/plaid/model/wallet_transaction_counterparty_bacs.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_counterparty_international.py b/plaid/model/wallet_transaction_counterparty_international.py index 8e28cf518..2fad9a166 100644 --- a/plaid/model/wallet_transaction_counterparty_international.py +++ b/plaid/model/wallet_transaction_counterparty_international.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_counterparty_numbers.py b/plaid/model/wallet_transaction_counterparty_numbers.py index cd7e03e22..3697dfd89 100644 --- a/plaid/model/wallet_transaction_counterparty_numbers.py +++ b/plaid/model/wallet_transaction_counterparty_numbers.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_execute_request.py b/plaid/model/wallet_transaction_execute_request.py index 97fd7ee5a..5b8c3bbe3 100644 --- a/plaid/model/wallet_transaction_execute_request.py +++ b/plaid/model/wallet_transaction_execute_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_execute_response.py b/plaid/model/wallet_transaction_execute_response.py index 031b5a93b..1d2ca02ea 100644 --- a/plaid/model/wallet_transaction_execute_response.py +++ b/plaid/model/wallet_transaction_execute_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_failure_reason.py b/plaid/model/wallet_transaction_failure_reason.py index 59a92ced7..6cf894110 100644 --- a/plaid/model/wallet_transaction_failure_reason.py +++ b/plaid/model/wallet_transaction_failure_reason.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_get_request.py b/plaid/model/wallet_transaction_get_request.py index 64877a114..f146a8ce9 100644 --- a/plaid/model/wallet_transaction_get_request.py +++ b/plaid/model/wallet_transaction_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_get_response.py b/plaid/model/wallet_transaction_get_response.py index 64911287f..cf057b696 100644 --- a/plaid/model/wallet_transaction_get_response.py +++ b/plaid/model/wallet_transaction_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_idempotency_key.py b/plaid/model/wallet_transaction_idempotency_key.py index 1f81f220b..d62afb890 100644 --- a/plaid/model/wallet_transaction_idempotency_key.py +++ b/plaid/model/wallet_transaction_idempotency_key.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_list_request.py b/plaid/model/wallet_transaction_list_request.py index 7a716278e..6b372fe87 100644 --- a/plaid/model/wallet_transaction_list_request.py +++ b/plaid/model/wallet_transaction_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_list_request_options.py b/plaid/model/wallet_transaction_list_request_options.py index 658f776ce..78ae691c8 100644 --- a/plaid/model/wallet_transaction_list_request_options.py +++ b/plaid/model/wallet_transaction_list_request_options.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_list_response.py b/plaid/model/wallet_transaction_list_response.py index 3479ca844..b530bb494 100644 --- a/plaid/model/wallet_transaction_list_response.py +++ b/plaid/model/wallet_transaction_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_payee_verification_status.py b/plaid/model/wallet_transaction_payee_verification_status.py index 406d52cd9..fbbb317bf 100644 --- a/plaid/model/wallet_transaction_payee_verification_status.py +++ b/plaid/model/wallet_transaction_payee_verification_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_relation.py b/plaid/model/wallet_transaction_relation.py index 8ebba5e58..e4f684d81 100644 --- a/plaid/model/wallet_transaction_relation.py +++ b/plaid/model/wallet_transaction_relation.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_status.py b/plaid/model/wallet_transaction_status.py index 6d120d62e..170ded7fb 100644 --- a/plaid/model/wallet_transaction_status.py +++ b/plaid/model/wallet_transaction_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_status_update_webhook.py b/plaid/model/wallet_transaction_status_update_webhook.py index 2d4fdc265..af2950117 100644 --- a/plaid/model/wallet_transaction_status_update_webhook.py +++ b/plaid/model/wallet_transaction_status_update_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transactions_list_request.py b/plaid/model/wallet_transactions_list_request.py index 8b96c3b56..2224e65d5 100644 --- a/plaid/model/wallet_transactions_list_request.py +++ b/plaid/model/wallet_transactions_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/warning.py b/plaid/model/warning.py index 0ddbdda6d..7dbea75fe 100644 --- a/plaid/model/warning.py +++ b/plaid/model/warning.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_audit_trail.py b/plaid/model/watchlist_screening_audit_trail.py index 06f6c33c8..85e50b5d5 100644 --- a/plaid/model/watchlist_screening_audit_trail.py +++ b/plaid/model/watchlist_screening_audit_trail.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_document.py b/plaid/model/watchlist_screening_document.py index b697bbb15..d4d204144 100644 --- a/plaid/model/watchlist_screening_document.py +++ b/plaid/model/watchlist_screening_document.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_document_type.py b/plaid/model/watchlist_screening_document_type.py index bf725e23a..a3ce609e6 100644 --- a/plaid/model/watchlist_screening_document_type.py +++ b/plaid/model/watchlist_screening_document_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_create_request.py b/plaid/model/watchlist_screening_entity_create_request.py index 7e38f3a91..f16138267 100644 --- a/plaid/model/watchlist_screening_entity_create_request.py +++ b/plaid/model/watchlist_screening_entity_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_create_response.py b/plaid/model/watchlist_screening_entity_create_response.py index f38627f46..e44228fd2 100644 --- a/plaid/model/watchlist_screening_entity_create_response.py +++ b/plaid/model/watchlist_screening_entity_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_get_request.py b/plaid/model/watchlist_screening_entity_get_request.py index 75b5b3393..1992eb8fe 100644 --- a/plaid/model/watchlist_screening_entity_get_request.py +++ b/plaid/model/watchlist_screening_entity_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_get_response.py b/plaid/model/watchlist_screening_entity_get_response.py index ac07bb72a..094e62d70 100644 --- a/plaid/model/watchlist_screening_entity_get_response.py +++ b/plaid/model/watchlist_screening_entity_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_history_list_request.py b/plaid/model/watchlist_screening_entity_history_list_request.py index 01ae79fbd..790a172d1 100644 --- a/plaid/model/watchlist_screening_entity_history_list_request.py +++ b/plaid/model/watchlist_screening_entity_history_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_history_list_response.py b/plaid/model/watchlist_screening_entity_history_list_response.py index 12e339c97..3e2477b63 100644 --- a/plaid/model/watchlist_screening_entity_history_list_response.py +++ b/plaid/model/watchlist_screening_entity_history_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_hit_list_request.py b/plaid/model/watchlist_screening_entity_hit_list_request.py index f6129fd75..088cfed5e 100644 --- a/plaid/model/watchlist_screening_entity_hit_list_request.py +++ b/plaid/model/watchlist_screening_entity_hit_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_hit_list_response.py b/plaid/model/watchlist_screening_entity_hit_list_response.py index 495000710..253d7ad00 100644 --- a/plaid/model/watchlist_screening_entity_hit_list_response.py +++ b/plaid/model/watchlist_screening_entity_hit_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_list_request.py b/plaid/model/watchlist_screening_entity_list_request.py index 966f3ed83..275f7c40b 100644 --- a/plaid/model/watchlist_screening_entity_list_request.py +++ b/plaid/model/watchlist_screening_entity_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_list_response.py b/plaid/model/watchlist_screening_entity_list_response.py index d772f601a..24dc3436a 100644 --- a/plaid/model/watchlist_screening_entity_list_response.py +++ b/plaid/model/watchlist_screening_entity_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_program_get_request.py b/plaid/model/watchlist_screening_entity_program_get_request.py index 54f4e6ba2..359e5dfca 100644 --- a/plaid/model/watchlist_screening_entity_program_get_request.py +++ b/plaid/model/watchlist_screening_entity_program_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_program_get_response.py b/plaid/model/watchlist_screening_entity_program_get_response.py index 3b5b3821c..9407357bf 100644 --- a/plaid/model/watchlist_screening_entity_program_get_response.py +++ b/plaid/model/watchlist_screening_entity_program_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_program_list_request.py b/plaid/model/watchlist_screening_entity_program_list_request.py index 3098dc688..de9f73998 100644 --- a/plaid/model/watchlist_screening_entity_program_list_request.py +++ b/plaid/model/watchlist_screening_entity_program_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_program_list_response.py b/plaid/model/watchlist_screening_entity_program_list_response.py index 376fb853c..2efbd5141 100644 --- a/plaid/model/watchlist_screening_entity_program_list_response.py +++ b/plaid/model/watchlist_screening_entity_program_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_review_create_request.py b/plaid/model/watchlist_screening_entity_review_create_request.py index 6d1dc2447..cb586249f 100644 --- a/plaid/model/watchlist_screening_entity_review_create_request.py +++ b/plaid/model/watchlist_screening_entity_review_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_review_create_response.py b/plaid/model/watchlist_screening_entity_review_create_response.py index 0c2b6d3b4..88ca86d4c 100644 --- a/plaid/model/watchlist_screening_entity_review_create_response.py +++ b/plaid/model/watchlist_screening_entity_review_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_review_list_request.py b/plaid/model/watchlist_screening_entity_review_list_request.py index e59b5fd62..c16a039a0 100644 --- a/plaid/model/watchlist_screening_entity_review_list_request.py +++ b/plaid/model/watchlist_screening_entity_review_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_review_list_response.py b/plaid/model/watchlist_screening_entity_review_list_response.py index 387b14d3f..5b06609b9 100644 --- a/plaid/model/watchlist_screening_entity_review_list_response.py +++ b/plaid/model/watchlist_screening_entity_review_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_update_request.py b/plaid/model/watchlist_screening_entity_update_request.py index 3e1a4ad80..958d41251 100644 --- a/plaid/model/watchlist_screening_entity_update_request.py +++ b/plaid/model/watchlist_screening_entity_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_update_request_resettable_field.py b/plaid/model/watchlist_screening_entity_update_request_resettable_field.py index 76b37d381..12f07547c 100644 --- a/plaid/model/watchlist_screening_entity_update_request_resettable_field.py +++ b/plaid/model/watchlist_screening_entity_update_request_resettable_field.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_update_request_resettable_field_list.py b/plaid/model/watchlist_screening_entity_update_request_resettable_field_list.py index dc3aec635..3e22012ae 100644 --- a/plaid/model/watchlist_screening_entity_update_request_resettable_field_list.py +++ b/plaid/model/watchlist_screening_entity_update_request_resettable_field_list.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_entity_update_response.py b/plaid/model/watchlist_screening_entity_update_response.py index a06d7991a..344ae30b1 100644 --- a/plaid/model/watchlist_screening_entity_update_response.py +++ b/plaid/model/watchlist_screening_entity_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_hit.py b/plaid/model/watchlist_screening_hit.py index 409e8cf6f..c3400f790 100644 --- a/plaid/model/watchlist_screening_hit.py +++ b/plaid/model/watchlist_screening_hit.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_hit_locations.py b/plaid/model/watchlist_screening_hit_locations.py index 3981d68b9..dea2d224d 100644 --- a/plaid/model/watchlist_screening_hit_locations.py +++ b/plaid/model/watchlist_screening_hit_locations.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_hit_status.py b/plaid/model/watchlist_screening_hit_status.py index 7152f5663..9894c326d 100644 --- a/plaid/model/watchlist_screening_hit_status.py +++ b/plaid/model/watchlist_screening_hit_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual.py b/plaid/model/watchlist_screening_individual.py index abf187d4f..81eb2dba1 100644 --- a/plaid/model/watchlist_screening_individual.py +++ b/plaid/model/watchlist_screening_individual.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_create_request.py b/plaid/model/watchlist_screening_individual_create_request.py index 0ef6ecee4..a3f975fef 100644 --- a/plaid/model/watchlist_screening_individual_create_request.py +++ b/plaid/model/watchlist_screening_individual_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_create_response.py b/plaid/model/watchlist_screening_individual_create_response.py index e8932dc39..9b2fdb46a 100644 --- a/plaid/model/watchlist_screening_individual_create_response.py +++ b/plaid/model/watchlist_screening_individual_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_get_request.py b/plaid/model/watchlist_screening_individual_get_request.py index caa356bb5..9b7ee65bb 100644 --- a/plaid/model/watchlist_screening_individual_get_request.py +++ b/plaid/model/watchlist_screening_individual_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_get_response.py b/plaid/model/watchlist_screening_individual_get_response.py index a38a7fd3c..f82cb372b 100644 --- a/plaid/model/watchlist_screening_individual_get_response.py +++ b/plaid/model/watchlist_screening_individual_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_history_list_request.py b/plaid/model/watchlist_screening_individual_history_list_request.py index 8d2025f1b..cbaed8679 100644 --- a/plaid/model/watchlist_screening_individual_history_list_request.py +++ b/plaid/model/watchlist_screening_individual_history_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_history_list_response.py b/plaid/model/watchlist_screening_individual_history_list_response.py index e058d0249..7ababfca5 100644 --- a/plaid/model/watchlist_screening_individual_history_list_response.py +++ b/plaid/model/watchlist_screening_individual_history_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_hit_list_request.py b/plaid/model/watchlist_screening_individual_hit_list_request.py index e1d1fbc3f..8dff0fcca 100644 --- a/plaid/model/watchlist_screening_individual_hit_list_request.py +++ b/plaid/model/watchlist_screening_individual_hit_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_hit_list_response.py b/plaid/model/watchlist_screening_individual_hit_list_response.py index e94ade171..fe411d6da 100644 --- a/plaid/model/watchlist_screening_individual_hit_list_response.py +++ b/plaid/model/watchlist_screening_individual_hit_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_list_request.py b/plaid/model/watchlist_screening_individual_list_request.py index c4e8c1895..210d64ffd 100644 --- a/plaid/model/watchlist_screening_individual_list_request.py +++ b/plaid/model/watchlist_screening_individual_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_list_response.py b/plaid/model/watchlist_screening_individual_list_response.py index 77e9daced..d9d6bda9d 100644 --- a/plaid/model/watchlist_screening_individual_list_response.py +++ b/plaid/model/watchlist_screening_individual_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_program_get_request.py b/plaid/model/watchlist_screening_individual_program_get_request.py index 9a49a9bf1..88a18d339 100644 --- a/plaid/model/watchlist_screening_individual_program_get_request.py +++ b/plaid/model/watchlist_screening_individual_program_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_program_get_response.py b/plaid/model/watchlist_screening_individual_program_get_response.py index f7f0f5fc6..c3d296c86 100644 --- a/plaid/model/watchlist_screening_individual_program_get_response.py +++ b/plaid/model/watchlist_screening_individual_program_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_program_list_request.py b/plaid/model/watchlist_screening_individual_program_list_request.py index 053a59c1d..782a7d406 100644 --- a/plaid/model/watchlist_screening_individual_program_list_request.py +++ b/plaid/model/watchlist_screening_individual_program_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_program_list_response.py b/plaid/model/watchlist_screening_individual_program_list_response.py index 9b481265e..3f23c63d5 100644 --- a/plaid/model/watchlist_screening_individual_program_list_response.py +++ b/plaid/model/watchlist_screening_individual_program_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_review_create_request.py b/plaid/model/watchlist_screening_individual_review_create_request.py index 41f0e2ff8..956d1e22f 100644 --- a/plaid/model/watchlist_screening_individual_review_create_request.py +++ b/plaid/model/watchlist_screening_individual_review_create_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_review_create_response.py b/plaid/model/watchlist_screening_individual_review_create_response.py index 6cb611319..3b59dc1e6 100644 --- a/plaid/model/watchlist_screening_individual_review_create_response.py +++ b/plaid/model/watchlist_screening_individual_review_create_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_review_list_request.py b/plaid/model/watchlist_screening_individual_review_list_request.py index 0001f5981..a632a85eb 100644 --- a/plaid/model/watchlist_screening_individual_review_list_request.py +++ b/plaid/model/watchlist_screening_individual_review_list_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_review_list_response.py b/plaid/model/watchlist_screening_individual_review_list_response.py index bee6a1cf6..b6b37bf1c 100644 --- a/plaid/model/watchlist_screening_individual_review_list_response.py +++ b/plaid/model/watchlist_screening_individual_review_list_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_update_request.py b/plaid/model/watchlist_screening_individual_update_request.py index f8d5c885a..84b840a69 100644 --- a/plaid/model/watchlist_screening_individual_update_request.py +++ b/plaid/model/watchlist_screening_individual_update_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_update_request_resettable_field.py b/plaid/model/watchlist_screening_individual_update_request_resettable_field.py index d1297623a..3442282c6 100644 --- a/plaid/model/watchlist_screening_individual_update_request_resettable_field.py +++ b/plaid/model/watchlist_screening_individual_update_request_resettable_field.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_update_request_resettable_field_list.py b/plaid/model/watchlist_screening_individual_update_request_resettable_field_list.py index c8a1ff8cf..346180aa6 100644 --- a/plaid/model/watchlist_screening_individual_update_request_resettable_field_list.py +++ b/plaid/model/watchlist_screening_individual_update_request_resettable_field_list.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual_update_response.py b/plaid/model/watchlist_screening_individual_update_response.py index 87983961a..8193ddc00 100644 --- a/plaid/model/watchlist_screening_individual_update_response.py +++ b/plaid/model/watchlist_screening_individual_update_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_request_search_terms.py b/plaid/model/watchlist_screening_request_search_terms.py index b61dc97e8..9b80455fa 100644 --- a/plaid/model/watchlist_screening_request_search_terms.py +++ b/plaid/model/watchlist_screening_request_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_review.py b/plaid/model/watchlist_screening_review.py index 47706456c..853321078 100644 --- a/plaid/model/watchlist_screening_review.py +++ b/plaid/model/watchlist_screening_review.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_search_terms.py b/plaid/model/watchlist_screening_search_terms.py index 646d6d74d..59694745b 100644 --- a/plaid/model/watchlist_screening_search_terms.py +++ b/plaid/model/watchlist_screening_search_terms.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_status.py b/plaid/model/watchlist_screening_status.py index d6263424c..444f47a63 100644 --- a/plaid/model/watchlist_screening_status.py +++ b/plaid/model/watchlist_screening_status.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/weak_alias_determination.py b/plaid/model/weak_alias_determination.py index cb50c09f6..e6ba086d4 100644 --- a/plaid/model/weak_alias_determination.py +++ b/plaid/model/weak_alias_determination.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_environment_values.py b/plaid/model/webhook_environment_values.py index 9df53e507..4db6c85ee 100644 --- a/plaid/model/webhook_environment_values.py +++ b/plaid/model/webhook_environment_values.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_type.py b/plaid/model/webhook_type.py index d1f6c7394..81b8f609e 100644 --- a/plaid/model/webhook_type.py +++ b/plaid/model/webhook_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_update_acknowledged_webhook.py b/plaid/model/webhook_update_acknowledged_webhook.py index 96c902f37..8f96ca4a6 100644 --- a/plaid/model/webhook_update_acknowledged_webhook.py +++ b/plaid/model/webhook_update_acknowledged_webhook.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_verification_key_get_request.py b/plaid/model/webhook_verification_key_get_request.py index bc2875763..d9e18ee93 100644 --- a/plaid/model/webhook_verification_key_get_request.py +++ b/plaid/model/webhook_verification_key_get_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_verification_key_get_response.py b/plaid/model/webhook_verification_key_get_response.py index 32cf97007..eec3c97ec 100644 --- a/plaid/model/webhook_verification_key_get_response.py +++ b/plaid/model/webhook_verification_key_get_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/yield_rate.py b/plaid/model/yield_rate.py index 76fb1a128..3d0e79d0a 100644 --- a/plaid/model/yield_rate.py +++ b/plaid/model/yield_rate.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/yield_rate_type.py b/plaid/model/yield_rate_type.py index dfaf9e128..47008488f 100644 --- a/plaid/model/yield_rate_type.py +++ b/plaid/model/yield_rate_type.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ytd_gross_income_summary_field_number.py b/plaid/model/ytd_gross_income_summary_field_number.py index 61f72b6a4..9b5d3f55d 100644 --- a/plaid/model/ytd_gross_income_summary_field_number.py +++ b/plaid/model/ytd_gross_income_summary_field_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ytd_net_income_summary_field_number.py b/plaid/model/ytd_net_income_summary_field_number.py index 7b6373ca8..c792639b6 100644 --- a/plaid/model/ytd_net_income_summary_field_number.py +++ b/plaid/model/ytd_net_income_summary_field_number.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model_utils.py b/plaid/model_utils.py index c9bdf2594..005d8ad83 100644 --- a/plaid/model_utils.py +++ b/plaid/model_utils.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/plaid/models/__init__.py b/plaid/models/__init__.py index 795400e05..c98d6c3d7 100644 --- a/plaid/models/__init__.py +++ b/plaid/models/__init__.py @@ -194,6 +194,7 @@ from plaid.model.base_report_longest_gap_insights import BaseReportLongestGapInsights from plaid.model.base_report_number_flow_insights import BaseReportNumberFlowInsights from plaid.model.base_report_transaction import BaseReportTransaction +from plaid.model.base_report_transaction_personal_finance_category import BaseReportTransactionPersonalFinanceCategory from plaid.model.base_report_transaction_type import BaseReportTransactionType from plaid.model.base_report_user_attributes import BaseReportUserAttributes from plaid.model.base_report_warning import BaseReportWarning @@ -275,10 +276,14 @@ from plaid.model.beta_partner_end_customer_with_secrets import BetaPartnerEndCustomerWithSecrets from plaid.model.business_account import BusinessAccount from plaid.model.business_account_all_of import BusinessAccountAllOf +from plaid.model.business_check_boolean_status import BusinessCheckBooleanStatus +from plaid.model.business_digital_presence_check import BusinessDigitalPresenceCheck from plaid.model.business_email_address import BusinessEmailAddress from plaid.model.business_entity_type import BusinessEntityType from plaid.model.business_field_match_summary import BusinessFieldMatchSummary from plaid.model.business_finance_category import BusinessFinanceCategory +from plaid.model.business_industry_prediction import BusinessIndustryPrediction +from plaid.model.business_industry_prediction_nullable import BusinessIndustryPredictionNullable from plaid.model.business_kyb_check import BusinessKYBCheck from plaid.model.business_kyb_match_details import BusinessKYBMatchDetails from plaid.model.business_phone_number import BusinessPhoneNumber @@ -292,7 +297,12 @@ from plaid.model.business_verification_status_kyb_check import BusinessVerificationStatusKYBCheck from plaid.model.business_verification_status_overall import BusinessVerificationStatusOverall from plaid.model.business_verification_status_risk_check import BusinessVerificationStatusRiskCheck +from plaid.model.business_verification_status_web_presence_check import BusinessVerificationStatusWebPresenceCheck from plaid.model.business_website import BusinessWebsite +from plaid.model.business_website_analysis import BusinessWebsiteAnalysis +from plaid.model.business_website_build_status import BusinessWebsiteBuildStatus +from plaid.model.business_website_ssl import BusinessWebsiteSSL +from plaid.model.business_whois_record import BusinessWhoisRecord from plaid.model.cra_loans_register_request import CRALoansRegisterRequest from plaid.model.cash_flow_insight import CashFlowInsight from plaid.model.cash_flow_updates_event_webhook_codes import CashFlowUpdatesEventWebhookCodes @@ -460,14 +470,23 @@ from plaid.model.cra_network_insights_report import CraNetworkInsightsReport from plaid.model.cra_pdf_add_ons import CraPDFAddOns from plaid.model.cra_partner_insights import CraPartnerInsights +from plaid.model.cra_partner_insights_base_fico_score import CraPartnerInsightsBaseFicoScore +from plaid.model.cra_partner_insights_base_fico_score_version import CraPartnerInsightsBaseFicoScoreVersion +from plaid.model.cra_partner_insights_bureau import CraPartnerInsightsBureau from plaid.model.cra_partner_insights_complete_webhook import CraPartnerInsightsCompleteWebhook from plaid.model.cra_partner_insights_error_webhook import CraPartnerInsightsErrorWebhook +from plaid.model.cra_partner_insights_fico_input import CraPartnerInsightsFicoInput +from plaid.model.cra_partner_insights_fico_results import CraPartnerInsightsFicoResults from plaid.model.cra_partner_insights_get_request import CraPartnerInsightsGetRequest from plaid.model.cra_partner_insights_get_response import CraPartnerInsightsGetResponse from plaid.model.cra_partner_insights_item import CraPartnerInsightsItem from plaid.model.cra_partner_insights_item_account import CraPartnerInsightsItemAccount from plaid.model.cra_partner_insights_item_account_metadata import CraPartnerInsightsItemAccountMetadata from plaid.model.cra_partner_insights_prism import CraPartnerInsightsPrism +from plaid.model.cra_partner_insights_ultra_fico_score import CraPartnerInsightsUltraFicoScore +from plaid.model.cra_partner_insights_ultra_fico_score_request import CraPartnerInsightsUltraFicoScoreRequest +from plaid.model.cra_partner_insights_ultra_fico_score_result import CraPartnerInsightsUltraFicoScoreResult +from plaid.model.cra_partner_insights_ultra_fico_score_version import CraPartnerInsightsUltraFicoScoreVersion from plaid.model.cra_prediction_interval import CraPredictionInterval from plaid.model.cra_upgrade_failed_webhook import CraUpgradeFailedWebhook from plaid.model.cra_user_check_report_failed_webhook import CraUserCheckReportFailedWebhook @@ -1404,6 +1423,7 @@ from plaid.model.protect_report_create_response import ProtectReportCreateResponse from plaid.model.protect_report_source import ProtectReportSource from plaid.model.protect_report_type import ProtectReportType +from plaid.model.protect_sdk_model_inputs import ProtectSDKModelInputs from plaid.model.protect_user import ProtectUser from plaid.model.protect_user_event_webhook import ProtectUserEventWebhook from plaid.model.protect_user_insights_get_request import ProtectUserInsightsGetRequest diff --git a/plaid/rest.py b/plaid/rest.py index 59814a56b..e31c7a215 100644 --- a/plaid/rest.py +++ b/plaid/rest.py @@ -5,7 +5,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.681.5 + The version of the OpenAPI document: 2020-09-14_1.682.2 Generated by: https://openapi-generator.tech """ diff --git a/setup.py b/setup.py index 5578fac2a..b7fae9e01 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '38.3.0' +VERSION = '38.4.0' url = 'https://github.com/plaid/plaid-python' REQUIRES = [