Skip to content

Commit

Permalink
OpenAPI generated code at 2022-06-27T21:56:00Z (#432)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Chen <[email protected]>
  • Loading branch information
otherchen and Andrew Chen authored Jun 27, 2022
1 parent 2e14767 commit c37a110
Show file tree
Hide file tree
Showing 828 changed files with 1,199 additions and 891 deletions.
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ docs/NumbersBACS.md
docs/NumbersBACSNullable.md
docs/NumbersEFT.md
docs/NumbersEFTNullable.md
docs/NumbersIBANNullable.md
docs/NumbersInternational.md
docs/NumbersInternationalNullable.md
docs/OverrideAccountType.md
Expand Down Expand Up @@ -1269,6 +1270,7 @@ lib/plaid/models/numbers_bacs.rb
lib/plaid/models/numbers_bacs_nullable.rb
lib/plaid/models/numbers_eft.rb
lib/plaid/models/numbers_eft_nullable.rb
lib/plaid/models/numbers_iban_nullable.rb
lib/plaid/models/numbers_international.rb
lib/plaid/models/numbers_international_nullable.rb
lib/plaid/models/override_account_type.rb
Expand Down
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

# 15.9.0
- Updating to OAS 2020-09-14_1.131.3

## OpenAPI Schema Changes
### 2020-09-14_1.131.3
- Update external URL for `/transfer/migrate_account` endpoint

### 2020-09-14_1.131.2
- Add `TRANSFER_LIMIT_REACHED` to enum `TransferAuthorizationDecisionRationaleCode`

### 2020-09-14_1.131.1
- Update `/payment_initiation/consent/*` external docs URLs

### 2020-09-14_1.131.0
- Add `iban` to `counterparty`'s `numbers` field in `/wallet/transaction/execute`

### 2020-09-14_1.130.0
- Update description of `/user/create` to make it more clear what would happen when a client calls the user creation endpoint with the same client_user_id multiple times.

### 2020-09-14_1.129.0
- Add `signal_description` for each risk signal in `/beta/credit/payroll_income/risk_signals/get`
- Change `DocumentRiskSignalInstitutionMetadata` to be nullable

### 2020-09-14_1.128.6
- Fix category rules formatting

### 2020-09-14_1.128.5
- Change description in `UserCustomPassword` to reflect that only top level fields are optional not all fields

### 2020-09-14_1.128.4
- Move Category Rules description to `include_personal_finance_category` flag

# 15.8.0
- Updating to OAS 2020-09-14_1.128.4

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ruby embeds the version in the generator where as others don't so it's not possible to cat for it.
RUBY_PACKAGE_VERSION=15.8.0
RUBY_PACKAGE_VERSION=15.9.0

.PHONY: release
release:
Expand Down
3 changes: 2 additions & 1 deletion lib/plaid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down Expand Up @@ -466,6 +466,7 @@
require 'plaid/models/numbers_bacs_nullable'
require 'plaid/models/numbers_eft'
require 'plaid/models/numbers_eft_nullable'
require 'plaid/models/numbers_iban_nullable'
require 'plaid/models/numbers_international'
require 'plaid/models/numbers_international_nullable'
require 'plaid/models/override_account_type'
Expand Down
10 changes: 5 additions & 5 deletions lib/plaid/api/plaid_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3

Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down Expand Up @@ -3400,7 +3400,7 @@ def income_verification_documents_download_with_http_info(income_verification_do
end

# (Deprecated) Retrieve information from the paystubs used for income verification
# `/income/verification/paystubs/get` returns the information collected from the paystubs that were used to verify an end user''s income. It can be called once the status of the verification has been set to `VERIFICATION_STATUS_PROCESSING_COMPLETE`, as reported by the `INCOME: verification_status` webhook. Attempting to call the endpoint before verification has been completed will result in an error. This endpoint has been deprecated; new integrations should use `/credit/payroll_income/get` instead.
# `/income/verification/paystubs/get` returns the information collected from the paystubs that were used to verify an end user's income. It can be called once the status of the verification has been set to `VERIFICATION_STATUS_PROCESSING_COMPLETE`, as reported by the `INCOME: verification_status` webhook. Attempting to call the endpoint before verification has been completed will result in an error. This endpoint has been deprecated; new integrations should use `/credit/payroll_income/get` instead.
# @param income_verification_paystubs_get_request [IncomeVerificationPaystubsGetRequest]
# @param [Hash] opts the optional parameters
# @return [IncomeVerificationPaystubsGetResponse]
Expand All @@ -3410,7 +3410,7 @@ def income_verification_paystubs_get(income_verification_paystubs_get_request, o
end

# (Deprecated) Retrieve information from the paystubs used for income verification
# &#x60;/income/verification/paystubs/get&#x60; returns the information collected from the paystubs that were used to verify an end user&#39;&#39;s income. It can be called once the status of the verification has been set to &#x60;VERIFICATION_STATUS_PROCESSING_COMPLETE&#x60;, as reported by the &#x60;INCOME: verification_status&#x60; webhook. Attempting to call the endpoint before verification has been completed will result in an error. This endpoint has been deprecated; new integrations should use &#x60;/credit/payroll_income/get&#x60; instead.
# &#x60;/income/verification/paystubs/get&#x60; returns the information collected from the paystubs that were used to verify an end user&#39;s income. It can be called once the status of the verification has been set to &#x60;VERIFICATION_STATUS_PROCESSING_COMPLETE&#x60;, as reported by the &#x60;INCOME: verification_status&#x60; webhook. Attempting to call the endpoint before verification has been completed will result in an error. This endpoint has been deprecated; new integrations should use &#x60;/credit/payroll_income/get&#x60; instead.
# @param income_verification_paystubs_get_request [IncomeVerificationPaystubsGetRequest]
# @param [Hash] opts the optional parameters
# @return [Array<(IncomeVerificationPaystubsGetResponse, Integer, Hash)>] IncomeVerificationPaystubsGetResponse data, response status code and response headers
Expand Down Expand Up @@ -8470,7 +8470,7 @@ def transfer_sweep_list_with_http_info(transfer_sweep_list_request, opts = {})
end

# Create user
# This endpoint should be called for each of your end users before they begin a Plaid income flow. This provides you a single token to access all income data associated with the user. You should only create one per end user.
# This endpoint should be called for each of your end users before they begin a Plaid income flow. This provides you a single token to access all income data associated with the user. You should only create one per end user. If you call the endpoint multiple times with the same client_user_id, the first creation call will succeed and the rest will fail with an error message indicating that the user has been created for the given client_user_id.
# @param user_create_request [UserCreateRequest]
# @param [Hash] opts the optional parameters
# @return [UserCreateResponse]
Expand All @@ -8480,7 +8480,7 @@ def user_create(user_create_request, opts = {})
end

# Create user
# This endpoint should be called for each of your end users before they begin a Plaid income flow. This provides you a single token to access all income data associated with the user. You should only create one per end user.
# This endpoint should be called for each of your end users before they begin a Plaid income flow. This provides you a single token to access all income data associated with the user. You should only create one per end user. If you call the endpoint multiple times with the same client_user_id, the first creation call will succeed and the rest will fail with an error message indicating that the user has been created for the given client_user_id.
# @param user_create_request [UserCreateRequest]
# @param [Hash] opts the optional parameters
# @return [Array<(UserCreateResponse, Integer, Hash)>] UserCreateResponse data, response status code and response headers
Expand Down
4 changes: 2 additions & 2 deletions lib/plaid/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down Expand Up @@ -33,7 +33,7 @@ class ApiClient
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
def initialize(config = Configuration.default)
@config = config
@user_agent = "Plaid Ruby v15.8.0"
@user_agent = "Plaid Ruby v15.9.0"
@default_headers = {
'Content-Type' => 'application/json',
'User-Agent' => @user_agent,
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/api_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_access.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_assets_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_balance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_filters_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_identity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_identity_all_of.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_product_access.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_product_access_nullable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_selection_cardinality.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_subtype.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/account_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/accounts_balance_get_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/accounts_balance_get_request_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/accounts_get_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/accounts_get_request_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/accounts_get_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/ach_class.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/address_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/address_data_nullable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/address_nullable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/address_purpose_label.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plaid/models/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.128.4
The version of the OpenAPI document: 2020-09-14_1.131.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
Expand Down
Loading

0 comments on commit c37a110

Please sign in to comment.