Skip to content

Commit 0c4a502

Browse files
committed
OpenAPI generated code at 2023-07-24T21:56:21Z
1 parent de78c14 commit 0c4a502

1,286 files changed

Lines changed: 5046 additions & 1345 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,8 @@ plaid/model/identity_verification.py
427427
plaid/model/identity_verification_create_request.py
428428
plaid/model/identity_verification_create_request_user.py
429429
plaid/model/identity_verification_create_response.py
430+
plaid/model/identity_verification_document_address_response.py
431+
plaid/model/identity_verification_document_country_code.py
430432
plaid/model/identity_verification_get_request.py
431433
plaid/model/identity_verification_get_response.py
432434
plaid/model/identity_verification_list_request.py
@@ -457,6 +459,7 @@ plaid/model/income_summary_field_string.py
457459
plaid/model/income_verification_create_request.py
458460
plaid/model/income_verification_create_request_options.py
459461
plaid/model/income_verification_create_response.py
462+
plaid/model/income_verification_doc_parsing_config.py
460463
plaid/model/income_verification_documents_download_request.py
461464
plaid/model/income_verification_payroll_flow_type.py
462465
plaid/model/income_verification_paystubs_get_request.py
@@ -829,6 +832,9 @@ plaid/model/processor_token_permissions_get_request.py
829832
plaid/model/processor_token_permissions_get_response.py
830833
plaid/model/processor_token_permissions_set_request.py
831834
plaid/model/processor_token_permissions_set_response.py
835+
plaid/model/processor_token_webhook_update.py
836+
plaid/model/processor_token_webhook_update_request.py
837+
plaid/model/processor_token_webhook_update_response.py
832838
plaid/model/processor_transactions_get_request.py
833839
plaid/model/processor_transactions_get_response.py
834840
plaid/model/processor_transactions_recurring_get_request.py
@@ -980,6 +986,11 @@ plaid/model/source_uid.py
980986
plaid/model/standalone_account_type.py
981987
plaid/model/standalone_currency_code_list.py
982988
plaid/model/standalone_investment_transaction_type.py
989+
plaid/model/statements_account.py
990+
plaid/model/statements_download_request.py
991+
plaid/model/statements_list_request.py
992+
plaid/model/statements_list_response.py
993+
plaid/model/statements_statement.py
983994
plaid/model/status.py
984995
plaid/model/statuses.py
985996
plaid/model/strategy.py

CHANGELOG.md

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

3+
# 15.2.0
4+
- Updating to OAS 2020-09-14_1.394.0
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.394.0
8+
- Made `/statements/list` and `/statements/download` APIs for Plaid's Statements PDF beta product available in client SDKs
9+
10+
### 2020-09-14_1.393.0
11+
- Add `date_of_birth` and `address` fields to `documentary_verification.documents[].extracted_data` in the response of all of the identity verification endpoints:
12+
- `identity_verification/create`
13+
- `identity_verification/get`
14+
- `identity_verification/list`
15+
- `identity_verification/retry`
16+
17+
### 2020-09-14_1.392.4
18+
- Update the following about identity/match name, phone number, email, and address score descriptions:
19+
- Ensure consistent language across all fields
20+
- Include score recommended "match" threshold for all fields.
21+
22+
### 2020-09-14_1.392.3
23+
- Update the `async_update` field description.
24+
25+
### 2020-09-14_1.392.2
26+
27+
- Mark a few response fields as always present in the identity verification API:
28+
- `selfie_check.selfies[].capture.image_url`
29+
- `selfie_check.selfies[].capture.video_url`
30+
- `risk_check.identity_abuse_signals`
31+
- `risk_check.identity_abuse_signals.synthetic_identity.score`
32+
- `risk_check.identity_abuse_signals.stolen_identity.score`
33+
34+
### 2020-09-14_1.392.1
35+
- Documentation updates for the `/link/token/create` endpoint
36+
37+
### 2020-09-14_1.392.0
38+
- Add `confidence_level` field to Counterparty and PersonalFinanceCategory for `/transactions/enrich`
39+
40+
### 2020-09-14_1.391.3
41+
- Remove the `core_attributes` field in `signal_insights` of /transfer/authorization/create
42+
43+
### 2020-09-14_1.391.2
44+
- Update the `pending_manual_verification` field's description in `/auth/get` response
45+
46+
### 2020-09-14_1.391.1
47+
- Update the description of `/investments/transactions/get`
48+
49+
### 2020-09-14_1.391.0
50+
- Update the `async_update` option to be visible in `/investments/transactions/get`
51+
52+
### 2020-09-14_1.390.1
53+
- Update the `signal_insights` field's description in `/transfers/authorization/create` request
54+
355
# 15.1.0
456
- Updating to OAS 2020-09-14_1.390.0
557

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.390.0
8+
The version of the OpenAPI document: 2020-09-14_1.394.0
99
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

13-
__version__ = "15.1.0"
13+
__version__ = "15.2.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)