Skip to content

Commit

Permalink
Merge pull request #609 from plaid/generated_20240116T225107Z
Browse files Browse the repository at this point in the history
OpenAPI generated code at 2024-01-16T22:51:07Z
  • Loading branch information
mattnguyen1 authored Jan 17, 2024
2 parents c52178a + 9bbdae0 commit b285d0c
Show file tree
Hide file tree
Showing 17 changed files with 1,911 additions and 178 deletions.
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.3.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.2.0
- Updating to OAS 2020-09-14_1.482.3

Expand Down
981 changes: 896 additions & 85 deletions api.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The Plaid API
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* The version of the OpenAPI document: 2020-09-14_1.482.3
* The version of the OpenAPI document: 2020-09-14_1.485.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The Plaid API
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* The version of the OpenAPI document: 2020-09-14_1.482.3
* The version of the OpenAPI document: 2020-09-14_1.485.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The Plaid API
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* The version of the OpenAPI document: 2020-09-14_1.482.3
* The version of the OpenAPI document: 2020-09-14_1.485.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -97,7 +97,7 @@ export class Configuration {
if(!this.baseOptions) this.baseOptions = {};
if(!this.baseOptions.headers) this.baseOptions.headers = {};
this.baseOptions.headers = {
['User-Agent']: `Plaid Node v18.2.0`,
['User-Agent']: `Plaid Node v18.3.0`,
['Plaid-Version']: '2020-09-14',
...this.baseOptions.headers,
}
Expand Down
695 changes: 652 additions & 43 deletions dist/api.d.ts

Large diffs are not rendered by default.

353 changes: 322 additions & 31 deletions dist/api.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/base.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The Plaid API
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* The version of the OpenAPI document: 2020-09-14_1.482.3
* The version of the OpenAPI document: 2020-09-14_1.485.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions dist/base.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/common.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The Plaid API
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* The version of the OpenAPI document: 2020-09-14_1.482.3
* The version of the OpenAPI document: 2020-09-14_1.485.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit b285d0c

Please sign in to comment.