Skip to content

Commit

Permalink
OpenAPI generated code at 2024-01-16T22:42:49Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Nguyen committed Jan 16, 2024
1 parent 178f075 commit d162f1a
Show file tree
Hide file tree
Showing 1,471 changed files with 6,492 additions and 1,517 deletions.
15 changes: 15 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ plaid/model/base_reports_product_ready_webhook.py
plaid/model/beacon_audit_trail.py
plaid/model/beacon_audit_trail_source.py
plaid/model/beacon_duplicate_detected_webhook.py
plaid/model/beacon_duplicate_get_request.py
plaid/model/beacon_duplicate_get_response.py
plaid/model/beacon_match_summary_analysis.py
plaid/model/beacon_match_summary_code.py
plaid/model/beacon_report.py
plaid/model/beacon_report_create_request.py
Expand Down Expand Up @@ -199,6 +202,7 @@ plaid/model/beacon_user_request_address.py
plaid/model/beacon_user_request_address_nullable.py
plaid/model/beacon_user_request_data.py
plaid/model/beacon_user_review_request.py
plaid/model/beacon_user_revision.py
plaid/model/beacon_user_status.py
plaid/model/beacon_user_status_updated_webhook.py
plaid/model/beacon_user_update_request.py
Expand Down Expand Up @@ -508,6 +512,11 @@ plaid/model/identity_refresh_request.py
plaid/model/identity_refresh_response.py
plaid/model/identity_update_types.py
plaid/model/identity_verification.py
plaid/model/identity_verification_autofill_address.py
plaid/model/identity_verification_autofill_create_request.py
plaid/model/identity_verification_autofill_create_response.py
plaid/model/identity_verification_autofill_status.py
plaid/model/identity_verification_autofill_user_data.py
plaid/model/identity_verification_create_request.py
plaid/model/identity_verification_create_request_user.py
plaid/model/identity_verification_create_response.py
Expand Down Expand Up @@ -816,6 +825,7 @@ plaid/model/pay.py
plaid/model/pay_frequency.py
plaid/model/pay_frequency_value.py
plaid/model/pay_period_details.py
plaid/model/pay_period_details_pay_frequency.py
plaid/model/pay_stub_deductions_breakdown.py
plaid/model/pay_stub_deductions_total.py
plaid/model/pay_stub_distribution_breakdown.py
Expand Down Expand Up @@ -896,9 +906,11 @@ plaid/model/paystub_deduction.py
plaid/model/paystub_details.py
plaid/model/paystub_employer.py
plaid/model/paystub_override.py
plaid/model/paystub_override_distribution_breakdown.py
plaid/model/paystub_override_employee.py
plaid/model/paystub_override_employee_address.py
plaid/model/paystub_override_employer.py
plaid/model/paystub_override_pay_period_details.py
plaid/model/paystub_pay_frequency.py
plaid/model/paystub_ytd_details.py
plaid/model/pending_expiration_webhook.py
Expand Down Expand Up @@ -931,6 +943,8 @@ 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_liabilities_get_request.py
plaid/model/processor_liabilities_get_response.py
plaid/model/processor_number.py
plaid/model/processor_recurring_transactions_update_webhook.py
plaid/model/processor_signal_decision_report_request.py
Expand Down Expand Up @@ -1008,6 +1022,7 @@ plaid/model/risk_check_linked_service.py
plaid/model/risk_check_phone.py
plaid/model/risk_check_stolen_identity.py
plaid/model/risk_check_synthetic_identity.py
plaid/model/risk_profile.py
plaid/model/risk_signal_document_reference.py
plaid/model/risk_signal_document_status.py
plaid/model/role.py
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 18.4.0
- Updating to OAS 2020-09-14_1.485.0

## OpenAPI Schema Changes
### 2020-09-14_1.485.0
- Add `/processor/liabilities/get` endpoint

### 2020-09-14_1.484.1
- Add `/identity_verification/autofill/create` (closed beta)

### 2020-09-14_1.484.0
- Add `/statements/refresh` endpoint

### 2020-09-14_1.483.2
- Add `/beacon/duplicate/get` route

### 2020-09-14_1.483.1
- Internal changes only

### 2020-09-14_1.483.0
- Added net new fields to StatementsAccount object: `account_mask`, `account_subtype`, `account_official_name`

# 18.3.0
- Updating to OAS 2020-09-14_1.482.3

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


__version__ = "18.3.0"
__version__ = "18.4.0"

# import ApiClient
from plaid.api_client import ApiClient
Expand Down
Loading

0 comments on commit d162f1a

Please sign in to comment.