Skip to content

Commit

Permalink
Merge pull request #478 from plaid/generated_20230718T214331Z
Browse files Browse the repository at this point in the history
OpenAPI generated code at 2023-07-18T21:43:31Z
  • Loading branch information
jking-plaid committed Jul 20, 2023
2 parents 421ed12 + 38f9ea2 commit de78c14
Show file tree
Hide file tree
Showing 1,276 changed files with 3,829 additions and 1,349 deletions.
8 changes: 8 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ plaid/model/investments_auth_get_request_options.py
plaid/model/investments_auth_get_response.py
plaid/model/investments_auth_owner.py
plaid/model/investments_default_update_webhook.py
plaid/model/investments_historical_update_webhook.py
plaid/model/investments_holdings_get_request.py
plaid/model/investments_holdings_get_response.py
plaid/model/investments_refresh_request.py
Expand Down Expand Up @@ -804,11 +805,15 @@ plaid/model/processor_balance_get_request_options.py
plaid/model/processor_balance_get_response.py
plaid/model/processor_bank_transfer_create_request.py
plaid/model/processor_bank_transfer_create_response.py
plaid/model/processor_default_update_webhook.py
plaid/model/processor_historical_update_webhook.py
plaid/model/processor_identity_get_request.py
plaid/model/processor_identity_get_response.py
plaid/model/processor_identity_match_request.py
plaid/model/processor_identity_match_response.py
plaid/model/processor_initial_update_webhook.py
plaid/model/processor_number.py
plaid/model/processor_recurring_transactions_update_webhook.py
plaid/model/processor_signal_decision_report_request.py
plaid/model/processor_signal_decision_report_response.py
plaid/model/processor_signal_evaluate_request.py
Expand All @@ -817,6 +822,7 @@ plaid/model/processor_signal_return_report_request.py
plaid/model/processor_signal_return_report_response.py
plaid/model/processor_stripe_bank_account_token_create_request.py
plaid/model/processor_stripe_bank_account_token_create_response.py
plaid/model/processor_sync_updates_available_webhook.py
plaid/model/processor_token_create_request.py
plaid/model/processor_token_create_response.py
plaid/model/processor_token_permissions_get_request.py
Expand All @@ -829,6 +835,7 @@ plaid/model/processor_transactions_recurring_get_request.py
plaid/model/processor_transactions_recurring_get_response.py
plaid/model/processor_transactions_refresh_request.py
plaid/model/processor_transactions_refresh_response.py
plaid/model/processor_transactions_removed_webhook.py
plaid/model/processor_transactions_sync_request.py
plaid/model/processor_transactions_sync_response.py
plaid/model/product_access.py
Expand Down Expand Up @@ -980,6 +987,7 @@ plaid/model/student_loan.py
plaid/model/student_loan_repayment_model.py
plaid/model/student_loan_status.py
plaid/model/student_repayment_plan.py
plaid/model/sweep_status.py
plaid/model/sync_updates_available_webhook.py
plaid/model/taxform.py
plaid/model/taxpayer_id.py
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 15.1.0
- Updating to OAS 2020-09-14_1.390.0

## OpenAPI Schema Changes
### 2020-09-14_1.390.0
- Add `transfer_id` field to `/transfers/sweep/list` request

### 2020-09-14_1.389.0
- Add `InvestmentsHistoricalUpdateWebhook`, a `HISTORICAL_UPDATE` webhook of type `INVESTMENTS_TRANSACTIONS`.

### 2020-09-14_1.388.1
- Add `status` field to a sweep object. Add `status` field to `/transfers/sweep/list` request

### 2020-09-14_1.388.0
- [Breaking] Remove `asset_report_token` as required field in `/asset_report/get` and mark as nullable

### 2020-09-14_1.387.1
- Allow empty `mask` on the `meta` field of overridden accounts in the sandbox custom user configuration object schema.

### 2020-09-14_1.387.0
- Mark `region` and `postal_code` fields as nullable in `/identity_verification/create`, `/identity_verification/retry`, and `/link/token/create`

### 2020-09-14_1.386.0
- Add payloads for processor Transactions webhooks.

### 2020-09-14_1.385.2
- Mark `next_origination_date` nullable

# 15.0.0
- Updating to OAS 2020-09-14_1.385.1

Expand Down
4 changes: 2 additions & 2 deletions plaid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""


__version__ = "15.0.0"
__version__ = "15.1.0"

# import ApiClient
from plaid.api_client import ApiClient
Expand Down
4 changes: 2 additions & 2 deletions plaid/api/plaid_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501

The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -12680,7 +12680,7 @@ def asset_report_create(
):
"""Create an Asset Report # noqa: E501

The `/asset_report/create` endpoint initiates the process of creating an Asset Report, which can then be retrieved by passing the `asset_report_token` return value to the `/asset_report/get` or `/asset_report/pdf/get` endpoints. The Asset Report takes some time to be created and is not available immediately after calling `/asset_report/create`. When the Asset Report is ready to be retrieved using `/asset_report/get` or `/asset_report/pdf/get`, Plaid will fire a `PRODUCT_READY` webhook. For full details of the webhook schema, see [Asset Report webhooks](https://plaid.com/docs/api/products/assets/#webhooks). The `/asset_report/create` endpoint creates an Asset Report at a moment in time. Asset Reports are immutable. To get an updated Asset Report, use the `/asset_report/refresh` endpoint. # noqa: E501
The `/asset_report/create` endpoint initiates the process of creating an Asset Report, which can then be retrieved by passing the `asset_report_token` return value to the `/asset_report/get` or `/asset_report/pdf/get` endpoints. The Asset Report takes some time to be created and is not available immediately after calling `/asset_report/create`. The exact amount of time to create the report will vary depending on how many days of history are requested and will typically range from a few seconds to about one minute. When the Asset Report is ready to be retrieved using `/asset_report/get` or `/asset_report/pdf/get`, Plaid will fire a `PRODUCT_READY` webhook. For full details of the webhook schema, see [Asset Report webhooks](https://plaid.com/docs/api/products/assets/#webhooks). The `/asset_report/create` endpoint creates an Asset Report at a moment in time. Asset Reports are immutable. To get an updated Asset Report, use the `/asset_report/refresh` endpoint. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True

Expand Down
4 changes: 2 additions & 2 deletions plaid/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -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 v15.0.0'
self.user_agent = 'Plaid Python v15.1.0'

def __enter__(self):
return self
Expand Down
6 changes: 3 additions & 3 deletions plaid/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -432,8 +432,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.385.1\n"\
"SDK Package Version: 15.0.0".\
"Version of the API: 2020-09-14_1.390.0\n"\
"SDK Package Version: 15.1.0".\
format(env=sys.platform, pyversion=sys.version)

def get_host_settings(self):
Expand Down
2 changes: 1 addition & 1 deletion plaid/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_assets_all_of.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_filter_subtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_filters_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_identity_all_of.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_identity_match_score.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_identity_match_score_all_of.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_ids_with_updated_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_product_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_product_access_nullable.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_selection_cardinality.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_subtype.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_subtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/account_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/accounts_balance_get_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/accounts_balance_get_request_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/accounts_get_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/accounts_get_request_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/accounts_get_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/ach_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/action_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
The version of the OpenAPI document: 2020-09-14_1.385.1
The version of the OpenAPI document: 2020-09-14_1.390.0
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit de78c14

Please sign in to comment.