README.md in velopayments-2.19.116 vs README.md in velopayments-2.20.29.beta1

- old
+ new

@@ -77,12 +77,12 @@ If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.19.116 -- Package version: 2.19.116 +- API version: 2.20.29 +- Package version: 2.20.29 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -94,20 +94,20 @@ ``` Then either install the gem locally: ```shell -gem install ./velopayments-2.19.116.gem +gem install ./velopayments-2.20.29.gem ``` -(for development, run `gem install --dev ./velopayments-2.19.116.gem` to install the development dependencies) +(for development, run `gem install --dev ./velopayments-2.20.29.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'velopayments', '~> 2.19.116' + gem 'velopayments', '~> 2.20.29' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: @@ -302,9 +302,11 @@ - [VeloPayments::InlineResponse400Errors](docs/InlineResponse400Errors.md) - [VeloPayments::InlineResponse401](docs/InlineResponse401.md) - [VeloPayments::InlineResponse401Errors](docs/InlineResponse401Errors.md) - [VeloPayments::InlineResponse403](docs/InlineResponse403.md) - [VeloPayments::InlineResponse403Errors](docs/InlineResponse403Errors.md) + - [VeloPayments::InlineResponse409](docs/InlineResponse409.md) + - [VeloPayments::InlineResponse409Errors](docs/InlineResponse409Errors.md) - [VeloPayments::InvitationStatus](docs/InvitationStatus.md) - [VeloPayments::InvitationStatusResponse](docs/InvitationStatusResponse.md) - [VeloPayments::InvitePayeeRequest](docs/InvitePayeeRequest.md) - [VeloPayments::InvitePayeeRequest2](docs/InvitePayeeRequest2.md) - [VeloPayments::InviteUserRequest](docs/InviteUserRequest.md)