README.md in dropbox-sign-1.4.1 vs README.md in dropbox-sign-1.5.0

- old
+ new

@@ -23,11 +23,12 @@ directory that corresponds to the file you want updated. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 3.0.0 -- Package version: 1.4.1 +- Package version: 1.5.0 +- Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Install gem @@ -44,18 +45,18 @@ ``` Then install the gem locally: ```shell -gem install ./dropbox-sign-1.4.1.gem +gem install ./dropbox-sign-1.5.0.gem ``` -(for development, run `gem install --dev ./dropbox-sign-1.4.1.gem` to install the development dependencies) +(for development, run `gem install --dev ./dropbox-sign-1.5.0.gem` to install the development dependencies) Finally add this to the Gemfile: - gem 'dropbox-sign', '~> 1.4.1' + gem 'dropbox-sign', '~> 1.5.0' ### 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: @@ -170,9 +171,10 @@ - [Dropbox::Sign::AccountCreateRequest](docs/AccountCreateRequest.md) - [Dropbox::Sign::AccountCreateResponse](docs/AccountCreateResponse.md) - [Dropbox::Sign::AccountGetResponse](docs/AccountGetResponse.md) - [Dropbox::Sign::AccountResponse](docs/AccountResponse.md) - [Dropbox::Sign::AccountResponseQuotas](docs/AccountResponseQuotas.md) + - [Dropbox::Sign::AccountResponseUsage](docs/AccountResponseUsage.md) - [Dropbox::Sign::AccountUpdateRequest](docs/AccountUpdateRequest.md) - [Dropbox::Sign::AccountVerifyRequest](docs/AccountVerifyRequest.md) - [Dropbox::Sign::AccountVerifyResponse](docs/AccountVerifyResponse.md) - [Dropbox::Sign::AccountVerifyResponseAccount](docs/AccountVerifyResponseAccount.md) - [Dropbox::Sign::ApiAppCreateRequest](docs/ApiAppCreateRequest.md)