Skip to content

Commit 98b193c

Browse files
author
Matt Nguyen
committed
OpenAPI generated code at 2026-02-18T22:33:33Z
1 parent 3f2319b commit 98b193c

2,024 files changed

Lines changed: 2090 additions & 2080 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

plaid/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
66
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
77
8-
The version of the OpenAPI document: 2020-09-14_1.681.4
8+
The version of the OpenAPI document: 2020-09-14_1.681.5
99
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

13-
__version__ = "38.2.0"
13+
__version__ = "38.3.0"
1414

1515
# import ApiClient
1616
from plaid.api_client import ApiClient

plaid/api/plaid_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55

6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

@@ -76,7 +76,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7676
self.default_headers[header_name] = header_value
7777
self.cookie = cookie
7878
# Set default User-Agent.
79-
self.user_agent = 'Plaid Python v38.2.0'
79+
self.user_agent = 'Plaid Python v38.3.0'
8080

8181
def __enter__(self):
8282
return self

plaid/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

@@ -431,8 +431,8 @@ def to_debug_report(self):
431431
return "Python SDK Debug Report:\n"\
432432
"OS: {env}\n"\
433433
"Python Version: {pyversion}\n"\
434-
"Version of the API: 2020-09-14_1.681.4\n"\
435-
"SDK Package Version: 38.2.0".\
434+
"Version of the API: 2020-09-14_1.681.5\n"\
435+
"SDK Package Version: 38.3.0".\
436436
format(env=sys.platform, pyversion=sys.version)
437437

438438
def get_host_settings(self):

plaid/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/aamva_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/aamva_detailed_match_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/aamva_match_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

plaid/model/account_access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The Plaid REST API. Please see https://plaid.com/docs/api for more details. # noqa: E501
55
6-
The version of the OpenAPI document: 2020-09-14_1.681.4
6+
The version of the OpenAPI document: 2020-09-14_1.681.5
77
Generated by: https://openapi-generator.tech
88
"""
99

0 commit comments

Comments
 (0)