Skip to content

Commit 4700f22

Browse files
author
Matt Nguyen
committed
OpenAPI generated code at 2026-02-18T22:44:20Z
1 parent e70aff6 commit 4700f22

1,985 files changed

Lines changed: 2049 additions & 2033 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ruby embeds the version in the generator where as others don't so it's not possible to cat for it.
2-
RUBY_PACKAGE_VERSION=45.2.0
2+
RUBY_PACKAGE_VERSION=45.3.0
33

44
.PHONY: release
55
release:

lib/plaid.rb

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.
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
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

lib/plaid/api/plaid_api.rb

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.
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

88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

lib/plaid/api_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
99
10-
The version of the OpenAPI document: 2020-09-14_1.681.4
10+
The version of the OpenAPI document: 2020-09-14_1.681.5
1111
1212
Generated by: https://openapi-generator.tech
1313
OpenAPI Generator version: 6.3.0
@@ -41,7 +41,7 @@ class ApiConnectionFailedError < ApiError; end
4141
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
4242
def initialize(config = Configuration.default)
4343
@config = config
44-
@user_agent = "Plaid Ruby v45.2.0"
44+
@user_agent = "Plaid Ruby v45.3.0"
4545
@default_headers = {
4646
'Content-Type' => 'application/json',
4747
'User-Agent' => @user_agent,

lib/plaid/api_error.rb

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.
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
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

lib/plaid/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
99
10-
The version of the OpenAPI document: 2020-09-14_1.681.4
10+
The version of the OpenAPI document: 2020-09-14_1.681.5
1111
1212
Generated by: https://openapi-generator.tech
1313
OpenAPI Generator version: 6.3.0

lib/plaid/models/aamva_analysis.rb

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.
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
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

lib/plaid/models/aamva_detailed_match_result.rb

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.
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
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

lib/plaid/models/aamva_match_result.rb

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.
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
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

0 commit comments

Comments
 (0)