README.md in ory-client-0.0.1.alpha19 vs README.md in ory-client-0.0.1.alpha21

- 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: v0.0.1-alpha.19 -- Package version: v0.0.1-alpha.19 +- API version: v0.0.1-alpha.21 +- Package version: v0.0.1-alpha.21 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -23,20 +23,20 @@ ``` Then either install the gem locally: ```shell -gem install ./ory-client-v0.0.1-alpha.19.gem +gem install ./ory-client-v0.0.1-alpha.21.gem ``` -(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.19.gem` to install the development dependencies) +(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.21.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', '~> v0.0.1-alpha.19' + gem 'ory-client', '~> v0.0.1-alpha.21' ### 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: @@ -81,10 +81,11 @@ *OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status *OryClient::MetadataApi* | [**prometheus**](docs/MetadataApi.md#prometheus) | **GET** /api/kratos/public/metrics/prometheus | Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so: *OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /api/kratos/admin/identities | Create an Identity *OryClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /api/kratos/admin/recovery/link | Create a Recovery Link *OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /api/kratos/admin/identities/{id} | Delete an Identity +*OryClient::V0alpha2Api* | [**admin_delete_identity_sessions**](docs/V0alpha2Api.md#admin_delete_identity_sessions) | **DELETE** /api/kratos/admin/identities/{id}/sessions | Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity. *OryClient::V0alpha2Api* | [**admin_get_identity**](docs/V0alpha2Api.md#admin_get_identity) | **GET** /api/kratos/admin/identities/{id} | Get an Identity *OryClient::V0alpha2Api* | [**admin_list_identities**](docs/V0alpha2Api.md#admin_list_identities) | **GET** /api/kratos/admin/identities | List Identities *OryClient::V0alpha2Api* | [**admin_update_identity**](docs/V0alpha2Api.md#admin_update_identity) | **PUT** /api/kratos/admin/identities/{id} | Update an Identity *OryClient::V0alpha2Api* | [**create_self_service_logout_flow_url_for_browsers**](docs/V0alpha2Api.md#create_self_service_logout_flow_url_for_browsers) | **GET** /api/kratos/public/self-service/logout/browser | Create a Logout URL for Browsers *OryClient::V0alpha2Api* | [**get_json_schema**](docs/V0alpha2Api.md#get_json_schema) | **GET** /api/kratos/public/schemas/{id} | @@ -92,20 +93,22 @@ *OryClient::V0alpha2Api* | [**get_self_service_login_flow**](docs/V0alpha2Api.md#get_self_service_login_flow) | **GET** /api/kratos/public/self-service/login/flows | Get Login Flow *OryClient::V0alpha2Api* | [**get_self_service_recovery_flow**](docs/V0alpha2Api.md#get_self_service_recovery_flow) | **GET** /api/kratos/public/self-service/recovery/flows | Get Recovery Flow *OryClient::V0alpha2Api* | [**get_self_service_registration_flow**](docs/V0alpha2Api.md#get_self_service_registration_flow) | **GET** /api/kratos/public/self-service/registration/flows | Get Registration Flow *OryClient::V0alpha2Api* | [**get_self_service_settings_flow**](docs/V0alpha2Api.md#get_self_service_settings_flow) | **GET** /api/kratos/public/self-service/settings/flows | Get Settings Flow *OryClient::V0alpha2Api* | [**get_self_service_verification_flow**](docs/V0alpha2Api.md#get_self_service_verification_flow) | **GET** /api/kratos/public/self-service/verification/flows | Get Verification Flow +*OryClient::V0alpha2Api* | [**get_web_authn_java_script**](docs/V0alpha2Api.md#get_web_authn_java_script) | **GET** /api/kratos/public/.well-known/ory/webauthn.js | Get WebAuthn JavaScript *OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_login_flow_for_browsers) | **GET** /api/kratos/public/self-service/login/browser | Initialize Login Flow for Browsers *OryClient::V0alpha2Api* | [**initialize_self_service_login_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_login_flow_without_browser) | **GET** /api/kratos/public/self-service/login/api | Initialize Login Flow for APIs, Services, Apps, ... *OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_for_browsers) | **GET** /api/kratos/public/self-service/recovery/browser | Initialize Recovery Flow for Browsers *OryClient::V0alpha2Api* | [**initialize_self_service_recovery_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_recovery_flow_without_browser) | **GET** /api/kratos/public/self-service/recovery/api | Initialize Recovery Flow for APIs, Services, Apps, ... *OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_for_browsers) | **GET** /api/kratos/public/self-service/registration/browser | Initialize Registration Flow for Browsers *OryClient::V0alpha2Api* | [**initialize_self_service_registration_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_registration_flow_without_browser) | **GET** /api/kratos/public/self-service/registration/api | Initialize Registration Flow for APIs, Services, Apps, ... *OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_for_browsers) | **GET** /api/kratos/public/self-service/settings/browser | Initialize Settings Flow for Browsers *OryClient::V0alpha2Api* | [**initialize_self_service_settings_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_settings_flow_without_browser) | **GET** /api/kratos/public/self-service/settings/api | Initialize Settings Flow for APIs, Services, Apps, ... *OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_for_browsers**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_for_browsers) | **GET** /api/kratos/public/self-service/verification/browser | Initialize Verification Flow for Browser Clients *OryClient::V0alpha2Api* | [**initialize_self_service_verification_flow_without_browser**](docs/V0alpha2Api.md#initialize_self_service_verification_flow_without_browser) | **GET** /api/kratos/public/self-service/verification/api | Initialize Verification Flow for APIs, Services, Apps, ... +*OryClient::V0alpha2Api* | [**list_identity_schemas**](docs/V0alpha2Api.md#list_identity_schemas) | **GET** /api/kratos/public/schemas | *OryClient::V0alpha2Api* | [**submit_self_service_login_flow**](docs/V0alpha2Api.md#submit_self_service_login_flow) | **POST** /api/kratos/public/self-service/login | Submit a Login Flow *OryClient::V0alpha2Api* | [**submit_self_service_logout_flow**](docs/V0alpha2Api.md#submit_self_service_logout_flow) | **GET** /api/kratos/public/self-service/logout | Complete Self-Service Logout *OryClient::V0alpha2Api* | [**submit_self_service_logout_flow_without_browser**](docs/V0alpha2Api.md#submit_self_service_logout_flow_without_browser) | **DELETE** /api/kratos/public/self-service/logout/api | Perform Logout for APIs, Services, Apps, ... *OryClient::V0alpha2Api* | [**submit_self_service_recovery_flow**](docs/V0alpha2Api.md#submit_self_service_recovery_flow) | **POST** /api/kratos/public/self-service/recovery | Complete Recovery Flow *OryClient::V0alpha2Api* | [**submit_self_service_registration_flow**](docs/V0alpha2Api.md#submit_self_service_registration_flow) | **POST** /api/kratos/public/self-service/registration | Submit a Registration Flow @@ -117,62 +120,39 @@ ## Documentation for Models - [OryClient::AdminCreateIdentityBody](docs/AdminCreateIdentityBody.md) - [OryClient::AdminCreateSelfServiceRecoveryLinkBody](docs/AdminCreateSelfServiceRecoveryLinkBody.md) - [OryClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md) - - [OryClient::AuthenticateOKBody](docs/AuthenticateOKBody.md) - [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md) - - [OryClient::ContainerChangeResponseItem](docs/ContainerChangeResponseItem.md) - - [OryClient::ContainerCreateCreatedBody](docs/ContainerCreateCreatedBody.md) - - [OryClient::ContainerTopOKBody](docs/ContainerTopOKBody.md) - - [OryClient::ContainerUpdateOKBody](docs/ContainerUpdateOKBody.md) - - [OryClient::ContainerWaitOKBody](docs/ContainerWaitOKBody.md) - - [OryClient::ContainerWaitOKBodyError](docs/ContainerWaitOKBodyError.md) - - [OryClient::ErrorResponse](docs/ErrorResponse.md) + - [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md) - [OryClient::GenericError](docs/GenericError.md) - - [OryClient::GraphDriverData](docs/GraphDriverData.md) - [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md) - [OryClient::HealthStatus](docs/HealthStatus.md) - - [OryClient::IdResponse](docs/IdResponse.md) - [OryClient::Identity](docs/Identity.md) - [OryClient::IdentityCredentials](docs/IdentityCredentials.md) - [OryClient::IdentityCredentialsType](docs/IdentityCredentialsType.md) + - [OryClient::IdentitySchema](docs/IdentitySchema.md) - [OryClient::IdentityState](docs/IdentityState.md) - - [OryClient::ImageDeleteResponseItem](docs/ImageDeleteResponseItem.md) - - [OryClient::ImageSummary](docs/ImageSummary.md) - [OryClient::InlineResponse200](docs/InlineResponse200.md) - [OryClient::InlineResponse2001](docs/InlineResponse2001.md) - [OryClient::InlineResponse503](docs/InlineResponse503.md) - [OryClient::JsonError](docs/JsonError.md) - - [OryClient::Meta](docs/Meta.md) - - [OryClient::Plugin](docs/Plugin.md) - - [OryClient::PluginConfig](docs/PluginConfig.md) - - [OryClient::PluginConfigArgs](docs/PluginConfigArgs.md) - - [OryClient::PluginConfigInterface](docs/PluginConfigInterface.md) - - [OryClient::PluginConfigLinux](docs/PluginConfigLinux.md) - - [OryClient::PluginConfigNetwork](docs/PluginConfigNetwork.md) - - [OryClient::PluginConfigRootfs](docs/PluginConfigRootfs.md) - - [OryClient::PluginConfigUser](docs/PluginConfigUser.md) - - [OryClient::PluginDevice](docs/PluginDevice.md) - - [OryClient::PluginEnv](docs/PluginEnv.md) - - [OryClient::PluginInterfaceType](docs/PluginInterfaceType.md) - - [OryClient::PluginMount](docs/PluginMount.md) - - [OryClient::PluginSettings](docs/PluginSettings.md) - - [OryClient::Port](docs/Port.md) + - [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md) - [OryClient::RecoveryAddress](docs/RecoveryAddress.md) + - [OryClient::SelfServiceBrowserLocationChangeRequiredError](docs/SelfServiceBrowserLocationChangeRequiredError.md) - [OryClient::SelfServiceError](docs/SelfServiceError.md) + - [OryClient::SelfServiceFlowExpiredError](docs/SelfServiceFlowExpiredError.md) - [OryClient::SelfServiceLoginFlow](docs/SelfServiceLoginFlow.md) - [OryClient::SelfServiceLogoutUrl](docs/SelfServiceLogoutUrl.md) - [OryClient::SelfServiceRecoveryFlow](docs/SelfServiceRecoveryFlow.md) - [OryClient::SelfServiceRecoveryFlowState](docs/SelfServiceRecoveryFlowState.md) - [OryClient::SelfServiceRecoveryLink](docs/SelfServiceRecoveryLink.md) - [OryClient::SelfServiceRegistrationFlow](docs/SelfServiceRegistrationFlow.md) - [OryClient::SelfServiceSettingsFlow](docs/SelfServiceSettingsFlow.md) - [OryClient::SelfServiceSettingsFlowState](docs/SelfServiceSettingsFlowState.md) - [OryClient::SelfServiceVerificationFlow](docs/SelfServiceVerificationFlow.md) - [OryClient::SelfServiceVerificationFlowState](docs/SelfServiceVerificationFlowState.md) - - [OryClient::ServiceUpdateResponse](docs/ServiceUpdateResponse.md) - [OryClient::Session](docs/Session.md) - [OryClient::SessionAuthenticationMethod](docs/SessionAuthenticationMethod.md) - [OryClient::SessionDevice](docs/SessionDevice.md) - [OryClient::SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md) - [OryClient::SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md) @@ -202,15 +182,15 @@ - [OryClient::UiNode](docs/UiNode.md) - [OryClient::UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md) - [OryClient::UiNodeAttributes](docs/UiNodeAttributes.md) - [OryClient::UiNodeImageAttributes](docs/UiNodeImageAttributes.md) - [OryClient::UiNodeInputAttributes](docs/UiNodeInputAttributes.md) + - [OryClient::UiNodeMeta](docs/UiNodeMeta.md) + - [OryClient::UiNodeScriptAttributes](docs/UiNodeScriptAttributes.md) - [OryClient::UiNodeTextAttributes](docs/UiNodeTextAttributes.md) - [OryClient::UiText](docs/UiText.md) - [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md) - [OryClient::Version](docs/Version.md) - - [OryClient::Volume](docs/Volume.md) - - [OryClient::VolumeUsageData](docs/VolumeUsageData.md) ## Documentation for Authorization