Skip to content

Commit 8cd5d60

Browse files
9.1.0 (#463)
1 parent e9dedec commit 8cd5d60

21 files changed

+8332
-5726
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## 9.0.0
1+
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
2+
3+
## 9.1.0
4+
Updating to OAS 2020-09-14_1.26.1.
25

6+
## 9.0.0
37
The official release of the `plaid-node` generated library. Refer to the beta migration guide for tips on migrating from older version of the libraries.
48

59
This particular version is pinned to OpenAPI version `2020-09-14_1.20.6`.

api.ts

Lines changed: 4377 additions & 1406 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.20.6
7+
* The version of the OpenAPI document: 2020-09-14_1.26.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.20.6
7+
* The version of the OpenAPI document: 2020-09-14_1.26.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.20.6
7+
* The version of the OpenAPI document: 2020-09-14_1.26.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.0.0`,
100+
['User-Agent']: `Plaid Node v9.1.0`,
101101
['Plaid-Version']: '2020-09-14',
102102
...this.baseOptions.headers,
103103
}

0 commit comments

Comments
 (0)