README.md in ory-client-1.15.0 vs README.md in ory-client-1.15.3

- old
+ new

@@ -6,12 +6,12 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v1.15.0 -- Package version: v1.15.0 +- API version: v1.15.3 +- Package version: v1.15.3 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation @@ -24,20 +24,20 @@ ``` Then either install the gem locally: ```shell -gem install ./ory-client-v1.15.0.gem +gem install ./ory-client-v1.15.3.gem ``` -(for development, run `gem install --dev ./ory-client-v1.15.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./ory-client-v1.15.3.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 'ory-client', '~> v1.15.0' + gem 'ory-client', '~> v1.15.3' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/ory/sdk, then add the following in the Gemfile: @@ -306,9 +306,10 @@ - [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md) - [OryClient::HealthStatus](docs/HealthStatus.md) - [OryClient::Identity](docs/Identity.md) - [OryClient::IdentityCredentials](docs/IdentityCredentials.md) - [OryClient::IdentityCredentialsCode](docs/IdentityCredentialsCode.md) + - [OryClient::IdentityCredentialsCodeAddress](docs/IdentityCredentialsCodeAddress.md) - [OryClient::IdentityCredentialsOidc](docs/IdentityCredentialsOidc.md) - [OryClient::IdentityCredentialsOidcProvider](docs/IdentityCredentialsOidcProvider.md) - [OryClient::IdentityCredentialsPassword](docs/IdentityCredentialsPassword.md) - [OryClient::IdentityPatch](docs/IdentityPatch.md) - [OryClient::IdentityPatchResponse](docs/IdentityPatchResponse.md)