Skip to content

Commit 6dadd80

Browse files
committed
OpenAPI generated code at 2023-06-20T21:57:20Z
1 parent 619bb4e commit 6dadd80

1,256 files changed

Lines changed: 9642 additions & 1385 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ plaid/model/auth_get_response.py
9696
plaid/model/auth_metadata.py
9797
plaid/model/auth_supported_methods.py
9898
plaid/model/automatically_verified_webhook.py
99+
plaid/model/bank_income_refresh_complete_result.py
100+
plaid/model/bank_income_refresh_complete_webhook.py
101+
plaid/model/bank_income_refresh_update_webhook.py
99102
plaid/model/bank_initiated_return_risk.py
100103
plaid/model/bank_initiated_risk_tier.py
101104
plaid/model/bank_transfer.py
@@ -157,6 +160,7 @@ plaid/model/credit1099_payer.py
157160
plaid/model/credit1099_recipient.py
158161
plaid/model/credit_account_subtype.py
159162
plaid/model/credit_account_subtypes.py
163+
plaid/model/credit_ach_class.py
160164
plaid/model/credit_amount_with_currency.py
161165
plaid/model/credit_audit_copy_token_create_request.py
162166
plaid/model/credit_audit_copy_token_create_response.py
@@ -194,6 +198,16 @@ plaid/model/credit_bank_income_transaction.py
194198
plaid/model/credit_bank_income_warning.py
195199
plaid/model/credit_bank_income_warning_code.py
196200
plaid/model/credit_bank_income_warning_type.py
201+
plaid/model/credit_bank_income_webhook_update_request.py
202+
plaid/model/credit_bank_statement_upload_account_owner.py
203+
plaid/model/credit_bank_statement_upload_account_owner_address.py
204+
plaid/model/credit_bank_statement_upload_bank_account.py
205+
plaid/model/credit_bank_statement_upload_bank_account_period.py
206+
plaid/model/credit_bank_statement_upload_item.py
207+
plaid/model/credit_bank_statement_upload_object.py
208+
plaid/model/credit_bank_statement_upload_transaction.py
209+
plaid/model/credit_bank_statements_uploads_get_request.py
210+
plaid/model/credit_bank_statements_uploads_get_response.py
197211
plaid/model/credit_card_liability.py
198212
plaid/model/credit_category.py
199213
plaid/model/credit_document_metadata.py
@@ -405,6 +419,8 @@ plaid/model/identity_match_request.py
405419
plaid/model/identity_match_request_options.py
406420
plaid/model/identity_match_response.py
407421
plaid/model/identity_match_user.py
422+
plaid/model/identity_refresh_request.py
423+
plaid/model/identity_refresh_response.py
408424
plaid/model/identity_update_types.py
409425
plaid/model/identity_verification.py
410426
plaid/model/identity_verification_create_request.py
@@ -486,6 +502,11 @@ plaid/model/investment_holdings_get_request_options.py
486502
plaid/model/investment_transaction.py
487503
plaid/model/investment_transaction_subtype.py
488504
plaid/model/investment_transaction_type.py
505+
plaid/model/investments_auth_get_numbers.py
506+
plaid/model/investments_auth_get_request.py
507+
plaid/model/investments_auth_get_request_options.py
508+
plaid/model/investments_auth_get_response.py
509+
plaid/model/investments_auth_owner.py
489510
plaid/model/investments_default_update_webhook.py
490511
plaid/model/investments_holdings_get_request.py
491512
plaid/model/investments_holdings_get_response.py
@@ -598,6 +619,7 @@ plaid/model/link_token_get_metadata_response.py
598619
plaid/model/link_token_get_request.py
599620
plaid/model/link_token_get_response.py
600621
plaid/model/link_token_investments.py
622+
plaid/model/link_token_investments_auth.py
601623
plaid/model/link_user_delivery_status_webhook.py
602624
plaid/model/loan.py
603625
plaid/model/loan_account_subtype.py
@@ -620,6 +642,7 @@ plaid/model/name_match_score.py
620642
plaid/model/net_pay.py
621643
plaid/model/new_accounts_available_webhook.py
622644
plaid/model/numbers.py
645+
plaid/model/numbers_acats.py
623646
plaid/model/numbers_ach.py
624647
plaid/model/numbers_ach_nullable.py
625648
plaid/model/numbers_bacs.py
@@ -807,6 +830,8 @@ plaid/model/processor_transactions_refresh_response.py
807830
plaid/model/processor_transactions_sync_request.py
808831
plaid/model/processor_transactions_sync_response.py
809832
plaid/model/product_access.py
833+
plaid/model/product_permissions_required_auth_webhook.py
834+
plaid/model/product_permissions_required_identity_webhook.py
810835
plaid/model/product_status.py
811836
plaid/model/product_status_breakdown.py
812837
plaid/model/products.py
@@ -1138,6 +1163,7 @@ plaid/model/wallet_iso_currency_code.py
11381163
plaid/model/wallet_list_request.py
11391164
plaid/model/wallet_list_response.py
11401165
plaid/model/wallet_numbers.py
1166+
plaid/model/wallet_payment_scheme.py
11411167
plaid/model/wallet_status.py
11421168
plaid/model/wallet_transaction.py
11431169
plaid/model/wallet_transaction_amount.py

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,70 @@
11
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
22

3+
# 14.1.0
4+
- Updating to OAS 2020-09-14_1.379.0
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.379.0
8+
- Add `scheme` to `/wallet/transaction/get` and `/wallet/transaction/list`
9+
10+
### 2020-09-14_1.378.1
11+
- Fix issue in which `request_id` was erroneously not listed as required in `ItemActivityListResponse`
12+
13+
### 2020-09-14_1.378.0
14+
- Add `reroute_to_credentials` to `/link/token/create` auth request
15+
16+
### 2020-09-14_1.377.0
17+
- Add definitions for `/investments/auth/get`
18+
19+
### 2020-09-14_1.376.0
20+
- Add `required_if_supported_products` to `/link/token/create` request
21+
22+
### 2020-09-14_1.375.0
23+
- Add hidden `account_type` to `/transactions/enrich` request and response
24+
- Add hidden `account_subtype` to `/transactions/enrich` request and response
25+
26+
### 2020-09-14_1.374.3
27+
- Add `num_bank_statements_uploaded` to `document_income_results` object in `/credit/sessions/get` response
28+
29+
### 2020-09-14_1.374.2
30+
- Add `income_source` enum to `/transactions/enrich` `counterparty_type` field
31+
32+
### 2020-09-14_1.374.1
33+
- Update `oauth` descriptions for `/institutions/get` and `/institutions/search`
34+
35+
### 2020-09-14_1.374.0
36+
- Add `/credit/bank_statements/uploads/get` endpoint
37+
38+
### 2020-09-14_1.373.0
39+
- Add support for address and date of birth in `virtual-accounts/#wallettransactionexecute` endpoint
40+
41+
### 2020-09-14_1.372.3
42+
- Modify `/transactions/enrich` field `user_id` to `client_user_id`
43+
- Modify `/transactions/enrich` field `account_id` to `client_account_id`
44+
45+
### 2020-09-14_1.372.2
46+
- Update docs for `/transactions/enrich` response to include non-null example values for `lat` and `lon` fields
47+
48+
### 2020-09-14_1.372.1
49+
- Update descriptions for `PAYMENT_STATUS_EXECUTED` and `PAYMENT_STATUS_INITIATED`
50+
- Update description for `PaymentAmountCurrency`
51+
52+
### 2020-09-14_1.372.0
53+
- Add `user_id` and `account_id` fields to `/transactions/enrich` request and resposne
54+
55+
### 2020-09-14_1.371.4
56+
- Update descriptions for `/credit/payroll_income/risk_signals/get` and `INCOME_VERIFICATION_RISK_SIGNALS` webhook
57+
58+
### 2020-09-14_1.371.3
59+
- Add test_clock_id to `/transfer/simulate`
60+
- [Breaking change for Go] Make `virtual_time` optional in `/sandbox/transfer/test_clock/create`
61+
62+
### 2020-09-14_1.371.2
63+
- Add test_clock_id to `/sandbox/transfer/simulate` and `/sandbox/transfer/sweep/simulate` endpoints
64+
65+
### 2020-09-14_1.371.1
66+
- Update `transfer/diligence/submit` copy
67+
368
# 14.0.0
469
- Updating to OAS 2020-09-14_1.370.0
570

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import json
104104
...
105105
response = ... # type TransactionsSyncResponse
106106
# to_dict makes it first a python dictionary, and then we turn it into a string JSON.
107-
json_string = json.dumps(response.to_dict())
107+
json_string = json.dumps(response.to_dict(), default=str)
108108
```
109109
### Dates
110110

plaid/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
66
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
77
8-
The version of the OpenAPI document: 2020-09-14_1.370.0
8+
The version of the OpenAPI document: 2020-09-14_1.379.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

13-
__version__ = "14.0.0"
13+
__version__ = "14.1.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)