Skip to content

Commit 3821f36

Browse files
cgfarmer4Chase Farmer
and
Chase Farmer
authored
OpenAPI generated code at 2021-09-08T01:09:23Z (#465)
Co-authored-by: Chase Farmer <cfarmer@plaid.com>
1 parent 8cd5d60 commit 3821f36

22 files changed

+1700
-1030
lines changed

CHANGELOG.md

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

3+
# 9.2.0
4+
Updating to OAS 2020-09-14_1.31.1.
5+
36
## 9.1.0
47
Updating to OAS 2020-09-14_1.26.1.
58

api.ts

Lines changed: 768 additions & 174 deletions
Large diffs are not rendered by default.

base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The Plaid API
55
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
66
*
7-
* The version of the OpenAPI document: 2020-09-14_1.26.1
7+
* The version of the OpenAPI document: 2020-09-14_1.31.1
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The Plaid API
55
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
66
*
7-
* The version of the OpenAPI document: 2020-09-14_1.26.1
7+
* The version of the OpenAPI document: 2020-09-14_1.31.1
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

configuration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The Plaid API
55
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
66
*
7-
* The version of the OpenAPI document: 2020-09-14_1.26.1
7+
* The version of the OpenAPI document: 2020-09-14_1.31.1
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -97,7 +97,7 @@ export class Configuration {
9797
if(!this.baseOptions) this.baseOptions = {};
9898
if(!this.baseOptions.headers) this.baseOptions.headers = {};
9999
this.baseOptions.headers = {
100-
['User-Agent']: `Plaid Node v9.1.0`,
100+
['User-Agent']: `Plaid Node v9.2.0`,
101101
['Plaid-Version']: '2020-09-14',
102102
...this.baseOptions.headers,
103103
}

0 commit comments

Comments
 (0)