Skip to content

Commit

Permalink
Merge pull request #485 from plaid/generated_20230821T165250Z
Browse files Browse the repository at this point in the history
OpenAPI generated code at 2023-08-21T16:52:50Z
  • Loading branch information
aarohmankad authored Aug 21, 2023
2 parents 9d37a12 + ed9a1bc commit ab3a0f2
Show file tree
Hide file tree
Showing 1,358 changed files with 1,722 additions and 1,397 deletions.
3 changes: 2 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ plaid/model/base_report_item.py
plaid/model/base_report_longest_gap_insights.py
plaid/model/base_report_number_flow_insights.py
plaid/model/base_report_transaction.py
plaid/model/base_report_transaction_type.py
plaid/model/base_reports_error_webhook.py
plaid/model/base_reports_product_ready_webhook.py
plaid/model/beacon_audit_trail.py
Expand Down Expand Up @@ -185,6 +184,7 @@ plaid/model/client_user_id.py
plaid/model/client_user_id_nullable.py
plaid/model/connected_application.py
plaid/model/consent_payment_idempotency_key.py
plaid/model/consumer_report_permissible_purpose.py
plaid/model/consumer_report_user_identity.py
plaid/model/counterparty.py
plaid/model/counterparty_type.py
Expand Down Expand Up @@ -927,6 +927,7 @@ plaid/model/recipient_bacs.py
plaid/model/recipient_bacs_nullable.py
plaid/model/recurrence.py
plaid/model/recurring_cancelled_webhook.py
plaid/model/recurring_frequency.py
plaid/model/recurring_new_transfer_webhook.py
plaid/model/recurring_transaction_frequency.py
plaid/model/recurring_transactions_update_webhook.py
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 15.5.0
- Updating to OAS 2020-09-14_1.419.0

## OpenAPI Schema Changes
### 2020-09-14_1.419.0

- Update `/signal/decision/report` description
- Overwriting `initiated` field is now supported and no longer returns an `INVALID_FIELD` error

### 2020-09-14_1.418.0

- Add `frequency` to `/transactions/enrich`

### 2020-09-14_1.417.0

- Remove `category`, `category_id`, `transaction_type`, `name`, `payment_meta` fields from Base Report insights

### 2020-09-14_1.416.0

- Add `card_switch` to `/link/token/create`

### 2020-09-14_1.415.0

- Add `consumer_report_permissible_purpose` to `link/token/create`

### 2020-09-14_1.414.0

- Update `currency` on `payment/reverse` and `amount_refunded` on `payment/get`

# 15.4.0
- Updating to OAS 2020-09-14_1.413.0

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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.0
Generated by: https://openapi-generator.tech
"""


__version__ = "15.4.0"
__version__ = "15.5.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.0
Generated by: https://openapi-generator.tech
"""

Expand Down Expand Up @@ -22728,7 +22728,7 @@ def processor_signal_decision_report(
):
"""Report whether you initiated an ACH transaction # noqa: E501

After calling `/processor/signal/evaluate`, call `/processor/signal/decision/report` to report whether the transaction was initiated. This endpoint will return an [`INVALID_FIELD`](/docs/errors/invalid-request/#invalid_field) error if called a second time with a different value for `initiated`. # noqa: E501
After calling `/processor/signal/evaluate`, call `/processor/signal/decision/report` to report whether the transaction was initiated. # 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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.4.0'
self.user_agent = 'Plaid Python v15.5.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0\n"\
"SDK Package Version: 15.4.0".\
"Version of the API: 2020-09-14_1.419.0\n"\
"SDK Package Version: 15.5.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/activity.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/activity_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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.0
Generated by: https://openapi-generator.tech
"""

Expand Down
2 changes: 1 addition & 1 deletion plaid/model/address.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.413.0
The version of the OpenAPI document: 2020-09-14_1.419.0
Generated by: https://openapi-generator.tech
"""

Expand Down
Loading

0 comments on commit ab3a0f2

Please sign in to comment.