Skip to content

Commit 491d722

Browse files
committed
OpenAPI generated code at 2025-10-22T18:46:35Z
1 parent 853e1d4 commit 491d722

File tree

1,926 files changed

+14081
-2049
lines changed

Some content is hidden

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

1,926 files changed

+14081
-2049
lines changed

.openapi-generator/FILES

Lines changed: 92 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG.md

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

3+
# 44.1.0
4+
- Updating to OAS 2020-09-14_1.670.0
5+
6+
## OpenAPI Schema Changes
7+
### 2020-09-14_1.670.0
8+
- Add support for investments to `/cra/check_report/verification/get`
9+
10+
### 2020-09-14_1.669.0
11+
- Add `AccountInsights` to `/asset_report/get`
12+
13+
### 2020-09-14_1.668.3
14+
- Update `identity_creation_result` to be `null` for V0 `/user/create` routes
15+
16+
### 2020-09-14_1.668.2
17+
- (beta) use user_id in `/user/third_party_token/create`
18+
19+
### 2020-09-14_1.668.1
20+
- Add `options` for `network_insights` in `link/token/create`, `cra/check_report/create`, and `cra/check_report/network_insights/get`
21+
22+
### 2020-09-14_1.668.0
23+
24+
- Add support for Cashflow Insights and LendScore, including adding `cra_cashflow_insights` and `cra_lend_score` to Products array and creating new `PlaidLendScoreVersion` schema object.
25+
- Documentation-only changes to support a single, shared Signal Rules-based integration path for Balance and Signal Transaction Scores using `/signal/evaluate`.
26+
- Documentation-only changes to support Transfer for Platforms.
27+
28+
### 2020-09-14_1.667.6
29+
- (beta) new `/protect/report/create` endpoint
30+
31+
### 2020-09-14_1.667.5
32+
- Publish `/transfer/platform/originator/create` to docs
33+
- Publish `/transfer/platform/person/create` to docs
34+
- Publish `/transfer/platform/requirement/submit` to docs
35+
36+
### 2020-09-14_1.667.4
37+
- Fixed a broken documentation link
38+
39+
### 2020-09-14_1.667.3
40+
- Add cra_partner_insights as possible add_ons for `cra/check_report/pdf/get`
41+
42+
### 2020-09-14_1.667.2
43+
- (beta) updated street_1, city, region, and postal_code to no longer be required
44+
45+
### 2020-09-14_1.667.1
46+
- (beta) Allow ClientUserIdentityName to be nullable
47+
348
# 44.0.0
449
- Updating to OAS 2020-09-14_1.667.0
550

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: This image is also built in CircleCI, so limit references to internal repositories.
22
# Keep this in sync with the image in plaid-ruby-release Jenkinsfile
3-
FROM ruby:3.2.0
3+
FROM 345594567237.dkr.ecr.us-east-1.amazonaws.com/docker-hub/library/ruby:3.2.0
44

55
# Create app directory
66
WORKDIR /usr/src/app

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=44.0.0
2+
RUBY_PACKAGE_VERSION=44.1.0
33

44
.PHONY: release
55
release:

lib/plaid.rb

Lines changed: 47 additions & 1 deletion
Large diffs are not rendered by default.

lib/plaid/api/plaid_api.rb

Lines changed: 453 additions & 45 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.667.0
10+
The version of the OpenAPI document: 2020-09-14_1.670.0
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 v44.0.0"
44+
@user_agent = "Plaid Ruby v44.1.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.667.0
6+
The version of the OpenAPI document: 2020-09-14_1.670.0
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.667.0
10+
The version of the OpenAPI document: 2020-09-14_1.670.0
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.667.0
6+
The version of the OpenAPI document: 2020-09-14_1.670.0
77
88
Generated by: https://openapi-generator.tech
99
OpenAPI Generator version: 6.3.0

0 commit comments

Comments
 (0)