Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI generated code at 2025-02-07T19:07:52Z #666

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 42 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 31.0.0
- Updating to OAS 2020-09-14_1.617.1

## Breaking changes in this version
- [Breaking] Removed the deprecated longest_gap_between_transactions, average_inflow_amount, and average_outflow_amount fields from the BaseReportAccountInsights object in the /cra/check_report/base_report/get response.

## OpenAPI Schema Changes
### 2020-09-14_1.617.1
- For Plaid Check: `date_of_birth` is now required within the `consumer_report_user_identity` object when creating or updating a user token.

### 2020-09-14_1.617.0
- [Breaking] Removed the deprecated longest_gap_between_transactions, average_inflow_amount, and average_outflow_amount fields from the BaseReportAccountInsights object in the /cra/check_report/base_report/get response.

### 2020-09-14_1.616.0
- Add `originating_fund_source` to `/wallet/transaction/execute` endpoint.

### 2020-09-14_1.615.0
- Add `account_details_401k` objects to `/investments/auth/get` endpoint.

### 2020-09-14_1.614.1
- Update `owners` field description for empty case

### 2020-09-14_1.614.0
- Add model for the new `retirement_401k` numbers object to the `InvestmentsAuthGetNumbers` schema.

### 2020-09-14_1.613.0
- Add `POST /signal/schedule` endpoint

### 2025-01-27_1.611.0
- Add `end_to_end_id` to `/payment_initiation/payment/get`

### 2020-09-14_1.611.0
- Add RfP to /transfer/capabilities/get

### 2020-09-14_1.610.2
- Update `cashflow_updates` docs to reflect proper cadence

# 30.1.0
- Updating to OAS 2020-09-14_1.610.1
- Updated minimum Axios version to 1.7.4.
Expand Down Expand Up @@ -64,7 +101,7 @@ endpoints.
### 2020-09-14_1.600.2
- Update descriptions for `/network/status/get` request and response fields
- Add `nullable: true` to mortgage `account_number` field in the `MortgageLiability` schema to reflect actual behavior.
- Add `transactions_refresh` to `Products` array to reflect actual behavior; this field is not accepted as input to `/link/token/create` but can be part of supported products array in the `Institution` object.
- Add `transactions_refresh` to `Products` array to reflect actual behavior; this field is not accepted as input to `/link/token/create` but can be part of supported products array in the `Institution` object.

### 2020-09-14_1.600.1
- `depository`+`cash management` Accounts are now eligible for Auth data for certain institutions
Expand Down Expand Up @@ -356,7 +393,7 @@ endpoints.
- add `/issues/get`, `/issues/search`, and `/issues/subscribe` for Support API endpoints.

### 2020-09-14_1.563.0
- Update fields on `item` object in `/item/get` response
- Update fields on `item` object in `/item/get` response
- Add `consented_use_cases` field
- Add `consented_data_scopes` field
- Add `created_at` field
Expand Down Expand Up @@ -539,14 +576,14 @@ endpoints.

### 2020-09-14_1.535.2
- Make some `CraBankIncomeSummary` fields visible.
-
-
### 2020-09-14_1.535.1

### 2020-09-14_1.535.0
- [Breaking for Go] Updated `consumer_report_user_identity` field in `/user/update` to be required to reflect actual API behavior.

### 2020-09-14_1.534.7
- Add `stated_account_number_enabled` to `investments_auth` in `LinkTokenCreateRequest`
- Add `stated_account_number_enabled` to `investments_auth` in `LinkTokenCreateRequest`

### 2020-09-14_1.534.6
- [Breaking] Updated base report endpoints and objects to include `cra` prefix
Expand Down Expand Up @@ -1107,7 +1144,7 @@ endpoints.
- Internal changes only

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

# 18.2.0
- Updating to OAS 2020-09-14_1.482.3
Expand Down
Loading