Skip to content

Commit 671d1bc

Browse files
author
Carlo Biedenharn
committed
OpenAPI generated code at 2026-06-25T19:10:18Z
1 parent 4330929 commit 671d1bc

2,120 files changed

Lines changed: 6130 additions & 2283 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ plaid/model/auth_verify_numbers_ach.py
128128
plaid/model/auth_verify_request.py
129129
plaid/model/auth_verify_request_numbers.py
130130
plaid/model/auth_verify_response.py
131+
plaid/model/authorization_guarantee_details.py
132+
plaid/model/authorization_guarantee_schedule_item.py
131133
plaid/model/automatically_verified_webhook.py
132134
plaid/model/bank_income_complete_result.py
133135
plaid/model/bank_income_complete_webhook.py
@@ -762,6 +764,9 @@ plaid/model/fdx_consent_grant.py
762764
plaid/model/fdx_consent_grant_resource.py
763765
plaid/model/fdx_consent_grant_status.py
764766
plaid/model/fdx_consent_resource_type.py
767+
plaid/model/fdx_consent_revocation.py
768+
plaid/model/fdx_consent_revocation_record.py
769+
plaid/model/fdx_consent_revocations.py
765770
plaid/model/fdx_content_types.py
766771
plaid/model/fdx_data_cluster.py
767772
plaid/model/fdx_event_status.py
@@ -1520,6 +1525,7 @@ plaid/model/risk_check_email_domain_is_free_provider.py
15201525
plaid/model/risk_check_email_includes_date_of_birth.py
15211526
plaid/model/risk_check_email_is_deliverable_status.py
15221527
plaid/model/risk_check_email_is_edu.py
1528+
plaid/model/risk_check_email_name.py
15231529
plaid/model/risk_check_email_top_level_domain_is_suspicious.py
15241530
plaid/model/risk_check_facial_duplicate.py
15251531
plaid/model/risk_check_factors.py
@@ -1623,6 +1629,8 @@ plaid/model/screening_hit_names_items.py
16231629
plaid/model/screening_status_updated_webhook.py
16241630
plaid/model/security.py
16251631
plaid/model/security_override.py
1632+
plaid/model/selfie_age_check.py
1633+
plaid/model/selfie_age_check_status.py
16261634
plaid/model/selfie_analysis.py
16271635
plaid/model/selfie_analysis_document_comparison.py
16281636
plaid/model/selfie_analysis_facial_analysis.py
@@ -1829,6 +1837,10 @@ plaid/model/transfer_funding_account_with_display_name.py
18291837
plaid/model/transfer_funding_account_with_display_name_all_of.py
18301838
plaid/model/transfer_get_request.py
18311839
plaid/model/transfer_get_response.py
1840+
plaid/model/transfer_guarantee_details.py
1841+
plaid/model/transfer_guarantee_outcome.py
1842+
plaid/model/transfer_guarantee_schedule_item.py
1843+
plaid/model/transfer_guarantee_schedule_item_all_of.py
18321844
plaid/model/transfer_intent_authorization_decision.py
18331845
plaid/model/transfer_intent_create.py
18341846
plaid/model/transfer_intent_create_mode.py

CHANGELOG.md

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

3+
# 40.1.0
4+
- Updating to OAS 2020-09-14_1.698.7
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.698.7
8+
- Add `kanmon` to the `processor` enum on `/processor/token/create`, for creating processor tokens for the Kanmon integration.
9+
10+
### 2020-09-14_1.698.6
11+
- Add `natural` to the `processor` enum on `/processor/token/create`, for creating processor tokens for the Natural integration.
12+
13+
### 2020-09-14_1.698.5
14+
- Add `pay` to the `processor` enum on `/processor/token/create`, for creating processor tokens for the Pay.com integration.
15+
16+
### 2020-09-14_1.698.4
17+
- Remove the 1024-character `maxLength` constraint from `notes` on `/protect/report/create`.
18+
19+
### 2020-09-14_1.698.3
20+
- Add `FRAUD_TRANSACTION` to the `reason_code` enum (`ProductsTerminateReasonCode`) accepted by `/item/products/terminate` and `/user/products/terminate`, for terminating an Item due to transaction-level fraud (e.g. unauthorized transactions, card testing, chargebacks, ACH returns, or disputes).
21+
- Add `/cra/report/get` endpoint with CRA report schemas (CraReportGetRequest, CraReportGetResponse, CraReportGetReport, CraReportGetResponseProduct, CraReportGetProductAttributes, CraReportGetProductMetadata).
22+
23+
### 2020-09-14_1.698.2
24+
- Correct stylization, acronym expansions, and factual errors in schema descriptions: "Bacs" (was "BACS"), "International Bank Account Number", "Business Identifier Code", "Government-Sponsored Enterprise" (was "Government Sponsored Entity"), "Registered Disability Savings Plan (RDSP)" (was "RSDP"), "FATCA" filing requirement (description only; was "FACTA"), "E.164" phone format (was "E. 164"), and "Social Security". Also clarified that `balances.available` and `balances.current` may both be `null` for limited-purpose checking accounts, and corrected an endpoint reference in a description (`/processor/stripe/bank_account_token/create`), and normalized two endpoint summaries to refer to the product as a singular "Consumer Report", and normalized "realtime" to the hyphenated "real-time" in balance descriptions. No changes to API behavior.
25+
26+
### 2020-09-14_1.698.1
27+
- Clarify that `/protect/report/create` requires either `user_id` or at least one supported `incident_event` identifier, and that contextual fields alone do not satisfy this requirement.
28+
29+
### 2020-09-14_1.698.0
30+
- Add `guarantee_details` (optional) to `Transfer` and `TransferAuthorization` schemas to surface adaptive guarantee settlement information. Introduces `TransferGuaranteeOutcome` enum, `AuthorizationGuaranteeScheduleItem` and `TransferGuaranteeScheduleItem` objects, `AuthorizationGuaranteeDetails` (outcome + schedule), and `TransferGuaranteeDetails` (guaranteed_amount + schedule). The authorization schedule omits `observation_window_expiration_time`, which is only meaningful on a created transfer. `guarantee_details` is `null` when no guarantee was attempted. The existing `guarantee_decision` and `guarantee_decision_rationale` fields are deprecated in favor of `guarantee_details`.
31+
- Add `requested_amount` to the `proposed_transfer` object on the `/transfer/authorization/create` response. Surfaces the amount the client originally requested, which can differ from the proposed `amount` when only a partial amount is offered for an adaptive guarantee.
32+
33+
### 2020-09-14_1.697.5
34+
- Document support for UltraFICO® scores through the CRA Partner Insights product.
35+
36+
### 2020-09-14_1.697.4
37+
- Correct spec to reflect two missing enum values: add missing `in_epic` enum value to `IDNumberType` and add missing `IDEMPOTENCY_ERROR` enum value to `ErrorType` schema. No changes to actual API behavior.
38+
339
# 40.0.0
440
- Updating to OAS 2020-09-14_1.697.4
541

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

1212

13-
__version__ = "40.0.0"
13+
__version__ = "40.1.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

0 commit comments

Comments
 (0)