diff --git a/.circleci/config.yml b/.circleci/config.yml index e3fb16ffe..2d3500f3a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: machine: - image: ubuntu-2004:202201-02 + image: ubuntu-2204:edge steps: - checkout - run: diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index a51ee9db0..f42f5084f 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -251,7 +251,14 @@ plaid/model/client_provided_raw_transaction.py plaid/model/client_provided_transaction.py plaid/model/client_provided_transaction_location.py plaid/model/connected_application.py +plaid/model/consent_event.py +plaid/model/consent_event_code.py +plaid/model/consent_event_initiator.py +plaid/model/consent_event_type.py +plaid/model/consent_events_get_request.py +plaid/model/consent_events_get_response.py plaid/model/consent_payment_idempotency_key.py +plaid/model/consented_account.py plaid/model/consumer_dispute.py plaid/model/consumer_dispute_category.py plaid/model/consumer_report_pdf_get_request.py @@ -476,6 +483,7 @@ plaid/model/dashboard_user_get_response.py plaid/model/dashboard_user_list_request.py plaid/model/dashboard_user_list_response.py plaid/model/dashboard_user_status.py +plaid/model/data_sources.py plaid/model/date_range.py plaid/model/deductions.py plaid/model/deductions_breakdown.py @@ -499,6 +507,7 @@ plaid/model/depository_account_subtypes.py plaid/model/depository_filter.py plaid/model/detailed_originator.py plaid/model/detected_account.py +plaid/model/device_id.py plaid/model/distribution_breakdown.py plaid/model/doc_type.py plaid/model/document_analysis.py @@ -712,6 +721,7 @@ plaid/model/investment_holdings_get_request_options.py plaid/model/investment_transaction.py plaid/model/investment_transaction_subtype.py plaid/model/investment_transaction_type.py +plaid/model/investments_auth_data_sources.py plaid/model/investments_auth_get_numbers.py plaid/model/investments_auth_get_request.py plaid/model/investments_auth_get_request_options.py @@ -728,7 +738,15 @@ plaid/model/investments_transactions_get_request_options.py plaid/model/investments_transactions_get_response.py plaid/model/investments_transactions_override.py plaid/model/iso_currency_code.py +plaid/model/issue.py plaid/model/issue_resolved_webhook.py +plaid/model/issues_get_request.py +plaid/model/issues_get_response.py +plaid/model/issues_search_request.py +plaid/model/issues_search_response.py +plaid/model/issues_status.py +plaid/model/issues_subscribe_request.py +plaid/model/issues_subscribe_response.py plaid/model/issuing_country.py plaid/model/item.py plaid/model/item_access_token_invalidate_request.py @@ -743,6 +761,7 @@ plaid/model/item_application_scopes_update_request.py plaid/model/item_application_scopes_update_response.py plaid/model/item_application_unlink_request.py plaid/model/item_application_unlink_response.py +plaid/model/item_consented_data_scope.py plaid/model/item_error_webhook.py plaid/model/item_get_request.py plaid/model/item_get_response.py @@ -1274,6 +1293,9 @@ plaid/model/security.py plaid/model/security_override.py plaid/model/selfie_analysis.py plaid/model/selfie_analysis_document_comparison.py +plaid/model/selfie_analysis_facial_analysis.py +plaid/model/selfie_analysis_facial_analysis_outcome.py +plaid/model/selfie_analysis_liveness_check.py plaid/model/selfie_capture.py plaid/model/selfie_check.py plaid/model/selfie_check_selfie.py @@ -1487,6 +1509,9 @@ plaid/model/transfer_originator_list_request.py plaid/model/transfer_originator_list_response.py plaid/model/transfer_platform_originator_create_request.py plaid/model/transfer_platform_originator_create_response.py +plaid/model/transfer_platform_requirement_submission.py +plaid/model/transfer_platform_requirement_submit_request.py +plaid/model/transfer_platform_requirement_submit_response.py plaid/model/transfer_platform_tos_acceptance_metadata.py plaid/model/transfer_questionnaire_create_request.py plaid/model/transfer_questionnaire_create_response.py @@ -1534,6 +1559,7 @@ plaid/model/transfer_user_in_request.py plaid/model/transfer_user_in_request_deprecated.py plaid/model/transfer_user_in_response.py plaid/model/transfer_wire_details.py +plaid/model/trusted_device_data.py plaid/model/update_entity_screening_request_search_terms.py plaid/model/update_individual_screening_request_search_terms.py plaid/model/user_account_identity.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e87a33d..956ac822c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,73 @@ See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md). +# 26.0.0 +- Updating to OAS 2020-09-14_1.565.0 + +## Breaking changes in this version +### 2020-09-14_1.156.2 +- [BREAKING] Remove `from_client_id` and `to_client_id` from `/transfer/ledger/distribute` request +- Add `from_ledger_id` and `to_ledger_id` to `/transfer/ledger/distribute` request +- Add `ledger_id` in transfer routes response examples + +### 2020-09-14_1.561.0 +- [BREAKING] Add `authorization_id` to /transfer/get request and make `transfer_id` optional. + +### 2020-09-14_1.559.0 +- Add `name`, `is_default` to /transfer/ledger/get response +- [BREAKING] Move `ledger_id` from nested `balance` struct to top level in /transfer/ledger/get response + +## OpenAPI Schema Changes +### 2020-09-14_1.565.0 +- Removed `deposit_switch` from the `products` field in the `/link/token/create` request +- Deprecated DepositSwitch endpoints, requests and response + +### 2020-09-14_1.564.0 +- add `/issues/get`, `/issues/search`, and `/issues/subscribe` for Support API endpoints. + +### 2020-09-14_1.563.0 +- Update fields on `item` object in `/item/get` response + - Add `consented_use_cases` field + - Add `consented_data_scopes` field + - Add `created_at` field + - Update descriptions for `consented_products` and `consent_expiration_time` fields +- Add `/consent/events/get` endpoint + +### 2020-09-14_1.157.1 +- Internal changes + +### 2020-09-14_1.157.0 + - (pre-release) Add `facial_analysis` to the `analysis` within each `selfie_check.selfies` object in the response of all of the identity verification endpoints: + - `identity_verification/create` + - `identity_verification/get` + - `identity_verification/list` + - `identity_verification/retry` + +### 2020-09-14_1.156.1 +- Update `account type schema` link to reference the correct URL. + +### 2020-09-14_1.562.0 +- Add `data_sources` object to the `/investments/auth/get` response + - `data_sources` object contains the `numbers`, `owners`, and `holdings` fields + +### 2020-09-14_1.560.0 +- Add `pay_by_bank` to product enum list + +### 2020-09-14_1.558.0 +- Add `liveness_check` to the `analysis` within each `selfie_check.selfies` object in the response of all of the identity verification endpoints: + - `identity_verification/create` + - `identity_verification/get` + - `identity_verification/list` + - `identity_verification/retry` + +### 2020-09-14_1.557.2 +- Internal changes only + +### 2020-09-14_1.557.1 +- Internal changes only + +### 2020-09-14_1.557.0 +- Add `ledger_id` to /transfer/ledger/get response + # 25.0.0 - Updating to OAS 2020-09-14_1.556.0 diff --git a/Dockerfile b/Dockerfile index 3febebafb..1d67ff945 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ - +# Note: This image is also built in CircleCI, so limit references to internal repositories. FROM python:3.7 # Create app directory diff --git a/plaid/__init__.py b/plaid/__init__.py index ab274a0cb..c0cc9ba6d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ -__version__ = "25.0.0" +__version__ = "26.0.0" # import ApiClient from plaid.api_client import ApiClient diff --git a/plaid/api/plaid_api.py b/plaid/api/plaid_api.py index 6017a08d5..be923aa22 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -93,6 +93,8 @@ from plaid.model.beacon_user_update_response import BeaconUserUpdateResponse from plaid.model.cra_loans_register_request import CRALoansRegisterRequest from plaid.model.categories_get_response import CategoriesGetResponse +from plaid.model.consent_events_get_request import ConsentEventsGetRequest +from plaid.model.consent_events_get_response import ConsentEventsGetResponse from plaid.model.consumer_report_pdf_get_request import ConsumerReportPDFGetRequest from plaid.model.cra_bank_income_create_request import CraBankIncomeCreateRequest from plaid.model.cra_bank_income_create_response import CraBankIncomeCreateResponse @@ -229,6 +231,12 @@ from plaid.model.investments_refresh_response import InvestmentsRefreshResponse from plaid.model.investments_transactions_get_request import InvestmentsTransactionsGetRequest from plaid.model.investments_transactions_get_response import InvestmentsTransactionsGetResponse +from plaid.model.issues_get_request import IssuesGetRequest +from plaid.model.issues_get_response import IssuesGetResponse +from plaid.model.issues_search_request import IssuesSearchRequest +from plaid.model.issues_search_response import IssuesSearchResponse +from plaid.model.issues_subscribe_request import IssuesSubscribeRequest +from plaid.model.issues_subscribe_response import IssuesSubscribeResponse from plaid.model.item_access_token_invalidate_request import ItemAccessTokenInvalidateRequest from plaid.model.item_access_token_invalidate_response import ItemAccessTokenInvalidateResponse from plaid.model.item_activity_list_request import ItemActivityListRequest @@ -486,6 +494,8 @@ from plaid.model.transfer_originator_list_response import TransferOriginatorListResponse from plaid.model.transfer_platform_originator_create_request import TransferPlatformOriginatorCreateRequest from plaid.model.transfer_platform_originator_create_response import TransferPlatformOriginatorCreateResponse +from plaid.model.transfer_platform_requirement_submit_request import TransferPlatformRequirementSubmitRequest +from plaid.model.transfer_platform_requirement_submit_response import TransferPlatformRequirementSubmitResponse from plaid.model.transfer_questionnaire_create_request import TransferQuestionnaireCreateRequest from plaid.model.transfer_questionnaire_create_response import TransferQuestionnaireCreateResponse from plaid.model.transfer_recurring_cancel_request import TransferRecurringCancelRequest @@ -2581,6 +2591,60 @@ def __init__(self, api_client=None): }, api_client=api_client ) + self.consent_events_get_endpoint = _Endpoint( + settings={ + 'response_type': (ConsentEventsGetResponse,), + 'auth': [ + 'clientId', + 'plaidVersion', + 'secret' + ], + 'endpoint_path': '/consent/events/get', + 'operation_id': 'consent_events_get', + 'http_method': 'POST', + 'servers': None, + }, + params_map={ + 'all': [ + 'consent_events_get_request', + ], + 'required': [ + 'consent_events_get_request', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'consent_events_get_request': + (ConsentEventsGetRequest,), + }, + 'attribute_map': { + }, + 'location_map': { + 'consent_events_get_request': 'body', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) self.consumer_report_pdf_get_endpoint = _Endpoint( settings={ 'response_type': (file_type,), @@ -6627,6 +6691,168 @@ def __init__(self, api_client=None): }, api_client=api_client ) + self.issues_get_endpoint = _Endpoint( + settings={ + 'response_type': (IssuesGetResponse,), + 'auth': [ + 'clientId', + 'plaidVersion', + 'secret' + ], + 'endpoint_path': '/issues/get', + 'operation_id': 'issues_get', + 'http_method': 'POST', + 'servers': None, + }, + params_map={ + 'all': [ + 'issues_get_request', + ], + 'required': [ + 'issues_get_request', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'issues_get_request': + (IssuesGetRequest,), + }, + 'attribute_map': { + }, + 'location_map': { + 'issues_get_request': 'body', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) + self.issues_search_endpoint = _Endpoint( + settings={ + 'response_type': (IssuesSearchResponse,), + 'auth': [ + 'clientId', + 'plaidVersion', + 'secret' + ], + 'endpoint_path': '/issues/search', + 'operation_id': 'issues_search', + 'http_method': 'POST', + 'servers': None, + }, + params_map={ + 'all': [ + 'issues_search_request', + ], + 'required': [ + 'issues_search_request', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'issues_search_request': + (IssuesSearchRequest,), + }, + 'attribute_map': { + }, + 'location_map': { + 'issues_search_request': 'body', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) + self.issues_subscribe_endpoint = _Endpoint( + settings={ + 'response_type': (IssuesSubscribeResponse,), + 'auth': [ + 'clientId', + 'plaidVersion', + 'secret' + ], + 'endpoint_path': '/issues/subscribe', + 'operation_id': 'issues_subscribe', + 'http_method': 'POST', + 'servers': None, + }, + params_map={ + 'all': [ + 'issues_subscribe_request', + ], + 'required': [ + 'issues_subscribe_request', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'issues_subscribe_request': + (IssuesSubscribeRequest,), + }, + 'attribute_map': { + }, + 'location_map': { + 'issues_subscribe_request': 'body', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) self.item_access_token_invalidate_endpoint = _Endpoint( settings={ 'response_type': (ItemAccessTokenInvalidateResponse,), @@ -13540,6 +13766,60 @@ def __init__(self, api_client=None): }, api_client=api_client ) + self.transfer_platform_requirement_submit_endpoint = _Endpoint( + settings={ + 'response_type': (TransferPlatformRequirementSubmitResponse,), + 'auth': [ + 'clientId', + 'plaidVersion', + 'secret' + ], + 'endpoint_path': '/transfer/platform/requirement/submit', + 'operation_id': 'transfer_platform_requirement_submit', + 'http_method': 'POST', + 'servers': None, + }, + params_map={ + 'all': [ + 'transfer_platform_requirement_submit_request', + ], + 'required': [ + 'transfer_platform_requirement_submit_request', + ], + 'nullable': [ + ], + 'enum': [ + ], + 'validation': [ + ] + }, + root_map={ + 'validations': { + }, + 'allowed_values': { + }, + 'openapi_types': { + 'transfer_platform_requirement_submit_request': + (TransferPlatformRequirementSubmitRequest,), + }, + 'attribute_map': { + }, + 'location_map': { + 'transfer_platform_requirement_submit_request': 'body', + }, + 'collection_format_map': { + } + }, + headers_map={ + 'accept': [ + 'application/json' + ], + 'content_type': [ + 'application/json' + ] + }, + api_client=api_client + ) self.transfer_questionnaire_create_endpoint = _Endpoint( settings={ 'response_type': (TransferQuestionnaireCreateResponse,), @@ -18988,22 +19268,22 @@ def categories_get( body return self.categories_get_endpoint.call_with_http_info(**kwargs) - def consumer_report_pdf_get( + def consent_events_get( self, - consumer_report_pdf_get_request, + consent_events_get_request, **kwargs ): - """Retrieve a PDF Reports # noqa: E501 + """List a historical log of item consent events # noqa: E501 - Retrieves all existing CRB Bank Income and Base reports for the consumer in PDF format. Response is PDF binary data. The `request_id` is returned in the `Plaid-Request-ID` header. # noqa: E501 + List a historical log of item consent events # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.consumer_report_pdf_get(consumer_report_pdf_get_request, async_req=True) + >>> thread = api.consent_events_get(consent_events_get_request, async_req=True) >>> result = thread.get() Args: - consumer_report_pdf_get_request (ConsumerReportPDFGetRequest): + consent_events_get_request (ConsentEventsGetRequest): Keyword Args: _return_http_data_only (bool): response data without head status @@ -19038,7 +19318,7 @@ def consumer_report_pdf_get( async_req (bool): execute request asynchronously Returns: - file_type + ConsentEventsGetResponse If the method is called asynchronously, returns the request thread. """ @@ -19067,26 +19347,26 @@ def consumer_report_pdf_get( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') kwargs['_request_auths'] = kwargs.get('_request_auths', None) - kwargs['consumer_report_pdf_get_request'] = \ - consumer_report_pdf_get_request - return self.consumer_report_pdf_get_endpoint.call_with_http_info(**kwargs) + kwargs['consent_events_get_request'] = \ + consent_events_get_request + return self.consent_events_get_endpoint.call_with_http_info(**kwargs) - def cra_bank_income_create( + def consumer_report_pdf_get( self, - cra_bank_income_create_request, + consumer_report_pdf_get_request, **kwargs ): - """Create a CRA report for income verification # noqa: E501 + """Retrieve a PDF Reports # noqa: E501 - `/cra/bank_income/create` creates a CRA report for income verification # noqa: E501 + Retrieves all existing CRB Bank Income and Base reports for the consumer in PDF format. Response is PDF binary data. The `request_id` is returned in the `Plaid-Request-ID` header. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.cra_bank_income_create(cra_bank_income_create_request, async_req=True) + >>> thread = api.consumer_report_pdf_get(consumer_report_pdf_get_request, async_req=True) >>> result = thread.get() Args: - cra_bank_income_create_request (CraBankIncomeCreateRequest): + consumer_report_pdf_get_request (ConsumerReportPDFGetRequest): Keyword Args: _return_http_data_only (bool): response data without head status @@ -19121,7 +19401,7 @@ def cra_bank_income_create( async_req (bool): execute request asynchronously Returns: - CraBankIncomeCreateResponse + file_type If the method is called asynchronously, returns the request thread. """ @@ -19150,26 +19430,109 @@ def cra_bank_income_create( '_content_type') kwargs['_host_index'] = kwargs.get('_host_index') kwargs['_request_auths'] = kwargs.get('_request_auths', None) - kwargs['cra_bank_income_create_request'] = \ - cra_bank_income_create_request - return self.cra_bank_income_create_endpoint.call_with_http_info(**kwargs) + kwargs['consumer_report_pdf_get_request'] = \ + consumer_report_pdf_get_request + return self.consumer_report_pdf_get_endpoint.call_with_http_info(**kwargs) - def cra_bank_income_get( + def cra_bank_income_create( self, - cra_bank_income_get_request, + cra_bank_income_create_request, **kwargs ): - """Retrieve information from the bank accounts used for income verification # noqa: E501 + """Create a CRA report for income verification # noqa: E501 - `/cra/bank_income/get` returns the bank income report(s) for a specified user. # noqa: E501 + `/cra/bank_income/create` creates a CRA report for income verification # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.cra_bank_income_get(cra_bank_income_get_request, async_req=True) + >>> thread = api.cra_bank_income_create(cra_bank_income_create_request, async_req=True) >>> result = thread.get() Args: - cra_bank_income_get_request (CraBankIncomeGetRequest): + cra_bank_income_create_request (CraBankIncomeCreateRequest): + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _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) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + CraBankIncomeCreateResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['cra_bank_income_create_request'] = \ + cra_bank_income_create_request + return self.cra_bank_income_create_endpoint.call_with_http_info(**kwargs) + + def cra_bank_income_get( + self, + cra_bank_income_get_request, + **kwargs + ): + """Retrieve information from the bank accounts used for income verification # noqa: E501 + + `/cra/bank_income/get` returns the bank income report(s) for a specified user. # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.cra_bank_income_get(cra_bank_income_get_request, async_req=True) + >>> result = thread.get() + + Args: + cra_bank_income_get_request (CraBankIncomeGetRequest): Keyword Args: _return_http_data_only (bool): response data without head status @@ -19493,7 +19856,7 @@ def cra_check_report_create( ): """Create a Consumer Report # noqa: E501 - `/cra/check_report/create` creates a Consumer Report powered by Plaid Check. Plaid Check automatically starts creating Consumer Report data after the user completes the Link process with a Plaid Check product, so you typically would only call this endpoint if you wish to generate an updated report, some time after the initial report was generated. # noqa: E501 + `/cra/check_report/create` creates a Consumer Report powered by Plaid Check. You can call this endpoint to create a new report if `consumer_report_permissible_purpose` was omitted during Link token creation. If you did 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. `/cra/check_report/create` can also be used 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. Note that refreshing or regenerating a report is a billable event.\" # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -19825,7 +20188,7 @@ def cra_check_report_pdf_get( ): """Retrieve Consumer Reports as a PDF # noqa: E501 - `/cra/check_report/pdf/get` retrieves the most recent Bank Income report (if it exists) followed by the most recent Base Report (if it exists) in PDF format. # noqa: E501 + `/cra/check_report/pdf/get` retrieves the most recent Consumer Report in PDF format. By default, the most recent Base Report (if it exists) for the user will be returned. To request that the most recent Income Insights report be included in the PDF as well, use the `add-ons` field. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -22564,7 +22927,7 @@ def dashboard_user_get( ): """Retrieve a dashboard user # noqa: E501 - Retrieve information about a dashboard user. # noqa: E501 + The `/dashboard_user/get` endpoint provides details (such as email address) about a specific Dashboard user based on the `dashboard_user_id` field, which is returned in the `audit_trail` object of certain Monitor and Beacon endpoints. This can be used to identify the specific reviewer who performed a Dashboard action. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -22647,7 +23010,7 @@ def dashboard_user_list( ): """List dashboard users # noqa: E501 - List all dashboard users associated with your account. # noqa: E501 + The `/dashboard_user/list` endpoint provides details (such as email address) all Dashboard users associated with your account. This can use used to audit or track the list of reviewers for Monitor, Beacon, and Identity Verification products. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -22728,7 +23091,7 @@ def deposit_switch_alt_create( deposit_switch_alt_create_request, **kwargs ): - """Create a deposit switch without using Plaid Exchange # noqa: E501 + """(Deprecated) Create a deposit switch without using Plaid Exchange # noqa: E501 This endpoint provides an alternative to `/deposit_switch/create` for customers who have not yet fully integrated with Plaid Exchange. Like `/deposit_switch/create`, it creates a deposit switch entity that will be persisted throughout the lifecycle of the switch. # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -22811,7 +23174,7 @@ def deposit_switch_create( deposit_switch_create_request, **kwargs ): - """Create a deposit switch # noqa: E501 + """(Deprecated) Create a deposit switch # noqa: E501 This endpoint creates a deposit switch entity that will be persisted throughout the lifecycle of the switch. # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -22894,7 +23257,7 @@ def deposit_switch_get( deposit_switch_get_request, **kwargs ): - """Retrieve a deposit switch # noqa: E501 + """(Deprecated) Retrieve a deposit switch # noqa: E501 This endpoint returns information related to how the user has configured their payroll allocation and the state of the switch. You can use this information to build logic related to the user's direct deposit allocation preferences. # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -22977,7 +23340,7 @@ def deposit_switch_token_create( deposit_switch_token_create_request, **kwargs ): - """Create a deposit switch token # noqa: E501 + """(Deprecated) Create a deposit switch token # noqa: E501 In order for the end user to take action, you will need to create a public token representing the deposit switch. This token is used to initialize Link. It can be used one time and expires after 30 minutes. # noqa: E501 This method makes a synchronous HTTP request by default. To make an @@ -25209,6 +25572,255 @@ def investments_transactions_get( investments_transactions_get_request return self.investments_transactions_get_endpoint.call_with_http_info(**kwargs) + def issues_get( + self, + issues_get_request, + **kwargs + ): + """Get an Issue # noqa: E501 + + Retrieve detailed information about a specific `Issue`. This endpoint returns a single `Issue` object. # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.issues_get(issues_get_request, async_req=True) + >>> result = thread.get() + + Args: + issues_get_request (IssuesGetRequest): + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _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) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + IssuesGetResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['issues_get_request'] = \ + issues_get_request + return self.issues_get_endpoint.call_with_http_info(**kwargs) + + def issues_search( + self, + issues_search_request, + **kwargs + ): + """Search for an Issue # noqa: E501 + + Search for an issue associated with one of the following identifiers: `item_id`, `link_session_id` or Link session `request_id`. This endpoint returns a list of `Issue` objects, with an empty list indicating that no issues are associated with the provided identifier. At least one of the identifiers must be provided to perform the search. # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.issues_search(issues_search_request, async_req=True) + >>> result = thread.get() + + Args: + issues_search_request (IssuesSearchRequest): + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _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) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + IssuesSearchResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['issues_search_request'] = \ + issues_search_request + return self.issues_search_endpoint.call_with_http_info(**kwargs) + + def issues_subscribe( + self, + issues_subscribe_request, + **kwargs + ): + """Subscribe to an Issue # noqa: E501 + + Allows a user to subscribe to updates on a specific `Issue` using a POST method. Subscribers will receive webhook notifications when the issue status changes, particularly when resolved. # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.issues_subscribe(issues_subscribe_request, async_req=True) + >>> result = thread.get() + + Args: + issues_subscribe_request (IssuesSubscribeRequest): + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _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) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + IssuesSubscribeResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['issues_subscribe_request'] = \ + issues_subscribe_request + return self.issues_subscribe_endpoint.call_with_http_info(**kwargs) + def item_access_token_invalidate( self, item_access_token_invalidate_request, @@ -27540,7 +28152,7 @@ def payment_initiation_payment_create( ): """Create a payment # noqa: E501 - After creating a payment recipient, you can use the `/payment_initiation/payment/create` endpoint to create a payment to that recipient. Payments can be one-time or standing order (recurring) and can be denominated in either EUR, GBP or other chosen [currency](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-create-request-amount-currency). If making domestic GBP-denominated payments, your recipient must have been created with BACS numbers. In general, EUR-denominated payments will be sent via SEPA Credit Transfer, GBP-denominated payments will be sent via the Faster Payments network and for non-Eurozone markets typically via the local payment scheme, but the payment network used will be determined by the institution. Payments sent via Faster Payments will typically arrive immediately, while payments sent via SEPA Credit Transfer or other local payment schemes will typically arrive in one business day. Standing orders (recurring payments) must be denominated in GBP and can only be sent to recipients in the UK. Once created, standing order payments cannot be modified or canceled via the API. An end user can cancel or modify a standing order directly on their banking application or website, or by contacting the bank. Standing orders will follow the payment rules of the underlying rails (Faster Payments in UK). Payments can be sent Monday to Friday, excluding bank holidays. If the pre-arranged date falls on a weekend or bank holiday, the payment is made on the next working day. It is not possible to guarantee the exact time the payment will reach the recipient’s account, although at least 90% of standing order payments are sent by 6am. In Limited Production, payments must be below 5 GBP or other chosen [currency](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-create-request-amount-currency), and standing orders, variable recurring payments, and Virtual Accounts are not supported. # noqa: E501 + After creating a payment recipient, you can use the `/payment_initiation/payment/create` endpoint to create a payment to that recipient. Payments can be one-time or standing order (recurring) and can be denominated in either EUR, GBP or other chosen [currency](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-create-request-amount-currency). If making domestic GBP-denominated payments, your recipient must have been created with BACS numbers. In general, EUR-denominated payments will be sent via SEPA Credit Transfer, GBP-denominated payments will be sent via the Faster Payments network and for non-Eurozone markets typically via the local payment scheme, but the payment network used will be determined by the institution. Payments sent via Faster Payments will typically arrive immediately, while payments sent via SEPA Credit Transfer or other local payment schemes will typically arrive in one business day. Standing orders (recurring payments) must be denominated in GBP and can only be sent to recipients in the UK. Once created, standing order payments cannot be modified or canceled via the API. An end user can cancel or modify a standing order directly on their banking application or website, or by contacting the bank. Standing orders will follow the payment rules of the underlying rails (Faster Payments in UK). Payments can be sent Monday to Friday, excluding bank holidays. If the pre-arranged date falls on a weekend or bank holiday, the payment is made on the next working day. It is not possible to guarantee the exact time the payment will reach the recipient’s account, although at least 90% of standing order payments are sent by 6am. In Limited Production, payments must be below 5 GBP or other chosen [currency](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-create-request-amount-currency), and standing orders, variable recurring payments, and Virtual Accounts are not supported. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -34014,7 +34626,7 @@ def transfer_capabilities_get( ): """Get RTP eligibility information of a transfer # noqa: E501 - Use the `/transfer/capabilities/get` endpoint to determine the RTP eligibility information of a transfer. To simulate RTP eligibility in Sandbox, log in using the username `user_good` and password `pass_good` and use the first two checking and savings accounts in the \"First Platypus Bank\" institution (ending in 0000 or 1111), which will return `true`. Any other account will return `false`. # noqa: E501 + Use the `/transfer/capabilities/get` endpoint to determine the RTP eligibility information of an account to be used with Transfer. This endpoint works on all Transfer-capable Items, including those created by `/transfer/migrate_account`. To simulate RTP eligibility in Sandbox, log in using the username `user_good` and password `pass_good` and use the first two checking and savings accounts in the \"First Platypus Bank\" institution (ending in 0000 or 1111), which will return `true`. Any other account will return `false`. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -34595,7 +35207,7 @@ def transfer_get( ): """Retrieve a transfer # noqa: E501 - The `/transfer/get` endpoint fetches information about the transfer corresponding to the given `transfer_id`. # noqa: E501 + The `/transfer/get` endpoint fetches information about the transfer corresponding to the given `transfer_id` or `authorization_id`. One of `transfer_id` or `authorization_id` must be populated but not both. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True @@ -35833,6 +36445,89 @@ def transfer_platform_originator_create( transfer_platform_originator_create_request return self.transfer_platform_originator_create_endpoint.call_with_http_info(**kwargs) + def transfer_platform_requirement_submit( + self, + transfer_platform_requirement_submit_request, + **kwargs + ): + """Submit onboarding requirements for Scaled Platform originators # noqa: E501 + + The `/transfer/platform/requirement/submit` endpoint allows platforms to submit onboarding requirements for an originator as part of the Scaled Platform Transfer offering. # noqa: E501 + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + + >>> thread = api.transfer_platform_requirement_submit(transfer_platform_requirement_submit_request, async_req=True) + >>> result = thread.get() + + Args: + transfer_platform_requirement_submit_request (TransferPlatformRequirementSubmitRequest): + + Keyword Args: + _return_http_data_only (bool): response data without head status + code and headers. Default is True. + _preload_content (bool): if False, the urllib3.HTTPResponse object + will be returned without reading/decoding response data. + Default is True. + _request_timeout (int/float/tuple): timeout setting for this request. If + one number provided, it will be total request timeout. It can also + be a pair (tuple) of (connection, read) timeouts. + Default is None. + _check_input_type (bool): specifies if type checking + should be done one the data sent to the server. + Default is True. + _check_return_type (bool): specifies if type checking + should be done one the data received from the server. + Default is True. + _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) + _content_type (str/None): force body content-type. + Default is None and content-type will be predicted by allowed + content-types and body. + _host_index (int/None): specifies the index of the server + that we want to use. + Default is read from the configuration. + _request_auths (list): set to override the auth_settings for an a single + request; this effectively ignores the authentication + in the spec for a single request. + Default is None + async_req (bool): execute request asynchronously + + Returns: + TransferPlatformRequirementSubmitResponse + If the method is called asynchronously, returns the request + thread. + """ + kwargs['async_req'] = kwargs.get( + 'async_req', False + ) + kwargs['_return_http_data_only'] = kwargs.get( + '_return_http_data_only', True + ) + kwargs['_preload_content'] = kwargs.get( + '_preload_content', True + ) + kwargs['_request_timeout'] = kwargs.get( + '_request_timeout', None + ) + kwargs['_check_input_type'] = kwargs.get( + '_check_input_type', True + ) + kwargs['_check_return_type'] = kwargs.get( + '_check_return_type', True + ) + kwargs['_spec_property_naming'] = kwargs.get( + '_spec_property_naming', False + ) + kwargs['_content_type'] = kwargs.get( + '_content_type') + kwargs['_host_index'] = kwargs.get('_host_index') + kwargs['_request_auths'] = kwargs.get('_request_auths', None) + kwargs['transfer_platform_requirement_submit_request'] = \ + transfer_platform_requirement_submit_request + return self.transfer_platform_requirement_submit_endpoint.call_with_http_info(**kwargs) + def transfer_questionnaire_create( self, transfer_questionnaire_create_request, diff --git a/plaid/api_client.py b/plaid/api_client.py index 76cef0e0d..bb58c5a3b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 v25.0.0' + self.user_agent = 'Plaid Python v26.0.0' def __enter__(self): return self diff --git a/plaid/configuration.py b/plaid/configuration.py index 3147dae44..3946d0a1d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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.556.0\n"\ - "SDK Package Version: 25.0.0".\ + "Version of the API: 2020-09-14_1.565.0\n"\ + "SDK Package Version: 26.0.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/plaid/exceptions.py b/plaid/exceptions.py index 4f94e263d..6944a01c5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_access.py b/plaid/model/account_access.py index 4512209c3..b0b204e6d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_assets.py b/plaid/model/account_assets.py index a8d596326..2b488f50e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_balance.py b/plaid/model/account_balance.py index 627718102..5528f6ae0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -151,7 +151,7 @@ def _from_openapi_data(cls, available, current, limit, iso_currency_code, unoffi Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://en.wikipedia.org/wiki/ISO_8601) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 + last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -249,7 +249,7 @@ def __init__(self, available, current, limit, iso_currency_code, unofficial_curr Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://en.wikipedia.org/wiki/ISO_8601) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 + last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/account_base.py b/plaid/model/account_base.py index d4ee427ce..af360ce22 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_filter.py b/plaid/model/account_filter.py index 766646cd9..4504bf2b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_filter_subtypes.py b/plaid/model/account_filter_subtypes.py index 00025c2da..e934b268d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_filters_response.py b/plaid/model/account_filters_response.py index 82569ff5e..1b05a946a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_holder_category.py b/plaid/model/account_holder_category.py index b0bd2926e..511e74b6e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_identity.py b/plaid/model/account_identity.py index 435436089..6b1d7e780 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 baa9a276c..1d960e904 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cb3fa8aab..42d1828fa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 56189596a..c203345a2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ffef0df5b..34ca479c9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b57c4d155..49ee458b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 59a9ef8b5..1dd1e26b7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2460213ad..de250addb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_product_access.py b/plaid/model/account_product_access.py index fe3610060..6fb0a4175 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 06303f533..2f4e20bda 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_selection_cardinality.py b/plaid/model/account_selection_cardinality.py index 80be1f71d..7e1bfa684 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_subtype.py b/plaid/model/account_subtype.py index 3d5115e04..1392138fe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_subtypes.py b/plaid/model/account_subtypes.py index bf85762f0..808a3d5d1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_type.py b/plaid/model/account_type.py index f0b30db73..91fb77a8d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_verification_insights.py b/plaid/model/account_verification_insights.py index 0c2472063..423fd935f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/account_verification_insights_account_number_format.py b/plaid/model/account_verification_insights_account_number_format.py index e8e66ac6e..e28b85027 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fb7030e5f..81d1c9356 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6d188cdc8..74c80f158 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_balance_get_request.py b/plaid/model/accounts_balance_get_request.py index 64351c2b8..b76f790b3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1e615d1bc..fa764225d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_balance_get_request_payment_details.py b/plaid/model/accounts_balance_get_request_payment_details.py index 6f24c25e1..3f9b69df7 100644 --- a/plaid/model/accounts_balance_get_request_payment_details.py +++ b/plaid/model/accounts_balance_get_request_payment_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -154,7 +154,7 @@ def _from_openapi_data(cls, account_id, client_transaction_id, amount, *args, ** Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - balance_threshold_percentage (int): If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then [`payment_risk_assessment.exceeds_balance_threshold`](https://plaid.com/docs/balance/balance-plus/#accounts-balance-get-response-payment-risk-assessment-exceeds-balance-threshold) in the response will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data. . [optional] if omitted the server will use the default value of 90 # noqa: E501 + balance_threshold_percentage (int): If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then [`payment_risk_assessment.exceeds_balance_threshold`](https://plaid.com/docs/balance/balance-plus/#accounts-balance-get-response-payment-risk-assessment-exceeds-balance-threshold) in the response will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data.. [optional] if omitted the server will use the default value of 90 # noqa: E501 requires_real_time_balance_refresh (bool): A boolean that determines whether the balance has to be refreshed in real time as part of the API call when using Balance Plus. Setting this to field to `true` will result in more recent balances, but latency may be up to 30 seconds or more. If making a regular (non-Balance Plus) Balance call, without the `payment_details` object present, `/accounts/balance/get` will always return real-time balances.. [optional] if omitted the server will use the default value of False # noqa: E501 """ @@ -249,7 +249,7 @@ def __init__(self, account_id, client_transaction_id, amount, *args, **kwargs): Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - balance_threshold_percentage (int): If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then [`payment_risk_assessment.exceeds_balance_threshold`](https://plaid.com/docs/balance/balance-plus/#accounts-balance-get-response-payment-risk-assessment-exceeds-balance-threshold) in the response will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data. . [optional] if omitted the server will use the default value of 90 # noqa: E501 + balance_threshold_percentage (int): If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then [`payment_risk_assessment.exceeds_balance_threshold`](https://plaid.com/docs/balance/balance-plus/#accounts-balance-get-response-payment-risk-assessment-exceeds-balance-threshold) in the response will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data.. [optional] if omitted the server will use the default value of 90 # noqa: E501 requires_real_time_balance_refresh (bool): A boolean that determines whether the balance has to be refreshed in real time as part of the API call when using Balance Plus. Setting this to field to `true` will result in more recent balances, but latency may be up to 30 seconds or more. If making a regular (non-Balance Plus) Balance call, without the `payment_details` object present, `/accounts/balance/get` will always return real-time balances.. [optional] if omitted the server will use the default value of False # noqa: E501 """ diff --git a/plaid/model/accounts_balance_get_response_payment_risk_assessment.py b/plaid/model/accounts_balance_get_response_payment_risk_assessment.py index 14b704fd1..9610c7513 100644 --- a/plaid/model/accounts_balance_get_response_payment_risk_assessment.py +++ b/plaid/model/accounts_balance_get_response_payment_risk_assessment.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -131,7 +131,7 @@ def _from_openapi_data(cls, risk_level, attributes, balance_last_updated, exceed risk_level (BalancePlusRiskLevel): attributes (BalancePlusAttributes): balance_last_updated (datetime): Timestamp of the last successful balance update, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format. - exceeds_balance_threshold (bool): Whether the proposed transaction exceeds the balance threshold set in the request. `true` indicates higher risk; `false` indicates lower risk. If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then `exceeds_balance_threshold` will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data. + exceeds_balance_threshold (bool): Whether the proposed transaction exceeds the balance threshold set in the request. `true` indicates higher risk; `false` indicates lower risk. If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then `exceeds_balance_threshold` will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -228,7 +228,7 @@ def __init__(self, risk_level, attributes, balance_last_updated, exceeds_balance risk_level (BalancePlusRiskLevel): attributes (BalancePlusAttributes): balance_last_updated (datetime): Timestamp of the last successful balance update, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format. - exceeds_balance_threshold (bool): Whether the proposed transaction exceeds the balance threshold set in the request. `true` indicates higher risk; `false` indicates lower risk. If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then `exceeds_balance_threshold` will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data. + exceeds_balance_threshold (bool): Whether the proposed transaction exceeds the balance threshold set in the request. `true` indicates higher risk; `false` indicates lower risk. If the `amount` multiplied by the `balance_threshold_percentage` (as a percentage) exceeds the balance in the account, then `exceeds_balance_threshold` will be true, otherwise, it will be false. For example, if the `amount` is 200 and the `balance_threshold_percentage` is 90, then the account balance must be at least 180 for `exceeds_balance_threshold` to be false. By default, the available balance will be used for this calculation; if it cannot be obtained, the current balance will be used. This field is particularly useful for customers using indirect Items and who do not have direct access to raw balance data. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/plaid/model/accounts_get_request.py b/plaid/model/accounts_get_request.py index 7816ae4b5..a863b6bad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a8e2c473f..c165a7952 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/accounts_get_response.py b/plaid/model/accounts_get_response.py index 16e978ac9..84dedfa63 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ach_class.py b/plaid/model/ach_class.py index 731c76ecf..140fd0692 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/action_state.py b/plaid/model/action_state.py index 4439195a6..a66ec64d4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/activity.py b/plaid/model/activity.py index 9282ae529..c2d2481c8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/activity_type.py b/plaid/model/activity_type.py index d33cc4bdb..c5d4f6db1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address.py b/plaid/model/address.py index 0f282e4cb..221d96838 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_data.py b/plaid/model/address_data.py index 14d2b2f37..16b6e43d0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4fbdd17df..fae2cb8ff 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_data_nullable.py b/plaid/model/address_data_nullable.py index 08289481d..3a4c3a50c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 30354fae5..2665ede77 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_match_score.py b/plaid/model/address_match_score.py index e8e300414..bd5f7ec1f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_nullable.py b/plaid/model/address_nullable.py index 084161995..a6c82634b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/address_purpose_label.py b/plaid/model/address_purpose_label.py index 254553532..f1e9988d7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/application.py b/plaid/model/application.py index 8183133e0..b4d1269fa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/application_get_request.py b/plaid/model/application_get_request.py index 2cd8cb7af..4d6307c07 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/application_get_response.py b/plaid/model/application_get_response.py index 863a7f63d..5fbca1383 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/apr.py b/plaid/model/apr.py index 5edc22357..c9e8ed372 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset.py b/plaid/model/asset.py index b96853fc3..86740651a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_detail.py b/plaid/model/asset_detail.py index e1902656d..ee4156e99 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_holder.py b/plaid/model/asset_holder.py index 1271cea4d..ae6963871 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_holder_name.py b/plaid/model/asset_holder_name.py index 6684501de..102ee8443 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_owner.py b/plaid/model/asset_owner.py index 4d7cc7f08..1c0258015 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_owners.py b/plaid/model/asset_owners.py index f1bd1a3f0..85163ac32 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report.py b/plaid/model/asset_report.py index f7b86249f..c267aa062 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 465593cce..65f41a48b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -154,7 +154,7 @@ def _from_openapi_data(cls, available, current, limit, margin_loan_amount, iso_c Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://en.wikipedia.org/wiki/ISO_8601) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 + last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -254,7 +254,7 @@ def __init__(self, available, current, limit, margin_loan_amount, iso_currency_c Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://en.wikipedia.org/wiki/ISO_8601) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 + last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/asset_report_add_ons.py b/plaid/model/asset_report_add_ons.py index bf0ee6464..a49b55f4a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3b79c3460..7fc016129 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c5b4b8a71..2f86480a4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 48b791138..d3b75ee6e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dec03163e..7bcb47526 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3cc4ff421..f683de7d5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f9ac834df..c0487af29 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a051e8fb1..a3b190688 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 94c16521c..661a95a2c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d32f8ff4e..611df60c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f45728d2a..ceed48742 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_freddie.py b/plaid/model/asset_report_freddie.py index e6fdd2ef2..b46fd7408 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f12a636d4..0972b2ad3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7ce291b3d..afda214b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a88f29c53..fe33645f2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 80425a149..d4353010e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2ff6084a8..9a82fe69b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4e1ad1c5e..860a0e8f0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3ead34373..a9caadba8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_investments.py b/plaid/model/asset_report_investments.py index 9e2773699..79545e363 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_item.py b/plaid/model/asset_report_item.py index 43721c26c..20de3a417 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 69cad0572..94756b844 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e522136d1..31d88742b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7049d52c0..496b3c750 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a436caa0e..cf5a99532 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d3ea58968..606307544 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ddeb1bfdb..c5aec51f9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f99d37ec1..7f1d5d82c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_transaction.py b/plaid/model/asset_report_transaction.py index 980f675a1..d22dc817d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6aab0cf54..4b43bb37e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_type.py b/plaid/model/asset_report_type.py index 0eb79e41a..8ac287068 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_report_user.py b/plaid/model/asset_report_user.py index 59a58dc5f..63013d598 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction.py b/plaid/model/asset_transaction.py index d4df59bb9..2c4154aa7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 595029968..a0a9609ad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_description.py b/plaid/model/asset_transaction_description.py index 856ceb48b..4d930da11 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_detail.py b/plaid/model/asset_transaction_detail.py index 71846bcfb..acaad7b28 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transaction_type.py b/plaid/model/asset_transaction_type.py index 84be5c7c3..7fb9cc90f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_transactions.py b/plaid/model/asset_transactions.py index d54a3c75d..445fb9ef3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/asset_type.py b/plaid/model/asset_type.py index 65a4e0641..aa6195acb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/assets.py b/plaid/model/assets.py index 764198a18..ba257763e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/assets_error_webhook.py b/plaid/model/assets_error_webhook.py index 8fb19d13e..0e2e91852 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 408ab2838..504e86c25 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 903fe902c..4e416e569 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_numbers.py b/plaid/model/auth_get_numbers.py index de421478e..277be13ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_request.py b/plaid/model/auth_get_request.py index cd181f97e..823b517a3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dc72f76f5..0cf56393a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_get_response.py b/plaid/model/auth_get_response.py index 24ac3c594..fb6aaee8c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_metadata.py b/plaid/model/auth_metadata.py index 25b41a6d9..147cd1d8b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_supported_methods.py b/plaid/model/auth_supported_methods.py index 341e3d718..b3f1ce011 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/auth_update_types.py b/plaid/model/auth_update_types.py index 2ed8394d2..972fe192c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/automatically_verified_webhook.py b/plaid/model/automatically_verified_webhook.py index 779530928..186240fdf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/balance_plus_attributes.py b/plaid/model/balance_plus_attributes.py index 02a467cce..4985a0460 100644 --- a/plaid/model/balance_plus_attributes.py +++ b/plaid/model/balance_plus_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/balance_plus_risk_level.py b/plaid/model/balance_plus_risk_level.py index 8fc0b0d54..43aca4dbc 100644 --- a/plaid/model/balance_plus_risk_level.py +++ b/plaid/model/balance_plus_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2e1d89ef9..60cfedaea 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0a2cdc52b..5f6c08b42 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e5f8a03fb..5877bc726 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b760e6212..4ab02bc38 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6d833fa1d..04a50f793 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 be670b16d..7447579e7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 907d105ea..b697e8289 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer.py b/plaid/model/bank_transfer.py index 5484b7158..fa8c33488 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_balance.py b/plaid/model/bank_transfer_balance.py index f6b26cadc..094d9791b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e4a60c26c..7149dc278 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 39901986e..1046482c2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d547ee7a8..3c43b9aa6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 93ec8f71e..0332d3526 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 119e6aa61..60fb125e4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1af00fcb9..6620b6d9a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_direction.py b/plaid/model/bank_transfer_direction.py index e10e9bf5c..f61a6d753 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_event.py b/plaid/model/bank_transfer_event.py index a3502230c..153cd107c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8445d46f8..cfaf5f0dd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ef2274df2..b92de5fb0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ad93c0cfe..b0e816020 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 090156e46..c7fe09722 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7d89416dd..b3588d6dd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e1aade8a7..55c8a45b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dd4d68b64..99a6d168e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_failure.py b/plaid/model/bank_transfer_failure.py index d753c4b84..07531b1cc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a0c73d187..3656f5a88 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cdb372029..4df3e7187 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7bc82fd60..6ba48ccf6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 63673420d..99061ee0d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 addb3ddfb..2594b09c6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_metadata.py b/plaid/model/bank_transfer_metadata.py index fda2f57c8..f2aba3d6f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 520d43acb..6038dff5f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c5e77a207..6423f9520 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_network.py b/plaid/model/bank_transfer_network.py index 7f5219e11..139ff79f1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_status.py b/plaid/model/bank_transfer_status.py index 51a4a4158..62d4586ce 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_sweep.py b/plaid/model/bank_transfer_sweep.py index bbec997cd..98d2c27c2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1ee6cf121..3a5232832 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ba4944d12..b944d2104 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 99e4b7762..cce4cadaa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 71593cf05..49134d636 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_type.py b/plaid/model/bank_transfer_type.py index 36c550034..4b5a68142 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/bank_transfer_user.py b/plaid/model/bank_transfer_user.py index 817672288..a07c7a79d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3d7e8da67..e1aad00ab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 37d08d42b..0fbf74974 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report.py b/plaid/model/base_report.py index 5814a0d65..dea27499c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_account.py b/plaid/model/base_report_account.py index 961df5316..0d4835241 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ae774c14c..0062b22d2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -163,7 +163,7 @@ def _from_openapi_data(cls, available, current, limit, iso_currency_code, unoffi Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://en.wikipedia.org/wiki/ISO_8601) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 + last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 average_balance (float, none_type): The average historical balance for the entire report. [optional] # noqa: E501 average_monthly_balances ([BaseReportAverageMonthlyBalances]): The average historical balance of each calendar month. [optional] # noqa: E501 most_recent_thirty_day_average_balance (float, none_type): The average historical balance from the most recent 30 days. [optional] # noqa: E501 @@ -264,7 +264,7 @@ def __init__(self, available, current, limit, iso_currency_code, unofficial_curr Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) - last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://en.wikipedia.org/wiki/ISO_8601) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 + last_updated_datetime (datetime, none_type): Timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`. This field is only used and expected when the institution is `ins_128026` (Capital One) and the Item contains one or more accounts with a non-depository account type, in which case a value must be provided or an `INVALID_REQUEST` error with the code of `INVALID_FIELD` will be returned. For Capital One depository accounts as well as all other account types on all other institutions, this field is ignored. See [account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full list of account types. If the balance that is pulled is older than the given timestamp for Items with this field required, an `INVALID_REQUEST` error with the code of `LAST_UPDATED_DATETIME_OUT_OF_RANGE` will be returned with the most recent timestamp for the requested account contained in the response.. [optional] # noqa: E501 average_balance (float, none_type): The average historical balance for the entire report. [optional] # noqa: E501 average_monthly_balances ([BaseReportAverageMonthlyBalances]): The average historical balance of each calendar month. [optional] # noqa: E501 most_recent_thirty_day_average_balance (float, none_type): The average historical balance from the most recent 30 days. [optional] # noqa: E501 diff --git a/plaid/model/base_report_account_insights.py b/plaid/model/base_report_account_insights.py index 7ba5f0766..b0787755b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 57e59c0ad..671510b8d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3388b3c94..580735f3f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f048570a9..f5a718c85 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_item.py b/plaid/model/base_report_item.py index 27216d09c..73f0a47ec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 aa7b0e4d5..4c4c4d2dc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6ec96a611..96c3c1bc2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_transaction.py b/plaid/model/base_report_transaction.py index 99786a623..1e8b67a69 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_transaction_type.py b/plaid/model/base_report_transaction_type.py index 7bff7b3d4..93b3f9e27 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_report_warning.py b/plaid/model/base_report_warning.py index bd6ffee59..f4cc5d3d9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 52afa0917..91dcc6347 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2600a043c..c1e258fdf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/base_reports_product_ready_webhook.py b/plaid/model/base_reports_product_ready_webhook.py index fce63b170..9c171f7a1 100644 --- a/plaid/model/base_reports_product_ready_webhook.py +++ b/plaid/model/base_reports_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 46d4e6f96..827789ad8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a66f044c3..ea14d370a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 af2d39729..6cc89985f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7099ded25..524c9135d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c19f2b909..ed464e6b6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 64ba8df9e..2a29c4b82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 be3840469..69b33ed1f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_audit_trail.py b/plaid/model/beacon_audit_trail.py index e0530e756..d6248429a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -115,7 +115,7 @@ def _from_openapi_data(cls, source, dashboard_user_id, timestamp, *args, **kwarg Args: source (BeaconAuditTrailSource): - dashboard_user_id (str, none_type): ID of the associated user. + dashboard_user_id (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. timestamp (datetime): An ISO8601 formatted timestamp. Keyword Args: @@ -208,7 +208,7 @@ def __init__(self, source, dashboard_user_id, timestamp, *args, **kwargs): # no Args: source (BeaconAuditTrailSource): - dashboard_user_id (str, none_type): ID of the associated user. + dashboard_user_id (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. timestamp (datetime): An ISO8601 formatted timestamp. Keyword Args: diff --git a/plaid/model/beacon_audit_trail_source.py b/plaid/model/beacon_audit_trail_source.py index 1fde2d390..b4d3d5e23 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d9eb718f6..deeb822df 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_bank_accounts.py b/plaid/model/beacon_bank_accounts.py index 2d5c080b5..76642b841 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 046c5815c..decd9cb11 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 28e6bb718..e3847b850 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cfdf9d53a..573538646 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9450d0712..5b7263dcc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ad5e101cf..36f597e1d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report.py b/plaid/model/beacon_report.py index ecfa04af2..6cc3884b5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e38772d1e..3426e3d0f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 01fb0f3ac..1b9451c90 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c0f62768e..25afd6a79 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 712e5dba3..5a8cc223f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 09cdd98b3..ecee8947c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 463999025..fa1f9bbed 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eddd05194..09980b11e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7c5aaf51c..076379568 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_syndication.py b/plaid/model/beacon_report_syndication.py index f95c64061..ed8d72127 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 799b9b5e2..42ed5120a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4b5f0412e..ce87da8c8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 aa67a7a6a..12814e668 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3cb33a643..3f94660fa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 109bffd94..0026cd8be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8b3e9a67c..2f103b57a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0d077445b..7eabb59d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_report_type.py b/plaid/model/beacon_report_type.py index 8a72737ac..7f5b4fb16 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6d06873cf..1b8c8ec60 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2faed92bb..b242d0354 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user.py b/plaid/model/beacon_user.py index d4bbc23a7..7d5053c66 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bceb6a8ca..00c85d380 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 75b49ce42..aa57df12d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_address.py b/plaid/model/beacon_user_address.py index a95b5f6a4..0f6e5a733 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a2a295283..075d094b3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 62ff24212..2415dc084 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_data.py b/plaid/model/beacon_user_data.py index bfe92231f..cb578ab43 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 302a339f3..9368a87f2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0c7f20456..4fbad9434 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 73366ee67..46e0ae568 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7097f4e45..a0805ea59 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2671988b2..9e3401048 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2c486bf30..201ce641c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_name.py b/plaid/model/beacon_user_name.py index 11ee0ce6a..c30230e99 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 76ab67937..04d0c0274 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e40d01345..bf20acef0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 032dab9fa..ba68ab715 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 513b82f5e..87663a746 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 18ca178d9..bb5eabde9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7b8de7099..bf195d6e9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_revision.py b/plaid/model/beacon_user_revision.py index e8fdcbe05..17d996fc2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/beacon_user_status.py b/plaid/model/beacon_user_status.py index 42cb56522..0cf638945 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f8cb79e48..b2b264c14 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f23174026..c2695eb8e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 275d636bd..3dc178eb9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 27beef512..7de6698e1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cashflow_attributes_version.py b/plaid/model/cashflow_attributes_version.py index e1fc0b6b3..4e8516473 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/categories_get_response.py b/plaid/model/categories_get_response.py index 10c954588..b7aa1a2bf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category.py b/plaid/model/category.py index c9e3bc6fa..4ff36165a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category_insight_details.py b/plaid/model/category_insight_details.py index 8e83ae16e..f02e6b561 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/category_insights.py b/plaid/model/category_insights.py index 40147fb32..8773eb8bd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cause.py b/plaid/model/cause.py index 632c93559..29ab78170 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cause_all_of.py b/plaid/model/cause_all_of.py index 79cb06e8d..4536bafb9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e0a2ec04c..a9b5a089d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4c464602d..25c5a2e49 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a8acbcd5a..981c08445 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/client_provided_transaction.py b/plaid/model/client_provided_transaction.py index 1abd3fc0e..90f365848 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 071f89fc5..b9ec27f97 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/connected_application.py b/plaid/model/connected_application.py index 1b87f7de3..dcf2d3d4d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consent_event.py b/plaid/model/consent_event.py new file mode 100644 index 000000000..6bdbefaf1 --- /dev/null +++ b/plaid/model/consent_event.py @@ -0,0 +1,311 @@ +""" + 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.565.0 + 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.consent_event_code import ConsentEventCode + from plaid.model.consent_event_initiator import ConsentEventInitiator + from plaid.model.consent_event_type import ConsentEventType + from plaid.model.consented_account import ConsentedAccount + globals()['ConsentEventCode'] = ConsentEventCode + globals()['ConsentEventInitiator'] = ConsentEventInitiator + globals()['ConsentEventType'] = ConsentEventType + globals()['ConsentedAccount'] = ConsentedAccount + + +class ConsentEvent(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 { + 'item_id': (str,), # noqa: E501 + 'created_at': (datetime,), # noqa: E501 + 'event_type': (ConsentEventType,), # noqa: E501 + 'event_code': (ConsentEventCode,), # noqa: E501 + 'institution_id': (str, none_type,), # noqa: E501 + 'institution_name': (str, none_type,), # noqa: E501 + 'initiator': (ConsentEventInitiator,), # noqa: E501 + 'consented_use_cases': ([str],), # noqa: E501 + 'consented_data_scopes': ([str],), # noqa: E501 + 'consented_accounts': ([ConsentedAccount],), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'item_id': 'item_id', # noqa: E501 + 'created_at': 'created_at', # noqa: E501 + 'event_type': 'event_type', # noqa: E501 + 'event_code': 'event_code', # noqa: E501 + 'institution_id': 'institution_id', # noqa: E501 + 'institution_name': 'institution_name', # noqa: E501 + 'initiator': 'initiator', # noqa: E501 + 'consented_use_cases': 'consented_use_cases', # noqa: E501 + 'consented_data_scopes': 'consented_data_scopes', # noqa: E501 + 'consented_accounts': 'consented_accounts', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """ConsentEvent - 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,) + item_id (str): The Plaid Item ID. The `item_id` is always unique; linking the same account at the same institution twice will result in two Items with different `item_id` values. Like all Plaid identifiers, the `item_id` is case-sensitive.. [optional] # noqa: E501 + created_at (datetime): The date and time when the consent event occurred, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. [optional] # noqa: E501 + event_type (ConsentEventType): [optional] # noqa: E501 + event_code (ConsentEventCode): [optional] # noqa: E501 + institution_id (str, none_type): Unique identifier for the institution associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.. [optional] # noqa: E501 + institution_name (str, none_type): The full name of the institution associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.. [optional] # noqa: E501 + initiator (ConsentEventInitiator): [optional] # noqa: E501 + consented_use_cases ([str]): A list of strings containing the full list of use cases the end user has consented to for the Item. See the [full list](/docs/link/data-transparency-messaging-migration-guide/#updating-link-customizations) of use cases.. [optional] # noqa: E501 + consented_data_scopes ([str]): A list of strings containing the full list of data scopes the end user has consented to for the Item. These correspond to consented products; see the [full mapping](/docs/link/data-transparency-messaging-migration-guide/#data-scopes-by-product) of data scopes and products.. [optional] # noqa: E501 + consented_accounts ([ConsentedAccount]): An array containing the accounts associated with the Item for which authorizations are granted.. [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 + """ConsentEvent - 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,) + item_id (str): The Plaid Item ID. The `item_id` is always unique; linking the same account at the same institution twice will result in two Items with different `item_id` values. Like all Plaid identifiers, the `item_id` is case-sensitive.. [optional] # noqa: E501 + created_at (datetime): The date and time when the consent event occurred, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. [optional] # noqa: E501 + event_type (ConsentEventType): [optional] # noqa: E501 + event_code (ConsentEventCode): [optional] # noqa: E501 + institution_id (str, none_type): Unique identifier for the institution associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.. [optional] # noqa: E501 + institution_name (str, none_type): The full name of the institution associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.. [optional] # noqa: E501 + initiator (ConsentEventInitiator): [optional] # noqa: E501 + consented_use_cases ([str]): A list of strings containing the full list of use cases the end user has consented to for the Item. See the [full list](/docs/link/data-transparency-messaging-migration-guide/#updating-link-customizations) of use cases.. [optional] # noqa: E501 + consented_data_scopes ([str]): A list of strings containing the full list of data scopes the end user has consented to for the Item. These correspond to consented products; see the [full mapping](/docs/link/data-transparency-messaging-migration-guide/#data-scopes-by-product) of data scopes and products.. [optional] # noqa: E501 + consented_accounts ([ConsentedAccount]): An array containing the accounts associated with the Item for which authorizations are granted.. [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/consent_event_code.py b/plaid/model/consent_event_code.py new file mode 100644 index 000000000..25ee5f8d7 --- /dev/null +++ b/plaid/model/consent_event_code.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.565.0 + 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 ConsentEventCode(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',): { + 'PLAID_END_USER_PRIVACY_POLICY': "PLAID_END_USER_PRIVACY_POLICY", + 'USE_CASES': "USE_CASES", + 'DATA_SCOPES': "DATA_SCOPES", + 'ACCOUNT_SCOPES': "ACCOUNT_SCOPES", + }, + } + + 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): + """ConsentEventCode - 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): Codes describing the object of a consent event.., must be one of ["PLAID_END_USER_PRIVACY_POLICY", "USE_CASES", "DATA_SCOPES", "ACCOUNT_SCOPES", ] # noqa: E501 + + Keyword Args: + value (str): Codes describing the object of a consent event.., must be one of ["PLAID_END_USER_PRIVACY_POLICY", "USE_CASES", "DATA_SCOPES", "ACCOUNT_SCOPES", ] # 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): + """ConsentEventCode - 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): Codes describing the object of a consent event.., must be one of ["PLAID_END_USER_PRIVACY_POLICY", "USE_CASES", "DATA_SCOPES", "ACCOUNT_SCOPES", ] # noqa: E501 + + Keyword Args: + value (str): Codes describing the object of a consent event.., must be one of ["PLAID_END_USER_PRIVACY_POLICY", "USE_CASES", "DATA_SCOPES", "ACCOUNT_SCOPES", ] # 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/consent_event_initiator.py b/plaid/model/consent_event_initiator.py new file mode 100644 index 000000000..8475d65e9 --- /dev/null +++ b/plaid/model/consent_event_initiator.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.565.0 + 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 ConsentEventInitiator(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',): { + 'PLAID': "PLAID", + 'DATA_PROVIDER': "DATA_PROVIDER", + 'CUSTOMER': "CUSTOMER", + 'END_USER': "END_USER", + }, + } + + 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): + """ConsentEventInitiator - 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 entity that initiated collection of consent.., must be one of ["PLAID", "DATA_PROVIDER", "CUSTOMER", "END_USER", ] # noqa: E501 + + Keyword Args: + value (str): The entity that initiated collection of consent.., must be one of ["PLAID", "DATA_PROVIDER", "CUSTOMER", "END_USER", ] # 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): + """ConsentEventInitiator - 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 entity that initiated collection of consent.., must be one of ["PLAID", "DATA_PROVIDER", "CUSTOMER", "END_USER", ] # noqa: E501 + + Keyword Args: + value (str): The entity that initiated collection of consent.., must be one of ["PLAID", "DATA_PROVIDER", "CUSTOMER", "END_USER", ] # 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/consent_event_type.py b/plaid/model/consent_event_type.py new file mode 100644 index 000000000..ef5a76a35 --- /dev/null +++ b/plaid/model/consent_event_type.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.565.0 + 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 ConsentEventType(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',): { + 'GRANTED': "CONSENT_GRANTED", + 'REVOKED': "CONSENT_REVOKED", + 'UPDATED': "CONSENT_UPDATED", + }, + } + + 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): + """ConsentEventType - 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): A broad categorization of the consent event.., must be one of ["CONSENT_GRANTED", "CONSENT_REVOKED", "CONSENT_UPDATED", ] # noqa: E501 + + Keyword Args: + value (str): A broad categorization of the consent event.., must be one of ["CONSENT_GRANTED", "CONSENT_REVOKED", "CONSENT_UPDATED", ] # 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): + """ConsentEventType - 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): A broad categorization of the consent event.., must be one of ["CONSENT_GRANTED", "CONSENT_REVOKED", "CONSENT_UPDATED", ] # noqa: E501 + + Keyword Args: + value (str): A broad categorization of the consent event.., must be one of ["CONSENT_GRANTED", "CONSENT_REVOKED", "CONSENT_UPDATED", ] # 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/consent_events_get_request.py b/plaid/model/consent_events_get_request.py new file mode 100644 index 000000000..07d9c859c --- /dev/null +++ b/plaid/model/consent_events_get_request.py @@ -0,0 +1,277 @@ +""" + 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.565.0 + 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 ConsentEventsGetRequest(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 { + 'access_token': (str,), # noqa: E501 + 'client_id': (str,), # noqa: E501 + 'secret': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'access_token': 'access_token', # noqa: E501 + 'client_id': 'client_id', # noqa: E501 + 'secret': 'secret', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, access_token, *args, **kwargs): # noqa: E501 + """ConsentEventsGetRequest - a model defined in OpenAPI + + Args: + access_token (str): The access token associated with the Item data is being requested for. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.access_token = access_token + 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, access_token, *args, **kwargs): # noqa: E501 + """ConsentEventsGetRequest - a model defined in OpenAPI + + Args: + access_token (str): The access token associated with the Item data is being requested for. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.access_token = access_token + 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/consent_events_get_response.py b/plaid/model/consent_events_get_response.py new file mode 100644 index 000000000..a44cc8dee --- /dev/null +++ b/plaid/model/consent_events_get_response.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.565.0 + 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.consent_event import ConsentEvent + globals()['ConsentEvent'] = ConsentEvent + + +class ConsentEventsGetResponse(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_id': (str,), # noqa: E501 + 'consent_events': ([ConsentEvent],), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'request_id': 'request_id', # noqa: E501 + 'consent_events': 'consent_events', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, request_id, consent_events, *args, **kwargs): # noqa: E501 + """ConsentEventsGetResponse - a model defined in OpenAPI + + Args: + request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. + consent_events ([ConsentEvent]): A list of consent events. + + 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.request_id = request_id + self.consent_events = consent_events + 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, request_id, consent_events, *args, **kwargs): # noqa: E501 + """ConsentEventsGetResponse - a model defined in OpenAPI + + Args: + request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. + consent_events ([ConsentEvent]): A list of consent events. + + 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.request_id = request_id + self.consent_events = consent_events + 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/consent_payment_idempotency_key.py b/plaid/model/consent_payment_idempotency_key.py index 9894fb31d..5a8f261f1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consented_account.py b/plaid/model/consented_account.py new file mode 100644 index 000000000..a4f908f3d --- /dev/null +++ b/plaid/model/consented_account.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.565.0 + 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.account_subtype import AccountSubtype + from plaid.model.account_type import AccountType + globals()['AccountSubtype'] = AccountSubtype + globals()['AccountType'] = AccountType + + +class ConsentedAccount(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 { + 'account_id': (str,), # noqa: E501 + 'mask': (str,), # noqa: E501 + 'name': (str,), # noqa: E501 + 'official_name': (str,), # noqa: E501 + 'type': (AccountType,), # noqa: E501 + 'subtype': (AccountSubtype,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'account_id': 'account_id', # noqa: E501 + 'mask': 'mask', # noqa: E501 + 'name': 'name', # noqa: E501 + 'official_name': 'official_name', # noqa: E501 + 'type': 'type', # noqa: E501 + 'subtype': 'subtype', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """ConsentedAccount - 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,) + account_id (str): Plaid’s unique identifier for the account. Like all Plaid identifiers, the `account_id` is case sensitive.. [optional] # noqa: E501 + mask (str): The last 2-4 alphanumeric characters of an account's official account number. [optional] # noqa: E501 + name (str): The name of the account, either assigned by the user or by the financial institution itself. [optional] # noqa: E501 + official_name (str): The official name of the account as given by the financial institution. [optional] # noqa: E501 + type (AccountType): [optional] # noqa: E501 + subtype (AccountSubtype): [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 + """ConsentedAccount - 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,) + account_id (str): Plaid’s unique identifier for the account. Like all Plaid identifiers, the `account_id` is case sensitive.. [optional] # noqa: E501 + mask (str): The last 2-4 alphanumeric characters of an account's official account number. [optional] # noqa: E501 + name (str): The name of the account, either assigned by the user or by the financial institution itself. [optional] # noqa: E501 + official_name (str): The official name of the account as given by the financial institution. [optional] # noqa: E501 + type (AccountType): [optional] # noqa: E501 + subtype (AccountSubtype): [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/consumer_dispute.py b/plaid/model/consumer_dispute.py index fd5fd784a..08fc04a2f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/consumer_dispute_category.py b/plaid/model/consumer_dispute_category.py index 32caba546..2fbd6ab02 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 71a88b494..acdcd47e9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ceb36a7b3..45476d00e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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): This enum 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # noqa: E501 + 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # noqa: E501 Keyword Args: - value (str): This enum 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # noqa: E501 + 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # 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): This enum 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # noqa: E501 + 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # noqa: E501 Keyword Args: - value (str): This enum 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # noqa: E501 + 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). `EMPLOYMENT`: For employment purposes pursuant to FCRA 604(a)(3)(B), including hiring, retention and promotion purposes. `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.., must be one of ["ACCOUNT_REVIEW_CREDIT", "ACCOUNT_REVIEW_NON_CREDIT", "EMPLOYMENT", "EXTENSION_OF_CREDIT", "LEGITIMATE_BUSINESS_NEED_TENANT_SCREENING", "LEGITIMATE_BUSINESS_NEED_OTHER", "WRITTEN_INSTRUCTION_PREQUALIFICATION", "WRITTEN_INSTRUCTION_OTHER", ] # 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 c31e83e49..4acdae675 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -92,6 +92,7 @@ def openapi_types(): 'phone_numbers': ([str],), # noqa: E501 'emails': ([str],), # noqa: E501 'primary_address': (AddressData,), # noqa: E501 + 'date_of_birth': (date, none_type,), # noqa: E501 } @cached_property @@ -105,6 +106,7 @@ def discriminator(): 'phone_numbers': 'phone_numbers', # noqa: E501 'emails': 'emails', # noqa: E501 'primary_address': 'primary_address', # noqa: E501 + 'date_of_birth': 'date_of_birth', # noqa: E501 } read_only_vars = { @@ -155,6 +157,7 @@ def _from_openapi_data(cls, first_name, last_name, phone_numbers, emails, primar Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) + date_of_birth (date, none_type): To be provided in the format \"yyyy-mm-dd\".. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -252,6 +255,7 @@ def __init__(self, first_name, last_name, phone_numbers, emails, primary_address Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) + date_of_birth (date, none_type): To be provided in the format \"yyyy-mm-dd\".. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/counterparty.py b/plaid/model/counterparty.py index 34dd6a1f0..90f7b7ce4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_insights.py b/plaid/model/counterparty_insights.py index 1fe27b2b7..bdbe76ea3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/counterparty_type.py b/plaid/model/counterparty_type.py index d1ebf663e..dac5f8974 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/country_code.py b/plaid/model/country_code.py index 752df5bbc..62b80c6f6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income.py b/plaid/model/cra_bank_income.py index b8be14c95..e3714ded5 100644 --- a/plaid/model/cra_bank_income.py +++ b/plaid/model/cra_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 44c7d9ac3..c145e84ae 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6f6ca72d6..c3f76ccc1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5d78067e3..4cfe72b5d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 94aca3d33..743f06289 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0ec43a8af..7c7aef061 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_create_request.py b/plaid/model/cra_bank_income_create_request.py index 0d9cfc591..19460c5da 100644 --- a/plaid/model/cra_bank_income_create_request.py +++ b/plaid/model/cra_bank_income_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_create_response.py b/plaid/model/cra_bank_income_create_response.py index f9b2b440b..82ba7cd86 100644 --- a/plaid/model/cra_bank_income_create_response.py +++ b/plaid/model/cra_bank_income_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b35eb51d3..a7acb9106 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3fc1b829c..fe2dc9b41 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_get_request.py b/plaid/model/cra_bank_income_get_request.py index 48b8cc3a3..98c628be2 100644 --- a/plaid/model/cra_bank_income_get_request.py +++ b/plaid/model/cra_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_bank_income_get_response.py b/plaid/model/cra_bank_income_get_response.py index 09b14092a..50d89d0da 100644 --- a/plaid/model/cra_bank_income_get_response.py +++ b/plaid/model/cra_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 02334f0e6..e740ca7af 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d997b67cc..0599f8b1d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4cafd1085..ef493e6d3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b782d39bb..8bb1113c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c7ba9569d..9c0b2ee5a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4fe02d755..1586bc442 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fc55d0dc2..85680b113 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_base_report_create_request.py b/plaid/model/cra_base_report_create_request.py index f1b2f0968..26700945d 100644 --- a/plaid/model/cra_base_report_create_request.py +++ b/plaid/model/cra_base_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_base_report_create_response.py b/plaid/model/cra_base_report_create_response.py index a9a6d441b..132acc1e7 100644 --- a/plaid/model/cra_base_report_create_response.py +++ b/plaid/model/cra_base_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_base_report_get_request.py b/plaid/model/cra_base_report_get_request.py index dca6e78a6..3cabb2ebd 100644 --- a/plaid/model/cra_base_report_get_request.py +++ b/plaid/model/cra_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_base_report_get_response.py b/plaid/model/cra_base_report_get_response.py index cde2fc4b8..757d4c487 100644 --- a/plaid/model/cra_base_report_get_response.py +++ b/plaid/model/cra_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0e6c31a6a..3d2751775 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c94126c4a..2f4b9f479 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 58e315738..f7cc96757 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fe180e1a6..2b084fcb0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_create_request.py b/plaid/model/cra_check_report_create_request.py index eb2ba4f52..6f0ed1235 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6d9278f7c..fb10f4895 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f1aba2e83..d4fbe7198 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bfb5971d0..b0a7778a2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a01f05e47..479c1d340 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0428d758f..1fafa4299 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dd62e9a73..27940b9f7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 390381fd1..d0e075f3c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ 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 b8f02b760..e977fa5be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7b10d72e8..2dcb52121 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3b53e0b11..aab3fc8e2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_check_report_product.py b/plaid/model/cra_check_report_product.py index 902cfd2b7..acd0a5d59 100644 --- a/plaid/model/cra_check_report_product.py +++ b/plaid/model/cra_check_report_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 30c37fe69..b5d52b063 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_income_insights.py b/plaid/model/cra_income_insights.py index 7c6fa95bb..1b60e0e99 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_application.py b/plaid/model/cra_loan_application.py index 066bf4e92..3dcd86594 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a633f78a7..3d9a28e6b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 51b7115de..9c53674e6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 42d9f9ed3..8fde58bbd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cd1760bb3..24ff63396 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 12112b2b7..493f03fdf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_register.py b/plaid/model/cra_loan_register.py index 47ed854c9..f93f7b0fc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f7bb07d2a..112c93d7b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_status.py b/plaid/model/cra_loan_status.py index 1b72e435f..9f4616f96 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f22205fde..f7c85fa41 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_type.py b/plaid/model/cra_loan_type.py index b2bc485fb..deee3d65c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_unregister.py b/plaid/model/cra_loan_unregister.py index 9b7f1fe30..4ccd6b6b0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 39faa0077..877b276b0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_loan_update.py b/plaid/model/cra_loan_update.py index 4ab0c462c..e7316166a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 042c60e1c..da5276f26 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 08ef0a4f0..83a58f24d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cf68e3382..3fe54c55d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1e08510d4..4188e1928 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 075042ede..2a7102605 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9d67503f0..64c08a7dc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fe4783401..e0859054b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9409e0ad8..0ebce11fd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 99a6cca8c..d8c2a0e74 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d87d55987..b60fd0321 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8db0c22d5..1f792805d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2f63d68f4..481ea966c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8c6fc7811..d59ec34f9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fb7e81cf0..b32cbc1a1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b59377797..4dcd16d4a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0404328b2..7d35e9fbe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights.py b/plaid/model/cra_partner_insights.py index f68cfbdbc..acfca67a4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_complete_webhook.py b/plaid/model/cra_partner_insights_complete_webhook.py index 11face6ee..e52b97ae9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f2e7619a8..16dc435a2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_partner_insights_get_request.py b/plaid/model/cra_partner_insights_get_request.py index d895f8ab8..45fd31be2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 429032c03..e64cd7cab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c12141dd1..eca7efc93 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4508c63fe..480781a75 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ff95fc2b8..7a83521a2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_pdf_add_ons.py b/plaid/model/cra_pdf_add_ons.py index 5d499683f..204e3e363 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/cra_prediction_interval.py b/plaid/model/cra_prediction_interval.py index 657650ef8..959ceedcd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099.py b/plaid/model/credit1099.py index 8255291c2..75dc0aa10 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099_filer.py b/plaid/model/credit1099_filer.py index 96afaecaa..65cf2d898 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099_payer.py b/plaid/model/credit1099_payer.py index 9b3d7ab9a..82f8c69da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit1099_recipient.py b/plaid/model/credit1099_recipient.py index e295b65ad..079c95f90 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_account_subtype.py b/plaid/model/credit_account_subtype.py index 2e1e77ca4..6e1b4e8c2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_account_subtypes.py b/plaid/model/credit_account_subtypes.py index e399bf592..52b2cdb43 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_ach_class.py b/plaid/model/credit_ach_class.py index 562cdffb0..53c7462d4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e5cec3a25..d9b051642 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2cacb8a45..6b9454bcd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5dd6094f0..d4315f20d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 275ca28b1..967e103f3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e89890602..39dde8ea6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a29d4bd9b..f6d24e803 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5740b88dd..eed0f84fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employer.py b/plaid/model/credit_bank_employer.py index 0d9ad51ca..8955df404 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_employment.py b/plaid/model/credit_bank_employment.py index cc6b56336..5e208c606 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 25f3082a6..22848cefe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9828835a5..04c992f0c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6f95a7f23..6dcd5a89d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 690d3db65..9174cefad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8c7b9b25e..3c2517193 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3c8987e23..40e19770c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_bank_income.py b/plaid/model/credit_bank_income.py index 91bbe8759..18e1f252e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2b9623f78..39c474a9e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 126390106..83f05d117 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e486e0270..c880de4ab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c9e9db917..89cd41df8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f3b37c319..a564a3b56 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 51b94fc31..d92b780d5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b20449eb2..b225848f1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c4fe42109..4e6f6d411 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0ca6e3956..638027ebc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 499e747b5..77481b51e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fa54face1..109f9053c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2ad4dc13f..9fd7671fe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 69c91bc9a..b39d82885 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e184d39ad..c426b0c34 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8ac23eb07..45f06ba70 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 739bf7472..6454db44d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ec7595609..e6695b0dc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2f4ce6d7c..dd914c0f9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2f39243f6..f6a666f49 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 548356bce..aeb82d013 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bf11348d2..c4a9d2ea3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4e5b91c7e..38b33465a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 68e62fe34..d000ed8a2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f09145ac3..0d596194c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0d5f9b34b..abc823dce 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a754d3d43..e3634329d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4890560c5..cc784eb39 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a4f4d5d8b..43d87a4f8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2fbe8071b..0c86abbf6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 385234a2d..ef56c7a1e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 66dd8e62a..31be67b3f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8b11ceff5..04fae1e16 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 23b23127f..7be5435fe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_card_liability.py b/plaid/model/credit_card_liability.py index 5b1c053fe..65b3af08b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_category.py b/plaid/model/credit_category.py index fc5271029..23318ae2b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_document_metadata.py b/plaid/model/credit_document_metadata.py index d368daf47..740b768b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employer_verification.py b/plaid/model/credit_employer_verification.py index a7ccdcf42..a645751a5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eb2dd01f5..ec3e0839e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cbdd42bcc..0ce547b34 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employment_item.py b/plaid/model/credit_employment_item.py index f7d7f1ebf..f4bac5ed7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_employment_verification.py b/plaid/model/credit_employment_verification.py index 4312b19cc..69d179f4c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_filter.py b/plaid/model/credit_filter.py index ed94bdae8..661b80ba2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 36d43dfc0..53b895bd4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 025370f70..3fe790602 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 369945514..324ddfc29 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fc2952a41..cf1b97108 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6690bbc4b..bdab6a598 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ada669aa1..7d5412a13 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b7e8c6beb..5e70cd7ab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 983cc94fe..cf6dd8d8f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7a0f73697..b6e5b452e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 65a0e5dff..1c5f39532 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 99d71c58b..0a40b9acf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4f86c6d10..8ac7f903f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e9a694f5b..3635923be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 350f1581f..1b2937fc6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e82464e07..5b3366bbf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e26ec03e1..eddd80ddf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c955db045..f9390b522 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 56d111213..d93704485 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 23838c334..3a290148d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_pay_stub.py b/plaid/model/credit_pay_stub.py index 1dda1f189..a65c9eff4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2abe539b9..be486e522 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5e7463297..843c1b942 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7d076840e..fa07755ed 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 62ab5aca7..bfa4e7ce3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4dc808041..58a17073c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5c3f0f69a..619634cfc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e314e1ca4..c0a95fd77 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7370619ca..266537c5b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3a9eec45e..34d0c3b8d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a1a5c90d6..166b0f9b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d1b6811d1..b3d30fbad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 de98fd1e4..764671502 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 46d31ccf6..bd80624a9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5fc742872..112e2d6b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 74ddf8952..c39ccd8c4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 909fa7508..49399a8c5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 be90c6b24..a386ecf89 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 72d340b3d..617b1bb26 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0e8be2a80..ab646704d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_platform_ids.py b/plaid/model/credit_platform_ids.py index 8228c172f..5f29749d9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a94319b7e..4b9404658 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 702f98724..a9ac054b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 312b862f4..20ac8bcd1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b100fba60..cfdee4ff5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 811a6b23e..b377f5052 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 29d7f5f65..2ffa3b148 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5d73671d3..43bdffcc1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ee6e0dcdf..924ce6124 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session.py b/plaid/model/credit_session.py index f881dcdd5..891009f96 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 479e31057..9f311d330 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9016b1939..a32017d9c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c36a81b29..0c82b4b4c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 59884a953..a82ee65b4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f285978da..c7331b621 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_error.py b/plaid/model/credit_session_error.py index a634cec62..2f8c8249d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d80472647..d7947f253 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 df285aacc..46ff1a4a9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_session_results.py b/plaid/model/credit_session_results.py index 9f7e0028e..820736921 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 537dc518b..b07c8b249 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8a98338fa..ee4e85128 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/credit_w2.py b/plaid/model/credit_w2.py index 834dcea64..df375cc74 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b55557dd3..ff3bf6030 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 af780d7b0..fdd211dd3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user.py b/plaid/model/dashboard_user.py index ee22c0829..32b11c846 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -116,7 +116,7 @@ def _from_openapi_data(cls, id, created_at, email_address, status, *args, **kwar """DashboardUser - a model defined in OpenAPI Args: - id (str): ID of the associated user. + id (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. created_at (datetime): An ISO8601 formatted timestamp. email_address (str): A valid email address. Must not have leading or trailing spaces. status (DashboardUserStatus): @@ -211,7 +211,7 @@ def __init__(self, id, created_at, email_address, status, *args, **kwargs): # n """DashboardUser - a model defined in OpenAPI Args: - id (str): ID of the associated user. + id (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. created_at (datetime): An ISO8601 formatted timestamp. email_address (str): A valid email address. Must not have leading or trailing spaces. status (DashboardUserStatus): diff --git a/plaid/model/dashboard_user_get_request.py b/plaid/model/dashboard_user_get_request.py index 3a7f195e6..73dbe891e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -108,7 +108,7 @@ def _from_openapi_data(cls, dashboard_user_id, *args, **kwargs): # noqa: E501 """DashboardUserGetRequest - a model defined in OpenAPI Args: - dashboard_user_id (str): ID of the associated user. + dashboard_user_id (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -199,7 +199,7 @@ def __init__(self, dashboard_user_id, *args, **kwargs): # noqa: E501 """DashboardUserGetRequest - a model defined in OpenAPI Args: - dashboard_user_id (str): ID of the associated user. + dashboard_user_id (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/plaid/model/dashboard_user_get_response.py b/plaid/model/dashboard_user_get_response.py index 215ab4adf..a2002e9ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -118,7 +118,7 @@ def _from_openapi_data(cls, id, created_at, email_address, status, request_id, * """DashboardUserGetResponse - a model defined in OpenAPI Args: - id (str): ID of the associated user. + id (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. created_at (datetime): An ISO8601 formatted timestamp. email_address (str): A valid email address. Must not have leading or trailing spaces. status (DashboardUserStatus): @@ -215,7 +215,7 @@ def __init__(self, id, created_at, email_address, status, request_id, *args, **k """DashboardUserGetResponse - a model defined in OpenAPI Args: - id (str): ID of the associated user. + id (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. created_at (datetime): An ISO8601 formatted timestamp. email_address (str): A valid email address. Must not have leading or trailing spaces. status (DashboardUserStatus): diff --git a/plaid/model/dashboard_user_list_request.py b/plaid/model/dashboard_user_list_request.py index 67d6621a2..a6af0ca81 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2cb579647..90953a178 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/dashboard_user_status.py b/plaid/model/dashboard_user_status.py index 79fa58eae..c17201777 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/data_sources.py b/plaid/model/data_sources.py new file mode 100644 index 000000000..de5a44984 --- /dev/null +++ b/plaid/model/data_sources.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.565.0 + 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 DataSources(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',): { + 'INSTITUTION': "INSTITUTION", + 'INSTITUTION_MASK': "INSTITUTION_MASK", + 'USER': "USER", + }, + } + + 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): + """DataSources - 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): A description of the source of data for a given product/data type. `INSTITUTION`: The institution supports this product, and the data was provided by the institution. `INSTITUTION_MASK`: The user manually provided the full account number, which was matched to the account mask provided by the institution. Only applicable to the `numbers` data type. `USER`: The institution does not support this product, and the data was manually provided by the user.., must be one of ["INSTITUTION", "INSTITUTION_MASK", "USER", ] # noqa: E501 + + Keyword Args: + value (str): A description of the source of data for a given product/data type. `INSTITUTION`: The institution supports this product, and the data was provided by the institution. `INSTITUTION_MASK`: The user manually provided the full account number, which was matched to the account mask provided by the institution. Only applicable to the `numbers` data type. `USER`: The institution does not support this product, and the data was manually provided by the user.., must be one of ["INSTITUTION", "INSTITUTION_MASK", "USER", ] # 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): + """DataSources - 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): A description of the source of data for a given product/data type. `INSTITUTION`: The institution supports this product, and the data was provided by the institution. `INSTITUTION_MASK`: The user manually provided the full account number, which was matched to the account mask provided by the institution. Only applicable to the `numbers` data type. `USER`: The institution does not support this product, and the data was manually provided by the user.., must be one of ["INSTITUTION", "INSTITUTION_MASK", "USER", ] # noqa: E501 + + Keyword Args: + value (str): A description of the source of data for a given product/data type. `INSTITUTION`: The institution supports this product, and the data was provided by the institution. `INSTITUTION_MASK`: The user manually provided the full account number, which was matched to the account mask provided by the institution. Only applicable to the `numbers` data type. `USER`: The institution does not support this product, and the data was manually provided by the user.., must be one of ["INSTITUTION", "INSTITUTION_MASK", "USER", ] # 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/date_range.py b/plaid/model/date_range.py index 5dff8cd3e..2bf57af05 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deductions.py b/plaid/model/deductions.py index 4532fbd91..3fa794068 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deductions_breakdown.py b/plaid/model/deductions_breakdown.py index 61f4dc41b..088e1a563 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deductions_total.py b/plaid/model/deductions_total.py index 79c53f90d..6cb09e58f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/default_update_webhook.py b/plaid/model/default_update_webhook.py index c74d15300..171a9ce00 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_address_data.py b/plaid/model/deposit_switch_address_data.py index e02e1502e..4af5a07f4 100644 --- a/plaid/model/deposit_switch_address_data.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_alt_create_request.py b/plaid/model/deposit_switch_alt_create_request.py index 5a2d4cb9a..3b22d9e48 100644 --- a/plaid/model/deposit_switch_alt_create_request.py +++ b/plaid/model/deposit_switch_alt_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_alt_create_response.py b/plaid/model/deposit_switch_alt_create_response.py index 5ce2da0e1..f47e20418 100644 --- a/plaid/model/deposit_switch_alt_create_response.py +++ b/plaid/model/deposit_switch_alt_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_create_request.py b/plaid/model/deposit_switch_create_request.py index f1da7de7f..a134b749e 100644 --- a/plaid/model/deposit_switch_create_request.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_create_request_options.py b/plaid/model/deposit_switch_create_request_options.py index e0ae10dad..600ba841d 100644 --- a/plaid/model/deposit_switch_create_request_options.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_create_response.py b/plaid/model/deposit_switch_create_response.py index e0c180652..0e35c5be0 100644 --- a/plaid/model/deposit_switch_create_response.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_get_request.py b/plaid/model/deposit_switch_get_request.py index dc921097b..b8f830779 100644 --- a/plaid/model/deposit_switch_get_request.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_get_response.py b/plaid/model/deposit_switch_get_response.py index 1e4ba4c78..16c928de7 100644 --- a/plaid/model/deposit_switch_get_response.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_state_update_webhook.py b/plaid/model/deposit_switch_state_update_webhook.py index 15a93a8b6..b7ad76e26 100644 --- a/plaid/model/deposit_switch_state_update_webhook.py +++ b/plaid/model/deposit_switch_state_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_target_account.py b/plaid/model/deposit_switch_target_account.py index 100ea4096..6f053d0fa 100644 --- a/plaid/model/deposit_switch_target_account.py +++ b/plaid/model/deposit_switch_target_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_target_user.py b/plaid/model/deposit_switch_target_user.py index 0f741a54a..8b8f5ae02 100644 --- a/plaid/model/deposit_switch_target_user.py +++ b/plaid/model/deposit_switch_target_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_token_create_request.py b/plaid/model/deposit_switch_token_create_request.py index 1c0d6313d..9f40d81ca 100644 --- a/plaid/model/deposit_switch_token_create_request.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/deposit_switch_token_create_response.py b/plaid/model/deposit_switch_token_create_response.py index 26c890b76..71c735b08 100644 --- a/plaid/model/deposit_switch_token_create_response.py +++ b/plaid/model/deposit_switch_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/depository_account_subtype.py b/plaid/model/depository_account_subtype.py index 734e1dcca..42ce58412 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/depository_account_subtypes.py b/plaid/model/depository_account_subtypes.py index 6a687710c..fb80964c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/depository_filter.py b/plaid/model/depository_filter.py index 4e50cc0ce..88935f875 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/detailed_originator.py b/plaid/model/detailed_originator.py index 237307354..bd715cda9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/detected_account.py b/plaid/model/detected_account.py index 1d0117930..df17eb02e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/device_id.py b/plaid/model/device_id.py new file mode 100644 index 000000000..bba72cc51 --- /dev/null +++ b/plaid/model/device_id.py @@ -0,0 +1,267 @@ +""" + 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.565.0 + 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 DeviceId(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 { + 'type': (int,), # noqa: E501 + 'id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'type': 'type', # noqa: E501 + 'id': 'id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """DeviceId - 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,) + type (int): [optional] # noqa: E501 + id (str): Identifier for the device. [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 + """DeviceId - 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,) + type (int): [optional] # noqa: E501 + id (str): Identifier for the device. [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/distribution_breakdown.py b/plaid/model/distribution_breakdown.py index d7aeeb32c..a99d7e858 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/doc_type.py b/plaid/model/doc_type.py index f36424ac2..7009093ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_analysis.py b/plaid/model/document_analysis.py index 589bd66e6..4cfbe61bc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 969391c67..6403b037d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 700ef00c0..a5617a2f5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_metadata.py b/plaid/model/document_metadata.py index 4afce4150..668b96c87 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1ecf633e5..355bfbe1d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_risk_signal.py b/plaid/model/document_risk_signal.py index 2bd2f3e0f..6532892c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bee0b9208..277b0fe59 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fcd9527b0..47a1c5f82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_risk_summary.py b/plaid/model/document_risk_summary.py index d1aa3e1d3..639eab0d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/document_status.py b/plaid/model/document_status.py index 5d1171fc4..307304ccf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/documentary_verification.py b/plaid/model/documentary_verification.py index bd2aa3f8c..33564a27b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/documentary_verification_document.py b/plaid/model/documentary_verification_document.py index 144f9629b..17a13fb60 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings.py b/plaid/model/earnings.py index a84324b6c..3ffaf7fd4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings_breakdown.py b/plaid/model/earnings_breakdown.py index 10b351eb3..27ebcf2ce 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ad7c03be7..4513e3dd9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/earnings_total.py b/plaid/model/earnings_total.py index 5193d3b89..81c7daa24 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/email.py b/plaid/model/email.py index b327c1338..01360b611 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7ddc2894b..ad73b60bb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employee.py b/plaid/model/employee.py index ee0c5ffcb..ee9928849 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f45c85888..a0e3956d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employer.py b/plaid/model/employer.py index 204a06b55..c64ab536c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 53dcee490..8861bb7d5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employer_verification.py b/plaid/model/employer_verification.py index ab4f95be7..751c254d1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employers_search_request.py b/plaid/model/employers_search_request.py index 2b284db65..5cabe4a86 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employers_search_response.py b/plaid/model/employers_search_response.py index 71dd5b18e..64e8c45c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_details.py b/plaid/model/employment_details.py index 3f6dc2641..7e84e4e8c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_source_type.py b/plaid/model/employment_source_type.py index 2fed0cb0d..fa220440c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_verification.py b/plaid/model/employment_verification.py index 0e6a600af..991920762 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 41c445079..fcaa52d6a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c8dd0c170..96d7798fd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/employment_verification_status.py b/plaid/model/employment_verification_status.py index 90405621b..cd7f9bff0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/enhancements.py b/plaid/model/enhancements.py index 0640d449e..8adf51cd8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/enrich_transaction_direction.py b/plaid/model/enrich_transaction_direction.py index 6742aa458..b98109c38 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/enrichments.py b/plaid/model/enrichments.py index 111944ef7..933b78cad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_document.py b/plaid/model/entity_document.py index 27b38d168..20b074e0f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_document_type.py b/plaid/model/entity_document_type.py index 20d1e8bd3..5f4688ac8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1b2a498b4..79ba1f479 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 57bea4ddf..f6cf06fcb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1d76ce727..141cf6372 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a80fd6ed8..020f725c6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 68694c5ee..2a55c2075 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 24a113909..f42adbd04 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 254675b22..00b47e258 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 62b88018f..ade603c79 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f43c19c24..f9ed4c2db 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 481d21530..62883fc4b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cd5aedcf0..ea57ff1f3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3adb94eff..3fdf215b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_code.py b/plaid/model/entity_watchlist_code.py index faa713993..bb09c17aa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_program.py b/plaid/model/entity_watchlist_program.py index 4e538aedc..cd239329c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/entity_watchlist_screening.py b/plaid/model/entity_watchlist_screening.py index 70b1dbec6..d4efe117b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -126,7 +126,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -225,7 +225,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/entity_watchlist_screening_hit.py b/plaid/model/entity_watchlist_screening_hit.py index 49ae2fd4c..ed6c013d8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a3b4e08c9..d75f294ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eca468b0f..00fc48d2e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a696a47e4..3d6b52ed0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/expiration_date.py b/plaid/model/expiration_date.py index dbfee5a50..aa9079ac9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/extended_recipient_metadata.py b/plaid/model/extended_recipient_metadata.py index 4e0762891..99c5b2cb8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cdf7677a7..a609b286f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8c5690446..e270dcc84 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/external_payment_options.py b/plaid/model/external_payment_options.py index 87835972e..684652a27 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f22c24562..340118a11 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 407d48d12..5f6e97ce8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ae99c89ce..6c52d69e7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0b4a44d6b..e2dbd3287 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 436665526..f562c917b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4a8785470..b3ec213d9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_content_types.py b/plaid/model/fdx_content_types.py index 18e459876..4d467cb58 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_hateoas_link.py b/plaid/model/fdx_hateoas_link.py index c4d0bef03..d9bae94be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c20a7b05e..bbdbf1fce 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3c681c68d..1a9050483 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification.py b/plaid/model/fdx_notification.py index c5d8ba51e..92458bc8f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_category.py b/plaid/model/fdx_notification_category.py index aecc0e272..7bfe84624 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_payload.py b/plaid/model/fdx_notification_payload.py index b8622966a..cd8141592 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a741bd8e3..1a0d1f1d9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_priority.py b/plaid/model/fdx_notification_priority.py index 388bdb04c..bf9d4e5d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_severity.py b/plaid/model/fdx_notification_severity.py index 03a4c2833..cbfbb59ba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_notification_type.py b/plaid/model/fdx_notification_type.py index 0dc79e50d..2f77b7bc7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_party.py b/plaid/model/fdx_party.py index c6d62c90d..5be421ae4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_party_registry.py b/plaid/model/fdx_party_registry.py index 8cab508a1..962402f50 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_party_type.py b/plaid/model/fdx_party_type.py index dbe6171d0..e8f4b77c8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdx_recipient_metadata.py b/plaid/model/fdx_recipient_metadata.py index 984a1742c..2b07c0712 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fdxfi_attribute.py b/plaid/model/fdxfi_attribute.py index a8ee068ac..3e87f0767 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/financial_institution_insights.py b/plaid/model/financial_institution_insights.py index 40e5e832e..eaf897bdd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/forecasted_monthly_income.py b/plaid/model/forecasted_monthly_income.py index 48f659671..1b1f6f236 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/form1099_type.py b/plaid/model/form1099_type.py index d42f7386b..ce1fd00c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/forwarded_json_response.py b/plaid/model/forwarded_json_response.py index 98dc9b34e..ee1bd8957 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/fraud_amount.py b/plaid/model/fraud_amount.py index 65cf0ce76..2593dc3cb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3fb7bfa57..3b5737a0a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/get_recipient_response.py b/plaid/model/get_recipient_response.py index 00639226f..5536bb7b5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/get_recipients_response.py b/plaid/model/get_recipients_response.py index 0891f6c44..7a3233d46 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/health_incident.py b/plaid/model/health_incident.py index c415944fc..66b789eba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0326444d8..9408d1818 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/historical_balance.py b/plaid/model/historical_balance.py index d57710ca3..ecfee9694 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/historical_update_webhook.py b/plaid/model/historical_update_webhook.py index 134f6b3a6..43aa1eaca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/holding.py b/plaid/model/holding.py index 74abbfcb3..40166295f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 40d186cc6..8614f6499 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/holdings_override.py b/plaid/model/holdings_override.py index 76afce3b5..1eabec93d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2bee8c050..d5adafe20 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9c98bc172..6bb2c984f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/id_number_type.py b/plaid/model/id_number_type.py index 4ee77a583..3a1715939 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1d3fb0178..3825bc321 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_metadata.py b/plaid/model/identity_document_metadata.py index 265f251c1..54d5fd098 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_document_upload.py b/plaid/model/identity_document_upload.py index 1cb1a96cf..88784dfcf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6e1e62f52..32e2f87a5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d55c1ee61..1d33f25a3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b44ace4d7..0eeb15bed 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 553cf946f..b00a06e65 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b275bbc6b..18154990d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 51eb07ba5..d3b49f8ee 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0ed599692..5fe1be1b3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_get_request.py b/plaid/model/identity_get_request.py index 929e337c9..846c6fbf7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a4ed62937..15378bfd3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_get_response.py b/plaid/model/identity_get_response.py index 6a66d2053..f58cde3c5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_request.py b/plaid/model/identity_match_request.py index 02f54e5d5..eaba08e7d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c214ed665..39ba72158 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_response.py b/plaid/model/identity_match_response.py index fe9635e40..36cb8f719 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_match_user.py b/plaid/model/identity_match_user.py index bd2e5255c..d2b8b3ccf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_refresh_request.py b/plaid/model/identity_refresh_request.py index 68f2d7cb7..22ba83945 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_refresh_response.py b/plaid/model/identity_refresh_response.py index ac16f4e89..a13a4e4ac 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_update_types.py b/plaid/model/identity_update_types.py index 607ac7c37..581948688 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification.py b/plaid/model/identity_verification.py index 06f231fa8..4aa84ec6c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3ae5a9ace..17d132043 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2c2ec1263..356a08735 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c9474d49f..ff69e3e2e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 75c185297..c390a6dbe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3aa4cf128..efa3bd07c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a9caf74e6..67992227b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eb7daca7f..22d0cced5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 59d9c3734..cedc4c884 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 21a675b19..ad5506679 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 19b756c2f..064650b31 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 79892270a..0c2e17512 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 65cda1c9c..73353d60e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cd0e25350..a979790eb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c73cd5b55..0ccb736fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1c31593e4..681426bef 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c174e7aa9..413446ee9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9b0917ce4..123ddcb92 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 af08ae3d5..bece491fc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3e9750125..b9ddad170 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -165,7 +165,7 @@ def _from_openapi_data(cls, client_user_id, template_id, strategy, *args, **kwar _visited_composed_classes = (Animal,) user (IdentityVerificationRequestUser): [optional] # noqa: E501 steps (IdentityVerificationRetryRequestStepsObject): [optional] # noqa: E501 - is_shareable (bool, none_type): A flag specifying whether you would like Plaid to expose a shareable URL for the verification being retried.. [optional] # noqa: E501 + is_shareable (bool, none_type): A flag specifying whether you would like Plaid to expose a shareable URL for the verification being retried. If a value for this flag is not specified, the `is_shareable` setting from the original verification attempt will be used.. [optional] # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [optional] # noqa: E501 """ @@ -263,7 +263,7 @@ def __init__(self, client_user_id, template_id, strategy, *args, **kwargs): # n _visited_composed_classes = (Animal,) user (IdentityVerificationRequestUser): [optional] # noqa: E501 steps (IdentityVerificationRetryRequestStepsObject): [optional] # noqa: E501 - is_shareable (bool, none_type): A flag specifying whether you would like Plaid to expose a shareable URL for the verification being retried.. [optional] # noqa: E501 + is_shareable (bool, none_type): A flag specifying whether you would like Plaid to expose a shareable URL for the verification being retried. If a value for this flag is not specified, the `is_shareable` setting from the original verification attempt will be used.. [optional] # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [optional] # noqa: E501 """ diff --git a/plaid/model/identity_verification_retry_request_steps_object.py b/plaid/model/identity_verification_retry_request_steps_object.py index 72e2fd3bc..b9551e869 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -111,7 +111,7 @@ def _from_openapi_data(cls, verify_sms, kyc_check, documentary_verification, sel Args: verify_sms (bool): A boolean field specifying whether the new session should require or skip the `verify_sms` step. - kyc_check (bool): A boolean field specifying whether the new session should require or skip the `kyc_check` step. + kyc_check (bool): A boolean field specifying whether the new session should require or skip the `kyc_check` (Data Source Verification) step. documentary_verification (bool): A boolean field specifying whether the new session should require or skip the `documentary_verification` step. selfie_check (bool): A boolean field specifying whether the new session should require or skip the `selfie_check` step. @@ -206,7 +206,7 @@ def __init__(self, verify_sms, kyc_check, documentary_verification, selfie_check Args: verify_sms (bool): A boolean field specifying whether the new session should require or skip the `verify_sms` step. - kyc_check (bool): A boolean field specifying whether the new session should require or skip the `kyc_check` step. + kyc_check (bool): A boolean field specifying whether the new session should require or skip the `kyc_check` (Data Source Verification) step. documentary_verification (bool): A boolean field specifying whether the new session should require or skip the `documentary_verification` step. selfie_check (bool): A boolean field specifying whether the new session should require or skip the `selfie_check` step. diff --git a/plaid/model/identity_verification_retry_response.py b/plaid/model/identity_verification_retry_response.py index 3ff4443d2..615cc6eb7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/identity_verification_status.py b/plaid/model/identity_verification_status.py index b3e1c5b33..d83daad29 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 188f6eec9..acb800bae 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6c447da52..698228767 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a80965f3f..e7912ee90 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9d65f4395..7f1c136c6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4f8812052..ae0838e17 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a083a05f7..3e638603b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a9a9bd5f4..4f23b9b14 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/image_quality.py b/plaid/model/image_quality.py index 10777b84e..d35af4894 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/incident_update.py b/plaid/model/incident_update.py index 2faaa0117..936f59e6b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_breakdown.py b/plaid/model/income_breakdown.py index 1fb2aa26a..f5a19ec6e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_breakdown_type.py b/plaid/model/income_breakdown_type.py index 6a839bc04..717d2bf99 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_override.py b/plaid/model/income_override.py index b1752dc94..e7bcde695 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_sources_counts.py b/plaid/model/income_sources_counts.py index 9c9b42ede..78b3d9ee1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/income_summary.py b/plaid/model/income_summary.py index 3a1d568e5..d1a058801 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d37ee8007..c32e09da8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9980f0aa2..8641cdf81 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3d460ee99..d35a0f263 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bdfd25ecc..e1878255b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 037ce41db..cd6beaf7c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cdfdfb77b..c67d74116 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9bdc65afa..58e9bf6b1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c380f9ac9..4495ac370 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 746725c0e..b9ca7693c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 82b6547da..1b433e0be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 aeaf16fd4..7399e5750 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 763048e0f..9baa91a13 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e0b87f7d0..d429f978c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5bd01b51e..b9f90a11a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 700882d14..dbdd47d97 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e4019951c..afc0f9396 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6c49ee29e..7ee97c048 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 49e7aca8b..e21e42596 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4cf212d78..2ab0f99e8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dbd8d7bab..d492944ed 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 34228b5f3..620e5c6b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b9b0f0d62..cf879928f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c60c1ed3d..7041c9c67 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d8d2b4791..2ebe86196 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a4b0d501e..76a39f68e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 817f81d1e..d656cafb9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_name.py b/plaid/model/individual_name.py index 42547292f..e0152d0c4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 74cdcc6ef..a6da78aaf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_watchlist_code.py b/plaid/model/individual_watchlist_code.py index d5521a2f3..c8aa994bd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/individual_watchlist_program.py b/plaid/model/individual_watchlist_program.py index 468f051cc..2400306ef 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/inflow_model.py b/plaid/model/inflow_model.py index 173a9047a..013cdf680 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/initial_update_webhook.py b/plaid/model/initial_update_webhook.py index ec691f77c..90c17c2a1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution.py b/plaid/model/institution.py index d3a475c39..d7ab27e2e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution_status.py b/plaid/model/institution_status.py index ac3f84183..433fc6e05 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8869065d0..eed0bba64 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institution_supported_networks.py b/plaid/model/institution_supported_networks.py index d5c90db11..a31fdcabe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 47938c614..b0ce6ca06 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 682984be3..d58c6b085 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c15b4b57a..6f4bc5330 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_request.py b/plaid/model/institutions_get_request.py index fb060e998..6c35d5cbc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a7fe0a209..b2ec21f04 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_get_response.py b/plaid/model/institutions_get_response.py index 1192e0754..7c475bba0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fa0d98451..9c7014c4c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ca0e60e02..43f6aca7c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_request.py b/plaid/model/institutions_search_request.py index e5ce107e8..c29757d13 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3d9001c5b..2a9990b5a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/institutions_search_response.py b/plaid/model/institutions_search_response.py index 463690de9..9b623b992 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_account_subtype.py b/plaid/model/investment_account_subtype.py index da7392fdd..de88c8762 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_account_subtypes.py b/plaid/model/investment_account_subtypes.py index 63cf0838c..695b2bd24 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_filter.py b/plaid/model/investment_filter.py index a3ca4e35a..10fc5ba31 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e52c29587..edd97d1ec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_transaction.py b/plaid/model/investment_transaction.py index 44a1b1aad..434d85ad2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_transaction_subtype.py b/plaid/model/investment_transaction_subtype.py index db369a36a..3fc95aeec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investment_transaction_type.py b/plaid/model/investment_transaction_type.py index 9e2b6bc78..03ab79c87 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_auth_data_sources.py b/plaid/model/investments_auth_data_sources.py new file mode 100644 index 000000000..f7894b8ed --- /dev/null +++ b/plaid/model/investments_auth_data_sources.py @@ -0,0 +1,277 @@ +""" + 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.565.0 + 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.data_sources import DataSources + globals()['DataSources'] = DataSources + + +class InvestmentsAuthDataSources(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 { + 'numbers': (DataSources,), # noqa: E501 + 'owners': (DataSources,), # noqa: E501 + 'holdings': (DataSources,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'numbers': 'numbers', # noqa: E501 + 'owners': 'owners', # noqa: E501 + 'holdings': 'holdings', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """InvestmentsAuthDataSources - 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,) + numbers (DataSources): [optional] # noqa: E501 + owners (DataSources): [optional] # noqa: E501 + holdings (DataSources): [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 + """InvestmentsAuthDataSources - 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,) + numbers (DataSources): [optional] # noqa: E501 + owners (DataSources): [optional] # noqa: E501 + holdings (DataSources): [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/investments_auth_get_numbers.py b/plaid/model/investments_auth_get_numbers.py index 22fdd78ea..3fa3488a6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 34d9cbd64..cb754f1b7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4eb48dc31..d7ac0e191 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 039b491d4..cda2c2649 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -32,12 +32,14 @@ def lazy_import(): from plaid.model.account_base import AccountBase from plaid.model.holding import Holding + from plaid.model.investments_auth_data_sources import InvestmentsAuthDataSources from plaid.model.investments_auth_get_numbers import InvestmentsAuthGetNumbers from plaid.model.investments_auth_owner import InvestmentsAuthOwner from plaid.model.item import Item from plaid.model.security import Security globals()['AccountBase'] = AccountBase globals()['Holding'] = Holding + globals()['InvestmentsAuthDataSources'] = InvestmentsAuthDataSources globals()['InvestmentsAuthGetNumbers'] = InvestmentsAuthGetNumbers globals()['InvestmentsAuthOwner'] = InvestmentsAuthOwner globals()['Item'] = Item @@ -102,6 +104,7 @@ def openapi_types(): 'securities': ([Security],), # noqa: E501 'owners': ([InvestmentsAuthOwner],), # noqa: E501 'numbers': (InvestmentsAuthGetNumbers,), # noqa: E501 + 'data_sources': (InvestmentsAuthDataSources,), # noqa: E501 'item': (Item,), # noqa: E501 'request_id': (str,), # noqa: E501 } @@ -117,6 +120,7 @@ def discriminator(): 'securities': 'securities', # noqa: E501 'owners': 'owners', # noqa: E501 'numbers': 'numbers', # noqa: E501 + 'data_sources': 'data_sources', # noqa: E501 'item': 'item', # noqa: E501 'request_id': 'request_id', # noqa: E501 } @@ -128,7 +132,7 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, accounts, holdings, securities, owners, numbers, item, request_id, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, accounts, holdings, securities, owners, numbers, data_sources, item, request_id, *args, **kwargs): # noqa: E501 """InvestmentsAuthGetResponse - a model defined in OpenAPI Args: @@ -137,6 +141,7 @@ def _from_openapi_data(cls, accounts, holdings, securities, owners, numbers, ite securities ([Security]): Objects describing the securities held in the accounts associated with the Item. owners ([InvestmentsAuthOwner]): Information about the account owners for the accounts associated with the Item. numbers (InvestmentsAuthGetNumbers): + data_sources (InvestmentsAuthDataSources): item (Item): request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. @@ -207,6 +212,7 @@ def _from_openapi_data(cls, accounts, holdings, securities, owners, numbers, ite self.securities = securities self.owners = owners self.numbers = numbers + self.data_sources = data_sources self.item = item self.request_id = request_id for var_name, var_value in kwargs.items(): @@ -229,7 +235,7 @@ def _from_openapi_data(cls, accounts, holdings, securities, owners, numbers, ite ]) @convert_js_args_to_python_args - def __init__(self, accounts, holdings, securities, owners, numbers, item, request_id, *args, **kwargs): # noqa: E501 + def __init__(self, accounts, holdings, securities, owners, numbers, data_sources, item, request_id, *args, **kwargs): # noqa: E501 """InvestmentsAuthGetResponse - a model defined in OpenAPI Args: @@ -238,6 +244,7 @@ def __init__(self, accounts, holdings, securities, owners, numbers, item, reques securities ([Security]): Objects describing the securities held in the accounts associated with the Item. owners ([InvestmentsAuthOwner]): Information about the account owners for the accounts associated with the Item. numbers (InvestmentsAuthGetNumbers): + data_sources (InvestmentsAuthDataSources): item (Item): request_id (str): A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. @@ -306,6 +313,7 @@ def __init__(self, accounts, holdings, securities, owners, numbers, item, reques self.securities = securities self.owners = owners self.numbers = numbers + self.data_sources = data_sources self.item = item self.request_id = request_id for var_name, var_value in kwargs.items(): diff --git a/plaid/model/investments_auth_owner.py b/plaid/model/investments_auth_owner.py index 60b661a68..bd7a8c4e9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 362131f06..dad40313d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c6fc7f71f..66ac1d611 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d16f5c4c3..2159333b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 89019329f..f0de752b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_refresh_request.py b/plaid/model/investments_refresh_request.py index 0b1bc1694..651db2cbc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_refresh_response.py b/plaid/model/investments_refresh_response.py index 903762d6a..5ba5d2ebb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0fc686289..5bb3fd259 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a15bfc542..63ff6b9da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fc45c9bdc..c6fcb544c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/investments_transactions_override.py b/plaid/model/investments_transactions_override.py index 94d63e6a4..611fad5c9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/iso_currency_code.py b/plaid/model/iso_currency_code.py index 74e31660f..c225a57e6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issue.py b/plaid/model/issue.py new file mode 100644 index 000000000..810199725 --- /dev/null +++ b/plaid/model/issue.py @@ -0,0 +1,293 @@ +""" + 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.565.0 + 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.issues_status import IssuesStatus + globals()['IssuesStatus'] = IssuesStatus + + +class Issue(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 { + 'issue_id': (str,), # noqa: E501 + 'institution_names': ([str],), # noqa: E501 + 'institution_ids': ([str],), # noqa: E501 + 'created_at': (datetime,), # noqa: E501 + 'summary': (str,), # noqa: E501 + 'detailed_description': (str,), # noqa: E501 + 'status': (IssuesStatus,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'issue_id': 'issue_id', # noqa: E501 + 'institution_names': 'institution_names', # noqa: E501 + 'institution_ids': 'institution_ids', # noqa: E501 + 'created_at': 'created_at', # noqa: E501 + 'summary': 'summary', # noqa: E501 + 'detailed_description': 'detailed_description', # noqa: E501 + 'status': 'status', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """Issue - 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,) + issue_id (str): The unique identifier of the issue.. [optional] # noqa: E501 + institution_names ([str]): A list of names of the financial institutions affected.. [optional] # noqa: E501 + institution_ids ([str]): A list of ids of the financial institutions affected.. [optional] # noqa: E501 + created_at (datetime): The creation time of the record tracking this issue.. [optional] # noqa: E501 + summary (str): A simple summary of the error for the end user.. [optional] # noqa: E501 + detailed_description (str): A more detailed description for the customer.. [optional] # noqa: E501 + status (IssuesStatus): [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 + """Issue - 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,) + issue_id (str): The unique identifier of the issue.. [optional] # noqa: E501 + institution_names ([str]): A list of names of the financial institutions affected.. [optional] # noqa: E501 + institution_ids ([str]): A list of ids of the financial institutions affected.. [optional] # noqa: E501 + created_at (datetime): The creation time of the record tracking this issue.. [optional] # noqa: E501 + summary (str): A simple summary of the error for the end user.. [optional] # noqa: E501 + detailed_description (str): A more detailed description for the customer.. [optional] # noqa: E501 + status (IssuesStatus): [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/issue_resolved_webhook.py b/plaid/model/issue_resolved_webhook.py index 739694480..fb69eecdc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/issues_get_request.py b/plaid/model/issues_get_request.py new file mode 100644 index 000000000..4e7b1abba --- /dev/null +++ b/plaid/model/issues_get_request.py @@ -0,0 +1,277 @@ +""" + 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.565.0 + 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 IssuesGetRequest(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 { + 'issue_id': (str,), # noqa: E501 + 'client_id': (str,), # noqa: E501 + 'secret': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'issue_id': 'issue_id', # noqa: E501 + 'client_id': 'client_id', # noqa: E501 + 'secret': 'secret', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, issue_id, *args, **kwargs): # noqa: E501 + """IssuesGetRequest - a model defined in OpenAPI + + Args: + issue_id (str): The unique identifier of the issue to retrieve. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.issue_id = issue_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, issue_id, *args, **kwargs): # noqa: E501 + """IssuesGetRequest - a model defined in OpenAPI + + Args: + issue_id (str): The unique identifier of the issue to retrieve. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.issue_id = issue_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/issues_get_response.py b/plaid/model/issues_get_response.py new file mode 100644 index 000000000..ead216d5c --- /dev/null +++ b/plaid/model/issues_get_response.py @@ -0,0 +1,273 @@ +""" + 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.565.0 + 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.issue import Issue + globals()['Issue'] = Issue + + +class IssuesGetResponse(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 { + 'issue': (Issue,), # noqa: E501 + 'request_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'issue': 'issue', # noqa: E501 + 'request_id': 'request_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """IssuesGetResponse - 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,) + issue (Issue): [optional] # noqa: E501 + request_id (str): A unique identifier for the API request.. [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 + """IssuesGetResponse - 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,) + issue (Issue): [optional] # noqa: E501 + request_id (str): A unique identifier for the API request.. [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/issues_search_request.py b/plaid/model/issues_search_request.py new file mode 100644 index 000000000..52073d29f --- /dev/null +++ b/plaid/model/issues_search_request.py @@ -0,0 +1,279 @@ +""" + 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.565.0 + 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 IssuesSearchRequest(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 { + 'client_id': (str,), # noqa: E501 + 'secret': (str,), # noqa: E501 + 'item_id': (str,), # noqa: E501 + 'link_session_id': (str,), # noqa: E501 + 'link_session_request_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'client_id': 'client_id', # noqa: E501 + 'secret': 'secret', # noqa: E501 + 'item_id': 'item_id', # noqa: E501 + 'link_session_id': 'link_session_id', # noqa: E501 + 'link_session_request_id': 'link_session_request_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """IssuesSearchRequest - 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [optional] # noqa: E501 + item_id (str): A unique identifier for the Plaid Item.. [optional] # noqa: E501 + link_session_id (str): A unique identifier for the Link session.. [optional] # noqa: E501 + link_session_request_id (str): The `request_id` for the Link session that might have had an institution connection issue.. [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 + """IssuesSearchRequest - 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [optional] # noqa: E501 + item_id (str): A unique identifier for the Plaid Item.. [optional] # noqa: E501 + link_session_id (str): A unique identifier for the Link session.. [optional] # noqa: E501 + link_session_request_id (str): The `request_id` for the Link session that might have had an institution connection issue.. [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/issues_search_response.py b/plaid/model/issues_search_response.py new file mode 100644 index 000000000..19f340b36 --- /dev/null +++ b/plaid/model/issues_search_response.py @@ -0,0 +1,273 @@ +""" + 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.565.0 + 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.issue import Issue + globals()['Issue'] = Issue + + +class IssuesSearchResponse(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 { + 'issues': ([Issue],), # noqa: E501 + 'request_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'issues': 'issues', # noqa: E501 + 'request_id': 'request_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """IssuesSearchResponse - 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,) + issues ([Issue]): A list of issues affecting the Item, session, or request passed in, conforming to the Issues data model. An empty list indicates that no matching issues were found.. [optional] # noqa: E501 + request_id (str): A unique identifier for the API request.. [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 + """IssuesSearchResponse - 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,) + issues ([Issue]): A list of issues affecting the Item, session, or request passed in, conforming to the Issues data model. An empty list indicates that no matching issues were found.. [optional] # noqa: E501 + request_id (str): A unique identifier for the API request.. [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/issues_status.py b/plaid/model/issues_status.py new file mode 100644 index 000000000..6494f0b44 --- /dev/null +++ b/plaid/model/issues_status.py @@ -0,0 +1,294 @@ +""" + 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.565.0 + 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 IssuesStatus(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',): { + 'REPORTED': "Reported", + 'AWAITING_RESOLUTION': "Awaiting Resolution", + 'FIX_IN_PROGRESS': "Fix In Progress", + 'FIX_PENDING_VALIDATION': "Fix Pending Validation", + 'CANNOT_FIX': "Cannot Fix", + 'RESOLVED': "Resolved", + }, + } + + 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): + """IssuesStatus - 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 current status of the issue.., must be one of ["Reported", "Awaiting Resolution", "Fix In Progress", "Fix Pending Validation", "Cannot Fix", "Resolved", ] # noqa: E501 + + Keyword Args: + value (str): The current status of the issue.., must be one of ["Reported", "Awaiting Resolution", "Fix In Progress", "Fix Pending Validation", "Cannot Fix", "Resolved", ] # 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): + """IssuesStatus - 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 current status of the issue.., must be one of ["Reported", "Awaiting Resolution", "Fix In Progress", "Fix Pending Validation", "Cannot Fix", "Resolved", ] # noqa: E501 + + Keyword Args: + value (str): The current status of the issue.., must be one of ["Reported", "Awaiting Resolution", "Fix In Progress", "Fix Pending Validation", "Cannot Fix", "Resolved", ] # 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/issues_subscribe_request.py b/plaid/model/issues_subscribe_request.py new file mode 100644 index 000000000..8c39dbcb4 --- /dev/null +++ b/plaid/model/issues_subscribe_request.py @@ -0,0 +1,283 @@ +""" + 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.565.0 + 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 IssuesSubscribeRequest(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 { + 'issue_id': (str,), # noqa: E501 + 'webhook_url': (str,), # noqa: E501 + 'client_id': (str,), # noqa: E501 + 'secret': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'issue_id': 'issue_id', # noqa: E501 + 'webhook_url': 'webhook_url', # noqa: E501 + 'client_id': 'client_id', # noqa: E501 + 'secret': 'secret', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, issue_id, webhook_url, *args, **kwargs): # noqa: E501 + """IssuesSubscribeRequest - a model defined in OpenAPI + + Args: + issue_id (str): The unique identifier of the issue to subscribe to. + webhook_url (str): The webhook URL where notifications should be sent when the issue status changes. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.issue_id = issue_id + self.webhook_url = webhook_url + 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, issue_id, webhook_url, *args, **kwargs): # noqa: E501 + """IssuesSubscribeRequest - a model defined in OpenAPI + + Args: + issue_id (str): The unique identifier of the issue to subscribe to. + webhook_url (str): The webhook URL where notifications should be sent when the issue status changes. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.issue_id = issue_id + self.webhook_url = webhook_url + 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/issues_subscribe_response.py b/plaid/model/issues_subscribe_response.py new file mode 100644 index 000000000..b184cf1a5 --- /dev/null +++ b/plaid/model/issues_subscribe_response.py @@ -0,0 +1,269 @@ +""" + 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.565.0 + 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 IssuesSubscribeResponse(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 { + 'request_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'request_id': 'request_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, request_id, *args, **kwargs): # noqa: E501 + """IssuesSubscribeResponse - a model defined in OpenAPI + + Args: + request_id (str): A unique identifier for the API 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.request_id = request_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, request_id, *args, **kwargs): # noqa: E501 + """IssuesSubscribeResponse - a model defined in OpenAPI + + Args: + request_id (str): A unique identifier for the API 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.request_id = request_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/issuing_country.py b/plaid/model/issuing_country.py index 67754ef42..a1cfdb31f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item.py b/plaid/model/item.py index 84a065664..8eafcb6ac 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -30,8 +30,10 @@ def lazy_import(): + from plaid.model.item_consented_data_scope import ItemConsentedDataScope from plaid.model.plaid_error import PlaidError from plaid.model.products import Products + globals()['ItemConsentedDataScope'] = ItemConsentedDataScope globals()['PlaidError'] = PlaidError globals()['Products'] = Products @@ -101,8 +103,11 @@ def openapi_types(): 'consent_expiration_time': (datetime, none_type,), # noqa: E501 'update_type': (str,), # noqa: E501 'institution_id': (str, none_type,), # noqa: E501 + 'created_at': (datetime,), # noqa: E501 'products': ([Products],), # noqa: E501 'consented_products': ([Products],), # noqa: E501 + 'consented_use_cases': ([str],), # noqa: E501 + 'consented_data_scopes': ([ItemConsentedDataScope],), # noqa: E501 } @cached_property @@ -119,8 +124,11 @@ def discriminator(): 'consent_expiration_time': 'consent_expiration_time', # noqa: E501 'update_type': 'update_type', # noqa: E501 'institution_id': 'institution_id', # noqa: E501 + 'created_at': 'created_at', # noqa: E501 'products': 'products', # noqa: E501 'consented_products': 'consented_products', # noqa: E501 + 'consented_use_cases': 'consented_use_cases', # noqa: E501 + 'consented_data_scopes': 'consented_data_scopes', # noqa: E501 } read_only_vars = { @@ -139,7 +147,7 @@ def _from_openapi_data(cls, item_id, webhook, error, available_products, billed_ error (PlaidError): available_products ([Products]): A list of products available for the Item that have not yet been accessed. The contents of this array will be mutually exclusive with `billed_products`. billed_products ([Products]): A list of products that have been billed for the Item. The contents of this array will be mutually exclusive with `available_products`. Note - `billed_products` is populated in all environments but only requests in Production are billed. Also note that products that are billed on a pay-per-call basis rather than a pay-per-Item basis, such as `balance`, will not appear here. - consent_expiration_time (datetime, none_type): The RFC 3339 timestamp after which the consent provided by the end user will expire. Upon consent expiration, the item will enter the `ITEM_LOGIN_REQUIRED` error state. To circumvent the `ITEM_LOGIN_REQUIRED` error and maintain continuous consent, the end user can reauthenticate via Link’s update mode in advance of the consent expiration time. Note - This is only relevant for certain OAuth-based institutions. For all other institutions, this field will be null. + consent_expiration_time (datetime, none_type): The date and time at which the Item's access consent will expire, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format update_type (str): Indicates whether an Item requires user interaction to be updated, which can be the case for Items with some forms of two-factor authentication. `background` - Item can be updated in the background `user_present_required` - Item requires user interaction to be updated Keyword Args: @@ -174,8 +182,11 @@ def _from_openapi_data(cls, item_id, webhook, error, available_products, billed_ through its discriminator because we passed in _visited_composed_classes = (Animal,) institution_id (str, none_type): The Plaid Institution ID associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.. [optional] # noqa: E501 + created_at (datetime): The date and time when the Item was created, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.. [optional] # noqa: E501 products ([Products]): A list of products added to the Item. In almost all cases, this will be the same as the `billed_products` field. For some products, it is possible for the product to be added to an Item but not yet billed (e.g. Assets, before `/asset_report/create` has been called, or Auth or Identity when added as Optional Products but before their endpoints have been called), in which case the product may appear in `products` but not in `billed_products`. . [optional] # noqa: E501 - consented_products ([Products]): A list of products that have gone through consent collection for the Item. If the session is not enrolled in [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide), this field is not used. . [optional] # noqa: E501 + consented_products ([Products]): A list of products that the user has consented to for the Item via [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide). This will consist of all products where both of the following are true: the user has consented to the required data scopes for that product and you have Production access for that product. . [optional] # noqa: E501 + consented_use_cases ([str]): A list of use cases that the user has consented to for the Item via [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide). You can see the full list of use cases or update the list of use cases to request at any time via the Link Customization section of the [Plaid Dashboard](https://dashboard.plaid.com/link/data-transparency-v5).. [optional] # noqa: E501 + consented_data_scopes ([ItemConsentedDataScope]): A list of data scopes that the user has consented to for the Item via [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide). These are based on the `consented_products`; see the [full mapping](/docs/link/data-transparency-messaging-migration-guide/#data-scopes-by-product) of data scopes and products.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -243,7 +254,7 @@ def __init__(self, item_id, webhook, error, available_products, billed_products, error (PlaidError): available_products ([Products]): A list of products available for the Item that have not yet been accessed. The contents of this array will be mutually exclusive with `billed_products`. billed_products ([Products]): A list of products that have been billed for the Item. The contents of this array will be mutually exclusive with `available_products`. Note - `billed_products` is populated in all environments but only requests in Production are billed. Also note that products that are billed on a pay-per-call basis rather than a pay-per-Item basis, such as `balance`, will not appear here. - consent_expiration_time (datetime, none_type): The RFC 3339 timestamp after which the consent provided by the end user will expire. Upon consent expiration, the item will enter the `ITEM_LOGIN_REQUIRED` error state. To circumvent the `ITEM_LOGIN_REQUIRED` error and maintain continuous consent, the end user can reauthenticate via Link’s update mode in advance of the consent expiration time. Note - This is only relevant for certain OAuth-based institutions. For all other institutions, this field will be null. + consent_expiration_time (datetime, none_type): The date and time at which the Item's access consent will expire, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format update_type (str): Indicates whether an Item requires user interaction to be updated, which can be the case for Items with some forms of two-factor authentication. `background` - Item can be updated in the background `user_present_required` - Item requires user interaction to be updated Keyword Args: @@ -278,8 +289,11 @@ def __init__(self, item_id, webhook, error, available_products, billed_products, through its discriminator because we passed in _visited_composed_classes = (Animal,) institution_id (str, none_type): The Plaid Institution ID associated with the Item. Field is `null` for Items created via Same Day Micro-deposits.. [optional] # noqa: E501 + created_at (datetime): The date and time when the Item was created, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.. [optional] # noqa: E501 products ([Products]): A list of products added to the Item. In almost all cases, this will be the same as the `billed_products` field. For some products, it is possible for the product to be added to an Item but not yet billed (e.g. Assets, before `/asset_report/create` has been called, or Auth or Identity when added as Optional Products but before their endpoints have been called), in which case the product may appear in `products` but not in `billed_products`. . [optional] # noqa: E501 - consented_products ([Products]): A list of products that have gone through consent collection for the Item. If the session is not enrolled in [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide), this field is not used. . [optional] # noqa: E501 + consented_products ([Products]): A list of products that the user has consented to for the Item via [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide). This will consist of all products where both of the following are true: the user has consented to the required data scopes for that product and you have Production access for that product. . [optional] # noqa: E501 + consented_use_cases ([str]): A list of use cases that the user has consented to for the Item via [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide). You can see the full list of use cases or update the list of use cases to request at any time via the Link Customization section of the [Plaid Dashboard](https://dashboard.plaid.com/link/data-transparency-v5).. [optional] # noqa: E501 + consented_data_scopes ([ItemConsentedDataScope]): A list of data scopes that the user has consented to for the Item via [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide). These are based on the `consented_products`; see the [full mapping](/docs/link/data-transparency-messaging-migration-guide/#data-scopes-by-product) of data scopes and products.. [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/item_access_token_invalidate_request.py b/plaid/model/item_access_token_invalidate_request.py index bffd98744..6008e9430 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5c7b9bc91..6fa0958f8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2d5b52775..88c7665a8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cc1fc63dc..bf3b5bf24 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a472acd0b..561f91aad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9ea28ce7e..af72b0631 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5b6dc9170..c5197d4a0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f1a6d56d8..c39454c71 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f9584b2eb..105035ba6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 953de08f6..15f6e8832 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4c2807884..77c6dc746 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c86064ecf..3e77825d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_consented_data_scope.py b/plaid/model/item_consented_data_scope.py new file mode 100644 index 000000000..9b7eda2a9 --- /dev/null +++ b/plaid/model/item_consented_data_scope.py @@ -0,0 +1,296 @@ +""" + 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.565.0 + 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 ItemConsentedDataScope(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',): { + 'ACCOUNT_AND_BALANCE_INFO': "account_and_balance_info", + 'CONTACT_INFO': "contact_info", + 'ACCOUNT_AND_ROUTING_NUMBERS': "account_and_routing_numbers", + 'TRANSACTIONS': "transactions", + 'CREDIT_AND_LOANS': "credit_and_loans", + 'INVESTMENTS': "investments", + 'BANK_STATEMENTS': "bank_statements", + 'RISK_INFO': "risk_info", + }, + } + + 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): + """ItemConsentedDataScope - 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): A data scope for the products that a user can consent to in [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide)., must be one of ["account_and_balance_info", "contact_info", "account_and_routing_numbers", "transactions", "credit_and_loans", "investments", "bank_statements", "risk_info", ] # noqa: E501 + + Keyword Args: + value (str): A data scope for the products that a user can consent to in [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide)., must be one of ["account_and_balance_info", "contact_info", "account_and_routing_numbers", "transactions", "credit_and_loans", "investments", "bank_statements", "risk_info", ] # 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): + """ItemConsentedDataScope - 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): A data scope for the products that a user can consent to in [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide)., must be one of ["account_and_balance_info", "contact_info", "account_and_routing_numbers", "transactions", "credit_and_loans", "investments", "bank_statements", "risk_info", ] # noqa: E501 + + Keyword Args: + value (str): A data scope for the products that a user can consent to in [Data Transparency Messaging](/docs/link/data-transparency-messaging-migration-guide)., must be one of ["account_and_balance_info", "contact_info", "account_and_routing_numbers", "transactions", "credit_and_loans", "investments", "bank_statements", "risk_info", ] # 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/item_error_webhook.py b/plaid/model/item_error_webhook.py index 08b6e3787..5d5fe2cfb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_get_request.py b/plaid/model/item_get_request.py index 4bdf6418e..15cb5ef0b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_get_response.py b/plaid/model/item_get_response.py index a3fcfd642..66e2d6ffc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_import_request.py b/plaid/model/item_import_request.py index d792b3348..0a3742213 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6e5772d13..07a2ddf7d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3655a64cc..bb39a6f55 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_import_response.py b/plaid/model/item_import_response.py index 85fade068..289fcfc0c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 20e3867c7..0378f9d42 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6324a507c..17dad2403 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 46f572566..02662048f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5b7dd149d..fdedb1137 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 972e64821..3ce018e5b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 41c89d251..805eead0a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_remove_request.py b/plaid/model/item_remove_request.py index b5e617fa8..a0e228ab1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_remove_response.py b/plaid/model/item_remove_response.py index 492dfab9a..ae0e7b266 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status.py b/plaid/model/item_status.py index 58cac04d2..f3d445f87 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_investments.py b/plaid/model/item_status_investments.py index 28ba71fdd..3690ec59e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 006433536..cb492d39f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_nullable.py b/plaid/model/item_status_nullable.py index 003d4c3ef..604905e05 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/item_status_transactions.py b/plaid/model/item_status_transactions.py index 03a6716a9..f01c44a5d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 44688618b..0126ced06 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 580d802b7..bc79bbffc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/jwk_public_key.py b/plaid/model/jwk_public_key.py index 4b941af5d..6763eba06 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/jwt_header.py b/plaid/model/jwt_header.py index d273471b0..b5f519e68 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7c20c3515..6cc2cd68b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 864965a7b..c0364a3ac 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/kyc_check_details.py b/plaid/model/kyc_check_details.py index 372d81924..e9a623b3e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a30b43202..69fe79bf2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 130e11f20..c1802efbd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1f87f0d1c..99006318b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6aa6be35b..8c6da2993 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 83a583456..d1796c403 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c74626cf3..6b93c2c09 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0511c2edd..1622dcb72 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dda1ac8af..b27603ba5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fa9d389d0..fea3fbe15 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 312537b32..dbd8998d4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_get_request.py b/plaid/model/liabilities_get_request.py index 22f17f12c..a6b06211f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 412cfd131..8d8d23a24 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_get_response.py b/plaid/model/liabilities_get_response.py index 7c93f1825..731208e90 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liabilities_object.py b/plaid/model/liabilities_object.py index f52dba284..b5f6ad99e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/liability_override.py b/plaid/model/liability_override.py index 7bc486c7d..09d05891a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_callback_metadata.py b/plaid/model/link_callback_metadata.py index 6e91ad094..c4a6d009c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_account.py b/plaid/model/link_delivery_account.py index a7362254f..e6e948960 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fcfacec87..469d40d7a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fe525ce14..5cf50645e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4394a6b86..b1c99a4a7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 368663ad1..642c24ad3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ead0cbac4..5da5ae6dd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 288e8a3f1..edde428d0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3b75e0409..49288f967 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_institution.py b/plaid/model/link_delivery_institution.py index bbd0a514f..9a2d256e0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_metadata.py b/plaid/model/link_delivery_metadata.py index 4480d38c7..d15520ab3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_options.py b/plaid/model/link_delivery_options.py index 12fb0b711..5e97acf17 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_delivery_recipient.py b/plaid/model/link_delivery_recipient.py index 15798b8c6..6e648f754 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d00530d89..ad986a9de 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cc6c1f9e0..254a3d4d5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6f66573e5..3e430dccc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5dde81b95..e1946bb75 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c77a99324..a947eeca8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_event.py b/plaid/model/link_event.py index e89578db0..439470cad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_event_metadata.py b/plaid/model/link_event_metadata.py index ad3a38924..90ebf4f82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -172,7 +172,7 @@ def _from_openapi_data(cls, request_id, *args, **kwargs): # noqa: E501 institution_id (str): The ID of the selected institution. Emitted by: all events.. [optional] # noqa: E501 institution_name (str): The name of the selected institution. Emitted by: all events.. [optional] # noqa: E501 institution_search_query (str): The query used to search for institutions. Emitted by: `SEARCH_INSTITUTION`.. [optional] # noqa: E501 - mfa_type (str): If set, the user has encountered one of the following MFA types: code, device, questions, selections. Emitted by: `SUBMIT_MFA` and `TRANSITION_VIEW` when view_name is `MFA`.. [optional] # noqa: E501 + mfa_type (str): If set, the user has encountered one of the following MFA types: code, device, questions, selections. Emitted by: `SUBMIT_MFA` and `TRANSITION_VIEW` when `view_name` is `MFA`.. [optional] # noqa: E501 view_name (str): The name of the view that is being transitioned to. Emitted by: `TRANSITION_VIEW`.. [optional] # noqa: E501 selection (str): Either the verification method for a matched institution selected by the user or the Auth Type Select flow type selected by the user. If selection is used to describe selected verification method, then possible values are `phoneotp` or `password`; if selection is used to describe the selected Auth Type Select flow, then possible values are `flow_type_manual` or `flow_type_instant`. Emitted by: `MATCHED_SELECT_VERIFY_METHOD` and `SELECT_AUTH_TYPE`.. [optional] # noqa: E501 brand_name (str): The name of the selected brand.. [optional] # noqa: E501 @@ -275,7 +275,7 @@ def __init__(self, request_id, *args, **kwargs): # noqa: E501 institution_id (str): The ID of the selected institution. Emitted by: all events.. [optional] # noqa: E501 institution_name (str): The name of the selected institution. Emitted by: all events.. [optional] # noqa: E501 institution_search_query (str): The query used to search for institutions. Emitted by: `SEARCH_INSTITUTION`.. [optional] # noqa: E501 - mfa_type (str): If set, the user has encountered one of the following MFA types: code, device, questions, selections. Emitted by: `SUBMIT_MFA` and `TRANSITION_VIEW` when view_name is `MFA`.. [optional] # noqa: E501 + mfa_type (str): If set, the user has encountered one of the following MFA types: code, device, questions, selections. Emitted by: `SUBMIT_MFA` and `TRANSITION_VIEW` when `view_name` is `MFA`.. [optional] # noqa: E501 view_name (str): The name of the view that is being transitioned to. Emitted by: `TRANSITION_VIEW`.. [optional] # noqa: E501 selection (str): Either the verification method for a matched institution selected by the user or the Auth Type Select flow type selected by the user. If selection is used to describe selected verification method, then possible values are `phoneotp` or `password`; if selection is used to describe the selected Auth Type Select flow, then possible values are `flow_type_manual` or `flow_type_instant`. Emitted by: `MATCHED_SELECT_VERIFY_METHOD` and `SELECT_AUTH_TYPE`.. [optional] # noqa: E501 brand_name (str): The name of the selected brand.. [optional] # noqa: E501 diff --git a/plaid/model/link_event_name.py b/plaid/model/link_event_name.py index f06ae2b05..a91a7759f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_events_webhook.py b/plaid/model/link_events_webhook.py index fe7d8437d..042f36ab2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bb33e3379..17c4931b5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 336451413..6c748314d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_profile_eligibility_check_request.py b/plaid/model/link_profile_eligibility_check_request.py index 9a2871a93..e7d000f48 100644 --- a/plaid/model/link_profile_eligibility_check_request.py +++ b/plaid/model/link_profile_eligibility_check_request.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_profile_eligibility_check_response.py b/plaid/model/link_profile_eligibility_check_response.py index 65374d2bf..6b8c74ed0 100644 --- a/plaid/model/link_profile_eligibility_check_response.py +++ b/plaid/model/link_profile_eligibility_check_response.py @@ -3,7 +3,7 @@ The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501 - The version of the OpenAPI document: 2020-09-14_1.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_profile_eligibility_check_user.py b/plaid/model/link_profile_eligibility_check_user.py index ab1d3c881..bc63040b7 100644 --- a/plaid/model/link_profile_eligibility_check_user.py +++ b/plaid/model/link_profile_eligibility_check_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cea753d02..546b90e48 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 929122107..96dbf68ac 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f22a49ec7..31e68a8bd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_exit.py b/plaid/model/link_session_exit.py index 0b80f6651..c323e7274 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a13f86395..ded1cd1ba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e779bfb34..225989864 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e217b45a1..0ac6fe046 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 148fa4a8a..48973c70f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1a117450e..85a3cdbc2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ef530ff25..0cc0d587b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_results.py b/plaid/model/link_session_results.py index 6a40417a1..d6593ca4e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_session_success.py b/plaid/model/link_session_success.py index 9bf1fe204..f1e4b0a24 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f1caf0cce..75b99c215 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b1949aa32..5ec489248 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 00afdb982..7cfd291da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a5ead788a..f0565736d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 30a2d5dd6..2ead8b760 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 40a6a0d03..0398df9e5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 adfa46073..1cd89dc50 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ef06b7cd8..d88fe7283 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2515a542a..79fda6974 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d81dfdd2a..f94751c56 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 74e08d11d..5336cd9d3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7cccefce1..f9e690bdd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b97c5a943..6c2651e51 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bb401610a..b4bc9ac35 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -30,7 +30,6 @@ 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_create_card_switch import LinkTokenCreateCardSwitch @@ -55,7 +54,6 @@ 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()['LinkTokenCreateCardSwitch'] = LinkTokenCreateCardSwitch @@ -175,7 +173,7 @@ def openapi_types(): 'base_report': (LinkTokenCreateRequestBaseReport,), # noqa: E501 'credit_partner_insights': (LinkTokenCreateRequestCreditPartnerInsights,), # noqa: E501 'cra_options': (LinkTokenCreateRequestCraOptions,), # noqa: E501 - 'consumer_report_permissible_purpose': (ConsumerReportPermissiblePurpose,), # noqa: E501 + 'consumer_report_permissible_purpose': (bool, date, datetime, dict, float, int, list, str, none_type,), # noqa: E501 'auth': (LinkTokenCreateRequestAuth,), # noqa: E501 'transfer': (LinkTokenCreateRequestTransfer,), # noqa: E501 'update': (LinkTokenCreateRequestUpdate,), # noqa: E501 @@ -314,7 +312,7 @@ def _from_openapi_data(cls, client_name, language, country_codes, user, *args, * base_report (LinkTokenCreateRequestBaseReport): [optional] # noqa: E501 credit_partner_insights (LinkTokenCreateRequestCreditPartnerInsights): [optional] # noqa: E501 cra_options (LinkTokenCreateRequestCraOptions): [optional] # noqa: E501 - consumer_report_permissible_purpose (ConsumerReportPermissiblePurpose): [optional] # noqa: E501 + consumer_report_permissible_purpose (bool, date, datetime, dict, float, int, list, str, none_type): [optional] # noqa: E501 auth (LinkTokenCreateRequestAuth): [optional] # noqa: E501 transfer (LinkTokenCreateRequestTransfer): [optional] # noqa: E501 update (LinkTokenCreateRequestUpdate): [optional] # noqa: E501 @@ -448,7 +446,7 @@ def __init__(self, client_name, language, country_codes, user, *args, **kwargs): base_report (LinkTokenCreateRequestBaseReport): [optional] # noqa: E501 credit_partner_insights (LinkTokenCreateRequestCreditPartnerInsights): [optional] # noqa: E501 cra_options (LinkTokenCreateRequestCraOptions): [optional] # noqa: E501 - consumer_report_permissible_purpose (ConsumerReportPermissiblePurpose): [optional] # noqa: E501 + consumer_report_permissible_purpose (bool, date, datetime, dict, float, int, list, str, none_type): [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 586cdbd2d..7ff0f9815 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 414f7555b..18259c6df 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 73fdf8f48..8e055742f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d8725a63c..ad9530bb6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 196f2d4b3..0cb85e4b6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 03e608e74..c3382f027 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 de5c709f5..85274836d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ 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 aa75121c8..3eef99946 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f10c3bb4d..0198ace6a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ef1d74845..db9c67c78 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0f1604362..5a348f73f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 96847ab08..b1c31b245 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7a3ee0132..9de5a658b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7d5247292..9843b79b3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4e1b58543..d04b0a1af 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e04d91458..733f64b5c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0177ceb65..0d7b3c287 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8c1191c81..8e40603d2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 da6d5a755..2da6e5b51 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 08be1f32e..a3aeac31f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f3582e7cd..d64d56c52 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0ebc6eb6b..dacada407 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f3b22abe8..88801b7c5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 087c2d3d9..b71bcdc65 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c320d8369..9f606efd5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 43a08005d..de15e49d0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4f9c4ce97..a6523a229 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 01ea32609..bebbd5d05 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5d78b4835..6ae919ac7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 431795176..439e61220 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_investments.py b/plaid/model/link_token_investments.py index 832dc763c..8f3405a7d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 26c7eb579..61e004ec6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/link_token_transactions.py b/plaid/model/link_token_transactions.py index c099cfe38..b364b4c8f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6e9355468..769b434c1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan.py b/plaid/model/loan.py index c46c260e1..5450307b7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_account_subtype.py b/plaid/model/loan_account_subtype.py index f4fb651fd..5537304c2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_account_subtypes.py b/plaid/model/loan_account_subtypes.py index 23cd14a81..b2e26d125 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_filter.py b/plaid/model/loan_filter.py index 826bb9b5a..432f5afb9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_identifier.py b/plaid/model/loan_identifier.py index 07395d8b8..52b05704b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_identifier_type.py b/plaid/model/loan_identifier_type.py index 08bf8de28..868f2542e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_identifiers.py b/plaid/model/loan_identifiers.py index 851830612..a7dc3383b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loan_payments_counts.py b/plaid/model/loan_payments_counts.py index 41eb72e03..015174581 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dbf742f14..0c7f4a9a3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/loans.py b/plaid/model/loans.py index ec9f21a79..0f7c2a4cb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/location.py b/plaid/model/location.py index d80677df1..43ebf034b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/match_summary.py b/plaid/model/match_summary.py index 60cec41e3..5f1b7290f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/match_summary_code.py b/plaid/model/match_summary_code.py index 11ed85da8..a2f38ad1b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/merchant_insights.py b/plaid/model/merchant_insights.py index f7884de09..1126d81af 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/meta.py b/plaid/model/meta.py index ac339d626..b643b253b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mfa.py b/plaid/model/mfa.py index ae3067703..3fb789dff 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_income_insights.py b/plaid/model/monitoring_income_insights.py index b29220fb2..c3bf386c4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_income_source.py b/plaid/model/monitoring_income_source.py index 2a0ca8d5a..39f9e71f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_insights.py b/plaid/model/monitoring_insights.py index 096712366..0abe7ec22 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b558b5064..5f34c3e0a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_insights_webhook.py b/plaid/model/monitoring_insights_webhook.py index a8a40ec3e..0c6469c3a 100644 --- a/plaid/model/monitoring_insights_webhook.py +++ b/plaid/model/monitoring_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 710befcf7..7815f240f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/monitoring_loan_insights.py b/plaid/model/monitoring_loan_insights.py index 928d4b842..dc7029dd1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mortgage_interest_rate.py b/plaid/model/mortgage_interest_rate.py index f59cf09ce..04e6d2a80 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mortgage_liability.py b/plaid/model/mortgage_liability.py index e0861839a..b4d179e9f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/mortgage_property_address.py b/plaid/model/mortgage_property_address.py index 159115f4c..ba05cbe71 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 baef2c8d8..90ccb79d7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/name_match_score.py b/plaid/model/name_match_score.py index ddd55a74f..9306230e2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/net_pay.py b/plaid/model/net_pay.py index a79076801..34888e55d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_item.py b/plaid/model/network_insights_item.py index b0b515d5c..faf4e6cc1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/network_insights_report.py b/plaid/model/network_insights_report.py index 448aec3a7..56456f390 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d4d9c69ae..e882d2f90 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a860cc7c5..d59cfbbd1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2aceb31c8..5373af076 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers.py b/plaid/model/numbers.py index e88921f5b..75876b428 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_acats.py b/plaid/model/numbers_acats.py index 11eadaba3..2be73c2a4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -110,7 +110,7 @@ def _from_openapi_data(cls, account_id, account, dtc_numbers, *args, **kwargs): Args: account_id (str): The Plaid account ID associated with the account numbers account (str): The full account number for the account - dtc_numbers ([str]): Identifiers for the clearinghouses that are assocciated with the account in order of relevance. This array will be empty if we can't provide any account level data. Institution level data can be retrieved from the institutions/get endpoints. + dtc_numbers ([str]): Identifiers for the clearinghouses that are associated with the account in order of relevance. This array will be empty if we can't provide any account level data. Institution level data can be retrieved from the institutions/get endpoints. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -203,7 +203,7 @@ def __init__(self, account_id, account, dtc_numbers, *args, **kwargs): # noqa: Args: account_id (str): The Plaid account ID associated with the account numbers account (str): The full account number for the account - dtc_numbers ([str]): Identifiers for the clearinghouses that are assocciated with the account in order of relevance. This array will be empty if we can't provide any account level data. Institution level data can be retrieved from the institutions/get endpoints. + dtc_numbers ([str]): Identifiers for the clearinghouses that are associated with the account in order of relevance. This array will be empty if we can't provide any account level data. Institution level data can be retrieved from the institutions/get endpoints. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/plaid/model/numbers_ach.py b/plaid/model/numbers_ach.py index ce6b448c5..06eea654f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_ach_nullable.py b/plaid/model/numbers_ach_nullable.py index 7a06a7b55..7e36ffb61 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_aton.py b/plaid/model/numbers_aton.py index f97091d9c..adb36926e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_bacs.py b/plaid/model/numbers_bacs.py index 4f016af66..abb155b66 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_bacs_nullable.py b/plaid/model/numbers_bacs_nullable.py index 3413bcb27..75a69af24 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_eft.py b/plaid/model/numbers_eft.py index 7832496cd..f359a927a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_eft_nullable.py b/plaid/model/numbers_eft_nullable.py index a6a85fbd7..ddc2a06e1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_iban.py b/plaid/model/numbers_iban.py index 43968f052..a38ea5b87 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_iban_nullable.py b/plaid/model/numbers_iban_nullable.py index 3bd14a194..8ad1e2695 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_international.py b/plaid/model/numbers_international.py index b2c4b6a10..c82a21838 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_international_iban.py b/plaid/model/numbers_international_iban.py index 6a9d05ce5..a6d1f49fc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/numbers_international_nullable.py b/plaid/model/numbers_international_nullable.py index 8927fbb21..5669f2587 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/omittable_transfer_type.py b/plaid/model/omittable_transfer_type.py index 3342d9855..38b0778a5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/option_contract.py b/plaid/model/option_contract.py index 08ef48123..bf7535808 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/originator.py b/plaid/model/originator.py index caff01299..614ce3fe9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b8e35c981..85785ce9c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/other_account_subtype.py b/plaid/model/other_account_subtype.py index fe88073d2..a1ca6dacd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/other_account_subtypes.py b/plaid/model/other_account_subtypes.py index fdee7fc5a..32aeb3c19 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/other_filter.py b/plaid/model/other_filter.py index 5c35b7ca9..fa1c4bd7a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/override_account_type.py b/plaid/model/override_account_type.py index d49300c45..6916c415f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/override_accounts.py b/plaid/model/override_accounts.py index d4a0a21c1..f70ed39c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/owner.py b/plaid/model/owner.py index ed65e0062..3daa9f118 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/owner_override.py b/plaid/model/owner_override.py index d9196d74a..f1f508af1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ownership_type.py b/plaid/model/ownership_type.py index a8aa26ce3..b8ec6ec08 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/parties.py b/plaid/model/parties.py index c814d6794..04f0ea596 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d344952d1..c8ffbcf38 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 202a7f887..5fd6370fe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5cca7811c..9f7b55fe6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 627a3e5e9..6be200669 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8199f7c68..0a7ca502a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 935ee3be3..77ec0683e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 97bad5d12..5cb1eb58f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6ed35bf21..81047e4b7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 271d6e8c7..b4fce8036 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0be7f7438..383767d13 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/partner_end_customer.py b/plaid/model/partner_end_customer.py index a5ad5824e..c1c8dd6fa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 833f8d930..60119bc3d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 81e19e24d..ca1c46da6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cc7bbcb6e..5a432c85b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2b1883921..9e4532f97 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bc12ed48a..57cbdaf22 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 44942693f..1abad11aa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 457a758ce..75d72d009 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6d58424ff..42eb080f8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 816dd1ef1..fde4946f5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5b751bcc2..d6c591930 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8986fadfe..0a5860e43 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8c4e002cf..96f9ea981 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dbc615105..9deab5ea1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 475745d3d..ea15463b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5e1be1132..62beb8e76 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a65341452..c23a477ea 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/party.py b/plaid/model/party.py index fdd60ebbf..925c459c2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/party_individual.py b/plaid/model/party_individual.py index 8fc9ffb03..768b32af3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/party_role_type.py b/plaid/model/party_role_type.py index f2a2f36ba..88f57df1e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay.py b/plaid/model/pay.py index c7476b682..0a29b32ab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_frequency.py b/plaid/model/pay_frequency.py index 588b93842..93649a4a0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_frequency_value.py b/plaid/model/pay_frequency_value.py index f6341caef..caf2eeb61 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pay_period_details.py b/plaid/model/pay_period_details.py index 2ae15c610..493f18c14 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 01c848416..fffa643f0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 07c536f0d..5489ff86c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 609a7e408..ae8918de1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b8f30f333..3c951bf46 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f5082e2ae..16c2c7027 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 476cc6336..d12349807 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5a15a677f..5cd31f6be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e5801fe42..37767bab0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount.py b/plaid/model/payment_amount.py index b22ff0643..a1e5b2421 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_currency.py b/plaid/model/payment_amount_currency.py index 07dbf9d2b..810debeb0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_nullable.py b/plaid/model/payment_amount_nullable.py index 88820be7b..2e2582ec3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_amount_refunded.py b/plaid/model/payment_amount_refunded.py index c37b2f7e3..3524d081f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 53c2913bc..b68a65acd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_channel.py b/plaid/model/payment_channel.py index 2490ee58d..23dab9679 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7bc4df58b..722f8a4b6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f6844c0e3..60cba81fc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1f27e0249..2ea815011 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f415b7e23..84d338c00 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 39cbb5708..7baa750a7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2279dee62..bf388143c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_address.py b/plaid/model/payment_initiation_address.py index 2e811f0a9..947e5c2b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_consent.py b/plaid/model/payment_initiation_consent.py index 217d488d9..23eefbbd5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 152be11de..70820446c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eab34bc65..6962e50bd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2f48a2134..a560ea13b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bd2eae19e..73f14a95d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 46da5eba5..d6f5760d3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4f8d84858..2c3dbc7dd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a039afafa..de4928d19 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 336725fe6..cbddee2d4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 80c80019e..7c8114d9b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3bb99842a..7102260cb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 28fa20c33..a83d85a75 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 780aa1a3f..54dbb2e07 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_metadata.py b/plaid/model/payment_initiation_metadata.py index 2adeabf8a..7d6eeae81 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 08e5c49b7..a58596ee0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_payment.py b/plaid/model/payment_initiation_payment.py index be460de52..58ba674af 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 23848d380..db689d0df 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1589a2e59..b14670228 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cbadc8d24..7b1b661e3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 779de7b6b..8e51f7e4e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dbfeb80cd..e0d687b78 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 df929e09f..d789c3889 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dc69198dd..a3ce195ef 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 16ee08d1c..753b8a548 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 817b01ec5..60b83d139 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 35ed51775..14a23bb79 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 147e0e829..c15d87d07 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3144c378e..c551f09bb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_initiation_recipient.py b/plaid/model/payment_initiation_recipient.py index 00468e8d8..0919eda8f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 99383e7d0..73d0b0b09 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 197559695..1c5ad23f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7d05b8cd9..c1c409a23 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e8d595d8e..c1cd73719 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f76aa0dc6..57a8d7646 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d459fbc15..e700662cd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 10b2b0459..39729ca02 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 da56a37b3..3d6c7b8b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_meta.py b/plaid/model/payment_meta.py index b47b7fba8..48cfae06d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 82e6b2542..c09710093 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 23527cd91..ae8981f29 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 981a362d9..942d5c129 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 807dd112f..7f5c27620 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7a06401d9..ee59ee672 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b8c345c72..7d80f3eec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_profile_status.py b/plaid/model/payment_profile_status.py index b10d64997..d76c0e5e0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_schedule_interval.py b/plaid/model/payment_schedule_interval.py index 15b452c0f..6ed9ed51f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payment_scheme.py b/plaid/model/payment_scheme.py index 59fb858a5..2dd847733 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 78cdd1bb7..b2f6538e4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f1165d9e0..74ca2e940 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_income_object.py b/plaid/model/payroll_income_object.py index 4a676ad33..4a2a7a631 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 207b29889..379965f93 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_item.py b/plaid/model/payroll_item.py index c010b803a..2ecd93f64 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/payroll_item_status.py b/plaid/model/payroll_item_status.py index a92848e37..14127529b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1feb0514b..2112bff40 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub.py b/plaid/model/paystub.py index e4e179aa5..ee0a1049a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_address.py b/plaid/model/paystub_address.py index 35f3e4fbd..72b4fe84f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_deduction.py b/plaid/model/paystub_deduction.py index 63ed582d6..7ab7a89b0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_details.py b/plaid/model/paystub_details.py index 619d2cc71..03a0e66e3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_employer.py b/plaid/model/paystub_employer.py index 27e56acc3..91c46817e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override.py b/plaid/model/paystub_override.py index ec4d717b8..5916dbdd9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_deductions.py b/plaid/model/paystub_override_deductions.py index 0b5f0546e..353cb8686 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 61981cf76..84c73c949 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cfaf55c8b..79d65c850 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fd2cb0782..b9b3131b6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_earnings.py b/plaid/model/paystub_override_earnings.py index ababfd2d4..e3cd53b73 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bca9229ef..fd660f4c5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 29e1f8afd..8272f4147 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_employee.py b/plaid/model/paystub_override_employee.py index b369e96d3..fd514ff5f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d2bf1b740..f08371a46 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_override_employer.py b/plaid/model/paystub_override_employer.py index 8e26238ef..636e8bb16 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3a15b85a8..7222ffa71 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 49f266ff0..48a29c63b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 14c2be789..212041ab5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a2f35d387..48fefcb33 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_pay_frequency.py b/plaid/model/paystub_pay_frequency.py index 53acd587b..317082fcc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/paystub_ytd_details.py b/plaid/model/paystub_ytd_details.py index c1b157ed8..0c350bf55 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pending_disconnect_webhook.py b/plaid/model/pending_disconnect_webhook.py index 25f7f0c5f..4042e6c03 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 db436ac4b..18397476d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pending_expiration_webhook.py b/plaid/model/pending_expiration_webhook.py index c31d1dedd..5f21982dc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/personal_finance_category.py b/plaid/model/personal_finance_category.py index d31e4abbc..d73a776be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/phone_number.py b/plaid/model/phone_number.py index 5ac7abbe2..bf160a261 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3f76176c9..50f3fa01a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/phone_type.py b/plaid/model/phone_type.py index 624a54c8d..de8dd27c9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/physical_document_category.py b/plaid/model/physical_document_category.py index 237eb4c81..5f295f36b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5c0e73745..f058419c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 22c3febd1..6ab699017 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/physical_document_images.py b/plaid/model/physical_document_images.py index 400b855e2..0211e8b9d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_check_score.py b/plaid/model/plaid_check_score.py index 0f6bdb77a..873c03dff 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_error.py b/plaid/model/plaid_error.py index a05ed4289..8d57b19c7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/plaid_error_type.py b/plaid/model/plaid_error_type.py index f8cd154cb..21152fc82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/platform_ids.py b/plaid/model/platform_ids.py index 732af0a0d..9fd516f0d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/po_box_status.py b/plaid/model/po_box_status.py index 3d9e6b41e..71f5b9afb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_cash_score.py b/plaid/model/prism_cash_score.py index 40f17652e..c5d8fe469 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 55bde0e87..34a997ccf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 908c0fa3e..e0ae03c62 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_first_detect.py b/plaid/model/prism_first_detect.py index ad2660cc1..d66162fdc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 034817645..26836480b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_insights.py b/plaid/model/prism_insights.py index 4066594a9..9be5d4d93 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_insights_version.py b/plaid/model/prism_insights_version.py index eef573fc6..00be35382 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_product.py b/plaid/model/prism_product.py index 2ec2ead13..404c33354 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/prism_versions.py b/plaid/model/prism_versions.py index cfa8d1bef..7967789ea 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4031914de..02f99acfa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8d092bcf0..145d0ed1c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ff0ab795b..d4ed2a85b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4d8126575..4c369f791 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f7ceb5c58..4f8e3451d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d80527d06..41f0cb934 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cfa8d7202..2e5953a4b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9619c26c4..4d68db8ee 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 df5f473e3..9a5c623dd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 054f360e1..11f8e48fc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 444de59ef..7386e4d4d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 52667c270..48861788d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a34243b01..9bf6be8df 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 df33487c4..de06e13c9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f986be01b..ffeae4500 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9fb03b8f9..17411ffe2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a39076655..ed4c80ed7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ac864be61..d85a2cc51 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3e2c987ac..3811b5291 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/processor_number.py b/plaid/model/processor_number.py index 28b2cdbb9..0e86f0b35 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fa58b1d22..87000004e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ca030bcf5..eae2fda82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0d553bac8..1378cb931 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f1d3eef09..5a553cc8f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c14108c75..19c469c8e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c7968f855..ba5b09931 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 38a58b979..32a224d66 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4fb2a4bcc..5616b6234 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3bc648c5c..51d2d1390 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6ff0750ab..841af5ee0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 af45ab41b..a2fcb2434 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ca1e7d8c5..7ac3558b2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 29540119f..3100c4aed 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 33fc05abb..942af87b0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a5e937713..53d0578e6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 260ce6029..e7cdaa44b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ab01716d1..23a59763c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 55cd5186a..f40ac26f0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 380d869ce..65da473e1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3d7476aa6..61edf1492 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f62627ea9..8e9d261e4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 af75efc49..fac7f5950 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ce8547373..a2235e4f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e1c58a3f9..055ee4154 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a3f23130b..ca26453e6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ed761861d..906b9bc50 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9f4982bed..d38c0fd22 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 31e8657de..0803c9ed6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a8f3d615d..a896e09a7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5e8462773..091b70c1b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 174f2fb51..1b6a5ab4e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_access.py b/plaid/model/product_access.py index ce8cedad0..df94454cc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c73bae68b..cff513302 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 357eee1db..6fd7ca9fe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_status.py b/plaid/model/product_status.py index 8e61982c7..257261542 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/product_status_breakdown.py b/plaid/model/product_status_breakdown.py index 975515c7d..a50646fc5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/products.py b/plaid/model/products.py index a3ecad267..8dadfc921 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -68,7 +68,6 @@ class Products(ModelSimple): 'CREDIT_DETAILS': "credit_details", 'INCOME': "income", 'INCOME_VERIFICATION': "income_verification", - 'DEPOSIT_SWITCH': "deposit_switch", 'STANDING_ORDERS': "standing_orders", 'TRANSFER': "transfer", 'EMPLOYMENT': "employment", @@ -83,6 +82,7 @@ class Products(ModelSimple): 'CRA_PARTNER_INSIGHTS': "cra_partner_insights", 'CRA_CASHFLOW_INSIGHTS': "cra_cashflow_insights", 'LAYER': "layer", + 'PAY_BY_BANK': "pay_by_bank", }, } @@ -134,10 +134,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 list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "deposit_switch", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", ] # noqa: E501 + args[0] (str): A list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", "pay_by_bank", ] # noqa: E501 Keyword Args: - value (str): A list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "deposit_switch", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", ] # noqa: E501 + value (str): A list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", "pay_by_bank", ] # 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. @@ -228,10 +228,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 list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "deposit_switch", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", ] # noqa: E501 + args[0] (str): A list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", "pay_by_bank", ] # noqa: E501 Keyword Args: - value (str): A list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "deposit_switch", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", ] # noqa: E501 + value (str): A list of products that an institution can support. All Items must be initialized with at least one product. The Balance product is always available and does not need to be specified during initialization.., must be one of ["assets", "auth", "balance", "balance_plus", "beacon", "identity", "identity_match", "investments", "investments_auth", "liabilities", "payment_initiation", "identity_verification", "transactions", "credit_details", "income", "income_verification", "standing_orders", "transfer", "employment", "recurring_transactions", "signal", "statements", "processor_payments", "processor_identity", "profile", "cra_base_report", "cra_income_insights", "cra_partner_insights", "cra_cashflow_insights", "layer", "pay_by_bank", ] # 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/profile_get_request.py b/plaid/model/profile_get_request.py index 5ba035a1a..cf57a062a 100644 --- a/plaid/model/profile_get_request.py +++ b/plaid/model/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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_get_response.py b/plaid/model/profile_get_response.py index 200ab849e..ac84a0b97 100644 --- a/plaid/model/profile_get_response.py +++ b/plaid/model/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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_identity.py b/plaid/model/profile_identity.py index a8b727619..240143484 100644 --- a/plaid/model/profile_identity.py +++ b/plaid/model/profile_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_identity_address.py b/plaid/model/profile_identity_address.py index 15747f8c2..d7acfb591 100644 --- a/plaid/model/profile_identity_address.py +++ b/plaid/model/profile_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_identity_name.py b/plaid/model/profile_identity_name.py index 7b36035fc..f7bd702ad 100644 --- a/plaid/model/profile_identity_name.py +++ b/plaid/model/profile_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_item.py b/plaid/model/profile_item.py index 1748ad432..1e7367c32 100644 --- a/plaid/model/profile_item.py +++ b/plaid/model/profile_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_network_status_get_network_status.py b/plaid/model/profile_network_status_get_network_status.py index 7d556fe61..33ca0810f 100644 --- a/plaid/model/profile_network_status_get_network_status.py +++ b/plaid/model/profile_network_status_get_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8c4792b51..80b81a9d3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 920616a3b..6ff271bc4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/profile_network_status_get_user.py b/plaid/model/profile_network_status_get_user.py index 8c980f97e..98badfa82 100644 --- a/plaid/model/profile_network_status_get_user.py +++ b/plaid/model/profile_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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/program_name_sensitivity.py b/plaid/model/program_name_sensitivity.py index ba0aa127e..b0e9f43d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6f6baca51..e176c63f5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/proxy_type.py b/plaid/model/proxy_type.py index 16e9ab7fd..889a8c397 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/pslf_status.py b/plaid/model/pslf_status.py index 607297ea9..62f77541c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recaptcha_required_error.py b/plaid/model/recaptcha_required_error.py index 5fe39abb9..b0f6f7771 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recipient_bacs.py b/plaid/model/recipient_bacs.py index a8181dceb..2ed52d831 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recipient_bacs_nullable.py b/plaid/model/recipient_bacs_nullable.py index 88d0a78e1..89976437b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurrence.py b/plaid/model/recurrence.py index 92e78e143..f8b67445e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_cancelled_webhook.py b/plaid/model/recurring_cancelled_webhook.py index 6c63749f9..4cc218379 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_frequency.py b/plaid/model/recurring_frequency.py index 44ac62fc8..3eb72f28e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_insights_stream.py b/plaid/model/recurring_insights_stream.py index 3a9cc08e3..0d2280528 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0873b48ff..f74272f67 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transaction_frequency.py b/plaid/model/recurring_transaction_frequency.py index 322991b2c..2f7af3988 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transactions.py b/plaid/model/recurring_transactions.py index bf8ac86b2..58152a1ad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 72aed67bb..4ea88ec81 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transfer.py b/plaid/model/recurring_transfer.py index 0fb51af1e..1868fc517 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/recurring_transfer_nullable.py b/plaid/model/recurring_transfer_nullable.py index 9ea5bf77b..2ad7cbb0e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 339322b03..d88c2b35c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/removed_transaction.py b/plaid/model/removed_transaction.py index b11b69c8f..909ba7f55 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/report_type.py b/plaid/model/report_type.py index 5f8718a50..85e39fa1b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/reporting_information.py b/plaid/model/reporting_information.py index d0140011d..6fd511d6e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_behavior.py b/plaid/model/risk_check_behavior.py index ad762e393..eb2fc0e0e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 642c1a414..ef04d6366 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f0a51e40c..0ba066ce6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1f0544c62..895fadb96 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_details.py b/plaid/model/risk_check_details.py index b79b7600b..21744a632 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_device.py b/plaid/model/risk_check_device.py index 0fcbf48a4..e9d4bf7db 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_email.py b/plaid/model/risk_check_email.py index ab7841543..92b474873 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1ce6671e5..483e0aac9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7318ac2ef..80bc07fef 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 aa780037c..c074e9d18 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3ede649ed..4bd0adb83 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9acc13e16..61d612ee5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ce258b085..9c2870b5a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0ba5525b9..168cba407 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_check_phone.py b/plaid/model/risk_check_phone.py index f03e22cf1..815f3cbf9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9279f36b5..f94b9da4f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 83b6cb35e..556ae61ec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_profile.py b/plaid/model/risk_profile.py index d2f64e487..00e19815c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/risk_reason.py b/plaid/model/risk_reason.py index d1b508f55..e4de8861e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -107,7 +107,7 @@ def _from_openapi_data(cls, code, description, *args, **kwargs): # noqa: E501 Args: code (str): A code that represents the type of risk associated with the proposed transaction. The codes are from PL01 to PL08 and from BK01 to BK07. For a full listing of risk reason codes, see [Risk codes](https://plaid.com/docs/balance/balance-plus/#risk-codes). - description (str): A human-readable description explaining the risk code associated with the proposed transaction and some recommended actions. This field is subject to change; any programmatic logic should be based on the `code` field instead. + description (str): A human-readable description explaining the risk code associated with the proposed transaction and some recommended actions. This field is subject to change; any programmatic logic should be based on the `code` field instead. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -198,7 +198,7 @@ def __init__(self, code, description, *args, **kwargs): # noqa: E501 Args: code (str): A code that represents the type of risk associated with the proposed transaction. The codes are from PL01 to PL08 and from BK01 to BK07. For a full listing of risk reason codes, see [Risk codes](https://plaid.com/docs/balance/balance-plus/#risk-codes). - description (str): A human-readable description explaining the risk code associated with the proposed transaction and some recommended actions. This field is subject to change; any programmatic logic should be based on the `code` field instead. + description (str): A human-readable description explaining the risk code associated with the proposed transaction and some recommended actions. This field is subject to change; any programmatic logic should be based on the `code` field instead. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/plaid/model/risk_signal_document_reference.py b/plaid/model/risk_signal_document_reference.py index 6e8642e3f..c7a96d108 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1d265e395..a568bcea1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 aeded7314..58a36a792 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c999d2cf0..4a62ee108 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/role.py b/plaid/model/role.py index 052140af5..778e0c6f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/role_detail.py b/plaid/model/role_detail.py index 333a5b5f1..850ad25ea 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/roles.py b/plaid/model/roles.py index 98be14128..b15e0360c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/ruleset.py b/plaid/model/ruleset.py index 3ad192c4e..755ca1b21 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e76923e66..40533edb3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a5dfca28b..129f173e5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b341f801b..6d968ff06 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3548e5e5b..19ac60562 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5bfe6142d..5174f12e4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 97f7dac6f..a80d4232b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 659a88bce..d9086ca89 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b6d684ad8..a03e27c2e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 80679dd12..d1e09fb0b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4fad4b48c..a90e6fda0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f67a14e2d..688f34d2b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 30ffaf430..6724b40cf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d52a533a0..abc8a2107 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6a03ad3ff..96f5892cf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1a2522c1a..a7afed7d7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 63b8d9673..26040ee0b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 185e35f0a..ed3309b6c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ab1c5baf6..dc559bcdd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d28c023c1..a8fec280c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 11811dc32..22cf0bcd5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7b5e429e1..729d02664 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 caf324d82..a341dc884 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b357bfc2e..6e520db11 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 265f6251f..063ff0b1e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cbea7e3f6..f90c64dbd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 602223834..0470f8cd3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f301452c0..cb7138d68 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 de7ceb6cd..76375121c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 24c45012b..e968e5d25 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cae526298..4287757fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7129565de..207d1e3c1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2b90a8ab7..5bda293ee 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 489cc588b..7e78be042 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8db2e51ec..4e003e262 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 354367ab3..0f8bae5b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c7e155be2..eeabbbf65 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 da1d3702b..b24c83861 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c209010a2..e5492f6ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 72a62344d..6ebc857fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 40c9da023..7cab4009f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 08eb552ed..a4d631379 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9a69f2927..cd6e9e3fa 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7d6eeff31..7be14a7f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d4f7ae507..f0be78c45 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 366c22d1c..c60b5658c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 aae58d73b..476c9fc7d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 775bd058e..6ce93b711 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8048b1662..ceee51bda 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c96724cc0..2db2e3986 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b3b804d7e..f558264d5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eb5eda4d3..296486d58 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 03e2194c0..92e665e6e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7fbd25cf7..165f1c34d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8cb8d9b47..a9ce4947b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eb8127e6a..c37d10983 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5dfa7cf24..bf57477f3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 72652234c..fbc6da0a7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/scopes.py b/plaid/model/scopes.py index 5c2dafa14..840a1d0f5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/scopes_context.py b/plaid/model/scopes_context.py index 9bce88b5d..ce86b7062 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/scopes_nullable.py b/plaid/model/scopes_nullable.py index 7500d60af..1bf583d9b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_analysis.py b/plaid/model/screening_hit_analysis.py index 0ae87edeb..120887b68 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/screening_hit_data.py b/plaid/model/screening_hit_data.py index ab4cf2c5b..58d61cb12 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f4c979920..d5d3753c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7606c4a89..a76499193 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 187c9b87e..58761ff3d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 211251f94..0c7c312f2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/security.py b/plaid/model/security.py index 4e47e6857..e5304ebb2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/security_override.py b/plaid/model/security_override.py index 45346aff6..5b1d62994 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis.py b/plaid/model/selfie_analysis.py index 0b781a999..0ae6512f7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -31,7 +31,11 @@ def lazy_import(): from plaid.model.selfie_analysis_document_comparison import SelfieAnalysisDocumentComparison + from plaid.model.selfie_analysis_facial_analysis import SelfieAnalysisFacialAnalysis + from plaid.model.selfie_analysis_liveness_check import SelfieAnalysisLivenessCheck globals()['SelfieAnalysisDocumentComparison'] = SelfieAnalysisDocumentComparison + globals()['SelfieAnalysisFacialAnalysis'] = SelfieAnalysisFacialAnalysis + globals()['SelfieAnalysisLivenessCheck'] = SelfieAnalysisLivenessCheck class SelfieAnalysis(ModelNormal): @@ -88,6 +92,8 @@ def openapi_types(): lazy_import() return { 'document_comparison': (SelfieAnalysisDocumentComparison,), # noqa: E501 + 'liveness_check': (SelfieAnalysisLivenessCheck,), # noqa: E501 + 'facial_analysis': (SelfieAnalysisFacialAnalysis,), # noqa: E501 } @cached_property @@ -97,6 +103,8 @@ def discriminator(): attribute_map = { 'document_comparison': 'document_comparison', # noqa: E501 + 'liveness_check': 'liveness_check', # noqa: E501 + 'facial_analysis': 'facial_analysis', # noqa: E501 } read_only_vars = { @@ -106,11 +114,12 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, document_comparison, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, document_comparison, liveness_check, *args, **kwargs): # noqa: E501 """SelfieAnalysis - a model defined in OpenAPI Args: document_comparison (SelfieAnalysisDocumentComparison): + liveness_check (SelfieAnalysisLivenessCheck): Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -143,6 +152,7 @@ def _from_openapi_data(cls, document_comparison, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) + facial_analysis (SelfieAnalysisFacialAnalysis): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -175,6 +185,7 @@ def _from_openapi_data(cls, document_comparison, *args, **kwargs): # noqa: E501 self._visited_composed_classes = _visited_composed_classes + (self.__class__,) self.document_comparison = document_comparison + self.liveness_check = liveness_check 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 +206,12 @@ def _from_openapi_data(cls, document_comparison, *args, **kwargs): # noqa: E501 ]) @convert_js_args_to_python_args - def __init__(self, document_comparison, *args, **kwargs): # noqa: E501 + def __init__(self, document_comparison, liveness_check, *args, **kwargs): # noqa: E501 """SelfieAnalysis - a model defined in OpenAPI Args: document_comparison (SelfieAnalysisDocumentComparison): + liveness_check (SelfieAnalysisLivenessCheck): Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -232,6 +244,7 @@ def __init__(self, document_comparison, *args, **kwargs): # noqa: E501 Animal class but this time we won't travel through its discriminator because we passed in _visited_composed_classes = (Animal,) + facial_analysis (SelfieAnalysisFacialAnalysis): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -262,6 +275,7 @@ def __init__(self, document_comparison, *args, **kwargs): # noqa: E501 self._visited_composed_classes = _visited_composed_classes + (self.__class__,) self.document_comparison = document_comparison + self.liveness_check = liveness_check 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/selfie_analysis_document_comparison.py b/plaid/model/selfie_analysis_document_comparison.py index b1403ebb5..508cd611b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_analysis_facial_analysis.py b/plaid/model/selfie_analysis_facial_analysis.py new file mode 100644 index 000000000..da732d216 --- /dev/null +++ b/plaid/model/selfie_analysis_facial_analysis.py @@ -0,0 +1,341 @@ +""" + 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.565.0 + 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.selfie_analysis_facial_analysis_outcome import SelfieAnalysisFacialAnalysisOutcome + globals()['SelfieAnalysisFacialAnalysisOutcome'] = SelfieAnalysisFacialAnalysisOutcome + + +class SelfieAnalysisFacialAnalysis(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 { + 'left_eye': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'right_eye': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'left_brow': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'right_brow': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'forehead': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'middle_forehead': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'nose': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'philtrum': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'mouth': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'jaw': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'left_cheek': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + 'right_cheek': (SelfieAnalysisFacialAnalysisOutcome,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'left_eye': 'left_eye', # noqa: E501 + 'right_eye': 'right_eye', # noqa: E501 + 'left_brow': 'left_brow', # noqa: E501 + 'right_brow': 'right_brow', # noqa: E501 + 'forehead': 'forehead', # noqa: E501 + 'middle_forehead': 'middle_forehead', # noqa: E501 + 'nose': 'nose', # noqa: E501 + 'philtrum': 'philtrum', # noqa: E501 + 'mouth': 'mouth', # noqa: E501 + 'jaw': 'jaw', # noqa: E501 + 'left_cheek': 'left_cheek', # noqa: E501 + 'right_cheek': 'right_cheek', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, left_eye, right_eye, left_brow, right_brow, forehead, middle_forehead, nose, philtrum, mouth, jaw, left_cheek, right_cheek, *args, **kwargs): # noqa: E501 + """SelfieAnalysisFacialAnalysis - a model defined in OpenAPI + + Args: + left_eye (SelfieAnalysisFacialAnalysisOutcome): + right_eye (SelfieAnalysisFacialAnalysisOutcome): + left_brow (SelfieAnalysisFacialAnalysisOutcome): + right_brow (SelfieAnalysisFacialAnalysisOutcome): + forehead (SelfieAnalysisFacialAnalysisOutcome): + middle_forehead (SelfieAnalysisFacialAnalysisOutcome): + nose (SelfieAnalysisFacialAnalysisOutcome): + philtrum (SelfieAnalysisFacialAnalysisOutcome): + mouth (SelfieAnalysisFacialAnalysisOutcome): + jaw (SelfieAnalysisFacialAnalysisOutcome): + left_cheek (SelfieAnalysisFacialAnalysisOutcome): + right_cheek (SelfieAnalysisFacialAnalysisOutcome): + + 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.left_eye = left_eye + self.right_eye = right_eye + self.left_brow = left_brow + self.right_brow = right_brow + self.forehead = forehead + self.middle_forehead = middle_forehead + self.nose = nose + self.philtrum = philtrum + self.mouth = mouth + self.jaw = jaw + self.left_cheek = left_cheek + self.right_cheek = right_cheek + 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, left_eye, right_eye, left_brow, right_brow, forehead, middle_forehead, nose, philtrum, mouth, jaw, left_cheek, right_cheek, *args, **kwargs): # noqa: E501 + """SelfieAnalysisFacialAnalysis - a model defined in OpenAPI + + Args: + left_eye (SelfieAnalysisFacialAnalysisOutcome): + right_eye (SelfieAnalysisFacialAnalysisOutcome): + left_brow (SelfieAnalysisFacialAnalysisOutcome): + right_brow (SelfieAnalysisFacialAnalysisOutcome): + forehead (SelfieAnalysisFacialAnalysisOutcome): + middle_forehead (SelfieAnalysisFacialAnalysisOutcome): + nose (SelfieAnalysisFacialAnalysisOutcome): + philtrum (SelfieAnalysisFacialAnalysisOutcome): + mouth (SelfieAnalysisFacialAnalysisOutcome): + jaw (SelfieAnalysisFacialAnalysisOutcome): + left_cheek (SelfieAnalysisFacialAnalysisOutcome): + right_cheek (SelfieAnalysisFacialAnalysisOutcome): + + 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.left_eye = left_eye + self.right_eye = right_eye + self.left_brow = left_brow + self.right_brow = right_brow + self.forehead = forehead + self.middle_forehead = middle_forehead + self.nose = nose + self.philtrum = philtrum + self.mouth = mouth + self.jaw = jaw + self.left_cheek = left_cheek + self.right_cheek = right_cheek + 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/selfie_analysis_facial_analysis_outcome.py b/plaid/model/selfie_analysis_facial_analysis_outcome.py new file mode 100644 index 000000000..9bb2750e4 --- /dev/null +++ b/plaid/model/selfie_analysis_facial_analysis_outcome.py @@ -0,0 +1,290 @@ +""" + 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.565.0 + 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 SelfieAnalysisFacialAnalysisOutcome(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',): { + 'SUCCESS': "success", + 'FAILED': "failed", + }, + } + + 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): + """SelfieAnalysisFacialAnalysisOutcome - 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): Outcome of the facial analysis for a specific facial feature.., must be one of ["success", "failed", ] # noqa: E501 + + Keyword Args: + value (str): Outcome of the facial analysis for a specific facial feature.., must be one of ["success", "failed", ] # 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): + """SelfieAnalysisFacialAnalysisOutcome - 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): Outcome of the facial analysis for a specific facial feature.., must be one of ["success", "failed", ] # noqa: E501 + + Keyword Args: + value (str): Outcome of the facial analysis for a specific facial feature.., must be one of ["success", "failed", ] # 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/selfie_analysis_liveness_check.py b/plaid/model/selfie_analysis_liveness_check.py new file mode 100644 index 000000000..195039adc --- /dev/null +++ b/plaid/model/selfie_analysis_liveness_check.py @@ -0,0 +1,290 @@ +""" + 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.565.0 + 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 SelfieAnalysisLivenessCheck(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',): { + 'SUCCESS': "success", + 'FAILED': "failed", + }, + } + + 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): + """SelfieAnalysisLivenessCheck - 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): Assessment of whether the selfie capture is of a real human being, as opposed to a picture of a human on a screen, a picture of a paper cut out, someone wearing a mask, or a deepfake.., must be one of ["success", "failed", ] # noqa: E501 + + Keyword Args: + value (str): Assessment of whether the selfie capture is of a real human being, as opposed to a picture of a human on a screen, a picture of a paper cut out, someone wearing a mask, or a deepfake.., must be one of ["success", "failed", ] # 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): + """SelfieAnalysisLivenessCheck - 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): Assessment of whether the selfie capture is of a real human being, as opposed to a picture of a human on a screen, a picture of a paper cut out, someone wearing a mask, or a deepfake.., must be one of ["success", "failed", ] # noqa: E501 + + Keyword Args: + value (str): Assessment of whether the selfie capture is of a real human being, as opposed to a picture of a human on a screen, a picture of a paper cut out, someone wearing a mask, or a deepfake.., must be one of ["success", "failed", ] # 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/selfie_capture.py b/plaid/model/selfie_capture.py index bbbfbcde6..486b0ea0e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_check.py b/plaid/model/selfie_check.py index 1abafec93..fcca71a61 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_check_selfie.py b/plaid/model/selfie_check_selfie.py index c11faf79c..787600ec6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_check_status.py b/plaid/model/selfie_check_status.py index 41157af91..e1a4e8fd6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/selfie_status.py b/plaid/model/selfie_status.py index c44322029..7cb764d52 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sender_bacs_nullable.py b/plaid/model/sender_bacs_nullable.py index 090ff5934..75576e114 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/service.py b/plaid/model/service.py index e7ec79289..e580bf121 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/service_product_fulfillment.py b/plaid/model/service_product_fulfillment.py index ab39e4b51..75a40642f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0b9b0c9f1..e794def0c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 040e92f0e..d8cf98398 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/servicer_address_data.py b/plaid/model/servicer_address_data.py index ba76fc1f3..e9a02566c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/services.py b/plaid/model/services.py index cf785fa62..6f71184e5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_address_data.py b/plaid/model/signal_address_data.py index ca95d75b2..aad1a5c70 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_decision_outcome.py b/plaid/model/signal_decision_outcome.py index 8e1f1f233..60f8a5447 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 781c67db8..e79548a96 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 82fe0f185..b6345fa16 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_device.py b/plaid/model/signal_device.py index 961b96872..d53e5ab49 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 133523e11..f04004e3a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_evaluate_request.py b/plaid/model/signal_evaluate_request.py index bb056d7a8..8c8cabc35 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_evaluate_response.py b/plaid/model/signal_evaluate_response.py index 1c2f05edf..b8b81287b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_payment_method.py b/plaid/model/signal_payment_method.py index 4b64b645c..4c32e3de3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_person_name.py b/plaid/model/signal_person_name.py index 690ec0c05..bf7b197f6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_prepare_request.py b/plaid/model/signal_prepare_request.py index 0f01e6ef5..07f61779d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_prepare_response.py b/plaid/model/signal_prepare_response.py index 18dff24e3..c361b518e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 44a6d32e6..0c7849bad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3d204226a..916928771 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_score.py b/plaid/model/signal_score.py index 9c4dd3d32..dca2303ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_scores.py b/plaid/model/signal_scores.py index 4220784a5..348aa5b89 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_user.py b/plaid/model/signal_user.py index 9ca860926..194c6fa74 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/signal_warning.py b/plaid/model/signal_warning.py index 219c022e0..dd3506f6f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/simulated_transfer_sweep.py b/plaid/model/simulated_transfer_sweep.py index 1ee01db74..580b7e0e9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 599973a15..9a12125f1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/source.py b/plaid/model/source.py index 2b5b0d38b..b06e8b1be 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/standalone_account_type.py b/plaid/model/standalone_account_type.py index 5f0f5d168..e3a374839 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -112,11 +112,11 @@ def _from_openapi_data(cls, depository, credit, loan, investment, other, *args, """StandaloneAccountType - a model defined in OpenAPI Args: - depository (str): An account type holding cash, in which funds are deposited. Supported products for `depository` accounts are: Auth (`checking` and `savings` subtypes only), Transfer, Balance, Signal, Income, Transactions, Identity, Payment Initiation, Assets, and Investments (`cash management` subtype only). - credit (str): A credit card type account. Supported products for `credit` accounts are: Balance, Transactions, Identity, Assets, and Liabilities. - loan (str): A loan type account. Supported products for `loan` accounts are: Balance, Liabilities (`student` and `mortgage` subtypes only), Identity. - investment (str): An investment account. Supported products for `investment` accounts are: Balance, Assets, Investments, and Investment Transactions. In API versions 2018-05-22 and earlier, this type is called `brokerage`. - other (str): Other or unknown account type. Supported products for `other` accounts are: Balance, Identity. + depository (str): An account type holding cash, in which funds are deposited. + credit (str): A credit card type account. + loan (str): A loan type account. + investment (str): An investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage`. + other (str): Other or unknown account type. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types @@ -209,11 +209,11 @@ def __init__(self, depository, credit, loan, investment, other, *args, **kwargs) """StandaloneAccountType - a model defined in OpenAPI Args: - depository (str): An account type holding cash, in which funds are deposited. Supported products for `depository` accounts are: Auth (`checking` and `savings` subtypes only), Transfer, Balance, Signal, Income, Transactions, Identity, Payment Initiation, Assets, and Investments (`cash management` subtype only). - credit (str): A credit card type account. Supported products for `credit` accounts are: Balance, Transactions, Identity, Assets, and Liabilities. - loan (str): A loan type account. Supported products for `loan` accounts are: Balance, Liabilities (`student` and `mortgage` subtypes only), Identity. - investment (str): An investment account. Supported products for `investment` accounts are: Balance, Assets, Investments, and Investment Transactions. In API versions 2018-05-22 and earlier, this type is called `brokerage`. - other (str): Other or unknown account type. Supported products for `other` accounts are: Balance, Identity. + depository (str): An account type holding cash, in which funds are deposited. + credit (str): A credit card type account. + loan (str): A loan type account. + investment (str): An investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage`. + other (str): Other or unknown account type. Keyword Args: _check_type (bool): if True, values for parameters in openapi_types diff --git a/plaid/model/standalone_currency_code_list.py b/plaid/model/standalone_currency_code_list.py index ac62a31e8..2a1219d4b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 134b093a6..dba9be490 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_account.py b/plaid/model/statements_account.py index 93c5c94df..8d4294b98 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_download_request.py b/plaid/model/statements_download_request.py index 5a9a0521b..54aba4c10 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_list_request.py b/plaid/model/statements_list_request.py index 433fa4216..2923c513e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_list_response.py b/plaid/model/statements_list_response.py index 451ea2302..be377df11 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d688de24f..b75f5af87 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b776f2b70..df3dd6cd8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_refresh_request.py b/plaid/model/statements_refresh_request.py index bb37b42d8..827e586bd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_refresh_response.py b/plaid/model/statements_refresh_response.py index a6ff3a8f0..17c62f209 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statements_statement.py b/plaid/model/statements_statement.py index 2e0f0eeb3..f2f8593a5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/status.py b/plaid/model/status.py index 0623464c1..26142b386 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/statuses.py b/plaid/model/statuses.py index fe3b72621..1a72bd31e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/strategy.py b/plaid/model/strategy.py index fca12406f..11b2f67fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_loan.py b/plaid/model/student_loan.py index a49589e6a..c1bd6e3c1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9ef3e3f32..e2d6ee81d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_loan_status.py b/plaid/model/student_loan_status.py index b8ddffe5d..b26a68c2e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/student_repayment_plan.py b/plaid/model/student_repayment_plan.py index 584330a5d..3193df019 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_description.py b/plaid/model/sweep_description.py index 3c964ebc1..6f3b386fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_status.py b/plaid/model/sweep_status.py index bf156ef78..e9e44582a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/sweep_trigger.py b/plaid/model/sweep_trigger.py index 59fdf6430..36e257cf1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a208c94be..1247637bb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxform.py b/plaid/model/taxform.py index b79198fc7..92983024c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_id.py b/plaid/model/taxpayer_id.py index e1afc7f0e..4403d9fd2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_identifier.py b/plaid/model/taxpayer_identifier.py index a6e66c7e7..92a2916d7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_identifier_type.py b/plaid/model/taxpayer_identifier_type.py index ab0dc2848..ca3877d84 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/taxpayer_identifiers.py b/plaid/model/taxpayer_identifiers.py index 7ee66714b..ea9d52557 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total.py b/plaid/model/total.py index 88cb4c6a5..0b53187a4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/total_canonical_description.py b/plaid/model/total_canonical_description.py index e906d01b0..a78b5078e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2d2dbe6ec..0ac9f3d68 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction.py b/plaid/model/transaction.py index 71e646126..23dc20a27 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_all_of.py b/plaid/model/transaction_all_of.py index 69e39a8ea..29c874a42 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_base.py b/plaid/model/transaction_base.py index 570679579..5d899fcb0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_code.py b/plaid/model/transaction_code.py index d31357291..1b15846de 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_counterparty.py b/plaid/model/transaction_counterparty.py index 8621d1832..68fcf48df 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_data.py b/plaid/model/transaction_data.py index e186b6478..0d5f40732 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_override.py b/plaid/model/transaction_override.py index c03f1cde0..11a9695ab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_stream.py b/plaid/model/transaction_stream.py index 756719c8b..75a9160b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_stream_amount.py b/plaid/model/transaction_stream_amount.py index a968b89f0..ac1c04407 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transaction_stream_status.py b/plaid/model/transaction_stream_status.py index d7fdf6a01..a4cb2df21 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_category_rule.py b/plaid/model/transactions_category_rule.py index b0effef53..df99e8852 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enhance_get_request.py b/plaid/model/transactions_enhance_get_request.py index 36a18f051..4655e3a5c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cd4ba6345..25d997d88 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enrich_request.py b/plaid/model/transactions_enrich_request.py index 1de1fcb03..31492b972 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4077871ef..a9b94d788 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_enrich_response.py b/plaid/model/transactions_enrich_response.py index 5535ef4d7..8ba3e414b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_get_request.py b/plaid/model/transactions_get_request.py index 13b8f32c3..d9b5e049e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b75c20fad..5c63dee55 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -166,7 +166,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 include_personal_finance_category_beta (bool): Personal finance categories are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 include_personal_finance_category (bool): Personal finance categories are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 include_logo_and_counterparty_beta (bool): Counterparties and extra merchant fields are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 - days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e. by specifying `transactions` in the `products`, `optional_products`, or `required_if_consented_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If a value under 30 is provided, a minimum of 30 days of history will be requested. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/get` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results. . [optional] if omitted the server will use the default value of 90 # noqa: E501 + days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e. by specifying `transactions` in the `products`, `optional_products`, or `required_if_consented_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If a value under 30 is provided, a minimum of 30 days of history will be requested. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/get` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results.. [optional] if omitted the server will use the default value of 90 # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -259,7 +259,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 include_personal_finance_category_beta (bool): Personal finance categories are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 include_personal_finance_category (bool): Personal finance categories are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 include_logo_and_counterparty_beta (bool): Counterparties and extra merchant fields are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 - days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e. by specifying `transactions` in the `products`, `optional_products`, or `required_if_consented_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If a value under 30 is provided, a minimum of 30 days of history will be requested. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/get` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results. . [optional] if omitted the server will use the default value of 90 # noqa: E501 + days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e. by specifying `transactions` in the `products`, `optional_products`, or `required_if_consented_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If a value under 30 is provided, a minimum of 30 days of history will be requested. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/get` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results.. [optional] if omitted the server will use the default value of 90 # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/transactions_get_response.py b/plaid/model/transactions_get_response.py index b16af238f..b71c3b597 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ce8901621..3c06eba5c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 46484448d..0ce48f368 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c8eea8ff2..dc07695ee 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 2a1956abe..89ddeba29 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f4f1b064a..090477ff5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 85adad7c8..056bb0a7d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1e7f98972..d84c67885 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6d6a8c723..4e9cddd58 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7608b3ec4..6b1c8d478 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ec89c0885..86d4a8117 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ebf501b1c..b4515ff5f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ae2f03daf..bc59e847a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_refresh_request.py b/plaid/model/transactions_refresh_request.py index 3a9e62173..3d1507238 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_refresh_response.py b/plaid/model/transactions_refresh_response.py index 8caa5496a..f69a66b62 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_removed_webhook.py b/plaid/model/transactions_removed_webhook.py index eda0892b3..b3978250a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rule_details.py b/plaid/model/transactions_rule_details.py index 636b2d79b..e7ff2e5fd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rule_field.py b/plaid/model/transactions_rule_field.py index 9dcc07165..77f21338c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rule_type.py b/plaid/model/transactions_rule_type.py index 0d21ba920..6dbd62d43 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 42159fdcb..99296cbd8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rules_create_response.py b/plaid/model/transactions_rules_create_response.py index 88ab73ac9..bd76d275a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5682b8cb3..ad228a0ca 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rules_list_response.py b/plaid/model/transactions_rules_list_response.py index ea54e7059..6da8990ea 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rules_remove_request.py b/plaid/model/transactions_rules_remove_request.py index 0adc23801..59e7b517a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_rules_remove_response.py b/plaid/model/transactions_rules_remove_response.py index f9d7dbffd..af53def08 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_sync_request.py b/plaid/model/transactions_sync_request.py index 10fccab17..b2fdb62c7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f1d06bd9f..4e691782c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -147,7 +147,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 include_original_description (bool, none_type): Include the raw unparsed transaction description from the financial institution.. [optional] if omitted the server will use the default value of False # noqa: E501 include_personal_finance_category (bool): Personal finance categories are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 include_logo_and_counterparty_beta (bool): Counterparties and extra merchant fields are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 - days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e., by specifying `transactions` in the `products`, `required_if_supported_products`, or `optional_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/sync` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results. . [optional] if omitted the server will use the default value of 90 # noqa: E501 + days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e., by specifying `transactions` in the `products`, `required_if_supported_products`, or `optional_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/sync` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results.. [optional] if omitted the server will use the default value of 90 # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) @@ -236,7 +236,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 include_original_description (bool, none_type): Include the raw unparsed transaction description from the financial institution.. [optional] if omitted the server will use the default value of False # noqa: E501 include_personal_finance_category (bool): Personal finance categories are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 include_logo_and_counterparty_beta (bool): Counterparties and extra merchant fields are now returned by default.. [optional] if omitted the server will use the default value of False # noqa: E501 - days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e., by specifying `transactions` in the `products`, `required_if_supported_products`, or `optional_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/sync` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results. . [optional] if omitted the server will use the default value of 90 # noqa: E501 + days_requested (int): This field only applies to calls for Items where the Transactions product has not already been initialized (i.e., by specifying `transactions` in the `products`, `required_if_supported_products`, or `optional_products` array when calling `/link/token/create` or by making a previous call to `/transactions/sync` or `/transactions/get`). In those cases, the field controls the maximum number of days of transaction history that Plaid will request from the financial institution. The more transaction history is requested, the longer the historical update poll will take. If no value is specified, 90 days of history will be requested by default. If you are initializing your Items with transactions during the `/link/token/create` call (e.g. by including `transactions` in the `/link/token/create` `products` array), you must use the [`transactions.days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) field in the `/link/token/create` request instead of in the `/transactions/sync` request. If the Item has already been initialized with the Transactions product, this field will have no effect. The maximum amount of transaction history to request on an Item cannot be updated if Transactions has already been added to the Item. To request older transaction history on an Item where Transactions has already been added, you must delete the Item via `/item/remove` and send the user through Link to create a new Item. Customers using [Recurring Transactions](https://plaid.com/docs/api/products/transactions/#transactionsrecurringget) should request at least 180 days of history for optimal results.. [optional] if omitted the server will use the default value of 90 # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/plaid/model/transactions_sync_response.py b/plaid/model/transactions_sync_response.py index ddfdc8e3e..e331d480f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transactions_update_status.py b/plaid/model/transactions_update_status.py index a29e87916..49d9559b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cf7fc2ab3..a91c8418e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 96f5d11e9..314b956ba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer.py b/plaid/model/transfer.py index d686eabbf..e86ee5180 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ach_network.py b/plaid/model/transfer_ach_network.py index 947d8f35f..1743325c2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization.py b/plaid/model/transfer_authorization.py index 9df0b0f30..2df1610b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ecea3d303..aec26f0b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6f9d00dde..c39d271f2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 27850e6da..ca2d99022 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d12a35099..0d6ed3c0f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_decision.py b/plaid/model/transfer_authorization_decision.py index ca3bb389b..671102932 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_decision_rationale.py b/plaid/model/transfer_authorization_decision_rationale.py index 738eaa10c..1a3bc5fcf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ef6171e08..ed13b7af6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_authorization_device.py b/plaid/model/transfer_authorization_device.py index bb0279981..c027c1434 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 92ed2b49f..d4d63e7d7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 793aab994..3314fc08e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b5f68caa4..212129c23 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e8f13c7f9..9635c70da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 eadeeab65..2404e4f83 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 254ee762c..b918b9fda 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8f060a9ec..ec85db119 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 936b56c18..0388e63ae 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_balance.py b/plaid/model/transfer_balance.py index ea1332077..c4c52d752 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d54fbb6db..ad9c11bb9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b0998c96f..ee5ac5bbc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_balance_type.py b/plaid/model/transfer_balance_type.py index 56397a53d..fd2d684c6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_cancel_request.py b/plaid/model/transfer_cancel_request.py index 0e212ba27..a7b936893 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_cancel_response.py b/plaid/model/transfer_cancel_response.py index 5caf5ee24..e175951e6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e8e8365b7..536681743 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6f8ada6e4..16c6fb2ef 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 04a96d7a8..fec15ce3c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4f189d4f7..91adaffac 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a7e93722e..25b1a3397 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1fcd293b5..ff5cb86df 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_create_request.py b/plaid/model/transfer_create_request.py index 14fa0c964..9db9834e1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_create_response.py b/plaid/model/transfer_create_response.py index 557014ab6..dd2bcb0e6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d65680c24..f85559bef 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 cc9c5ef9b..839700d2c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 804c40738..511eb2d65 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_device.py b/plaid/model/transfer_device.py index e6f51894b..a3b49d3b4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 929b3b81e..df103986e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 238e690cc..33fc827d1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_diligence_status.py b/plaid/model/transfer_diligence_status.py index 22af2d9b4..5253af1cf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6da434193..c42394b28 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c32d7c8c3..9254130c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_document_purpose.py b/plaid/model/transfer_document_purpose.py index 1e1173438..d54c6292a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event.py b/plaid/model/transfer_event.py index 37aa51c23..34cccd369 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6b60e0abe..5adf0bb8c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 400f6fc12..d951c88c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c3e4eccbc..b1d475203 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 06107f062..0adabeaf5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 55e0c4531..42c513c93 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_event_type.py b/plaid/model/transfer_event_type.py index cc15ed138..88505af8d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 213ac29f1..1c0b63c18 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 118b4e09f..b5ce88c8a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_failure.py b/plaid/model/transfer_failure.py index 9453a0a26..11f1b4b84 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_funding_account.py b/plaid/model/transfer_funding_account.py index f4a7f19bf..2f6ffa876 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_get_request.py b/plaid/model/transfer_get_request.py index 8109a0ab6..26e6ea5f5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -81,9 +81,10 @@ def openapi_types(): and the value is attribute type. """ return { - 'transfer_id': (str,), # noqa: E501 'client_id': (str,), # noqa: E501 'secret': (str,), # noqa: E501 + 'transfer_id': (str,), # noqa: E501 + 'authorization_id': (str,), # noqa: E501 'originator_client_id': (str, none_type,), # noqa: E501 } @@ -93,9 +94,10 @@ def discriminator(): attribute_map = { - 'transfer_id': 'transfer_id', # noqa: E501 'client_id': 'client_id', # noqa: E501 'secret': 'secret', # noqa: E501 + 'transfer_id': 'transfer_id', # noqa: E501 + 'authorization_id': 'authorization_id', # noqa: E501 'originator_client_id': 'originator_client_id', # noqa: E501 } @@ -106,12 +108,9 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, transfer_id, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 """TransferGetRequest - a model defined in OpenAPI - Args: - transfer_id (str): Plaid’s unique identifier for a transfer. - Keyword Args: _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be @@ -145,6 +144,8 @@ def _from_openapi_data(cls, transfer_id, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [optional] # noqa: E501 + transfer_id (str): Plaid’s unique identifier for a transfer.. [optional] # noqa: E501 + authorization_id (str): Plaid’s unique identifier for a transfer authorization.. [optional] # noqa: E501 originator_client_id (str, none_type): The Plaid client ID of the transfer originator. Should only be present if `client_id` is a third-party sender (TPS).. [optional] # noqa: E501 """ @@ -177,7 +178,6 @@ def _from_openapi_data(cls, transfer_id, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.transfer_id = transfer_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ self._configuration is not None and \ @@ -198,12 +198,9 @@ def _from_openapi_data(cls, transfer_id, *args, **kwargs): # noqa: E501 ]) @convert_js_args_to_python_args - def __init__(self, transfer_id, *args, **kwargs): # noqa: E501 + def __init__(self, *args, **kwargs): # noqa: E501 """TransferGetRequest - a model defined in OpenAPI - Args: - transfer_id (str): Plaid’s unique identifier for a transfer. - Keyword Args: _check_type (bool): if True, values for parameters in openapi_types will be type checked and a TypeError will be @@ -237,6 +234,8 @@ def __init__(self, transfer_id, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [optional] # noqa: E501 + transfer_id (str): Plaid’s unique identifier for a transfer.. [optional] # noqa: E501 + authorization_id (str): Plaid’s unique identifier for a transfer authorization.. [optional] # noqa: E501 originator_client_id (str, none_type): The Plaid client ID of the transfer originator. Should only be present if `client_id` is a third-party sender (TPS).. [optional] # noqa: E501 """ @@ -267,7 +266,6 @@ def __init__(self, transfer_id, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.transfer_id = transfer_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/transfer_get_response.py b/plaid/model/transfer_get_response.py index 8ee506092..3525ca267 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3e9af3ef8..d7205af2e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_create.py b/plaid/model/transfer_intent_create.py index a2963ded4..4ed14e1f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 acef1028f..34bc383d8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7edc2cd9c..51a5ae06d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 24f071b61..aff4fbf8c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 509918004..e79175047 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_get.py b/plaid/model/transfer_intent_get.py index e9c6b127e..61a93ab5a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3ff7b4277..95cf31d1c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 39e2cb37a..8317fd977 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 12f5e5f87..5627f0968 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_intent_status.py b/plaid/model/transfer_intent_status.py index 64ff2cb2c..3bd5feaba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_ledger_balance.py b/plaid/model/transfer_ledger_balance.py index 316e8e36a..ed80e3941 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 73baf2ee2..dc28dfd9c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 508002f55..53f0a7457 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 58e2dbb0d..acf58021e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -87,8 +87,8 @@ def openapi_types(): """ lazy_import() return { - 'from_client_id': (str,), # noqa: E501 - 'to_client_id': (str,), # noqa: E501 + 'from_ledger_id': (str,), # noqa: E501 + 'to_ledger_id': (str,), # noqa: E501 'amount': (str,), # noqa: E501 'idempotency_key': (LedgerDistributeIdempotencyKey,), # noqa: E501 'client_id': (str,), # noqa: E501 @@ -102,8 +102,8 @@ def discriminator(): attribute_map = { - 'from_client_id': 'from_client_id', # noqa: E501 - 'to_client_id': 'to_client_id', # noqa: E501 + 'from_ledger_id': 'from_ledger_id', # noqa: E501 + 'to_ledger_id': 'to_ledger_id', # noqa: E501 'amount': 'amount', # noqa: E501 'idempotency_key': 'idempotency_key', # noqa: E501 'client_id': 'client_id', # noqa: E501 @@ -118,12 +118,12 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, from_client_id, to_client_id, amount, idempotency_key, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, from_ledger_id, to_ledger_id, amount, idempotency_key, *args, **kwargs): # noqa: E501 """TransferLedgerDistributeRequest - a model defined in OpenAPI Args: - from_client_id (str): The client to pull money from. Must be the platform itself or its originator. One of `from_client_id` and `to_client_id` must be the platform's `client_id`. - to_client_id (str): The client to credit money to. Must be the platform itself or its originator. One of `from_client_id` and `to_client_id` must be the platform's `client_id`. + from_ledger_id (str): The Ledger to pull money from. + to_ledger_id (str): The Ledger to credit money to. amount (str): The amount to move (decimal string with two digits of precision e.g. \"10.00\"). Amount must be positive. idempotency_key (LedgerDistributeIdempotencyKey): @@ -192,8 +192,8 @@ def _from_openapi_data(cls, from_client_id, to_client_id, amount, idempotency_ke self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.from_client_id = from_client_id - self.to_client_id = to_client_id + self.from_ledger_id = from_ledger_id + self.to_ledger_id = to_ledger_id self.amount = amount self.idempotency_key = idempotency_key for var_name, var_value in kwargs.items(): @@ -216,12 +216,12 @@ def _from_openapi_data(cls, from_client_id, to_client_id, amount, idempotency_ke ]) @convert_js_args_to_python_args - def __init__(self, from_client_id, to_client_id, amount, idempotency_key, *args, **kwargs): # noqa: E501 + def __init__(self, from_ledger_id, to_ledger_id, amount, idempotency_key, *args, **kwargs): # noqa: E501 """TransferLedgerDistributeRequest - a model defined in OpenAPI Args: - from_client_id (str): The client to pull money from. Must be the platform itself or its originator. One of `from_client_id` and `to_client_id` must be the platform's `client_id`. - to_client_id (str): The client to credit money to. Must be the platform itself or its originator. One of `from_client_id` and `to_client_id` must be the platform's `client_id`. + from_ledger_id (str): The Ledger to pull money from. + to_ledger_id (str): The Ledger to credit money to. amount (str): The amount to move (decimal string with two digits of precision e.g. \"10.00\"). Amount must be positive. idempotency_key (LedgerDistributeIdempotencyKey): @@ -288,8 +288,8 @@ def __init__(self, from_client_id, to_client_id, amount, idempotency_key, *args, self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) - self.from_client_id = from_client_id - self.to_client_id = to_client_id + self.from_ledger_id = from_ledger_id + self.to_ledger_id = to_ledger_id self.amount = amount self.idempotency_key = idempotency_key for var_name, var_value in kwargs.items(): diff --git a/plaid/model/transfer_ledger_distribute_response.py b/plaid/model/transfer_ledger_distribute_response.py index 110f4ebec..512e2ccda 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a7f48ee20..1f924db2f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1fc9ee846..664877184 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -87,7 +87,10 @@ def openapi_types(): """ lazy_import() return { + 'ledger_id': (str,), # noqa: E501 'balance': (TransferLedgerBalance,), # noqa: E501 + 'name': (str,), # noqa: E501 + 'is_default': (bool,), # noqa: E501 'request_id': (str,), # noqa: E501 } @@ -97,7 +100,10 @@ def discriminator(): attribute_map = { + 'ledger_id': 'ledger_id', # noqa: E501 'balance': 'balance', # noqa: E501 + 'name': 'name', # noqa: E501 + 'is_default': 'is_default', # noqa: E501 'request_id': 'request_id', # noqa: E501 } @@ -108,11 +114,14 @@ def discriminator(): @classmethod @convert_js_args_to_python_args - def _from_openapi_data(cls, balance, request_id, *args, **kwargs): # noqa: E501 + def _from_openapi_data(cls, ledger_id, balance, name, is_default, request_id, *args, **kwargs): # noqa: E501 """TransferLedgerGetResponse - a model defined in OpenAPI Args: + ledger_id (str): The unique identifier of the Ledger that was returned. balance (TransferLedgerBalance): + name (str): The name of the Ledger + is_default (bool): Whether this Ledger is the client's default ledger. 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: @@ -177,7 +186,10 @@ def _from_openapi_data(cls, balance, request_id, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.ledger_id = ledger_id self.balance = balance + self.name = name + self.is_default = is_default self.request_id = request_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ @@ -199,11 +211,14 @@ def _from_openapi_data(cls, balance, request_id, *args, **kwargs): # noqa: E501 ]) @convert_js_args_to_python_args - def __init__(self, balance, request_id, *args, **kwargs): # noqa: E501 + def __init__(self, ledger_id, balance, name, is_default, request_id, *args, **kwargs): # noqa: E501 """TransferLedgerGetResponse - a model defined in OpenAPI Args: + ledger_id (str): The unique identifier of the Ledger that was returned. balance (TransferLedgerBalance): + name (str): The name of the Ledger + is_default (bool): Whether this Ledger is the client's default ledger. 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: @@ -266,7 +281,10 @@ def __init__(self, balance, request_id, *args, **kwargs): # noqa: E501 self._configuration = _configuration self._visited_composed_classes = _visited_composed_classes + (self.__class__,) + self.ledger_id = ledger_id self.balance = balance + self.name = name + self.is_default = is_default self.request_id = request_id for var_name, var_value in kwargs.items(): if var_name not in self.attribute_map and \ diff --git a/plaid/model/transfer_ledger_sweep_simulate_event_type.py b/plaid/model/transfer_ledger_sweep_simulate_event_type.py index 8eb0973e7..a407b880c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 416e0e979..b24e3597f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 101c55c62..0f1e1a856 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_list_request.py b/plaid/model/transfer_list_request.py index 2b5eb42ce..f6fc1c72a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_list_response.py b/plaid/model/transfer_list_response.py index b9bbb9a1a..10dd58339 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_metadata.py b/plaid/model/transfer_metadata.py index 871bccbc6..2367c984e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bf7a86d3c..6715e2c45 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 737ca795a..634d041d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 683cfd61e..f30436bc4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 43b285426..bb613e047 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 755fa6699..de2b1c118 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4fdca6a19..5c79515b9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4b43ced6e..bcbe04d2f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_network.py b/plaid/model/transfer_network.py index e48c76a7e..e2e2e06a5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_address.py b/plaid/model/transfer_originator_address.py index 651f0263d..4422e464c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a56f29065..03037f3cf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 27bf24168..a30ed441c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_originator_diligence.py b/plaid/model/transfer_originator_diligence.py index c4f522506..5bde93c25 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c9f9191f0..d21a72e5c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a3153d2ff..ef4989ef8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 16a6427ae..3ff3a6bba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 64c55fd2e..2461194ff 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6803570a6..9d359bb82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 50b6d224c..f76e20f15 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 900d4e7c1..1de62fff7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e44c1eef1..611c55247 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_platform_requirement_submission.py b/plaid/model/transfer_platform_requirement_submission.py new file mode 100644 index 000000000..89a591165 --- /dev/null +++ b/plaid/model/transfer_platform_requirement_submission.py @@ -0,0 +1,279 @@ +""" + 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.565.0 + 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 TransferPlatformRequirementSubmission(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 { + 'requirement_type': (str,), # noqa: E501 + 'value': (str,), # noqa: E501 + 'person_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'requirement_type': 'requirement_type', # noqa: E501 + 'value': 'value', # noqa: E501 + 'person_id': 'person_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, requirement_type, value, *args, **kwargs): # noqa: E501 + """TransferPlatformRequirementSubmission - a model defined in OpenAPI + + Args: + requirement_type (str): The type of requirement being submitted + value (str): The value of the requirement, which can be a string or an object depending on the `requirement_type`. If it is an object, the object should be JSON marshaled into a string. See the documentation on this endpoint for more information and examples. + + 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,) + person_id (str): The `person_id` of the person the requirement submission is related to. A `person_id` is returned by `/transfer/platform/person/create`. This field should not be included for requirements that are not related to a person.. [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.requirement_type = requirement_type + self.value = value + 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, requirement_type, value, *args, **kwargs): # noqa: E501 + """TransferPlatformRequirementSubmission - a model defined in OpenAPI + + Args: + requirement_type (str): The type of requirement being submitted + value (str): The value of the requirement, which can be a string or an object depending on the `requirement_type`. If it is an object, the object should be JSON marshaled into a string. See the documentation on this endpoint for more information and examples. + + 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,) + person_id (str): The `person_id` of the person the requirement submission is related to. A `person_id` is returned by `/transfer/platform/person/create`. This field should not be included for requirements that are not related to a person.. [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.requirement_type = requirement_type + self.value = value + 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/transfer_platform_requirement_submit_request.py b/plaid/model/transfer_platform_requirement_submit_request.py new file mode 100644 index 000000000..2218e019f --- /dev/null +++ b/plaid/model/transfer_platform_requirement_submit_request.py @@ -0,0 +1,293 @@ +""" + 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.565.0 + 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.transfer_platform_requirement_submission import TransferPlatformRequirementSubmission + globals()['TransferPlatformRequirementSubmission'] = TransferPlatformRequirementSubmission + + +class TransferPlatformRequirementSubmitRequest(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 = { + ('requirement_submissions',): { + 'max_items': 50, + 'min_items': 1, + }, + } + + @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 { + 'originator_client_id': (str,), # noqa: E501 + 'requirement_submissions': ([TransferPlatformRequirementSubmission],), # noqa: E501 + 'client_id': (str,), # noqa: E501 + 'secret': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'originator_client_id': 'originator_client_id', # noqa: E501 + 'requirement_submissions': 'requirement_submissions', # noqa: E501 + 'client_id': 'client_id', # noqa: E501 + 'secret': 'secret', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, originator_client_id, requirement_submissions, *args, **kwargs): # noqa: E501 + """TransferPlatformRequirementSubmitRequest - a model defined in OpenAPI + + Args: + originator_client_id (str): The client ID of the originator + requirement_submissions ([TransferPlatformRequirementSubmission]): A list of requirement submissions that all relate to the originator. Must contain between 1 and 50 requirement submissions. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.originator_client_id = originator_client_id + self.requirement_submissions = requirement_submissions + 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, originator_client_id, requirement_submissions, *args, **kwargs): # noqa: E501 + """TransferPlatformRequirementSubmitRequest - a model defined in OpenAPI + + Args: + originator_client_id (str): The client ID of the originator + requirement_submissions ([TransferPlatformRequirementSubmission]): A list of requirement submissions that all relate to the originator. Must contain between 1 and 50 requirement submissions. + + 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,) + client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 + secret (str): Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.. [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.originator_client_id = originator_client_id + self.requirement_submissions = requirement_submissions + 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/transfer_platform_requirement_submit_response.py b/plaid/model/transfer_platform_requirement_submit_response.py new file mode 100644 index 000000000..391d90e3c --- /dev/null +++ b/plaid/model/transfer_platform_requirement_submit_response.py @@ -0,0 +1,269 @@ +""" + 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.565.0 + 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 TransferPlatformRequirementSubmitResponse(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 { + 'request_id': (str,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'request_id': 'request_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, request_id, *args, **kwargs): # noqa: E501 + """TransferPlatformRequirementSubmitResponse - a model defined in OpenAPI + + Args: + 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: + _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.request_id = request_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, request_id, *args, **kwargs): # noqa: E501 + """TransferPlatformRequirementSubmitResponse - a model defined in OpenAPI + + Args: + 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: + _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.request_id = request_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/transfer_platform_tos_acceptance_metadata.py b/plaid/model/transfer_platform_tos_acceptance_metadata.py index 9cd9c57dc..ebded96c5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 781d55a23..43d51515b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fbb8b6587..cec9cbca7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d36ab5be3..49b0bcb4c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 77e5de330..292a09d96 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a0aabf247..f797be615 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 330173c15..19dd78bb2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3681fc174..ad9b41586 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 709e033cd..b309f750f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 721258d2d..b99cdb639 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 09177f364..e860c8e91 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5cc974126..8b0b9ed5f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_network.py b/plaid/model/transfer_recurring_network.py index 87425a268..6121ab86d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_schedule.py b/plaid/model/transfer_recurring_schedule.py index bfaed656f..0db393cb8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_recurring_status.py b/plaid/model/transfer_recurring_status.py index 7f2645894..ab40413a0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund.py b/plaid/model/transfer_refund.py index eb24950f7..1b2754a10 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 16e44fa0e..695d60570 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0b608c4c8..df20d021e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9b2c20beb..3930e652f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0a3812b65..01a66baf4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_failure.py b/plaid/model/transfer_refund_failure.py index 1cddb6464..d56ab33f3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a2d3e10e8..b8f573c20 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 840d444e2..387b917ec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f9e0a5aa2..aa8097c62 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_refund_status.py b/plaid/model/transfer_refund_status.py index c9f3778f8..f86c6154c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment.py b/plaid/model/transfer_repayment.py index 27488ab90..5840ef331 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 410a9b5cf..fd031c694 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 325d4ccf2..ae7226dbc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_repayment_return.py b/plaid/model/transfer_repayment_return.py index dcba975a0..959a1a601 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d6ef09199..265995fc5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8398c6ffa..8d8908502 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 69702dfb5..e46855aad 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_status.py b/plaid/model/transfer_status.py index de0b1241a..f4ecd0216 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep.py b/plaid/model/transfer_sweep.py index 54b828875..4e9e592da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4f4cda21e..170e16020 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d21352890..df21bc853 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f4e85c92a..642571739 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 41a79daca..c40f1adee 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_sweep_status.py b/plaid/model/transfer_sweep_status.py index 996c47f4f..4d7909b64 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_test_clock.py b/plaid/model/transfer_test_clock.py index 3182ae8d6..65b9125a0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_type.py b/plaid/model/transfer_type.py index 485128a07..fc710f48f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8ccb70291..4809a076b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9aa6fccb1..ae402c9ab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 05da570a1..eb729c572 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 635c3a44e..076be7960 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4ba5eaef0..e7cb4720a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/transfer_wire_details.py b/plaid/model/transfer_wire_details.py index 8b5d9684b..aa1095f63 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/trusted_device_data.py b/plaid/model/trusted_device_data.py new file mode 100644 index 000000000..c36950508 --- /dev/null +++ b/plaid/model/trusted_device_data.py @@ -0,0 +1,273 @@ +""" + 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.565.0 + 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.device_id import DeviceId + globals()['DeviceId'] = DeviceId + + +class TrustedDeviceData(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 { + 'trust_level': (int,), # noqa: E501 + 'device_id': (DeviceId,), # noqa: E501 + } + + @cached_property + def discriminator(): + return None + + + attribute_map = { + 'trust_level': 'trust_level', # noqa: E501 + 'device_id': 'device_id', # noqa: E501 + } + + read_only_vars = { + } + + _composed_schemas = {} + + @classmethod + @convert_js_args_to_python_args + def _from_openapi_data(cls, *args, **kwargs): # noqa: E501 + """TrustedDeviceData - 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,) + trust_level (int): [optional] # noqa: E501 + device_id (DeviceId): [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 + """TrustedDeviceData - 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,) + trust_level (int): [optional] # noqa: E501 + device_id (DeviceId): [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/update_entity_screening_request_search_terms.py b/plaid/model/update_entity_screening_request_search_terms.py index 7a8752e69..a96700b29 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 661fbc229..020429a39 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_identity.py b/plaid/model/user_account_identity.py index 9ab3d8217..a833b3bee 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 58e87e756..e90920889 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ac978210b..e6b3c2172 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_account_item.py b/plaid/model/user_account_item.py index c5d0a070a..9e9ed158a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 67eee6d8d..3fba0f8d5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b1cc0b337..a7a1584ec 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 052ff78e0..25bb1f5b0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_address.py b/plaid/model/user_address.py index 844139ffa..9f657aaf7 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_create_request.py b/plaid/model/user_create_request.py index 0c88b8a5f..0a4563587 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_create_response.py b/plaid/model/user_create_response.py index bdec7dff6..49e08b728 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_custom_password.py b/plaid/model/user_custom_password.py index 5e649b0e3..0763a57b1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_data_overview.py b/plaid/model/user_data_overview.py index b18a61900..ce7e6d8d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_id_number.py b/plaid/model/user_id_number.py index 5a654188e..988c3823c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 14d9de84b..4d4fb3af2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5a6e29409..c8fe25396 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 392f99b94..c5fa993f6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_remove_request.py b/plaid/model/user_remove_request.py index f8b34fffe..0d9f92816 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_remove_response.py b/plaid/model/user_remove_response.py index 36e372085..2f7163ef0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 3bdc16783..dd4171871 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 807c725fa..5862b084a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 be0305d21..7e35ae744 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_update_request.py b/plaid/model/user_update_request.py index 61c1b6cdb..8d35f2e87 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/user_update_response.py b/plaid/model/user_update_response.py index 9f1e2d6ce..33ae66175 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/validation_source.py b/plaid/model/validation_source.py index 6070f301f..84a46e8da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/validation_sources.py b/plaid/model/validation_sources.py index e1e54277a..2f170fe6c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_expired_webhook.py b/plaid/model/verification_expired_webhook.py index c1feb0262..4a3e1f132 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_of_asset.py b/plaid/model/verification_of_asset.py index 26bb93703..cb9259171 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bf6128444..d7cf77e39 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_refresh_status.py b/plaid/model/verification_refresh_status.py index d6eb67c39..3ba0d089a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/verification_status.py b/plaid/model/verification_status.py index 6255c34a7..a6535cbc8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2.py b/plaid/model/w2.py index e96225d3b..b630642da 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_box12.py b/plaid/model/w2_box12.py index 5ea2db31f..46613bcaf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_box12_override.py b/plaid/model/w2_box12_override.py index 061bb6447..fdf7cecab 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/w2_override.py b/plaid/model/w2_override.py index ce8fb88f4..3b13adc23 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e73944e94..042b906a5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 364911757..d532e7502 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet.py b/plaid/model/wallet.py index 810ac7ab3..a06efd656 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_balance.py b/plaid/model/wallet_balance.py index 7b2741dad..77507e8ac 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_create_request.py b/plaid/model/wallet_create_request.py index 6c434a1de..58976751e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_create_response.py b/plaid/model/wallet_create_response.py index 26ad09573..315d879dc 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_get_request.py b/plaid/model/wallet_get_request.py index d8310f26b..4c055a79e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_get_response.py b/plaid/model/wallet_get_response.py index cd5ee729a..a34b6c39c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 97c535313..d24c2a5b4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_list_request.py b/plaid/model/wallet_list_request.py index 8bf7a2ab6..7ad233b51 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_list_response.py b/plaid/model/wallet_list_response.py index 639e36d83..48fdde37e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_numbers.py b/plaid/model/wallet_numbers.py index 7bb25ff51..e0ffd1204 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_payment_scheme.py b/plaid/model/wallet_payment_scheme.py index b97ef49b3..e61d54a08 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_status.py b/plaid/model/wallet_status.py index 3d04e5aa6..aa3aabbf8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction.py b/plaid/model/wallet_transaction.py index ab86266fc..71a9c2cfe 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_amount.py b/plaid/model/wallet_transaction_amount.py index 7bcf5814a..6a633a25e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_counterparty.py b/plaid/model/wallet_transaction_counterparty.py index a413108dc..af1cb4ed5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d4aad0973..234d20419 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d5fe6e90a..2085feeb6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7d66c7d3a..9bdff8fa8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a5fe5e1a6..4c645c6c8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7902bb34c..465bed00a 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1fe86c799..bd747d115 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 0cca88b55..d8d95e9c3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 afa3d4338..091594d2b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d6bf03b53..e4a508df6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fa7a9da6c..c53cf3e2b 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 65846795c..f08ced0c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dd5b24ce6..46f08500f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_relation.py b/plaid/model/wallet_transaction_relation.py index 11a617ad0..d0f5a8844 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/wallet_transaction_status.py b/plaid/model/wallet_transaction_status.py index 13819bdb6..808c09d82 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 068a30d37..297c8e91e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b6024efc7..dd055693f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/warning.py b/plaid/model/warning.py index 8454fac15..100f1f488 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 68445c964..b33082d9f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -115,7 +115,7 @@ def _from_openapi_data(cls, source, dashboard_user_id, timestamp, *args, **kwarg Args: source (Source): - dashboard_user_id (str, none_type): ID of the associated user. + dashboard_user_id (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. timestamp (datetime): An ISO8601 formatted timestamp. Keyword Args: @@ -208,7 +208,7 @@ def __init__(self, source, dashboard_user_id, timestamp, *args, **kwargs): # no Args: source (Source): - dashboard_user_id (str, none_type): ID of the associated user. + dashboard_user_id (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. timestamp (datetime): An ISO8601 formatted timestamp. Keyword Args: diff --git a/plaid/model/watchlist_screening_document.py b/plaid/model/watchlist_screening_document.py index 8a65def0e..6e68cadc1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 dd1adeb6e..632758a69 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 375f3c4a8..1802f8b3c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 7910c6cfa..dca0a5945 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -128,7 +128,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -229,7 +229,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_entity_get_request.py b/plaid/model/watchlist_screening_entity_get_request.py index e68cd02ec..328539352 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 885c35560..7b6ef0998 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -128,7 +128,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -229,7 +229,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_entity_history_list_request.py b/plaid/model/watchlist_screening_entity_history_list_request.py index 9b071e519..e5ee61233 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 ee9aafce2..600ebc5de 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f8193202f..688b6aafd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 68a2468b1..a28172cf1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bd4bd9ff7..dd285cdfd 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -159,7 +159,7 @@ def _from_openapi_data(cls, entity_watchlist_program_id, *args, **kwargs): # no client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 cursor (str, none_type): An identifier that determines which page of results you receive.. [optional] # noqa: E501 """ @@ -254,7 +254,7 @@ def __init__(self, entity_watchlist_program_id, *args, **kwargs): # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 cursor (str, none_type): An identifier that determines which page of results you receive.. [optional] # noqa: E501 """ diff --git a/plaid/model/watchlist_screening_entity_list_response.py b/plaid/model/watchlist_screening_entity_list_response.py index 8ce05d969..8fa1a4174 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6ed8005b9..728839dba 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e5d5ca2de..c88f41ea5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9d325776f..3518380c0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 699e58728..efdb154a1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 06a5423ab..22964722e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d3f9dba4a..3f1c8a5c8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 84d4038c0..a34690538 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6b3749c76..c0d71faa1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 f4f60a642..2df99a6b8 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -162,7 +162,7 @@ def _from_openapi_data(cls, entity_watchlist_screening_id, *args, **kwargs): # through its discriminator because we passed in _visited_composed_classes = (Animal,) search_terms (UpdateEntityScreeningRequestSearchTerms): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 @@ -258,7 +258,7 @@ def __init__(self, entity_watchlist_screening_id, *args, **kwargs): # noqa: E50 through its discriminator because we passed in _visited_composed_classes = (Animal,) search_terms (UpdateEntityScreeningRequestSearchTerms): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 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 70793b348..8a0c8611e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 49acdc81a..86d6333e5 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 d5e652b85..30c7429f4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -128,7 +128,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -229,7 +229,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated entity screening. search_terms (EntityWatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_hit.py b/plaid/model/watchlist_screening_hit.py index 2fba89a01..5828e5c5e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e0867771e..2424532ce 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 bce22c7f3..fe4085b78 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_individual.py b/plaid/model/watchlist_screening_individual.py index 8d05ebb86..573b48ec2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -126,7 +126,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -225,7 +225,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_individual_create_request.py b/plaid/model/watchlist_screening_individual_create_request.py index 860de72a3..e68709ca0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 81c9def18..7849951fb 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -128,7 +128,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -229,7 +229,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_individual_get_request.py b/plaid/model/watchlist_screening_individual_get_request.py index 34c71f665..7af948bb0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 977dad40a..38d8cbde2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -128,7 +128,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -229,7 +229,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_individual_history_list_request.py b/plaid/model/watchlist_screening_individual_history_list_request.py index 0752d24d1..50550acdf 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8a7cfe868..6a2fbbb75 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 6de3fb764..f0c749bb2 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 236dc7b5b..674ee5715 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a607efd11..dad2daef1 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -159,7 +159,7 @@ def _from_openapi_data(cls, watchlist_program_id, *args, **kwargs): # noqa: E50 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 cursor (str, none_type): An identifier that determines which page of results you receive.. [optional] # noqa: E501 """ @@ -254,7 +254,7 @@ def __init__(self, watchlist_program_id, *args, **kwargs): # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 cursor (str, none_type): An identifier that determines which page of results you receive.. [optional] # noqa: E501 """ diff --git a/plaid/model/watchlist_screening_individual_list_response.py b/plaid/model/watchlist_screening_individual_list_response.py index 8dc35572c..5eadc62a9 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 4a01c147e..81305a304 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 fe6fabd46..ab6e6b4d6 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 29874f932..edce527c4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 db1da59ae..c551a499f 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5e1469407..d8a4b704e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 a7865eb17..137c3f07d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b72e277a3..b3e764c8d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 53fa5ef14..01a7e194c 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 1db935d8b..b65bec235 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -162,7 +162,7 @@ def _from_openapi_data(cls, watchlist_screening_id, *args, **kwargs): # noqa: E through its discriminator because we passed in _visited_composed_classes = (Animal,) search_terms (UpdateIndividualScreeningRequestSearchTerms): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 @@ -258,7 +258,7 @@ def __init__(self, watchlist_screening_id, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) search_terms (UpdateIndividualScreeningRequestSearchTerms): [optional] # noqa: E501 - assignee (str): ID of the associated user.. [optional] # noqa: E501 + assignee (str): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`.. [optional] # noqa: E501 status (WatchlistScreeningStatus): [optional] # noqa: E501 client_user_id (str): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`.. [optional] # noqa: E501 client_id (str): Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.. [optional] # noqa: E501 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 269a0d31c..354471da3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 e2c7c1dfc..4bb2bfb14 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 c46fe8ace..7c09a75de 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ @@ -128,7 +128,7 @@ def _from_openapi_data(cls, id, search_terms, assignee, status, client_user_id, Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): @@ -229,7 +229,7 @@ def __init__(self, id, search_terms, assignee, status, client_user_id, audit_tra Args: id (str): ID of the associated screening. search_terms (WatchlistScreeningSearchTerms): - assignee (str, none_type): ID of the associated user. + assignee (str, none_type): ID of the associated user. To retrieve the email address or other details of the person corresponding to this id, use `/dashboard_user/get`. status (WatchlistScreeningStatus): client_user_id (str, none_type): A unique ID that identifies the end user in your system. This ID can also be used to associate user-specific data from other Plaid products. Financial Account Matching requires this field and the `/link/token/create` `client_user_id` to be consistent. Personally identifiable information, such as an email address or phone number, should not be used in the `client_user_id`. audit_trail (WatchlistScreeningAuditTrail): diff --git a/plaid/model/watchlist_screening_request_search_terms.py b/plaid/model/watchlist_screening_request_search_terms.py index 66efe7b21..9563a1ff3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_review.py b/plaid/model/watchlist_screening_review.py index aeed63227..9d9e8e8a0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 b55111cee..3b1b82450 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/watchlist_screening_status.py b/plaid/model/watchlist_screening_status.py index 61650fed2..d4634f828 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/weak_alias_determination.py b/plaid/model/weak_alias_determination.py index 78520a3fd..117348ca0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_environment_values.py b/plaid/model/webhook_environment_values.py index 8df486a23..e7480bba4 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model/webhook_type.py b/plaid/model/webhook_type.py index abad34378..0cec3e97d 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 9f27b3819..1d9dfbfa3 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 5961c6bc6..540818aa0 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 81a76f79b..c060bbeae 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 8b656edcf..b5eb32b0e 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 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 31226cc28..23358d408 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/model_utils.py b/plaid/model_utils.py index 7ccfbf4a6..f4cbc6563 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/plaid/models/__init__.py b/plaid/models/__init__.py index 0204e2c37..17562f1f4 100644 --- a/plaid/models/__init__.py +++ b/plaid/models/__init__.py @@ -255,7 +255,14 @@ from plaid.model.client_provided_transaction import ClientProvidedTransaction from plaid.model.client_provided_transaction_location import ClientProvidedTransactionLocation from plaid.model.connected_application import ConnectedApplication +from plaid.model.consent_event import ConsentEvent +from plaid.model.consent_event_code import ConsentEventCode +from plaid.model.consent_event_initiator import ConsentEventInitiator +from plaid.model.consent_event_type import ConsentEventType +from plaid.model.consent_events_get_request import ConsentEventsGetRequest +from plaid.model.consent_events_get_response import ConsentEventsGetResponse from plaid.model.consent_payment_idempotency_key import ConsentPaymentIdempotencyKey +from plaid.model.consented_account import ConsentedAccount from plaid.model.consumer_dispute import ConsumerDispute from plaid.model.consumer_dispute_category import ConsumerDisputeCategory from plaid.model.consumer_report_pdf_get_request import ConsumerReportPDFGetRequest @@ -479,6 +486,7 @@ from plaid.model.dashboard_user_list_request import DashboardUserListRequest from plaid.model.dashboard_user_list_response import DashboardUserListResponse from plaid.model.dashboard_user_status import DashboardUserStatus +from plaid.model.data_sources import DataSources from plaid.model.date_range import DateRange from plaid.model.deductions import Deductions from plaid.model.deductions_breakdown import DeductionsBreakdown @@ -502,6 +510,7 @@ from plaid.model.depository_filter import DepositoryFilter from plaid.model.detailed_originator import DetailedOriginator from plaid.model.detected_account import DetectedAccount +from plaid.model.device_id import DeviceId from plaid.model.distribution_breakdown import DistributionBreakdown from plaid.model.doc_type import DocType from plaid.model.document_analysis import DocumentAnalysis @@ -716,6 +725,7 @@ from plaid.model.investment_transaction import InvestmentTransaction from plaid.model.investment_transaction_subtype import InvestmentTransactionSubtype from plaid.model.investment_transaction_type import InvestmentTransactionType +from plaid.model.investments_auth_data_sources import InvestmentsAuthDataSources from plaid.model.investments_auth_get_numbers import InvestmentsAuthGetNumbers from plaid.model.investments_auth_get_request import InvestmentsAuthGetRequest from plaid.model.investments_auth_get_request_options import InvestmentsAuthGetRequestOptions @@ -731,7 +741,15 @@ from plaid.model.investments_transactions_get_request_options import InvestmentsTransactionsGetRequestOptions from plaid.model.investments_transactions_get_response import InvestmentsTransactionsGetResponse from plaid.model.investments_transactions_override import InvestmentsTransactionsOverride +from plaid.model.issue import Issue from plaid.model.issue_resolved_webhook import IssueResolvedWebhook +from plaid.model.issues_get_request import IssuesGetRequest +from plaid.model.issues_get_response import IssuesGetResponse +from plaid.model.issues_search_request import IssuesSearchRequest +from plaid.model.issues_search_response import IssuesSearchResponse +from plaid.model.issues_status import IssuesStatus +from plaid.model.issues_subscribe_request import IssuesSubscribeRequest +from plaid.model.issues_subscribe_response import IssuesSubscribeResponse from plaid.model.issuing_country import IssuingCountry from plaid.model.item import Item from plaid.model.item_access_token_invalidate_request import ItemAccessTokenInvalidateRequest @@ -746,6 +764,7 @@ from plaid.model.item_application_scopes_update_response import ItemApplicationScopesUpdateResponse from plaid.model.item_application_unlink_request import ItemApplicationUnlinkRequest from plaid.model.item_application_unlink_response import ItemApplicationUnlinkResponse +from plaid.model.item_consented_data_scope import ItemConsentedDataScope from plaid.model.item_error_webhook import ItemErrorWebhook from plaid.model.item_get_request import ItemGetRequest from plaid.model.item_get_response import ItemGetResponse @@ -1277,6 +1296,9 @@ from plaid.model.security_override import SecurityOverride from plaid.model.selfie_analysis import SelfieAnalysis from plaid.model.selfie_analysis_document_comparison import SelfieAnalysisDocumentComparison +from plaid.model.selfie_analysis_facial_analysis import SelfieAnalysisFacialAnalysis +from plaid.model.selfie_analysis_facial_analysis_outcome import SelfieAnalysisFacialAnalysisOutcome +from plaid.model.selfie_analysis_liveness_check import SelfieAnalysisLivenessCheck from plaid.model.selfie_capture import SelfieCapture from plaid.model.selfie_check import SelfieCheck from plaid.model.selfie_check_selfie import SelfieCheckSelfie @@ -1490,6 +1512,9 @@ from plaid.model.transfer_originator_list_response import TransferOriginatorListResponse from plaid.model.transfer_platform_originator_create_request import TransferPlatformOriginatorCreateRequest from plaid.model.transfer_platform_originator_create_response import TransferPlatformOriginatorCreateResponse +from plaid.model.transfer_platform_requirement_submission import TransferPlatformRequirementSubmission +from plaid.model.transfer_platform_requirement_submit_request import TransferPlatformRequirementSubmitRequest +from plaid.model.transfer_platform_requirement_submit_response import TransferPlatformRequirementSubmitResponse from plaid.model.transfer_platform_tos_acceptance_metadata import TransferPlatformTOSAcceptanceMetadata from plaid.model.transfer_questionnaire_create_request import TransferQuestionnaireCreateRequest from plaid.model.transfer_questionnaire_create_response import TransferQuestionnaireCreateResponse @@ -1537,6 +1562,7 @@ from plaid.model.transfer_user_in_request_deprecated import TransferUserInRequestDeprecated from plaid.model.transfer_user_in_response import TransferUserInResponse from plaid.model.transfer_wire_details import TransferWireDetails +from plaid.model.trusted_device_data import TrustedDeviceData from plaid.model.update_entity_screening_request_search_terms import UpdateEntityScreeningRequestSearchTerms from plaid.model.update_individual_screening_request_search_terms import UpdateIndividualScreeningRequestSearchTerms from plaid.model.user_account_identity import UserAccountIdentity diff --git a/plaid/rest.py b/plaid/rest.py index 62cdc1482..bb78316ea 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.556.0 + The version of the OpenAPI document: 2020-09-14_1.565.0 Generated by: https://openapi-generator.tech """ diff --git a/setup.py b/setup.py index 977f36760..7589e1a5f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '25.0.0' +VERSION = '26.0.0' url = 'https://github.com/plaid/plaid-python' REQUIRES = [