Skip to content

Commit

Permalink
OpenAPI generated code at 2021-09-08T01:09:23Z (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: Chase Farmer <cfarmer@plaid.com>
  • Loading branch information
cgfarmer4 and Chase Farmer authored Sep 8, 2021
1 parent 8cd5d60 commit 3821f36
Show file tree
Hide file tree
Showing 22 changed files with 1,700 additions and 1,030 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 9.2.0
Updating to OAS 2020-09-14_1.31.1.

## 9.1.0
Updating to OAS 2020-09-14_1.26.1.

Expand Down
942 changes: 768 additions & 174 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.26.1
* The version of the OpenAPI document: 2020-09-14_1.31.1
*
*
* 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.26.1
* The version of the OpenAPI document: 2020-09-14_1.31.1
*
*
* 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.26.1
* The version of the OpenAPI document: 2020-09-14_1.31.1
*
*
* 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 v9.1.0`,
['User-Agent']: `Plaid Node v9.2.0`,
['Plaid-Version']: '2020-09-14',
...this.baseOptions.headers,
}
Expand Down
Loading

0 comments on commit 3821f36

Please sign in to comment.