OpenAPI generated code at 2024-04-17T20:47:40Z by joleek · Pull Request #514 · plaid/plaid-python · GitHub
Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
25 changes: 25 additions & 0 deletions .openapi-generator/FILES
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,54 @@
See full changelog for the OpenAPI Schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 21.0.0
- Updating to OAS 2020-09-14_1.508.0

## Breaking changes in this version
### 2020-09-14_1.504.2
- [Breaking] Update `network` field type in `/transfer/recurring/create` request from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.
- [Breaking] Update `network` field type in `RecurringTransfer` and `RecurringTransferNullable` from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.

## OpenAPI Schema Changes
### 2020-09-14_1.508.0
- Add new fields to `/cra/bank_income/get` endpoint

### 2020-09-14_1.507.3
- Add `paystub` and `w2` values to custom sandbox configuration schema

### 2020-09-14_1.507.2
- Mark `/transfer/balance/get` endpoint deprecated

### 2020-09-14_1.507.1
- Update `funds_available` description

### 2020-09-14_1.507.0
- Add `funds_available` transfer status and transfer event type

### 2020-09-14_1.506.0
- Add `statements` to the `options` field in the request object for `/sandbox/public_token/create` endpoint

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

### 2020-09-14_1.505.0
- Add `profile` product

### 2020-09-14_1.504.2
- [Breaking] Update `network` field type in `/transfer/recurring/create` request from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.
- [Breaking] Update `network` field type in `RecurringTransfer` and `RecurringTransferNullable` from `TransferACHNetwork` to `TransferRecurringNetwork` as recurring now supports rtp.

### 2020-09-14_1.504.1
- Documentation updates for `/transactions/sync` and Database Match / Database Insights (beta).

### 2020-09-14_1.504.0
- Add new fields to `/transactions/sync` and `/processor/transactions/sync` endpoints

### 2020-09-14_1.503.6
- [Breaking change for Go client library] Make `start_date` and `end_date` required in the `statements` object for the `/link/token/create` endpoint

### 2020-09-14_1.503.5
- Improve description for `RiskCheckIdentityAbuseSignals`

# 20.0.1
- Updating to OAS 2020-09-14_1.503.4

Expand Down
4 changes: 2 additions & 2 deletions plaid/__init__.py
Loading