README.md in ory-client-1.1.41 vs README.md in ory-client-1.1.44

- 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.1.41 -- Package version: v1.1.41 +- API version: v1.1.44 +- Package version: v1.1.44 - 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-v1.1.41.gem +gem install ./ory-client-v1.1.44.gem ``` -(for development, run `gem install --dev ./ory-client-v1.1.41.gem` to install the development dependencies) +(for development, run `gem install --dev ./ory-client-v1.1.44.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.1.41' + gem 'ory-client', '~> v1.1.44' ### 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: @@ -170,10 +170,11 @@ *OryClient::OAuth2Api* | [**revoke_o_auth2_token**](docs/OAuth2Api.md#revoke_o_auth2_token) | **POST** /oauth2/revoke | Revoke OAuth 2.0 Access or Refresh Token *OryClient::OAuth2Api* | [**set_o_auth2_client**](docs/OAuth2Api.md#set_o_auth2_client) | **PUT** /admin/clients/{id} | Set OAuth 2.0 Client *OryClient::OAuth2Api* | [**set_o_auth2_client_lifespans**](docs/OAuth2Api.md#set_o_auth2_client_lifespans) | **PUT** /admin/clients/{id}/lifespans | Set OAuth2 Client Token Lifespans *OryClient::OAuth2Api* | [**trust_o_auth2_jwt_grant_issuer**](docs/OAuth2Api.md#trust_o_auth2_jwt_grant_issuer) | **POST** /admin/trust/grants/jwt-bearer/issuers | Trust OAuth2 JWT Bearer Grant Type Issuer *OryClient::OidcApi* | [**create_oidc_dynamic_client**](docs/OidcApi.md#create_oidc_dynamic_client) | **POST** /oauth2/register | Register OAuth2 Client using OpenID Dynamic Client Registration +*OryClient::OidcApi* | [**create_verifiable_credential**](docs/OidcApi.md#create_verifiable_credential) | **POST** /credentials | Issues a Verifiable Credential *OryClient::OidcApi* | [**delete_oidc_dynamic_client**](docs/OidcApi.md#delete_oidc_dynamic_client) | **DELETE** /oauth2/register/{id} | Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol *OryClient::OidcApi* | [**discover_oidc_configuration**](docs/OidcApi.md#discover_oidc_configuration) | **GET** /.well-known/openid-configuration | OpenID Connect Discovery *OryClient::OidcApi* | [**get_oidc_dynamic_client**](docs/OidcApi.md#get_oidc_dynamic_client) | **GET** /oauth2/register/{id} | Get OAuth2 Client using OpenID Dynamic Client Registration *OryClient::OidcApi* | [**get_oidc_user_info**](docs/OidcApi.md#get_oidc_user_info) | **GET** /userinfo | OpenID Connect Userinfo *OryClient::OidcApi* | [**revoke_oidc_session**](docs/OidcApi.md#revoke_oidc_session) | **GET** /oauth2/sessions/logout | OpenID Connect Front- and Back-channel Enabled Logout @@ -186,17 +187,17 @@ *OryClient::ProjectApi* | [**create_project**](docs/ProjectApi.md#create_project) | **POST** /projects | Create a Project *OryClient::ProjectApi* | [**create_project_api_key**](docs/ProjectApi.md#create_project_api_key) | **POST** /projects/{project}/tokens | Create project API token *OryClient::ProjectApi* | [**delete_project_api_key**](docs/ProjectApi.md#delete_project_api_key) | **DELETE** /projects/{project}/tokens/{token_id} | Delete project API token *OryClient::ProjectApi* | [**get_active_project_in_console**](docs/ProjectApi.md#get_active_project_in_console) | **GET** /console/active/project | Returns the Ory Network Project selected in the Ory Network Console *OryClient::ProjectApi* | [**get_project**](docs/ProjectApi.md#get_project) | **GET** /projects/{project_id} | Get a Project -*OryClient::ProjectApi* | [**get_project_members**](docs/ProjectApi.md#get_project_members) | **GET** /projects/{project_id}/members | Get all members associated with this project +*OryClient::ProjectApi* | [**get_project_members**](docs/ProjectApi.md#get_project_members) | **GET** /projects/{project}/members | Get all members associated with this project *OryClient::ProjectApi* | [**get_project_metrics**](docs/ProjectApi.md#get_project_metrics) | **GET** /projects/{project_id}/metrics | *OryClient::ProjectApi* | [**list_project_api_keys**](docs/ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API Tokens *OryClient::ProjectApi* | [**list_projects**](docs/ProjectApi.md#list_projects) | **GET** /projects | List All Projects *OryClient::ProjectApi* | [**patch_project**](docs/ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration *OryClient::ProjectApi* | [**purge_project**](docs/ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project -*OryClient::ProjectApi* | [**remove_project_member**](docs/ProjectApi.md#remove_project_member) | **DELETE** /projects/{project_id}/members/{member_id} | Remove a member associated with this project +*OryClient::ProjectApi* | [**remove_project_member**](docs/ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project *OryClient::ProjectApi* | [**set_active_project_in_console**](docs/ProjectApi.md#set_active_project_in_console) | **PUT** /console/active/project | Sets the Ory Network Project active in the Ory Network Console *OryClient::ProjectApi* | [**set_project**](docs/ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration *OryClient::RelationshipApi* | [**check_opl_syntax**](docs/RelationshipApi.md#check_opl_syntax) | **POST** /opl/syntax/check | Check the syntax of an OPL file *OryClient::RelationshipApi* | [**create_relationship**](docs/RelationshipApi.md#create_relationship) | **PUT** /admin/relation-tuples | Create a Relationship *OryClient::RelationshipApi* | [**delete_relationships**](docs/RelationshipApi.md#delete_relationships) | **DELETE** /admin/relation-tuples | Delete Relationships @@ -212,10 +213,11 @@ - [OryClient::AcceptOAuth2ConsentRequestSession](docs/AcceptOAuth2ConsentRequestSession.md) - [OryClient::AcceptOAuth2LoginRequest](docs/AcceptOAuth2LoginRequest.md) - [OryClient::ActiveProjectInConsole](docs/ActiveProjectInConsole.md) - [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md) - [OryClient::BatchPatchIdentitiesResponse](docs/BatchPatchIdentitiesResponse.md) + - [OryClient::CORS](docs/CORS.md) - [OryClient::CheckOplSyntaxResult](docs/CheckOplSyntaxResult.md) - [OryClient::CheckPermissionResult](docs/CheckPermissionResult.md) - [OryClient::CloudAccount](docs/CloudAccount.md) - [OryClient::ContinueWith](docs/ContinueWith.md) - [OryClient::ContinueWithSetOrySessionToken](docs/ContinueWithSetOrySessionToken.md) @@ -223,22 +225,26 @@ - [OryClient::ContinueWithVerificationUiFlow](docs/ContinueWithVerificationUiFlow.md) - [OryClient::CourierMessageStatus](docs/CourierMessageStatus.md) - [OryClient::CourierMessageType](docs/CourierMessageType.md) - [OryClient::CreateCustomDomainBody](docs/CreateCustomDomainBody.md) - [OryClient::CreateIdentityBody](docs/CreateIdentityBody.md) + - [OryClient::CreateInviteResponse](docs/CreateInviteResponse.md) - [OryClient::CreateJsonWebKeySet](docs/CreateJsonWebKeySet.md) - [OryClient::CreateProjectApiKeyRequest](docs/CreateProjectApiKeyRequest.md) - [OryClient::CreateProjectBody](docs/CreateProjectBody.md) - [OryClient::CreateProjectBranding](docs/CreateProjectBranding.md) - - [OryClient::CreateProjectInvite](docs/CreateProjectInvite.md) - - [OryClient::CreateProjectInvitesResponse](docs/CreateProjectInvitesResponse.md) + - [OryClient::CreateProjectMemberInviteBody](docs/CreateProjectMemberInviteBody.md) - [OryClient::CreateRecoveryCodeForIdentityBody](docs/CreateRecoveryCodeForIdentityBody.md) - [OryClient::CreateRecoveryLinkForIdentityBody](docs/CreateRecoveryLinkForIdentityBody.md) - [OryClient::CreateRelationshipBody](docs/CreateRelationshipBody.md) - [OryClient::CreateSubscriptionBody](docs/CreateSubscriptionBody.md) + - [OryClient::CreateVerifiableCredentialRequestBody](docs/CreateVerifiableCredentialRequestBody.md) + - [OryClient::CredentialSupportedDraft00](docs/CredentialSupportedDraft00.md) - [OryClient::CustomDomain](docs/CustomDomain.md) - [OryClient::DeleteMySessionsCount](docs/DeleteMySessionsCount.md) + - [OryClient::EmailTemplateData](docs/EmailTemplateData.md) + - [OryClient::EmailTemplateDataBody](docs/EmailTemplateDataBody.md) - [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md) - [OryClient::ErrorBrowserLocationChangeRequired](docs/ErrorBrowserLocationChangeRequired.md) - [OryClient::ErrorFlowReplaced](docs/ErrorFlowReplaced.md) - [OryClient::ErrorGeneric](docs/ErrorGeneric.md) - [OryClient::ErrorOAuth2](docs/ErrorOAuth2.md) @@ -268,10 +274,11 @@ - [OryClient::IdentityWithCredentialsOidcConfig](docs/IdentityWithCredentialsOidcConfig.md) - [OryClient::IdentityWithCredentialsOidcConfigProvider](docs/IdentityWithCredentialsOidcConfigProvider.md) - [OryClient::IdentityWithCredentialsPassword](docs/IdentityWithCredentialsPassword.md) - [OryClient::IdentityWithCredentialsPasswordConfig](docs/IdentityWithCredentialsPasswordConfig.md) - [OryClient::InternalGetProjectBrandingBody](docs/InternalGetProjectBrandingBody.md) + - [OryClient::InternalIsAXWelcomeScreenEnabledForProjectBody](docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md) - [OryClient::InternalIsOwnerForProjectBySlugBody](docs/InternalIsOwnerForProjectBySlugBody.md) - [OryClient::InternalIsOwnerForProjectBySlugResponse](docs/InternalIsOwnerForProjectBySlugResponse.md) - [OryClient::InternalProvisionMockSubscription](docs/InternalProvisionMockSubscription.md) - [OryClient::IntrospectedOAuth2Token](docs/IntrospectedOAuth2Token.md) - [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md) @@ -283,10 +290,11 @@ - [OryClient::KetoNamespace](docs/KetoNamespace.md) - [OryClient::LoginFlow](docs/LoginFlow.md) - [OryClient::LogoutFlow](docs/LogoutFlow.md) - [OryClient::ManagedIdentitySchema](docs/ManagedIdentitySchema.md) - [OryClient::ManagedIdentitySchemaValidationResult](docs/ManagedIdentitySchemaValidationResult.md) + - [OryClient::MemberInvite](docs/MemberInvite.md) - [OryClient::Message](docs/Message.md) - [OryClient::MessageDispatch](docs/MessageDispatch.md) - [OryClient::MetricsDatapoint](docs/MetricsDatapoint.md) - [OryClient::Namespace](docs/Namespace.md) - [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md) @@ -320,17 +328,17 @@ - [OryClient::ProjectApiKey](docs/ProjectApiKey.md) - [OryClient::ProjectBranding](docs/ProjectBranding.md) - [OryClient::ProjectBrandingColors](docs/ProjectBrandingColors.md) - [OryClient::ProjectBrandingTheme](docs/ProjectBrandingTheme.md) - [OryClient::ProjectHost](docs/ProjectHost.md) - - [OryClient::ProjectInvite](docs/ProjectInvite.md) - [OryClient::ProjectMetadata](docs/ProjectMetadata.md) - [OryClient::ProjectServiceIdentity](docs/ProjectServiceIdentity.md) - [OryClient::ProjectServiceOAuth2](docs/ProjectServiceOAuth2.md) - [OryClient::ProjectServicePermission](docs/ProjectServicePermission.md) - [OryClient::ProjectServices](docs/ProjectServices.md) - [OryClient::QuotaUsage](docs/QuotaUsage.md) + - [OryClient::RFC6749ErrorJson](docs/RFC6749ErrorJson.md) - [OryClient::RecoveryCodeForIdentity](docs/RecoveryCodeForIdentity.md) - [OryClient::RecoveryFlow](docs/RecoveryFlow.md) - [OryClient::RecoveryFlowState](docs/RecoveryFlowState.md) - [OryClient::RecoveryIdentityAddress](docs/RecoveryIdentityAddress.md) - [OryClient::RecoveryLinkForIdentity](docs/RecoveryLinkForIdentity.md) @@ -401,9 +409,12 @@ - [OryClient::UpdateSubscriptionBody](docs/UpdateSubscriptionBody.md) - [OryClient::UpdateVerificationFlowBody](docs/UpdateVerificationFlowBody.md) - [OryClient::UpdateVerificationFlowWithCodeMethod](docs/UpdateVerificationFlowWithCodeMethod.md) - [OryClient::UpdateVerificationFlowWithLinkMethod](docs/UpdateVerificationFlowWithLinkMethod.md) - [OryClient::Usage](docs/Usage.md) + - [OryClient::VerifiableCredentialPrimingResponse](docs/VerifiableCredentialPrimingResponse.md) + - [OryClient::VerifiableCredentialProof](docs/VerifiableCredentialProof.md) + - [OryClient::VerifiableCredentialResponse](docs/VerifiableCredentialResponse.md) - [OryClient::VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md) - [OryClient::VerificationFlow](docs/VerificationFlow.md) - [OryClient::VerificationFlowState](docs/VerificationFlowState.md) - [OryClient::Version](docs/Version.md) - [OryClient::Warning](docs/Warning.md)