Skip to content

Commit 92dade9

Browse files
mattnguyen1Matt Nguyen
andauthored
OpenAPI generated code at 2025-05-19T18:53:51Z (#519)
Co-authored-by: Matt Nguyen <mnguyen@plaid.com>
1 parent 028acb5 commit 92dade9

1,789 files changed

Lines changed: 3148 additions & 1922 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.

.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,12 @@ docs/CashFlowUpdatesNewIncomeStreamWebhook.md
240240
docs/CashFlowUpdatesNewLoanPaymentWebhook.md
241241
docs/CashflowAttributesVersion.md
242242
docs/CashflowReportGetRequest.md
243+
docs/CashflowReportGetRequestOptions.md
243244
docs/CashflowReportGetResponse.md
245+
docs/CashflowReportPaymentMeta.md
244246
docs/CashflowReportRefreshRequest.md
245247
docs/CashflowReportRefreshResponse.md
248+
docs/CashflowReportTransaction.md
246249
docs/CategoriesGetResponse.md
247250
docs/Category.md
248251
docs/CategoryInsightDetails.md
@@ -2021,9 +2024,12 @@ lib/plaid/models/cash_flow_updates_new_loan_payment_webhook.rb
20212024
lib/plaid/models/cash_flow_updates_nsf_webhook.rb
20222025
lib/plaid/models/cashflow_attributes_version.rb
20232026
lib/plaid/models/cashflow_report_get_request.rb
2027+
lib/plaid/models/cashflow_report_get_request_options.rb
20242028
lib/plaid/models/cashflow_report_get_response.rb
2029+
lib/plaid/models/cashflow_report_payment_meta.rb
20252030
lib/plaid/models/cashflow_report_refresh_request.rb
20262031
lib/plaid/models/cashflow_report_refresh_response.rb
2032+
lib/plaid/models/cashflow_report_transaction.rb
20272033
lib/plaid/models/categories_get_response.rb
20282034
lib/plaid/models/category.rb
20292035
lib/plaid/models/category_insight_details.rb

CHANGELOG.md

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

3+
# 39.0.0
4+
- Updating to OAS 2020-09-14_1.627.4
5+
6+
## Breaking changes in this version
7+
- [BREAKING] (beta) Updated `user_token` field in `UserCreateResponse` to be optional.
8+
9+
## OpenAPI Schema Changes
10+
### 2020-09-14_1.627.4
11+
- Fix incorrect placement of `nullable: true` on `AccountBaseNullable` object, making the object actually `nullable`.
12+
13+
### 2020-09-14_1.627.3
14+
- Add missing `unsent` value as a possible `verification_status` to reflect actual API behavior.
15+
16+
### 2020-09-14_1.637.2
17+
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/create`
18+
- (beta) Add `PLAID-NEW-USER-API-ENABLED` as a header parameter to `/user/remove`
19+
20+
### 2020-09-14_1.637.2
21+
- (beta) Add `user_id` to `/session/token/create` response
22+
23+
### 2020-09-14_1.637.1
24+
- Add optional `institution_id` to `/item/import`
25+
26+
### 2020-09-14_1.637.0
27+
- Add `android_package_name` to `/session/token/create`
28+
29+
### 2020-09-14_1.636.0
30+
- Update `average_inflow_amount` to be positive.
31+
32+
### 2020-09-14_1.635.4
33+
- [BREAKING] (beta) Updated `user_token` field in `UserCreateResponse` to be optional.
34+
- [BREAKING for Go] (beta) Updated `user_token` field in `UserRemoveRequest` to be optional.
35+
- Other hidden changes.
36+
37+
### 2020-09-14_1.635.3
38+
- (beta) Add `user_id` to `/link/token/create` response
39+
340
# 38.0.0
441
- Updating to OAS 2020-09-14_1.635.2
542

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=38.0.0
2+
RUBY_PACKAGE_VERSION=39.0.0
33

44
.PHONY: release
55
release:

lib/plaid.rb

Lines changed: 4 additions & 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.635.2
6+
The version of the OpenAPI document: 2020-09-14_1.627.4
77
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0
@@ -259,9 +259,12 @@
259259
Plaid.autoload :CashFlowUpdatesNewLoanPaymentWebhook, 'plaid/models/cash_flow_updates_new_loan_payment_webhook'
260260
Plaid.autoload :CashflowAttributesVersion, 'plaid/models/cashflow_attributes_version'
261261
Plaid.autoload :CashflowReportGetRequest, 'plaid/models/cashflow_report_get_request'
262+
Plaid.autoload :CashflowReportGetRequestOptions, 'plaid/models/cashflow_report_get_request_options'
262263
Plaid.autoload :CashflowReportGetResponse, 'plaid/models/cashflow_report_get_response'
264+
Plaid.autoload :CashflowReportPaymentMeta, 'plaid/models/cashflow_report_payment_meta'
263265
Plaid.autoload :CashflowReportRefreshRequest, 'plaid/models/cashflow_report_refresh_request'
264266
Plaid.autoload :CashflowReportRefreshResponse, 'plaid/models/cashflow_report_refresh_response'
267+
Plaid.autoload :CashflowReportTransaction, 'plaid/models/cashflow_report_transaction'
265268
Plaid.autoload :CategoriesGetResponse, 'plaid/models/categories_get_response'
266269
Plaid.autoload :Category, 'plaid/models/category'
267270
Plaid.autoload :CategoryInsightDetails, 'plaid/models/category_insight_details'

lib/plaid/api/plaid_api.rb

Lines changed: 19 additions & 13 deletions
Large diffs are not rendered by default.

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.635.2
10+
The version of the OpenAPI document: 2020-09-14_1.627.4
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 v38.0.0"
44+
@user_agent = "Plaid Ruby v39.0.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.635.2
6+
The version of the OpenAPI document: 2020-09-14_1.627.4
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.635.2
10+
The version of the OpenAPI document: 2020-09-14_1.627.4
1111
1212
Generated by: https://openapi-generator.tech
1313
OpenAPI Generator version: 6.3.0

lib/plaid/models/account_access.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.635.2
6+
The version of the OpenAPI document: 2020-09-14_1.627.4
77
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

lib/plaid/models/account_assets.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.635.2
6+
The version of the OpenAPI document: 2020-09-14_1.627.4
77
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

0 commit comments

Comments
 (0)