From fe9ad6518122fcc5dda8b11dd0b137815ee21efc Mon Sep 17 00:00:00 2001
From: aeneasr <3372410+aeneasr@users.noreply.github.com>
Date: Mon, 18 Nov 2024 15:28:12 +0100
Subject: [PATCH 1/2] feat: add kotlin support
---
config/client/kotlin.yml | 9 +++++++++
scripts/generate.sh | 21 +++++++++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 config/client/kotlin.yml
diff --git a/config/client/kotlin.yml b/config/client/kotlin.yml
new file mode 100644
index 00000000000..b3faf3ea8db
--- /dev/null
+++ b/config/client/kotlin.yml
@@ -0,0 +1,9 @@
+failOnUnknownProperties: false
+packageName: client
+enumClassPrefix: true
+useOneOfDiscriminatorLookup: true
+
+
+artifactId: ${JAVA_ARTIFACT_ID}
+artifactVersion: $VERSION
+library: multiplatform
diff --git a/scripts/generate.sh b/scripts/generate.sh
index 49d42eade1a..b8e54867fbf 100755
--- a/scripts/generate.sh
+++ b/scripts/generate.sh
@@ -251,6 +251,25 @@ dart () {
(cd $dir; command dart run build_runner build)
}
+kotlin () {
+ echo "Generating Dart..."
+
+ dir="clients/${PROJECT}/kotlin"
+ rm -rf "$dir" || true
+ mkdir -p "$dir"
+
+ openapi-generator-cli version-manager set 7.7.0
+ openapi-generator-cli generate -i "${SPEC_FILE}" \
+ -g kotlin\
+ -o "$dir" \
+ --git-user-id ory \
+ --git-repo-id sdk \
+ --git-host github.com \
+ -c ./config/client/kotlin.yml.proc.yml
+
+ cp "LICENSE" "clients/${PROJECT}/kotlin"
+}
+
rust () {
echo "Generating Rust..."
@@ -306,6 +325,8 @@ elixir () {
cp "LICENSE" "clients/${PROJECT}/elixir"
}
+kotlin
+
elixir
typescript
typescript_fetch
From 93823a03fa36f47bb7b1da4bf5e9016228ba69e6 Mon Sep 17 00:00:00 2001
From: aeneasr <3372410+aeneasr@users.noreply.github.com>
Date: Tue, 3 Dec 2024 22:04:58 +0100
Subject: [PATCH 2/2] chore: synchronize workspaces
---
README.md | 2 +-
clients/client/dart/README.md | 4 +-
clients/client/dart/pubspec.yaml | 2 +-
.../client/dotnet/.openapi-generator/VERSION | 2 +-
clients/client/dotnet/Ory.Client.sln | 10 +-
clients/client/dotnet/README.md | 6 +-
clients/client/dotnet/api/openapi.yaml | 2 +-
.../Ory.Client.Test/Api/CourierApiTests.cs | 2 +-
.../src/Ory.Client.Test/Api/EventsApiTests.cs | 2 +-
.../Ory.Client.Test/Api/FrontendApiTests.cs | 2 +-
.../Ory.Client.Test/Api/IdentityApiTests.cs | 2 +-
.../src/Ory.Client.Test/Api/JwkApiTests.cs | 2 +-
.../Ory.Client.Test/Api/MetadataApiTests.cs | 2 +-
.../src/Ory.Client.Test/Api/OAuth2ApiTests.cs | 2 +-
.../src/Ory.Client.Test/Api/OidcApiTests.cs | 2 +-
.../Ory.Client.Test/Api/PermissionApiTests.cs | 2 +-
.../Ory.Client.Test/Api/ProjectApiTests.cs | 2 +-
.../Api/RelationshipApiTests.cs | 2 +-
.../Ory.Client.Test/Api/WellknownApiTests.cs | 2 +-
.../Ory.Client.Test/Api/WorkspaceApiTests.cs | 2 +-
...tAcceptOAuth2ConsentRequestSessionTests.cs | 2 +-
.../ClientAcceptOAuth2ConsentRequestTests.cs | 2 +-
.../ClientAcceptOAuth2LoginRequestTests.cs | 2 +-
...ientAccountExperienceConfigurationTests.cs | 2 +-
...entAccountExperienceThemeVariablesTests.cs | 2 +-
.../ClientActiveProjectInConsoleTests.cs | 2 +-
.../ClientAddProjectToWorkspaceBodyTests.cs | 2 +-
.../Model/ClientAttributeFilterTests.cs | 2 +-
.../Model/ClientAttributeTests.cs | 2 +-
.../ClientAttributesCountDatapointTests.cs | 2 +-
.../ClientAuthenticatorAssuranceLevelTests.cs | 2 +-
.../ClientBatchCheckPermissionBodyTests.cs | 2 +-
.../ClientBatchCheckPermissionResultTests.cs | 2 +-
...ClientBatchPatchIdentitiesResponseTests.cs | 2 +-
.../Model/ClientBillingPeriodBucketTests.cs | 2 +-
.../Model/ClientCheckOplSyntaxResultTests.cs | 2 +-
.../Model/ClientCheckPermissionResultTests.cs | 2 +-
...ientCheckPermissionResultWithErrorTests.cs | 2 +-
.../Model/ClientCloudAccountTests.cs | 2 +-
...ClientConsistencyRequestParametersTests.cs | 2 +-
.../ClientContinueWithRecoveryUiFlowTests.cs | 2 +-
.../ClientContinueWithRecoveryUiTests.cs | 2 +-
...lientContinueWithRedirectBrowserToTests.cs | 2 +-
...ientContinueWithSetOrySessionTokenTests.cs | 2 +-
.../ClientContinueWithSettingsUiFlowTests.cs | 2 +-
.../ClientContinueWithSettingsUiTests.cs | 2 +-
.../Model/ClientContinueWithTests.cs | 2 +-
...ientContinueWithVerificationUiFlowTests.cs | 2 +-
.../ClientContinueWithVerificationUiTests.cs | 2 +-
.../Model/ClientCourierMessageStatusTests.cs | 2 +-
.../Model/ClientCourierMessageTypeTests.cs | 2 +-
.../ClientCreateCustomDomainBodyTests.cs | 2 +-
.../Model/ClientCreateEventStreamBodyTests.cs | 2 +-
.../Model/ClientCreateIdentityBodyTests.cs | 2 +-
.../Model/ClientCreateInviteResponseTests.cs | 2 +-
.../Model/ClientCreateJsonWebKeySetTests.cs | 2 +-
.../ClientCreateProjectApiKeyRequestTests.cs | 2 +-
.../Model/ClientCreateProjectBodyTests.cs | 2 +-
.../Model/ClientCreateProjectBrandingTests.cs | 2 +-
...lientCreateProjectMemberInviteBodyTests.cs | 2 +-
...ientCreateProjectNormalizedPayloadTests.cs | 2 +-
...tCreateRecoveryCodeForIdentityBodyTests.cs | 2 +-
...tCreateRecoveryLinkForIdentityBodyTests.cs | 2 +-
.../ClientCreateRelationshipBodyTests.cs | 2 +-
.../ClientCreateSubscriptionBodyTests.cs | 2 +-
.../ClientCreateSubscriptionCommonTests.cs | 2 +-
...ateVerifiableCredentialRequestBodyTests.cs | 2 +-
.../ClientCreateWorkspaceApiKeyBodyTests.cs | 2 +-
.../Model/ClientCreateWorkspaceBodyTests.cs | 2 +-
...entCreateWorkspaceMemberInviteBodyTests.cs | 2 +-
...entCreateWorkspaceSubscriptionBodyTests.cs | 2 +-
.../ClientCredentialSupportedDraft00Tests.cs | 2 +-
.../Model/ClientCustomDomainTests.cs | 2 +-
.../Model/ClientDeleteMySessionsCountTests.cs | 2 +-
.../Model/ClientEmailTemplateDataBodyTests.cs | 2 +-
.../Model/ClientEmailTemplateDataTests.cs | 2 +-
...nticatorAssuranceLevelNotSatisfiedTests.cs | 2 +-
...ErrorBrowserLocationChangeRequiredTests.cs | 2 +-
.../Model/ClientErrorFlowReplacedTests.cs | 2 +-
.../Model/ClientErrorGenericTests.cs | 2 +-
.../Model/ClientErrorOAuth2Tests.cs | 2 +-
.../Model/ClientEventStreamTests.cs | 2 +-
.../ClientExpandedPermissionTreeTests.cs | 2 +-
.../Model/ClientFlowErrorTests.cs | 2 +-
.../Model/ClientGenericErrorContentTests.cs | 2 +-
.../Model/ClientGenericErrorTests.cs | 2 +-
.../Model/ClientGenericUsageTests.cs | 2 +-
.../ClientGetAttributesCountResponseTests.cs | 2 +-
...ntGetManagedIdentitySchemaLocationTests.cs | 2 +-
...tGetMetricsEventAttributesResponseTests.cs | 2 +-
...ClientGetMetricsEventTypesResponseTests.cs | 2 +-
.../ClientGetOrganizationResponseTests.cs | 2 +-
.../Model/ClientGetProjectEventsBodyTests.cs | 2 +-
.../ClientGetProjectEventsResponseTests.cs | 2 +-
.../ClientGetProjectMetricsResponseTests.cs | 2 +-
.../ClientGetSessionActivityResponseTests.cs | 2 +-
.../Model/ClientGetVersion200ResponseTests.cs | 2 +-
.../Model/ClientHealthNotReadyStatusTests.cs | 2 +-
.../Model/ClientHealthStatusTests.cs | 2 +-
...ientIdentityCredentialsCodeAddressTests.cs | 2 +-
.../ClientIdentityCredentialsCodeTests.cs | 2 +-
...entIdentityCredentialsOidcProviderTests.cs | 2 +-
.../ClientIdentityCredentialsOidcTests.cs | 2 +-
.../ClientIdentityCredentialsPasswordTests.cs | 2 +-
.../Model/ClientIdentityCredentialsTests.cs | 2 +-
.../Model/ClientIdentityPatchResponseTests.cs | 2 +-
.../Model/ClientIdentityPatchTests.cs | 2 +-
.../ClientIdentitySchemaContainerTests.cs | 2 +-
.../Model/ClientIdentitySchemaPresetTests.cs | 2 +-
.../Model/ClientIdentityTests.cs | 2 +-
...yWithCredentialsOidcConfigProviderTests.cs | 2 +-
...tIdentityWithCredentialsOidcConfigTests.cs | 2 +-
.../ClientIdentityWithCredentialsOidcTests.cs | 2 +-
...ntityWithCredentialsPasswordConfigTests.cs | 2 +-
...entIdentityWithCredentialsPasswordTests.cs | 2 +-
.../ClientIdentityWithCredentialsTests.cs | 2 +-
...ientInternalGetProjectBrandingBodyTests.cs | 2 +-
...WelcomeScreenEnabledForProjectBodyTests.cs | 2 +-
...nternalIsOwnerForProjectBySlugBodyTests.cs | 2 +-
...nalIsOwnerForProjectBySlugResponseTests.cs | 2 +-
.../ClientIntrospectedOAuth2TokenTests.cs | 2 +-
.../Model/ClientInvoiceDataV1Tests.cs | 2 +-
.../Model/ClientInvoiceTests.cs | 2 +-
.../ClientIsOwnerForProjectBySlugTests.cs | 2 +-
.../Model/ClientJsonPatchTests.cs | 2 +-
.../Model/ClientJsonWebKeySetTests.cs | 2 +-
.../Model/ClientJsonWebKeyTests.cs | 2 +-
.../Model/ClientKetoNamespaceTests.cs | 2 +-
.../Model/ClientLineItemV1Tests.cs | 2 +-
.../Model/ClientListEventStreamsTests.cs | 2 +-
.../Model/ClientListInvoicesResponseTests.cs | 2 +-
.../ClientListOrganizationsResponseTests.cs | 2 +-
.../Model/ClientListWorkspaceProjectsTests.cs | 2 +-
.../Model/ClientListWorkspacesTests.cs | 2 +-
.../Model/ClientLoginFlowStateTests.cs | 2 +-
.../Model/ClientLoginFlowTests.cs | 2 +-
.../Model/ClientLogoutFlowTests.cs | 2 +-
.../Model/ClientManagedIdentitySchemaTests.cs | 2 +-
...agedIdentitySchemaValidationResultTests.cs | 2 +-
.../Model/ClientMemberInviteTests.cs | 2 +-
.../Model/ClientMessageDispatchTests.cs | 2 +-
.../Model/ClientMessageTests.cs | 2 +-
.../Model/ClientMetricsDatapointTests.cs | 2 +-
.../Ory.Client.Test/Model/ClientMoneyTests.cs | 2 +-
.../Model/ClientNamespaceTests.cs | 2 +-
.../ClientNeedsPrivilegedSessionErrorTests.cs | 2 +-
...lizedProjectRevisionCourierChannelTests.cs | 2 +-
...lientNormalizedProjectRevisionHookTests.cs | 2 +-
...lizedProjectRevisionIdentitySchemaTests.cs | 2 +-
.../ClientNormalizedProjectRevisionTests.cs | 2 +-
...dProjectRevisionThirdPartyProviderTests.cs | 2 +-
...edProjectRevisionTokenizerTemplateTests.cs | 2 +-
.../Model/ClientNormalizedProjectTests.cs | 2 +-
.../Model/ClientOAuth2ClientTests.cs | 2 +-
.../ClientOAuth2ClientTokenLifespansTests.cs | 2 +-
...ConsentRequestOpenIDConnectContextTests.cs | 2 +-
.../Model/ClientOAuth2ConsentRequestTests.cs | 2 +-
...lientOAuth2ConsentSessionExpiresAtTests.cs | 2 +-
.../Model/ClientOAuth2ConsentSessionTests.cs | 2 +-
.../Model/ClientOAuth2LoginRequestTests.cs | 2 +-
.../Model/ClientOAuth2LogoutRequestTests.cs | 2 +-
.../Model/ClientOAuth2RedirectToTests.cs | 2 +-
.../Model/ClientOAuth2TokenExchangeTests.cs | 2 +-
.../Model/ClientOidcConfigurationTests.cs | 2 +-
.../Model/ClientOidcUserInfoTests.cs | 2 +-
.../Model/ClientOrganizationBodyTests.cs | 2 +-
.../Model/ClientOrganizationTests.cs | 2 +-
.../Model/ClientPaginationHeadersTests.cs | 2 +-
.../Model/ClientPaginationTests.cs | 2 +-
.../Model/ClientParseErrorTests.cs | 2 +-
.../Model/ClientPatchIdentitiesBodyTests.cs | 2 +-
.../ClientPerformNativeLogoutBodyTests.cs | 2 +-
.../ClientPermissionsOnWorkspaceTests.cs | 2 +-
.../Model/ClientPlanDetailsTests.cs | 2 +-
.../Ory.Client.Test/Model/ClientPlanTests.cs | 2 +-
.../ClientPostCheckPermissionBodyTests.cs | 2 +-
...ientPostCheckPermissionOrErrorBodyTests.cs | 2 +-
.../Model/ClientProjectApiKeyTests.cs | 2 +-
.../Model/ClientProjectBrandingColorsTests.cs | 2 +-
.../Model/ClientProjectBrandingTests.cs | 2 +-
.../Model/ClientProjectBrandingThemeTests.cs | 2 +-
.../Model/ClientProjectCorsTests.cs | 2 +-
.../ClientProjectEventsDatapointTests.cs | 2 +-
.../Model/ClientProjectHostTests.cs | 2 +-
.../Model/ClientProjectMemberTests.cs | 2 +-
.../Model/ClientProjectMetadataTests.cs | 2 +-
.../ClientProjectServiceIdentityTests.cs | 2 +-
.../Model/ClientProjectServiceOAuth2Tests.cs | 2 +-
.../ClientProjectServicePermissionTests.cs | 2 +-
.../Model/ClientProjectServicesTests.cs | 2 +-
.../Model/ClientProjectTests.cs | 2 +-
.../Model/ClientQuotaUsageTests.cs | 2 +-
.../Model/ClientRFC6749ErrorJsonTests.cs | 2 +-
.../ClientRecoveryCodeForIdentityTests.cs | 2 +-
.../Model/ClientRecoveryFlowStateTests.cs | 2 +-
.../Model/ClientRecoveryFlowTests.cs | 2 +-
.../ClientRecoveryIdentityAddressTests.cs | 2 +-
.../ClientRecoveryLinkForIdentityTests.cs | 2 +-
.../Model/ClientRegistrationFlowStateTests.cs | 2 +-
.../Model/ClientRegistrationFlowTests.cs | 2 +-
.../Model/ClientRejectOAuth2RequestTests.cs | 2 +-
.../Model/ClientRelationQueryTests.cs | 2 +-
.../ClientRelationshipNamespacesTests.cs | 2 +-
.../Model/ClientRelationshipPatchTests.cs | 2 +-
.../Model/ClientRelationshipTests.cs | 2 +-
.../Model/ClientRelationshipsTests.cs | 2 +-
.../Model/ClientSchemaPatchTests.cs | 2 +-
.../ClientSelfServiceFlowExpiredErrorTests.cs | 2 +-
.../ClientSessionActivityDatapointTests.cs | 2 +-
.../ClientSessionAuthenticationMethodTests.cs | 2 +-
.../Model/ClientSessionDeviceTests.cs | 2 +-
.../Model/ClientSessionTests.cs | 2 +-
...lientSetActiveProjectInConsoleBodyTests.cs | 2 +-
.../Model/ClientSetCustomDomainBodyTests.cs | 2 +-
.../Model/ClientSetEventStreamBodyTests.cs | 2 +-
.../ClientSetProjectBrandingThemeBodyTests.cs | 2 +-
.../Model/ClientSetProjectTests.cs | 2 +-
.../Model/ClientSettingsFlowStateTests.cs | 2 +-
.../Model/ClientSettingsFlowTests.cs | 2 +-
.../Model/ClientSourcePositionTests.cs | 2 +-
.../Model/ClientSubjectSetTests.cs | 2 +-
.../Model/ClientSubscriptionTests.cs | 2 +-
...ientSuccessfulCodeExchangeResponseTests.cs | 2 +-
.../Model/ClientSuccessfulNativeLoginTests.cs | 2 +-
...ClientSuccessfulNativeRegistrationTests.cs | 2 +-
.../ClientSuccessfulProjectUpdateTests.cs | 2 +-
.../Model/ClientTaxLineItemTests.cs | 2 +-
.../Model/ClientTimeIntervalTests.cs | 2 +-
.../ClientTokenPaginationHeadersTests.cs | 2 +-
...ntTokenPaginationRequestParametersTests.cs | 2 +-
...ientTokenPaginationResponseHeadersTests.cs | 2 +-
.../Model/ClientTokenPaginationTests.cs | 2 +-
.../ClientTrustOAuth2JwtGrantIssuerTests.cs | 2 +-
.../ClientTrustedOAuth2JwtGrantIssuerTests.cs | 2 +-
...entTrustedOAuth2JwtGrantJsonWebKeyTests.cs | 2 +-
.../Model/ClientUiContainerTests.cs | 2 +-
.../ClientUiNodeAnchorAttributesTests.cs | 2 +-
.../Model/ClientUiNodeAttributesTests.cs | 2 +-
.../Model/ClientUiNodeImageAttributesTests.cs | 2 +-
.../Model/ClientUiNodeInputAttributesTests.cs | 2 +-
.../Model/ClientUiNodeMetaTests.cs | 2 +-
.../ClientUiNodeScriptAttributesTests.cs | 2 +-
.../Model/ClientUiNodeTests.cs | 2 +-
.../Model/ClientUiNodeTextAttributesTests.cs | 2 +-
.../Model/ClientUiTextTests.cs | 2 +-
.../Model/ClientUpdateIdentityBodyTests.cs | 2 +-
.../Model/ClientUpdateLoginFlowBodyTests.cs | 2 +-
...lientUpdateLoginFlowWithCodeMethodTests.cs | 2 +-
...LoginFlowWithIdentifierFirstMethodTests.cs | 2 +-
...ateLoginFlowWithLookupSecretMethodTests.cs | 2 +-
...lientUpdateLoginFlowWithOidcMethodTests.cs | 2 +-
...ntUpdateLoginFlowWithPasskeyMethodTests.cs | 2 +-
...tUpdateLoginFlowWithPasswordMethodTests.cs | 2 +-
...lientUpdateLoginFlowWithTotpMethodTests.cs | 2 +-
...tUpdateLoginFlowWithWebAuthnMethodTests.cs | 2 +-
.../ClientUpdateRecoveryFlowBodyTests.cs | 2 +-
...ntUpdateRecoveryFlowWithCodeMethodTests.cs | 2 +-
...ntUpdateRecoveryFlowWithLinkMethodTests.cs | 2 +-
.../ClientUpdateRegistrationFlowBodyTests.cs | 2 +-
...dateRegistrationFlowWithCodeMethodTests.cs | 2 +-
...dateRegistrationFlowWithOidcMethodTests.cs | 2 +-
...eRegistrationFlowWithPasskeyMethodTests.cs | 2 +-
...RegistrationFlowWithPasswordMethodTests.cs | 2 +-
...eRegistrationFlowWithProfileMethodTests.cs | 2 +-
...RegistrationFlowWithWebAuthnMethodTests.cs | 2 +-
.../ClientUpdateSettingsFlowBodyTests.cs | 2 +-
...UpdateSettingsFlowWithLookupMethodTests.cs | 2 +-
...ntUpdateSettingsFlowWithOidcMethodTests.cs | 2 +-
...pdateSettingsFlowWithPasskeyMethodTests.cs | 2 +-
...dateSettingsFlowWithPasswordMethodTests.cs | 2 +-
...pdateSettingsFlowWithProfileMethodTests.cs | 2 +-
...ntUpdateSettingsFlowWithTotpMethodTests.cs | 2 +-
...dateSettingsFlowWithWebAuthnMethodTests.cs | 2 +-
.../ClientUpdateSubscriptionBodyTests.cs | 2 +-
.../ClientUpdateVerificationFlowBodyTests.cs | 2 +-
...dateVerificationFlowWithCodeMethodTests.cs | 2 +-
...dateVerificationFlowWithLinkMethodTests.cs | 2 +-
.../Model/ClientUpdateWorkspaceBodyTests.cs | 2 +-
.../Ory.Client.Test/Model/ClientUsageTests.cs | 2 +-
...erifiableCredentialPrimingResponseTests.cs | 2 +-
.../ClientVerifiableCredentialProofTests.cs | 2 +-
...ClientVerifiableCredentialResponseTests.cs | 2 +-
.../ClientVerifiableIdentityAddressTests.cs | 2 +-
.../Model/ClientVerificationFlowStateTests.cs | 2 +-
.../Model/ClientVerificationFlowTests.cs | 2 +-
.../Model/ClientVersionTests.cs | 2 +-
.../Model/ClientWarningTests.cs | 2 +-
.../Model/ClientWorkspaceApiKeyTests.cs | 2 +-
.../Model/ClientWorkspaceTests.cs | 2 +-
.../dotnet/src/Ory.Client/Api/CourierApi.cs | 18 +-
.../dotnet/src/Ory.Client/Api/EventsApi.cs | 34 +-
.../dotnet/src/Ory.Client/Api/FrontendApi.cs | 242 +-
.../dotnet/src/Ory.Client/Api/IdentityApi.cs | 146 +-
.../dotnet/src/Ory.Client/Api/JwkApi.cs | 58 +-
.../dotnet/src/Ory.Client/Api/MetadataApi.cs | 10 +-
.../dotnet/src/Ory.Client/Api/OAuth2Api.cs | 226 +-
.../dotnet/src/Ory.Client/Api/OidcApi.cs | 66 +-
.../src/Ory.Client/Api/PermissionApi.cs | 50 +-
.../dotnet/src/Ory.Client/Api/ProjectApi.cs | 138 +-
.../src/Ory.Client/Api/RelationshipApi.cs | 50 +-
.../dotnet/src/Ory.Client/Api/WellknownApi.cs | 10 +-
.../dotnet/src/Ory.Client/Api/WorkspaceApi.cs | 66 +-
.../dotnet/src/Ory.Client/Client/ApiClient.cs | 42 +-
.../src/Ory.Client/Client/ApiException.cs | 2 +-
.../src/Ory.Client/Client/ApiResponse.cs | 2 +-
.../Client/Auth/OAuthAuthenticator.cs | 11 +-
.../src/Ory.Client/Client/Auth/OAuthFlow.cs | 2 +-
.../Ory.Client/Client/Auth/TokenResponse.cs | 2 +-
.../src/Ory.Client/Client/ClientUtils.cs | 4 +-
.../src/Ory.Client/Client/Configuration.cs | 21 +-
.../src/Ory.Client/Client/ExceptionFactory.cs | 2 +-
.../Ory.Client/Client/GlobalConfiguration.cs | 2 +-
.../src/Ory.Client/Client/HttpMethod.cs | 2 +-
.../src/Ory.Client/Client/IApiAccessor.cs | 2 +-
.../Ory.Client/Client/IAsynchronousClient.cs | 16 +-
.../Client/IReadableConfiguration.cs | 8 +-
.../Ory.Client/Client/ISynchronousClient.cs | 2 +-
.../dotnet/src/Ory.Client/Client/Multimap.cs | 2 +-
.../Ory.Client/Client/OpenAPIDateConverter.cs | 2 +-
.../src/Ory.Client/Client/RequestOptions.cs | 2 +-
.../Ory.Client/Client/RetryConfiguration.cs | 2 +-
.../Ory.Client/Model/AbstractOpenAPISchema.cs | 2 +-
.../Model/ClientAcceptOAuth2ConsentRequest.cs | 2 +-
...ClientAcceptOAuth2ConsentRequestSession.cs | 2 +-
.../Model/ClientAcceptOAuth2LoginRequest.cs | 2 +-
.../ClientAccountExperienceConfiguration.cs | 2 +-
.../ClientAccountExperienceThemeVariables.cs | 2 +-
.../Model/ClientActiveProjectInConsole.cs | 2 +-
.../Model/ClientAddProjectToWorkspaceBody.cs | 2 +-
.../src/Ory.Client/Model/ClientAttribute.cs | 2 +-
.../Ory.Client/Model/ClientAttributeFilter.cs | 2 +-
.../Model/ClientAttributesCountDatapoint.cs | 2 +-
.../ClientAuthenticatorAssuranceLevel.cs | 2 +-
.../Model/ClientBatchCheckPermissionBody.cs | 2 +-
.../Model/ClientBatchCheckPermissionResult.cs | 2 +-
.../ClientBatchPatchIdentitiesResponse.cs | 2 +-
.../Model/ClientBillingPeriodBucket.cs | 2 +-
.../Model/ClientCheckOplSyntaxResult.cs | 2 +-
.../Model/ClientCheckPermissionResult.cs | 2 +-
.../ClientCheckPermissionResultWithError.cs | 2 +-
.../Ory.Client/Model/ClientCloudAccount.cs | 2 +-
.../ClientConsistencyRequestParameters.cs | 2 +-
.../Ory.Client/Model/ClientContinueWith.cs | 2 +-
.../Model/ClientContinueWithRecoveryUi.cs | 2 +-
.../Model/ClientContinueWithRecoveryUiFlow.cs | 2 +-
.../ClientContinueWithRedirectBrowserTo.cs | 2 +-
.../ClientContinueWithSetOrySessionToken.cs | 2 +-
.../Model/ClientContinueWithSettingsUi.cs | 2 +-
.../Model/ClientContinueWithSettingsUiFlow.cs | 2 +-
.../Model/ClientContinueWithVerificationUi.cs | 2 +-
.../ClientContinueWithVerificationUiFlow.cs | 2 +-
.../Model/ClientCourierMessageStatus.cs | 2 +-
.../Model/ClientCourierMessageType.cs | 2 +-
.../Model/ClientCreateCustomDomainBody.cs | 2 +-
.../Model/ClientCreateEventStreamBody.cs | 2 +-
.../Model/ClientCreateIdentityBody.cs | 2 +-
.../Model/ClientCreateInviteResponse.cs | 2 +-
.../Model/ClientCreateJsonWebKeySet.cs | 2 +-
.../Model/ClientCreateProjectApiKeyRequest.cs | 2 +-
.../Model/ClientCreateProjectBody.cs | 2 +-
.../Model/ClientCreateProjectBranding.cs | 2 +-
.../ClientCreateProjectMemberInviteBody.cs | 2 +-
.../ClientCreateProjectNormalizedPayload.cs | 2 +-
...ClientCreateRecoveryCodeForIdentityBody.cs | 2 +-
...ClientCreateRecoveryLinkForIdentityBody.cs | 2 +-
.../Model/ClientCreateRelationshipBody.cs | 2 +-
.../Model/ClientCreateSubscriptionBody.cs | 2 +-
.../Model/ClientCreateSubscriptionCommon.cs | 2 +-
...ntCreateVerifiableCredentialRequestBody.cs | 2 +-
.../Model/ClientCreateWorkspaceApiKeyBody.cs | 2 +-
.../Model/ClientCreateWorkspaceBody.cs | 2 +-
.../ClientCreateWorkspaceMemberInviteBody.cs | 2 +-
.../ClientCreateWorkspaceSubscriptionBody.cs | 2 +-
.../Model/ClientCredentialSupportedDraft00.cs | 2 +-
.../Ory.Client/Model/ClientCustomDomain.cs | 2 +-
.../Model/ClientDeleteMySessionsCount.cs | 2 +-
.../Model/ClientEmailTemplateData.cs | 2 +-
.../Model/ClientEmailTemplateDataBody.cs | 2 +-
...AuthenticatorAssuranceLevelNotSatisfied.cs | 2 +-
...lientErrorBrowserLocationChangeRequired.cs | 2 +-
.../Model/ClientErrorFlowReplaced.cs | 2 +-
.../Ory.Client/Model/ClientErrorGeneric.cs | 2 +-
.../src/Ory.Client/Model/ClientErrorOAuth2.cs | 2 +-
.../src/Ory.Client/Model/ClientEventStream.cs | 2 +-
.../Model/ClientExpandedPermissionTree.cs | 2 +-
.../src/Ory.Client/Model/ClientFlowError.cs | 2 +-
.../Ory.Client/Model/ClientGenericError.cs | 2 +-
.../Model/ClientGenericErrorContent.cs | 2 +-
.../Ory.Client/Model/ClientGenericUsage.cs | 2 +-
.../Model/ClientGetAttributesCountResponse.cs | 2 +-
.../ClientGetManagedIdentitySchemaLocation.cs | 2 +-
...ClientGetMetricsEventAttributesResponse.cs | 2 +-
.../ClientGetMetricsEventTypesResponse.cs | 2 +-
.../Model/ClientGetOrganizationResponse.cs | 2 +-
.../Model/ClientGetProjectEventsBody.cs | 2 +-
.../Model/ClientGetProjectEventsResponse.cs | 2 +-
.../Model/ClientGetProjectMetricsResponse.cs | 2 +-
.../Model/ClientGetSessionActivityResponse.cs | 2 +-
.../Model/ClientGetVersion200Response.cs | 2 +-
.../Model/ClientHealthNotReadyStatus.cs | 2 +-
.../Ory.Client/Model/ClientHealthStatus.cs | 2 +-
.../src/Ory.Client/Model/ClientIdentity.cs | 2 +-
.../Model/ClientIdentityCredentials.cs | 2 +-
.../Model/ClientIdentityCredentialsCode.cs | 2 +-
.../ClientIdentityCredentialsCodeAddress.cs | 2 +-
.../Model/ClientIdentityCredentialsOidc.cs | 2 +-
.../ClientIdentityCredentialsOidcProvider.cs | 2 +-
.../ClientIdentityCredentialsPassword.cs | 2 +-
.../Ory.Client/Model/ClientIdentityPatch.cs | 2 +-
.../Model/ClientIdentityPatchResponse.cs | 2 +-
.../Model/ClientIdentitySchemaContainer.cs | 2 +-
.../Model/ClientIdentitySchemaPreset.cs | 2 +-
.../Model/ClientIdentityWithCredentials.cs | 2 +-
.../ClientIdentityWithCredentialsOidc.cs | 2 +-
...ClientIdentityWithCredentialsOidcConfig.cs | 2 +-
...entityWithCredentialsOidcConfigProvider.cs | 2 +-
.../ClientIdentityWithCredentialsPassword.cs | 2 +-
...ntIdentityWithCredentialsPasswordConfig.cs | 2 +-
.../ClientInternalGetProjectBrandingBody.cs | 2 +-
...lIsAXWelcomeScreenEnabledForProjectBody.cs | 2 +-
...ientInternalIsOwnerForProjectBySlugBody.cs | 2 +-
...InternalIsOwnerForProjectBySlugResponse.cs | 2 +-
.../Model/ClientIntrospectedOAuth2Token.cs | 2 +-
.../src/Ory.Client/Model/ClientInvoice.cs | 2 +-
.../Ory.Client/Model/ClientInvoiceDataV1.cs | 2 +-
.../Model/ClientIsOwnerForProjectBySlug.cs | 2 +-
.../src/Ory.Client/Model/ClientJsonPatch.cs | 2 +-
.../src/Ory.Client/Model/ClientJsonWebKey.cs | 2 +-
.../Ory.Client/Model/ClientJsonWebKeySet.cs | 2 +-
.../Ory.Client/Model/ClientKetoNamespace.cs | 2 +-
.../src/Ory.Client/Model/ClientLineItemV1.cs | 2 +-
.../Model/ClientListEventStreams.cs | 2 +-
.../Model/ClientListInvoicesResponse.cs | 2 +-
.../Model/ClientListOrganizationsResponse.cs | 2 +-
.../Model/ClientListWorkspaceProjects.cs | 2 +-
.../Ory.Client/Model/ClientListWorkspaces.cs | 2 +-
.../src/Ory.Client/Model/ClientLoginFlow.cs | 2 +-
.../Ory.Client/Model/ClientLoginFlowState.cs | 2 +-
.../src/Ory.Client/Model/ClientLogoutFlow.cs | 2 +-
.../Model/ClientManagedIdentitySchema.cs | 2 +-
...ntManagedIdentitySchemaValidationResult.cs | 2 +-
.../Ory.Client/Model/ClientMemberInvite.cs | 2 +-
.../src/Ory.Client/Model/ClientMessage.cs | 2 +-
.../Ory.Client/Model/ClientMessageDispatch.cs | 2 +-
.../Model/ClientMetricsDatapoint.cs | 2 +-
.../src/Ory.Client/Model/ClientMoney.cs | 2 +-
.../src/Ory.Client/Model/ClientNamespace.cs | 2 +-
.../ClientNeedsPrivilegedSessionError.cs | 2 +-
.../Model/ClientNormalizedProject.cs | 2 +-
.../Model/ClientNormalizedProjectRevision.cs | 2 +-
...NormalizedProjectRevisionCourierChannel.cs | 2 +-
.../ClientNormalizedProjectRevisionHook.cs | 2 +-
...NormalizedProjectRevisionIdentitySchema.cs | 2 +-
...alizedProjectRevisionThirdPartyProvider.cs | 2 +-
...malizedProjectRevisionTokenizerTemplate.cs | 2 +-
.../Ory.Client/Model/ClientOAuth2Client.cs | 2 +-
.../Model/ClientOAuth2ClientTokenLifespans.cs | 2 +-
.../Model/ClientOAuth2ConsentRequest.cs | 2 +-
...Auth2ConsentRequestOpenIDConnectContext.cs | 2 +-
.../Model/ClientOAuth2ConsentSession.cs | 2 +-
.../ClientOAuth2ConsentSessionExpiresAt.cs | 2 +-
.../Model/ClientOAuth2LoginRequest.cs | 2 +-
.../Model/ClientOAuth2LogoutRequest.cs | 2 +-
.../Model/ClientOAuth2RedirectTo.cs | 2 +-
.../Model/ClientOAuth2TokenExchange.cs | 2 +-
.../Model/ClientOidcConfiguration.cs | 2 +-
.../Ory.Client/Model/ClientOidcUserInfo.cs | 2 +-
.../Ory.Client/Model/ClientOrganization.cs | 2 +-
.../Model/ClientOrganizationBody.cs | 2 +-
.../src/Ory.Client/Model/ClientPagination.cs | 2 +-
.../Model/ClientPaginationHeaders.cs | 2 +-
.../src/Ory.Client/Model/ClientParseError.cs | 2 +-
.../Model/ClientPatchIdentitiesBody.cs | 2 +-
.../Model/ClientPerformNativeLogoutBody.cs | 2 +-
.../Model/ClientPermissionsOnWorkspace.cs | 2 +-
.../dotnet/src/Ory.Client/Model/ClientPlan.cs | 2 +-
.../src/Ory.Client/Model/ClientPlanDetails.cs | 2 +-
.../Model/ClientPostCheckPermissionBody.cs | 2 +-
.../ClientPostCheckPermissionOrErrorBody.cs | 2 +-
.../src/Ory.Client/Model/ClientProject.cs | 2 +-
.../Ory.Client/Model/ClientProjectApiKey.cs | 2 +-
.../Ory.Client/Model/ClientProjectBranding.cs | 2 +-
.../Model/ClientProjectBrandingColors.cs | 2 +-
.../Model/ClientProjectBrandingTheme.cs | 2 +-
.../src/Ory.Client/Model/ClientProjectCors.cs | 2 +-
.../Model/ClientProjectEventsDatapoint.cs | 2 +-
.../src/Ory.Client/Model/ClientProjectHost.cs | 2 +-
.../Ory.Client/Model/ClientProjectMember.cs | 2 +-
.../Ory.Client/Model/ClientProjectMetadata.cs | 2 +-
.../Model/ClientProjectServiceIdentity.cs | 2 +-
.../Model/ClientProjectServiceOAuth2.cs | 2 +-
.../Model/ClientProjectServicePermission.cs | 2 +-
.../Ory.Client/Model/ClientProjectServices.cs | 2 +-
.../src/Ory.Client/Model/ClientQuotaUsage.cs | 2 +-
.../Model/ClientRFC6749ErrorJson.cs | 2 +-
.../Model/ClientRecoveryCodeForIdentity.cs | 2 +-
.../Ory.Client/Model/ClientRecoveryFlow.cs | 2 +-
.../Model/ClientRecoveryFlowState.cs | 2 +-
.../Model/ClientRecoveryIdentityAddress.cs | 2 +-
.../Model/ClientRecoveryLinkForIdentity.cs | 2 +-
.../Model/ClientRegistrationFlow.cs | 2 +-
.../Model/ClientRegistrationFlowState.cs | 2 +-
.../Model/ClientRejectOAuth2Request.cs | 2 +-
.../Ory.Client/Model/ClientRelationQuery.cs | 2 +-
.../Ory.Client/Model/ClientRelationship.cs | 2 +-
.../Model/ClientRelationshipNamespaces.cs | 2 +-
.../Model/ClientRelationshipPatch.cs | 2 +-
.../Ory.Client/Model/ClientRelationships.cs | 2 +-
.../src/Ory.Client/Model/ClientSchemaPatch.cs | 2 +-
.../ClientSelfServiceFlowExpiredError.cs | 2 +-
.../src/Ory.Client/Model/ClientSession.cs | 2 +-
.../Model/ClientSessionActivityDatapoint.cs | 2 +-
.../ClientSessionAuthenticationMethod.cs | 2 +-
.../Ory.Client/Model/ClientSessionDevice.cs | 2 +-
.../ClientSetActiveProjectInConsoleBody.cs | 2 +-
.../Model/ClientSetCustomDomainBody.cs | 2 +-
.../Model/ClientSetEventStreamBody.cs | 2 +-
.../src/Ory.Client/Model/ClientSetProject.cs | 2 +-
.../ClientSetProjectBrandingThemeBody.cs | 2 +-
.../Ory.Client/Model/ClientSettingsFlow.cs | 2 +-
.../Model/ClientSettingsFlowState.cs | 2 +-
.../Ory.Client/Model/ClientSourcePosition.cs | 2 +-
.../src/Ory.Client/Model/ClientSubjectSet.cs | 2 +-
.../Ory.Client/Model/ClientSubscription.cs | 2 +-
.../ClientSuccessfulCodeExchangeResponse.cs | 2 +-
.../Model/ClientSuccessfulNativeLogin.cs | 2 +-
.../ClientSuccessfulNativeRegistration.cs | 2 +-
.../Model/ClientSuccessfulProjectUpdate.cs | 2 +-
.../src/Ory.Client/Model/ClientTaxLineItem.cs | 2 +-
.../Ory.Client/Model/ClientTimeInterval.cs | 2 +-
.../Ory.Client/Model/ClientTokenPagination.cs | 2 +-
.../Model/ClientTokenPaginationHeaders.cs | 2 +-
.../ClientTokenPaginationRequestParameters.cs | 2 +-
.../ClientTokenPaginationResponseHeaders.cs | 2 +-
.../Model/ClientTrustOAuth2JwtGrantIssuer.cs | 2 +-
.../ClientTrustedOAuth2JwtGrantIssuer.cs | 2 +-
.../ClientTrustedOAuth2JwtGrantJsonWebKey.cs | 2 +-
.../src/Ory.Client/Model/ClientUiContainer.cs | 2 +-
.../src/Ory.Client/Model/ClientUiNode.cs | 2 +-
.../Model/ClientUiNodeAnchorAttributes.cs | 2 +-
.../Model/ClientUiNodeAttributes.cs | 2 +-
.../Model/ClientUiNodeImageAttributes.cs | 2 +-
.../Model/ClientUiNodeInputAttributes.cs | 2 +-
.../src/Ory.Client/Model/ClientUiNodeMeta.cs | 2 +-
.../Model/ClientUiNodeScriptAttributes.cs | 2 +-
.../Model/ClientUiNodeTextAttributes.cs | 2 +-
.../src/Ory.Client/Model/ClientUiText.cs | 2 +-
.../Model/ClientUpdateIdentityBody.cs | 2 +-
.../Model/ClientUpdateLoginFlowBody.cs | 2 +-
.../ClientUpdateLoginFlowWithCodeMethod.cs | 2 +-
...pdateLoginFlowWithIdentifierFirstMethod.cs | 2 +-
...ntUpdateLoginFlowWithLookupSecretMethod.cs | 2 +-
.../ClientUpdateLoginFlowWithOidcMethod.cs | 2 +-
.../ClientUpdateLoginFlowWithPasskeyMethod.cs | 2 +-
...ClientUpdateLoginFlowWithPasswordMethod.cs | 2 +-
.../ClientUpdateLoginFlowWithTotpMethod.cs | 2 +-
...ClientUpdateLoginFlowWithWebAuthnMethod.cs | 2 +-
.../Model/ClientUpdateRecoveryFlowBody.cs | 2 +-
.../ClientUpdateRecoveryFlowWithCodeMethod.cs | 2 +-
.../ClientUpdateRecoveryFlowWithLinkMethod.cs | 2 +-
.../Model/ClientUpdateRegistrationFlowBody.cs | 2 +-
...entUpdateRegistrationFlowWithCodeMethod.cs | 2 +-
...entUpdateRegistrationFlowWithOidcMethod.cs | 2 +-
...UpdateRegistrationFlowWithPasskeyMethod.cs | 2 +-
...pdateRegistrationFlowWithPasswordMethod.cs | 2 +-
...UpdateRegistrationFlowWithProfileMethod.cs | 2 +-
...pdateRegistrationFlowWithWebAuthnMethod.cs | 2 +-
.../Model/ClientUpdateSettingsFlowBody.cs | 2 +-
...lientUpdateSettingsFlowWithLookupMethod.cs | 2 +-
.../ClientUpdateSettingsFlowWithOidcMethod.cs | 2 +-
...ientUpdateSettingsFlowWithPasskeyMethod.cs | 2 +-
...entUpdateSettingsFlowWithPasswordMethod.cs | 2 +-
...ientUpdateSettingsFlowWithProfileMethod.cs | 2 +-
.../ClientUpdateSettingsFlowWithTotpMethod.cs | 2 +-
...entUpdateSettingsFlowWithWebAuthnMethod.cs | 2 +-
.../Model/ClientUpdateSubscriptionBody.cs | 2 +-
.../Model/ClientUpdateVerificationFlowBody.cs | 2 +-
...entUpdateVerificationFlowWithCodeMethod.cs | 2 +-
...entUpdateVerificationFlowWithLinkMethod.cs | 2 +-
.../Model/ClientUpdateWorkspaceBody.cs | 2 +-
.../src/Ory.Client/Model/ClientUsage.cs | 2 +-
...ientVerifiableCredentialPrimingResponse.cs | 2 +-
.../Model/ClientVerifiableCredentialProof.cs | 2 +-
.../ClientVerifiableCredentialResponse.cs | 2 +-
.../Model/ClientVerifiableIdentityAddress.cs | 2 +-
.../Model/ClientVerificationFlow.cs | 2 +-
.../Model/ClientVerificationFlowState.cs | 2 +-
.../src/Ory.Client/Model/ClientVersion.cs | 2 +-
.../src/Ory.Client/Model/ClientWarning.cs | 2 +-
.../src/Ory.Client/Model/ClientWorkspace.cs | 2 +-
.../Ory.Client/Model/ClientWorkspaceApiKey.cs | 2 +-
.../dotnet/src/Ory.Client/Ory.Client.csproj | 2 +-
clients/client/elixir/README.md | 2 +-
clients/client/elixir/lib/ory/connection.ex | 2 +-
clients/client/elixir/mix.exs | 2 +-
clients/client/elixir/mix.lock | 13 -
clients/client/go/README.md | 2 +-
clients/client/go/api/openapi.yaml | 2 +-
clients/client/go/api_courier.go | 2 +-
clients/client/go/api_events.go | 2 +-
clients/client/go/api_frontend.go | 2 +-
clients/client/go/api_identity.go | 2 +-
clients/client/go/api_jwk.go | 2 +-
clients/client/go/api_metadata.go | 2 +-
clients/client/go/api_o_auth2.go | 2 +-
clients/client/go/api_oidc.go | 2 +-
clients/client/go/api_permission.go | 2 +-
clients/client/go/api_project.go | 2 +-
clients/client/go/api_relationship.go | 2 +-
clients/client/go/api_wellknown.go | 2 +-
clients/client/go/api_workspace.go | 2 +-
clients/client/go/client.go | 4 +-
clients/client/go/configuration.go | 2 +-
clients/client/go/go.mod | 2 +-
clients/client/go/go.sum | 4 +-
.../model_accept_o_auth2_consent_request.go | 2 +-
..._accept_o_auth2_consent_request_session.go | 2 +-
.../go/model_accept_o_auth2_login_request.go | 2 +-
.../model_account_experience_configuration.go | 2 +-
...odel_account_experience_theme_variables.go | 2 +-
.../go/model_active_project_in_console.go | 2 +-
.../go/model_add_project_to_workspace_body.go | 2 +-
clients/client/go/model_attribute.go | 2 +-
clients/client/go/model_attribute_filter.go | 2 +-
.../go/model_attributes_count_datapoint.go | 2 +-
.../go/model_authenticator_assurance_level.go | 2 +-
.../go/model_batch_check_permission_body.go | 2 +-
.../go/model_batch_check_permission_result.go | 2 +-
.../model_batch_patch_identities_response.go | 2 +-
.../client/go/model_billing_period_bucket.go | 2 +-
.../go/model_check_opl_syntax_result.go | 2 +-
.../go/model_check_permission_result.go | 2 +-
...odel_check_permission_result_with_error.go | 2 +-
clients/client/go/model_cloud_account.go | 2 +-
.../model_consistency_request_parameters.go | 2 +-
clients/client/go/model_continue_with.go | 2 +-
.../go/model_continue_with_recovery_ui.go | 2 +-
.../model_continue_with_recovery_ui_flow.go | 2 +-
...model_continue_with_redirect_browser_to.go | 2 +-
...del_continue_with_set_ory_session_token.go | 2 +-
.../go/model_continue_with_settings_ui.go | 2 +-
.../model_continue_with_settings_ui_flow.go | 2 +-
.../go/model_continue_with_verification_ui.go | 2 +-
...odel_continue_with_verification_ui_flow.go | 2 +-
.../client/go/model_courier_message_status.go | 2 +-
.../client/go/model_courier_message_type.go | 2 +-
.../go/model_create_custom_domain_body.go | 2 +-
.../go/model_create_event_stream_body.go | 2 +-
.../client/go/model_create_identity_body.go | 2 +-
.../client/go/model_create_invite_response.go | 2 +-
.../go/model_create_json_web_key_set.go | 2 +-
.../model_create_project_api_key_request.go | 2 +-
.../client/go/model_create_project_body.go | 2 +-
.../go/model_create_project_branding.go | 2 +-
...model_create_project_member_invite_body.go | 2 +-
...model_create_project_normalized_payload.go | 2 +-
..._create_recovery_code_for_identity_body.go | 2 +-
..._create_recovery_link_for_identity_body.go | 2 +-
.../go/model_create_relationship_body.go | 2 +-
.../go/model_create_subscription_body.go | 2 +-
.../go/model_create_subscription_common.go | 2 +-
...eate_verifiable_credential_request_body.go | 2 +-
.../go/model_create_workspace_api_key_body.go | 2 +-
.../client/go/model_create_workspace_body.go | 2 +-
...del_create_workspace_member_invite_body.go | 2 +-
...odel_create_workspace_subscription_body.go | 2 +-
.../go/model_credential_supported_draft00.go | 2 +-
clients/client/go/model_custom_domain.go | 2 +-
.../go/model_delete_my_sessions_count.go | 2 +-
.../client/go/model_email_template_data.go | 2 +-
.../go/model_email_template_data_body.go | 2 +-
...enticator_assurance_level_not_satisfied.go | 2 +-
..._error_browser_location_change_required.go | 2 +-
.../client/go/model_error_flow_replaced.go | 2 +-
clients/client/go/model_error_generic.go | 2 +-
clients/client/go/model_error_o_auth2.go | 2 +-
clients/client/go/model_event_stream.go | 2 +-
.../go/model_expanded_permission_tree.go | 2 +-
clients/client/go/model_flow_error.go | 2 +-
clients/client/go/model_generic_error.go | 2 +-
.../client/go/model_generic_error_content.go | 2 +-
clients/client/go/model_generic_usage.go | 2 +-
.../go/model_get_attributes_count_response.go | 2 +-
...el_get_managed_identity_schema_location.go | 2 +-
...l_get_metrics_event_attributes_response.go | 2 +-
.../model_get_metrics_event_types_response.go | 2 +-
.../go/model_get_organization_response.go | 2 +-
.../go/model_get_project_events_body.go | 2 +-
.../go/model_get_project_events_response.go | 2 +-
.../go/model_get_project_metrics_response.go | 2 +-
.../go/model_get_session_activity_response.go | 2 +-
.../go/model_get_version_200_response.go | 2 +-
.../go/model_health_not_ready_status.go | 2 +-
clients/client/go/model_health_status.go | 2 +-
clients/client/go/model_identity.go | 2 +-
.../client/go/model_identity_credentials.go | 2 +-
.../go/model_identity_credentials_code.go | 2 +-
...model_identity_credentials_code_address.go | 2 +-
.../go/model_identity_credentials_oidc.go | 2 +-
...odel_identity_credentials_oidc_provider.go | 2 +-
.../go/model_identity_credentials_password.go | 2 +-
clients/client/go/model_identity_patch.go | 2 +-
.../go/model_identity_patch_response.go | 2 +-
.../go/model_identity_schema_container.go | 2 +-
.../client/go/model_identity_schema_preset.go | 2 +-
.../go/model_identity_with_credentials.go | 2 +-
.../model_identity_with_credentials_oidc.go | 2 +-
...l_identity_with_credentials_oidc_config.go | 2 +-
...y_with_credentials_oidc_config_provider.go | 2 +-
...odel_identity_with_credentials_password.go | 2 +-
...entity_with_credentials_password_config.go | 2 +-
...odel_internal_get_project_branding_body.go | 2 +-
...welcome_screen_enabled_for_project_body.go | 2 +-
...ernal_is_owner_for_project_by_slug_body.go | 2 +-
...l_is_owner_for_project_by_slug_response.go | 2 +-
.../go/model_introspected_o_auth2_token.go | 2 +-
clients/client/go/model_invoice.go | 2 +-
clients/client/go/model_invoice_data_v1.go | 2 +-
.../go/model_is_owner_for_project_by_slug.go | 2 +-
clients/client/go/model_json_patch.go | 2 +-
clients/client/go/model_json_web_key.go | 2 +-
clients/client/go/model_json_web_key_set.go | 2 +-
clients/client/go/model_keto_namespace.go | 2 +-
clients/client/go/model_line_item_v1.go | 2 +-
clients/client/go/model_list_event_streams.go | 2 +-
.../client/go/model_list_invoices_response.go | 2 +-
.../go/model_list_organizations_response.go | 2 +-
.../go/model_list_workspace_projects.go | 2 +-
clients/client/go/model_list_workspaces.go | 2 +-
clients/client/go/model_login_flow.go | 2 +-
clients/client/go/model_login_flow_state.go | 2 +-
clients/client/go/model_logout_flow.go | 2 +-
.../go/model_managed_identity_schema.go | 2 +-
...naged_identity_schema_validation_result.go | 2 +-
clients/client/go/model_member_invite.go | 2 +-
clients/client/go/model_message.go | 2 +-
clients/client/go/model_message_dispatch.go | 2 +-
clients/client/go/model_metrics_datapoint.go | 2 +-
clients/client/go/model_money.go | 2 +-
clients/client/go/model_namespace.go | 2 +-
.../model_needs_privileged_session_error.go | 2 +-
clients/client/go/model_normalized_project.go | 2 +-
.../go/model_normalized_project_revision.go | 2 +-
...alized_project_revision_courier_channel.go | 2 +-
.../model_normalized_project_revision_hook.go | 2 +-
...alized_project_revision_identity_schema.go | 2 +-
...d_project_revision_third_party_provider.go | 2 +-
...zed_project_revision_tokenizer_template.go | 2 +-
clients/client/go/model_o_auth2_client.go | 2 +-
.../model_o_auth2_client_token_lifespans.go | 2 +-
.../go/model_o_auth2_consent_request.go | 2 +-
...consent_request_open_id_connect_context.go | 2 +-
.../go/model_o_auth2_consent_session.go | 2 +-
...odel_o_auth2_consent_session_expires_at.go | 2 +-
.../client/go/model_o_auth2_login_request.go | 2 +-
.../client/go/model_o_auth2_logout_request.go | 2 +-
.../client/go/model_o_auth2_redirect_to.go | 2 +-
.../client/go/model_o_auth2_token_exchange.go | 2 +-
clients/client/go/model_oidc_configuration.go | 2 +-
clients/client/go/model_oidc_user_info.go | 2 +-
clients/client/go/model_organization.go | 2 +-
clients/client/go/model_organization_body.go | 2 +-
clients/client/go/model_pagination.go | 2 +-
clients/client/go/model_pagination_headers.go | 2 +-
clients/client/go/model_parse_error.go | 2 +-
.../client/go/model_patch_identities_body.go | 2 +-
.../go/model_perform_native_logout_body.go | 2 +-
.../go/model_permissions_on_workspace.go | 2 +-
clients/client/go/model_plan.go | 2 +-
clients/client/go/model_plan_details.go | 2 +-
.../go/model_post_check_permission_body.go | 2 +-
...del_post_check_permission_or_error_body.go | 2 +-
clients/client/go/model_project.go | 2 +-
clients/client/go/model_project_api_key.go | 2 +-
clients/client/go/model_project_branding.go | 2 +-
.../go/model_project_branding_colors.go | 2 +-
.../client/go/model_project_branding_theme.go | 2 +-
clients/client/go/model_project_cors.go | 2 +-
.../go/model_project_events_datapoint.go | 2 +-
clients/client/go/model_project_host.go | 2 +-
clients/client/go/model_project_member.go | 2 +-
clients/client/go/model_project_metadata.go | 2 +-
.../go/model_project_service_identity.go | 2 +-
.../go/model_project_service_o_auth2.go | 2 +-
.../go/model_project_service_permission.go | 2 +-
clients/client/go/model_project_services.go | 2 +-
clients/client/go/model_quota_usage.go | 2 +-
.../go/model_recovery_code_for_identity.go | 2 +-
clients/client/go/model_recovery_flow.go | 2 +-
.../client/go/model_recovery_flow_state.go | 2 +-
.../go/model_recovery_identity_address.go | 2 +-
.../go/model_recovery_link_for_identity.go | 2 +-
clients/client/go/model_registration_flow.go | 2 +-
.../go/model_registration_flow_state.go | 2 +-
.../client/go/model_reject_o_auth2_request.go | 2 +-
clients/client/go/model_relation_query.go | 2 +-
clients/client/go/model_relationship.go | 2 +-
.../go/model_relationship_namespaces.go | 2 +-
clients/client/go/model_relationship_patch.go | 2 +-
clients/client/go/model_relationships.go | 2 +-
clients/client/go/model_rfc6749_error_json.go | 2 +-
clients/client/go/model_schema_patch.go | 2 +-
.../model_self_service_flow_expired_error.go | 2 +-
clients/client/go/model_session.go | 2 +-
.../go/model_session_activity_datapoint.go | 2 +-
.../go/model_session_authentication_method.go | 2 +-
clients/client/go/model_session_device.go | 2 +-
...odel_set_active_project_in_console_body.go | 2 +-
.../client/go/model_set_custom_domain_body.go | 2 +-
.../client/go/model_set_event_stream_body.go | 2 +-
clients/client/go/model_set_project.go | 2 +-
.../model_set_project_branding_theme_body.go | 2 +-
clients/client/go/model_settings_flow.go | 2 +-
.../client/go/model_settings_flow_state.go | 2 +-
clients/client/go/model_source_position.go | 2 +-
clients/client/go/model_subject_set.go | 2 +-
clients/client/go/model_subscription.go | 2 +-
...model_successful_code_exchange_response.go | 2 +-
.../go/model_successful_native_login.go | 2 +-
.../model_successful_native_registration.go | 2 +-
.../go/model_successful_project_update.go | 2 +-
clients/client/go/model_tax_line_item.go | 2 +-
clients/client/go/model_time_interval.go | 2 +-
clients/client/go/model_token_pagination.go | 2 +-
.../go/model_token_pagination_headers.go | 2 +-
...del_token_pagination_request_parameters.go | 2 +-
...model_token_pagination_response_headers.go | 2 +-
.../model_trust_o_auth2_jwt_grant_issuer.go | 2 +-
.../model_trusted_o_auth2_jwt_grant_issuer.go | 2 +-
..._trusted_o_auth2_jwt_grant_json_web_key.go | 2 +-
clients/client/go/model_ui_container.go | 2 +-
clients/client/go/model_ui_node.go | 2 +-
.../go/model_ui_node_anchor_attributes.go | 2 +-
clients/client/go/model_ui_node_attributes.go | 2 +-
.../go/model_ui_node_image_attributes.go | 2 +-
.../go/model_ui_node_input_attributes.go | 2 +-
clients/client/go/model_ui_node_meta.go | 2 +-
.../go/model_ui_node_script_attributes.go | 2 +-
.../go/model_ui_node_text_attributes.go | 2 +-
clients/client/go/model_ui_text.go | 2 +-
.../client/go/model_update_identity_body.go | 2 +-
.../client/go/model_update_login_flow_body.go | 2 +-
...odel_update_login_flow_with_code_method.go | 2 +-
...login_flow_with_identifier_first_method.go | 2 +-
...te_login_flow_with_lookup_secret_method.go | 2 +-
...odel_update_login_flow_with_oidc_method.go | 2 +-
...l_update_login_flow_with_passkey_method.go | 2 +-
..._update_login_flow_with_password_method.go | 2 +-
...odel_update_login_flow_with_totp_method.go | 2 +-
...update_login_flow_with_web_authn_method.go | 2 +-
.../go/model_update_recovery_flow_body.go | 2 +-
...l_update_recovery_flow_with_code_method.go | 2 +-
...l_update_recovery_flow_with_link_method.go | 2 +-
.../go/model_update_registration_flow_body.go | 2 +-
...date_registration_flow_with_code_method.go | 2 +-
...date_registration_flow_with_oidc_method.go | 2 +-
...e_registration_flow_with_passkey_method.go | 2 +-
..._registration_flow_with_password_method.go | 2 +-
...e_registration_flow_with_profile_method.go | 2 +-
...registration_flow_with_web_authn_method.go | 2 +-
.../go/model_update_settings_flow_body.go | 2 +-
...update_settings_flow_with_lookup_method.go | 2 +-
...l_update_settings_flow_with_oidc_method.go | 2 +-
...pdate_settings_flow_with_passkey_method.go | 2 +-
...date_settings_flow_with_password_method.go | 2 +-
...pdate_settings_flow_with_profile_method.go | 2 +-
...l_update_settings_flow_with_totp_method.go | 2 +-
...ate_settings_flow_with_web_authn_method.go | 2 +-
.../go/model_update_subscription_body.go | 2 +-
.../go/model_update_verification_flow_body.go | 2 +-
...date_verification_flow_with_code_method.go | 2 +-
...date_verification_flow_with_link_method.go | 2 +-
.../client/go/model_update_workspace_body.go | 2 +-
clients/client/go/model_usage.go | 2 +-
..._verifiable_credential_priming_response.go | 2 +-
.../go/model_verifiable_credential_proof.go | 2 +-
.../model_verifiable_credential_response.go | 2 +-
.../go/model_verifiable_identity_address.go | 2 +-
clients/client/go/model_verification_flow.go | 2 +-
.../go/model_verification_flow_state.go | 2 +-
clients/client/go/model_version.go | 2 +-
clients/client/go/model_warning.go | 2 +-
clients/client/go/model_workspace.go | 2 +-
clients/client/go/model_workspace_api_key.go | 2 +-
clients/client/go/response.go | 2 +-
clients/client/go/utils.go | 2 +-
clients/client/java/README.md | 10 +-
clients/client/java/api/openapi.yaml | 2 +-
clients/client/java/build.gradle | 2 +-
clients/client/java/build.sbt | 2 +-
.../src/main/java/sh/ory/ApiCallback.java | 2 +-
.../java/src/main/java/sh/ory/ApiClient.java | 4 +-
.../src/main/java/sh/ory/ApiException.java | 4 +-
.../src/main/java/sh/ory/ApiResponse.java | 2 +-
.../src/main/java/sh/ory/Configuration.java | 6 +-
.../java/sh/ory/GzipRequestInterceptor.java | 2 +-
.../java/src/main/java/sh/ory/JSON.java | 2 +-
.../java/src/main/java/sh/ory/Pair.java | 4 +-
.../main/java/sh/ory/ProgressRequestBody.java | 2 +-
.../java/sh/ory/ProgressResponseBody.java | 2 +-
.../main/java/sh/ory/ServerConfiguration.java | 2 +-
.../src/main/java/sh/ory/ServerVariable.java | 2 +-
.../java/src/main/java/sh/ory/StringUtil.java | 4 +-
.../src/main/java/sh/ory/api/CourierApi.java | 2 +-
.../src/main/java/sh/ory/api/EventsApi.java | 2 +-
.../src/main/java/sh/ory/api/FrontendApi.java | 2 +-
.../src/main/java/sh/ory/api/IdentityApi.java | 2 +-
.../java/src/main/java/sh/ory/api/JwkApi.java | 2 +-
.../src/main/java/sh/ory/api/MetadataApi.java | 2 +-
.../src/main/java/sh/ory/api/OAuth2Api.java | 2 +-
.../src/main/java/sh/ory/api/OidcApi.java | 2 +-
.../main/java/sh/ory/api/PermissionApi.java | 2 +-
.../src/main/java/sh/ory/api/ProjectApi.java | 2 +-
.../main/java/sh/ory/api/RelationshipApi.java | 2 +-
.../main/java/sh/ory/api/WellknownApi.java | 2 +-
.../main/java/sh/ory/api/WorkspaceApi.java | 2 +-
.../src/main/java/sh/ory/auth/ApiKeyAuth.java | 4 +-
.../main/java/sh/ory/auth/Authentication.java | 2 +-
.../main/java/sh/ory/auth/HttpBasicAuth.java | 2 +-
.../main/java/sh/ory/auth/HttpBearerAuth.java | 4 +-
.../java/src/main/java/sh/ory/auth/OAuth.java | 4 +-
.../src/main/java/sh/ory/auth/OAuthFlow.java | 4 +-
.../sh/ory/model/AbstractOpenApiSchema.java | 4 +-
.../ory/model/AcceptOAuth2ConsentRequest.java | 4 +-
.../AcceptOAuth2ConsentRequestSession.java | 4 +-
.../ory/model/AcceptOAuth2LoginRequest.java | 4 +-
.../model/AccountExperienceConfiguration.java | 4 +-
.../AccountExperienceThemeVariables.java | 4 +-
.../sh/ory/model/ActiveProjectInConsole.java | 4 +-
.../ory/model/AddProjectToWorkspaceBody.java | 4 +-
.../src/main/java/sh/ory/model/Attribute.java | 4 +-
.../java/sh/ory/model/AttributeFilter.java | 4 +-
.../ory/model/AttributesCountDatapoint.java | 4 +-
.../model/AuthenticatorAssuranceLevel.java | 2 +-
.../ory/model/BatchCheckPermissionBody.java | 4 +-
.../ory/model/BatchCheckPermissionResult.java | 4 +-
.../model/BatchPatchIdentitiesResponse.java | 4 +-
.../sh/ory/model/BillingPeriodBucket.java | 4 +-
.../sh/ory/model/CheckOplSyntaxResult.java | 4 +-
.../sh/ory/model/CheckPermissionResult.java | 4 +-
.../model/CheckPermissionResultWithError.java | 4 +-
.../main/java/sh/ory/model/CloudAccount.java | 4 +-
.../model/ConsistencyRequestParameters.java | 4 +-
.../main/java/sh/ory/model/ContinueWith.java | 4 +-
.../sh/ory/model/ContinueWithRecoveryUi.java | 4 +-
.../ory/model/ContinueWithRecoveryUiFlow.java | 4 +-
.../model/ContinueWithRedirectBrowserTo.java | 4 +-
.../model/ContinueWithSetOrySessionToken.java | 4 +-
.../sh/ory/model/ContinueWithSettingsUi.java | 4 +-
.../ory/model/ContinueWithSettingsUiFlow.java | 4 +-
.../ory/model/ContinueWithVerificationUi.java | 4 +-
.../model/ContinueWithVerificationUiFlow.java | 4 +-
.../sh/ory/model/CourierMessageStatus.java | 2 +-
.../java/sh/ory/model/CourierMessageType.java | 2 +-
.../sh/ory/model/CreateCustomDomainBody.java | 4 +-
.../sh/ory/model/CreateEventStreamBody.java | 4 +-
.../java/sh/ory/model/CreateIdentityBody.java | 4 +-
.../sh/ory/model/CreateInviteResponse.java | 4 +-
.../sh/ory/model/CreateJsonWebKeySet.java | 4 +-
.../ory/model/CreateProjectApiKeyRequest.java | 4 +-
.../java/sh/ory/model/CreateProjectBody.java | 4 +-
.../sh/ory/model/CreateProjectBranding.java | 4 +-
.../model/CreateProjectMemberInviteBody.java | 4 +-
.../model/CreateProjectNormalizedPayload.java | 4 +-
.../CreateRecoveryCodeForIdentityBody.java | 4 +-
.../CreateRecoveryLinkForIdentityBody.java | 4 +-
.../sh/ory/model/CreateRelationshipBody.java | 4 +-
.../sh/ory/model/CreateSubscriptionBody.java | 4 +-
.../ory/model/CreateSubscriptionCommon.java | 4 +-
...CreateVerifiableCredentialRequestBody.java | 4 +-
.../ory/model/CreateWorkspaceApiKeyBody.java | 4 +-
.../sh/ory/model/CreateWorkspaceBody.java | 4 +-
.../CreateWorkspaceMemberInviteBody.java | 4 +-
.../CreateWorkspaceSubscriptionBody.java | 4 +-
.../ory/model/CredentialSupportedDraft00.java | 4 +-
.../main/java/sh/ory/model/CustomDomain.java | 4 +-
.../sh/ory/model/DeleteMySessionsCount.java | 4 +-
.../java/sh/ory/model/EmailTemplateData.java | 4 +-
.../sh/ory/model/EmailTemplateDataBody.java | 4 +-
...thenticatorAssuranceLevelNotSatisfied.java | 4 +-
.../ErrorBrowserLocationChangeRequired.java | 4 +-
.../java/sh/ory/model/ErrorFlowReplaced.java | 4 +-
.../main/java/sh/ory/model/ErrorGeneric.java | 4 +-
.../main/java/sh/ory/model/ErrorOAuth2.java | 4 +-
.../main/java/sh/ory/model/EventStream.java | 4 +-
.../sh/ory/model/ExpandedPermissionTree.java | 4 +-
.../src/main/java/sh/ory/model/FlowError.java | 4 +-
.../main/java/sh/ory/model/GenericError.java | 4 +-
.../sh/ory/model/GenericErrorContent.java | 4 +-
.../main/java/sh/ory/model/GenericUsage.java | 4 +-
.../ory/model/GetAttributesCountResponse.java | 4 +-
.../GetManagedIdentitySchemaLocation.java | 4 +-
.../GetMetricsEventAttributesResponse.java | 4 +-
.../model/GetMetricsEventTypesResponse.java | 4 +-
.../sh/ory/model/GetOrganizationResponse.java | 4 +-
.../sh/ory/model/GetProjectEventsBody.java | 4 +-
.../ory/model/GetProjectEventsResponse.java | 4 +-
.../ory/model/GetProjectMetricsResponse.java | 4 +-
.../ory/model/GetSessionActivityResponse.java | 4 +-
.../sh/ory/model/GetVersion200Response.java | 4 +-
.../sh/ory/model/HealthNotReadyStatus.java | 4 +-
.../main/java/sh/ory/model/HealthStatus.java | 4 +-
.../src/main/java/sh/ory/model/Identity.java | 4 +-
.../sh/ory/model/IdentityCredentials.java | 4 +-
.../sh/ory/model/IdentityCredentialsCode.java | 4 +-
.../model/IdentityCredentialsCodeAddress.java | 4 +-
.../sh/ory/model/IdentityCredentialsOidc.java | 4 +-
.../IdentityCredentialsOidcProvider.java | 4 +-
.../model/IdentityCredentialsPassword.java | 4 +-
.../main/java/sh/ory/model/IdentityPatch.java | 4 +-
.../sh/ory/model/IdentityPatchResponse.java | 4 +-
.../sh/ory/model/IdentitySchemaContainer.java | 4 +-
.../sh/ory/model/IdentitySchemaPreset.java | 4 +-
.../sh/ory/model/IdentityWithCredentials.java | 4 +-
.../model/IdentityWithCredentialsOidc.java | 4 +-
.../IdentityWithCredentialsOidcConfig.java | 4 +-
...tityWithCredentialsOidcConfigProvider.java | 4 +-
.../IdentityWithCredentialsPassword.java | 4 +-
...IdentityWithCredentialsPasswordConfig.java | 4 +-
.../model/InternalGetProjectBrandingBody.java | 4 +-
...sAXWelcomeScreenEnabledForProjectBody.java | 4 +-
.../InternalIsOwnerForProjectBySlugBody.java | 4 +-
...ternalIsOwnerForProjectBySlugResponse.java | 4 +-
.../sh/ory/model/IntrospectedOAuth2Token.java | 4 +-
.../src/main/java/sh/ory/model/Invoice.java | 4 +-
.../main/java/sh/ory/model/InvoiceDataV1.java | 4 +-
.../sh/ory/model/IsOwnerForProjectBySlug.java | 4 +-
.../src/main/java/sh/ory/model/JsonPatch.java | 4 +-
.../main/java/sh/ory/model/JsonWebKey.java | 4 +-
.../main/java/sh/ory/model/JsonWebKeySet.java | 4 +-
.../main/java/sh/ory/model/KetoNamespace.java | 4 +-
.../main/java/sh/ory/model/LineItemV1.java | 4 +-
.../java/sh/ory/model/ListEventStreams.java | 4 +-
.../sh/ory/model/ListInvoicesResponse.java | 4 +-
.../ory/model/ListOrganizationsResponse.java | 4 +-
.../sh/ory/model/ListWorkspaceProjects.java | 4 +-
.../java/sh/ory/model/ListWorkspaces.java | 4 +-
.../src/main/java/sh/ory/model/LoginFlow.java | 4 +-
.../java/sh/ory/model/LoginFlowState.java | 2 +-
.../main/java/sh/ory/model/LogoutFlow.java | 4 +-
.../sh/ory/model/ManagedIdentitySchema.java | 4 +-
...ManagedIdentitySchemaValidationResult.java | 4 +-
.../main/java/sh/ory/model/MemberInvite.java | 4 +-
.../src/main/java/sh/ory/model/Message.java | 4 +-
.../java/sh/ory/model/MessageDispatch.java | 4 +-
.../java/sh/ory/model/MetricsDatapoint.java | 4 +-
.../src/main/java/sh/ory/model/Money.java | 4 +-
.../src/main/java/sh/ory/model/Namespace.java | 4 +-
.../model/NeedsPrivilegedSessionError.java | 4 +-
.../java/sh/ory/model/NormalizedProject.java | 4 +-
.../ory/model/NormalizedProjectRevision.java | 4 +-
...rmalizedProjectRevisionCourierChannel.java | 4 +-
.../model/NormalizedProjectRevisionHook.java | 4 +-
...rmalizedProjectRevisionIdentitySchema.java | 4 +-
...izedProjectRevisionThirdPartyProvider.java | 4 +-
...lizedProjectRevisionTokenizerTemplate.java | 4 +-
.../main/java/sh/ory/model/OAuth2Client.java | 4 +-
.../ory/model/OAuth2ClientTokenLifespans.java | 4 +-
.../sh/ory/model/OAuth2ConsentRequest.java | 4 +-
...th2ConsentRequestOpenIDConnectContext.java | 4 +-
.../sh/ory/model/OAuth2ConsentSession.java | 4 +-
.../model/OAuth2ConsentSessionExpiresAt.java | 4 +-
.../java/sh/ory/model/OAuth2LoginRequest.java | 4 +-
.../sh/ory/model/OAuth2LogoutRequest.java | 4 +-
.../java/sh/ory/model/OAuth2RedirectTo.java | 4 +-
.../sh/ory/model/OAuth2TokenExchange.java | 4 +-
.../java/sh/ory/model/OidcConfiguration.java | 4 +-
.../main/java/sh/ory/model/OidcUserInfo.java | 4 +-
.../main/java/sh/ory/model/Organization.java | 4 +-
.../java/sh/ory/model/OrganizationBody.java | 4 +-
.../main/java/sh/ory/model/Pagination.java | 4 +-
.../java/sh/ory/model/PaginationHeaders.java | 4 +-
.../main/java/sh/ory/model/ParseError.java | 4 +-
.../sh/ory/model/PatchIdentitiesBody.java | 4 +-
.../sh/ory/model/PerformNativeLogoutBody.java | 4 +-
.../sh/ory/model/PermissionsOnWorkspace.java | 4 +-
.../java/src/main/java/sh/ory/model/Plan.java | 4 +-
.../main/java/sh/ory/model/PlanDetails.java | 4 +-
.../sh/ory/model/PostCheckPermissionBody.java | 4 +-
.../model/PostCheckPermissionOrErrorBody.java | 4 +-
.../src/main/java/sh/ory/model/Project.java | 4 +-
.../main/java/sh/ory/model/ProjectApiKey.java | 4 +-
.../java/sh/ory/model/ProjectBranding.java | 4 +-
.../sh/ory/model/ProjectBrandingColors.java | 4 +-
.../sh/ory/model/ProjectBrandingTheme.java | 4 +-
.../main/java/sh/ory/model/ProjectCors.java | 4 +-
.../sh/ory/model/ProjectEventsDatapoint.java | 4 +-
.../main/java/sh/ory/model/ProjectHost.java | 4 +-
.../main/java/sh/ory/model/ProjectMember.java | 4 +-
.../java/sh/ory/model/ProjectMetadata.java | 4 +-
.../sh/ory/model/ProjectServiceIdentity.java | 4 +-
.../sh/ory/model/ProjectServiceOAuth2.java | 4 +-
.../ory/model/ProjectServicePermission.java | 4 +-
.../java/sh/ory/model/ProjectServices.java | 4 +-
.../main/java/sh/ory/model/QuotaUsage.java | 4 +-
.../java/sh/ory/model/RFC6749ErrorJson.java | 4 +-
.../sh/ory/model/RecoveryCodeForIdentity.java | 4 +-
.../main/java/sh/ory/model/RecoveryFlow.java | 4 +-
.../java/sh/ory/model/RecoveryFlowState.java | 2 +-
.../sh/ory/model/RecoveryIdentityAddress.java | 4 +-
.../sh/ory/model/RecoveryLinkForIdentity.java | 4 +-
.../java/sh/ory/model/RegistrationFlow.java | 4 +-
.../sh/ory/model/RegistrationFlowState.java | 2 +-
.../sh/ory/model/RejectOAuth2Request.java | 4 +-
.../main/java/sh/ory/model/RelationQuery.java | 4 +-
.../main/java/sh/ory/model/Relationship.java | 4 +-
.../sh/ory/model/RelationshipNamespaces.java | 4 +-
.../java/sh/ory/model/RelationshipPatch.java | 4 +-
.../main/java/sh/ory/model/Relationships.java | 4 +-
.../main/java/sh/ory/model/SchemaPatch.java | 4 +-
.../model/SelfServiceFlowExpiredError.java | 4 +-
.../src/main/java/sh/ory/model/Session.java | 4 +-
.../ory/model/SessionActivityDatapoint.java | 4 +-
.../model/SessionAuthenticationMethod.java | 4 +-
.../main/java/sh/ory/model/SessionDevice.java | 4 +-
.../model/SetActiveProjectInConsoleBody.java | 4 +-
.../sh/ory/model/SetCustomDomainBody.java | 4 +-
.../java/sh/ory/model/SetEventStreamBody.java | 4 +-
.../main/java/sh/ory/model/SetProject.java | 4 +-
.../model/SetProjectBrandingThemeBody.java | 4 +-
.../main/java/sh/ory/model/SettingsFlow.java | 4 +-
.../java/sh/ory/model/SettingsFlowState.java | 2 +-
.../java/sh/ory/model/SourcePosition.java | 4 +-
.../main/java/sh/ory/model/SubjectSet.java | 4 +-
.../main/java/sh/ory/model/Subscription.java | 4 +-
.../model/SuccessfulCodeExchangeResponse.java | 4 +-
.../sh/ory/model/SuccessfulNativeLogin.java | 4 +-
.../model/SuccessfulNativeRegistration.java | 4 +-
.../sh/ory/model/SuccessfulProjectUpdate.java | 4 +-
.../main/java/sh/ory/model/TaxLineItem.java | 4 +-
.../main/java/sh/ory/model/TimeInterval.java | 4 +-
.../java/sh/ory/model/TokenPagination.java | 4 +-
.../sh/ory/model/TokenPaginationHeaders.java | 4 +-
.../TokenPaginationRequestParameters.java | 4 +-
.../model/TokenPaginationResponseHeaders.java | 4 +-
.../ory/model/TrustOAuth2JwtGrantIssuer.java | 4 +-
.../model/TrustedOAuth2JwtGrantIssuer.java | 4 +-
.../TrustedOAuth2JwtGrantJsonWebKey.java | 4 +-
.../main/java/sh/ory/model/UiContainer.java | 4 +-
.../src/main/java/sh/ory/model/UiNode.java | 4 +-
.../sh/ory/model/UiNodeAnchorAttributes.java | 4 +-
.../java/sh/ory/model/UiNodeAttributes.java | 4 +-
.../sh/ory/model/UiNodeImageAttributes.java | 4 +-
.../sh/ory/model/UiNodeInputAttributes.java | 4 +-
.../main/java/sh/ory/model/UiNodeMeta.java | 4 +-
.../sh/ory/model/UiNodeScriptAttributes.java | 4 +-
.../sh/ory/model/UiNodeTextAttributes.java | 4 +-
.../src/main/java/sh/ory/model/UiText.java | 4 +-
.../java/sh/ory/model/UpdateIdentityBody.java | 4 +-
.../sh/ory/model/UpdateLoginFlowBody.java | 4 +-
.../model/UpdateLoginFlowWithCodeMethod.java | 4 +-
...ateLoginFlowWithIdentifierFirstMethod.java | 4 +-
...UpdateLoginFlowWithLookupSecretMethod.java | 4 +-
.../model/UpdateLoginFlowWithOidcMethod.java | 4 +-
.../UpdateLoginFlowWithPasskeyMethod.java | 4 +-
.../UpdateLoginFlowWithPasswordMethod.java | 4 +-
.../model/UpdateLoginFlowWithTotpMethod.java | 4 +-
.../UpdateLoginFlowWithWebAuthnMethod.java | 4 +-
.../sh/ory/model/UpdateRecoveryFlowBody.java | 4 +-
.../UpdateRecoveryFlowWithCodeMethod.java | 4 +-
.../UpdateRecoveryFlowWithLinkMethod.java | 4 +-
.../ory/model/UpdateRegistrationFlowBody.java | 4 +-
.../UpdateRegistrationFlowWithCodeMethod.java | 4 +-
.../UpdateRegistrationFlowWithOidcMethod.java | 4 +-
...dateRegistrationFlowWithPasskeyMethod.java | 4 +-
...ateRegistrationFlowWithPasswordMethod.java | 4 +-
...dateRegistrationFlowWithProfileMethod.java | 4 +-
...ateRegistrationFlowWithWebAuthnMethod.java | 4 +-
.../sh/ory/model/UpdateSettingsFlowBody.java | 4 +-
.../UpdateSettingsFlowWithLookupMethod.java | 4 +-
.../UpdateSettingsFlowWithOidcMethod.java | 4 +-
.../UpdateSettingsFlowWithPasskeyMethod.java | 4 +-
.../UpdateSettingsFlowWithPasswordMethod.java | 4 +-
.../UpdateSettingsFlowWithProfileMethod.java | 4 +-
.../UpdateSettingsFlowWithTotpMethod.java | 4 +-
.../UpdateSettingsFlowWithWebAuthnMethod.java | 4 +-
.../sh/ory/model/UpdateSubscriptionBody.java | 4 +-
.../ory/model/UpdateVerificationFlowBody.java | 4 +-
.../UpdateVerificationFlowWithCodeMethod.java | 4 +-
.../UpdateVerificationFlowWithLinkMethod.java | 4 +-
.../sh/ory/model/UpdateWorkspaceBody.java | 4 +-
.../src/main/java/sh/ory/model/Usage.java | 4 +-
.../VerifiableCredentialPrimingResponse.java | 4 +-
.../ory/model/VerifiableCredentialProof.java | 4 +-
.../model/VerifiableCredentialResponse.java | 4 +-
.../ory/model/VerifiableIdentityAddress.java | 4 +-
.../java/sh/ory/model/VerificationFlow.java | 4 +-
.../sh/ory/model/VerificationFlowState.java | 2 +-
.../src/main/java/sh/ory/model/Version.java | 4 +-
.../src/main/java/sh/ory/model/Warning.java | 4 +-
.../src/main/java/sh/ory/model/Workspace.java | 4 +-
.../java/sh/ory/model/WorkspaceApiKey.java | 4 +-
.../test/java/sh/ory/api/CourierApiTest.java | 2 +-
.../test/java/sh/ory/api/EventsApiTest.java | 2 +-
.../test/java/sh/ory/api/FrontendApiTest.java | 2 +-
.../test/java/sh/ory/api/IdentityApiTest.java | 2 +-
.../src/test/java/sh/ory/api/JwkApiTest.java | 2 +-
.../test/java/sh/ory/api/MetadataApiTest.java | 2 +-
.../test/java/sh/ory/api/OAuth2ApiTest.java | 2 +-
.../src/test/java/sh/ory/api/OidcApiTest.java | 2 +-
.../java/sh/ory/api/PermissionApiTest.java | 2 +-
.../test/java/sh/ory/api/ProjectApiTest.java | 2 +-
.../java/sh/ory/api/RelationshipApiTest.java | 2 +-
.../java/sh/ory/api/WellknownApiTest.java | 2 +-
.../java/sh/ory/api/WorkspaceApiTest.java | 2 +-
...AcceptOAuth2ConsentRequestSessionTest.java | 2 +-
.../model/AcceptOAuth2ConsentRequestTest.java | 2 +-
.../model/AcceptOAuth2LoginRequestTest.java | 2 +-
.../AccountExperienceConfigurationTest.java | 2 +-
.../AccountExperienceThemeVariablesTest.java | 2 +-
.../ory/model/ActiveProjectInConsoleTest.java | 2 +-
.../model/AddProjectToWorkspaceBodyTest.java | 2 +-
.../sh/ory/model/AttributeFilterTest.java | 2 +-
.../test/java/sh/ory/model/AttributeTest.java | 2 +-
.../model/AttributesCountDatapointTest.java | 2 +-
.../AuthenticatorAssuranceLevelTest.java | 2 +-
.../model/BatchCheckPermissionBodyTest.java | 2 +-
.../model/BatchCheckPermissionResultTest.java | 2 +-
.../BatchPatchIdentitiesResponseTest.java | 2 +-
.../sh/ory/model/BillingPeriodBucketTest.java | 2 +-
.../ory/model/CheckOplSyntaxResultTest.java | 2 +-
.../ory/model/CheckPermissionResultTest.java | 2 +-
.../CheckPermissionResultWithErrorTest.java | 2 +-
.../java/sh/ory/model/CloudAccountTest.java | 2 +-
.../ConsistencyRequestParametersTest.java | 2 +-
.../model/ContinueWithRecoveryUiFlowTest.java | 2 +-
.../ory/model/ContinueWithRecoveryUiTest.java | 2 +-
.../ContinueWithRedirectBrowserToTest.java | 2 +-
.../ContinueWithSetOrySessionTokenTest.java | 2 +-
.../model/ContinueWithSettingsUiFlowTest.java | 2 +-
.../ory/model/ContinueWithSettingsUiTest.java | 2 +-
.../java/sh/ory/model/ContinueWithTest.java | 2 +-
.../ContinueWithVerificationUiFlowTest.java | 2 +-
.../model/ContinueWithVerificationUiTest.java | 2 +-
.../ory/model/CourierMessageStatusTest.java | 2 +-
.../sh/ory/model/CourierMessageTypeTest.java | 2 +-
.../ory/model/CreateCustomDomainBodyTest.java | 2 +-
.../ory/model/CreateEventStreamBodyTest.java | 2 +-
.../sh/ory/model/CreateIdentityBodyTest.java | 2 +-
.../ory/model/CreateInviteResponseTest.java | 2 +-
.../sh/ory/model/CreateJsonWebKeySetTest.java | 2 +-
.../model/CreateProjectApiKeyRequestTest.java | 2 +-
.../sh/ory/model/CreateProjectBodyTest.java | 2 +-
.../ory/model/CreateProjectBrandingTest.java | 2 +-
.../CreateProjectMemberInviteBodyTest.java | 2 +-
.../CreateProjectNormalizedPayloadTest.java | 2 +-
...CreateRecoveryCodeForIdentityBodyTest.java | 2 +-
...CreateRecoveryLinkForIdentityBodyTest.java | 2 +-
.../ory/model/CreateRelationshipBodyTest.java | 2 +-
.../ory/model/CreateSubscriptionBodyTest.java | 2 +-
.../model/CreateSubscriptionCommonTest.java | 2 +-
...teVerifiableCredentialRequestBodyTest.java | 2 +-
.../model/CreateWorkspaceApiKeyBodyTest.java | 2 +-
.../sh/ory/model/CreateWorkspaceBodyTest.java | 2 +-
.../CreateWorkspaceMemberInviteBodyTest.java | 2 +-
.../CreateWorkspaceSubscriptionBodyTest.java | 2 +-
.../model/CredentialSupportedDraft00Test.java | 2 +-
.../java/sh/ory/model/CustomDomainTest.java | 2 +-
.../ory/model/DeleteMySessionsCountTest.java | 2 +-
.../ory/model/EmailTemplateDataBodyTest.java | 2 +-
.../sh/ory/model/EmailTemplateDataTest.java | 2 +-
...ticatorAssuranceLevelNotSatisfiedTest.java | 2 +-
...rrorBrowserLocationChangeRequiredTest.java | 2 +-
.../sh/ory/model/ErrorFlowReplacedTest.java | 2 +-
.../java/sh/ory/model/ErrorGenericTest.java | 2 +-
.../java/sh/ory/model/ErrorOAuth2Test.java | 2 +-
.../java/sh/ory/model/EventStreamTest.java | 2 +-
.../ory/model/ExpandedPermissionTreeTest.java | 2 +-
.../test/java/sh/ory/model/FlowErrorTest.java | 2 +-
.../sh/ory/model/GenericErrorContentTest.java | 2 +-
.../java/sh/ory/model/GenericErrorTest.java | 2 +-
.../java/sh/ory/model/GenericUsageTest.java | 2 +-
.../model/GetAttributesCountResponseTest.java | 2 +-
.../GetManagedIdentitySchemaLocationTest.java | 2 +-
...GetMetricsEventAttributesResponseTest.java | 2 +-
.../GetMetricsEventTypesResponseTest.java | 2 +-
.../model/GetOrganizationResponseTest.java | 2 +-
.../ory/model/GetProjectEventsBodyTest.java | 2 +-
.../model/GetProjectEventsResponseTest.java | 2 +-
.../model/GetProjectMetricsResponseTest.java | 2 +-
.../model/GetSessionActivityResponseTest.java | 2 +-
.../ory/model/GetVersion200ResponseTest.java | 2 +-
.../ory/model/HealthNotReadyStatusTest.java | 2 +-
.../java/sh/ory/model/HealthStatusTest.java | 2 +-
.../IdentityCredentialsCodeAddressTest.java | 2 +-
.../model/IdentityCredentialsCodeTest.java | 2 +-
.../IdentityCredentialsOidcProviderTest.java | 2 +-
.../model/IdentityCredentialsOidcTest.java | 2 +-
.../IdentityCredentialsPasswordTest.java | 2 +-
.../sh/ory/model/IdentityCredentialsTest.java | 2 +-
.../ory/model/IdentityPatchResponseTest.java | 2 +-
.../java/sh/ory/model/IdentityPatchTest.java | 2 +-
.../model/IdentitySchemaContainerTest.java | 2 +-
.../ory/model/IdentitySchemaPresetTest.java | 2 +-
.../test/java/sh/ory/model/IdentityTest.java | 2 +-
...WithCredentialsOidcConfigProviderTest.java | 2 +-
...IdentityWithCredentialsOidcConfigTest.java | 2 +-
.../IdentityWithCredentialsOidcTest.java | 2 +-
...tityWithCredentialsPasswordConfigTest.java | 2 +-
.../IdentityWithCredentialsPasswordTest.java | 2 +-
.../model/IdentityWithCredentialsTest.java | 2 +-
.../InternalGetProjectBrandingBodyTest.java | 2 +-
...elcomeScreenEnabledForProjectBodyTest.java | 2 +-
...ternalIsOwnerForProjectBySlugBodyTest.java | 2 +-
...alIsOwnerForProjectBySlugResponseTest.java | 2 +-
.../model/IntrospectedOAuth2TokenTest.java | 2 +-
.../java/sh/ory/model/InvoiceDataV1Test.java | 2 +-
.../test/java/sh/ory/model/InvoiceTest.java | 2 +-
.../model/IsOwnerForProjectBySlugTest.java | 2 +-
.../test/java/sh/ory/model/JsonPatchTest.java | 2 +-
.../java/sh/ory/model/JsonWebKeySetTest.java | 2 +-
.../java/sh/ory/model/JsonWebKeyTest.java | 2 +-
.../java/sh/ory/model/KetoNamespaceTest.java | 2 +-
.../java/sh/ory/model/LineItemV1Test.java | 2 +-
.../sh/ory/model/ListEventStreamsTest.java | 2 +-
.../ory/model/ListInvoicesResponseTest.java | 2 +-
.../model/ListOrganizationsResponseTest.java | 2 +-
.../ory/model/ListWorkspaceProjectsTest.java | 2 +-
.../java/sh/ory/model/ListWorkspacesTest.java | 2 +-
.../java/sh/ory/model/LoginFlowStateTest.java | 2 +-
.../test/java/sh/ory/model/LoginFlowTest.java | 2 +-
.../java/sh/ory/model/LogoutFlowTest.java | 2 +-
.../ory/model/ManagedIdentitySchemaTest.java | 2 +-
...gedIdentitySchemaValidationResultTest.java | 2 +-
.../java/sh/ory/model/MemberInviteTest.java | 2 +-
.../sh/ory/model/MessageDispatchTest.java | 2 +-
.../test/java/sh/ory/model/MessageTest.java | 2 +-
.../sh/ory/model/MetricsDatapointTest.java | 2 +-
.../src/test/java/sh/ory/model/MoneyTest.java | 2 +-
.../test/java/sh/ory/model/NamespaceTest.java | 2 +-
.../NeedsPrivilegedSessionErrorTest.java | 2 +-
...izedProjectRevisionCourierChannelTest.java | 2 +-
.../NormalizedProjectRevisionHookTest.java | 2 +-
...izedProjectRevisionIdentitySchemaTest.java | 2 +-
.../model/NormalizedProjectRevisionTest.java | 2 +-
...ProjectRevisionThirdPartyProviderTest.java | 2 +-
...dProjectRevisionTokenizerTemplateTest.java | 2 +-
.../sh/ory/model/NormalizedProjectTest.java | 2 +-
.../java/sh/ory/model/OAuth2ClientTest.java | 2 +-
.../model/OAuth2ClientTokenLifespansTest.java | 2 +-
...onsentRequestOpenIDConnectContextTest.java | 2 +-
.../ory/model/OAuth2ConsentRequestTest.java | 2 +-
.../OAuth2ConsentSessionExpiresAtTest.java | 2 +-
.../ory/model/OAuth2ConsentSessionTest.java | 2 +-
.../sh/ory/model/OAuth2LoginRequestTest.java | 2 +-
.../sh/ory/model/OAuth2LogoutRequestTest.java | 2 +-
.../sh/ory/model/OAuth2RedirectToTest.java | 2 +-
.../sh/ory/model/OAuth2TokenExchangeTest.java | 2 +-
.../sh/ory/model/OidcConfigurationTest.java | 2 +-
.../java/sh/ory/model/OidcUserInfoTest.java | 2 +-
.../sh/ory/model/OrganizationBodyTest.java | 2 +-
.../java/sh/ory/model/OrganizationTest.java | 2 +-
.../sh/ory/model/PaginationHeadersTest.java | 2 +-
.../java/sh/ory/model/PaginationTest.java | 2 +-
.../java/sh/ory/model/ParseErrorTest.java | 2 +-
.../sh/ory/model/PatchIdentitiesBodyTest.java | 2 +-
.../model/PerformNativeLogoutBodyTest.java | 2 +-
.../ory/model/PermissionsOnWorkspaceTest.java | 2 +-
.../java/sh/ory/model/PlanDetailsTest.java | 2 +-
.../src/test/java/sh/ory/model/PlanTest.java | 2 +-
.../model/PostCheckPermissionBodyTest.java | 2 +-
.../PostCheckPermissionOrErrorBodyTest.java | 2 +-
.../java/sh/ory/model/ProjectApiKeyTest.java | 2 +-
.../ory/model/ProjectBrandingColorsTest.java | 2 +-
.../sh/ory/model/ProjectBrandingTest.java | 2 +-
.../ory/model/ProjectBrandingThemeTest.java | 2 +-
.../java/sh/ory/model/ProjectCorsTest.java | 2 +-
.../ory/model/ProjectEventsDatapointTest.java | 2 +-
.../java/sh/ory/model/ProjectHostTest.java | 2 +-
.../java/sh/ory/model/ProjectMemberTest.java | 2 +-
.../sh/ory/model/ProjectMetadataTest.java | 2 +-
.../ory/model/ProjectServiceIdentityTest.java | 2 +-
.../ory/model/ProjectServiceOAuth2Test.java | 2 +-
.../model/ProjectServicePermissionTest.java | 2 +-
.../sh/ory/model/ProjectServicesTest.java | 2 +-
.../test/java/sh/ory/model/ProjectTest.java | 2 +-
.../java/sh/ory/model/QuotaUsageTest.java | 2 +-
.../sh/ory/model/RFC6749ErrorJsonTest.java | 2 +-
.../model/RecoveryCodeForIdentityTest.java | 2 +-
.../sh/ory/model/RecoveryFlowStateTest.java | 2 +-
.../java/sh/ory/model/RecoveryFlowTest.java | 2 +-
.../model/RecoveryIdentityAddressTest.java | 2 +-
.../model/RecoveryLinkForIdentityTest.java | 2 +-
.../ory/model/RegistrationFlowStateTest.java | 2 +-
.../sh/ory/model/RegistrationFlowTest.java | 2 +-
.../sh/ory/model/RejectOAuth2RequestTest.java | 2 +-
.../java/sh/ory/model/RelationQueryTest.java | 2 +-
.../ory/model/RelationshipNamespacesTest.java | 2 +-
.../sh/ory/model/RelationshipPatchTest.java | 2 +-
.../java/sh/ory/model/RelationshipTest.java | 2 +-
.../java/sh/ory/model/RelationshipsTest.java | 2 +-
.../java/sh/ory/model/SchemaPatchTest.java | 2 +-
.../SelfServiceFlowExpiredErrorTest.java | 2 +-
.../model/SessionActivityDatapointTest.java | 2 +-
.../SessionAuthenticationMethodTest.java | 2 +-
.../java/sh/ory/model/SessionDeviceTest.java | 2 +-
.../test/java/sh/ory/model/SessionTest.java | 2 +-
.../SetActiveProjectInConsoleBodyTest.java | 2 +-
.../sh/ory/model/SetCustomDomainBodyTest.java | 2 +-
.../sh/ory/model/SetEventStreamBodyTest.java | 2 +-
.../SetProjectBrandingThemeBodyTest.java | 2 +-
.../java/sh/ory/model/SetProjectTest.java | 2 +-
.../sh/ory/model/SettingsFlowStateTest.java | 2 +-
.../java/sh/ory/model/SettingsFlowTest.java | 2 +-
.../java/sh/ory/model/SourcePositionTest.java | 2 +-
.../java/sh/ory/model/SubjectSetTest.java | 2 +-
.../java/sh/ory/model/SubscriptionTest.java | 2 +-
.../SuccessfulCodeExchangeResponseTest.java | 2 +-
.../ory/model/SuccessfulNativeLoginTest.java | 2 +-
.../SuccessfulNativeRegistrationTest.java | 2 +-
.../model/SuccessfulProjectUpdateTest.java | 2 +-
.../java/sh/ory/model/TaxLineItemTest.java | 2 +-
.../java/sh/ory/model/TimeIntervalTest.java | 2 +-
.../ory/model/TokenPaginationHeadersTest.java | 2 +-
.../TokenPaginationRequestParametersTest.java | 2 +-
.../TokenPaginationResponseHeadersTest.java | 2 +-
.../sh/ory/model/TokenPaginationTest.java | 2 +-
.../model/TrustOAuth2JwtGrantIssuerTest.java | 2 +-
.../TrustedOAuth2JwtGrantIssuerTest.java | 2 +-
.../TrustedOAuth2JwtGrantJsonWebKeyTest.java | 2 +-
.../java/sh/ory/model/UiContainerTest.java | 2 +-
.../ory/model/UiNodeAnchorAttributesTest.java | 2 +-
.../sh/ory/model/UiNodeAttributesTest.java | 2 +-
.../ory/model/UiNodeImageAttributesTest.java | 2 +-
.../ory/model/UiNodeInputAttributesTest.java | 2 +-
.../java/sh/ory/model/UiNodeMetaTest.java | 2 +-
.../ory/model/UiNodeScriptAttributesTest.java | 2 +-
.../test/java/sh/ory/model/UiNodeTest.java | 2 +-
.../ory/model/UiNodeTextAttributesTest.java | 2 +-
.../test/java/sh/ory/model/UiTextTest.java | 2 +-
.../sh/ory/model/UpdateIdentityBodyTest.java | 2 +-
.../sh/ory/model/UpdateLoginFlowBodyTest.java | 2 +-
.../UpdateLoginFlowWithCodeMethodTest.java | 2 +-
...oginFlowWithIdentifierFirstMethodTest.java | 2 +-
...teLoginFlowWithLookupSecretMethodTest.java | 2 +-
.../UpdateLoginFlowWithOidcMethodTest.java | 2 +-
.../UpdateLoginFlowWithPasskeyMethodTest.java | 2 +-
...UpdateLoginFlowWithPasswordMethodTest.java | 2 +-
.../UpdateLoginFlowWithTotpMethodTest.java | 2 +-
...UpdateLoginFlowWithWebAuthnMethodTest.java | 2 +-
.../ory/model/UpdateRecoveryFlowBodyTest.java | 2 +-
.../UpdateRecoveryFlowWithCodeMethodTest.java | 2 +-
.../UpdateRecoveryFlowWithLinkMethodTest.java | 2 +-
.../model/UpdateRegistrationFlowBodyTest.java | 2 +-
...ateRegistrationFlowWithCodeMethodTest.java | 2 +-
...ateRegistrationFlowWithOidcMethodTest.java | 2 +-
...RegistrationFlowWithPasskeyMethodTest.java | 2 +-
...egistrationFlowWithPasswordMethodTest.java | 2 +-
...RegistrationFlowWithProfileMethodTest.java | 2 +-
...egistrationFlowWithWebAuthnMethodTest.java | 2 +-
.../ory/model/UpdateSettingsFlowBodyTest.java | 2 +-
...pdateSettingsFlowWithLookupMethodTest.java | 2 +-
.../UpdateSettingsFlowWithOidcMethodTest.java | 2 +-
...dateSettingsFlowWithPasskeyMethodTest.java | 2 +-
...ateSettingsFlowWithPasswordMethodTest.java | 2 +-
...dateSettingsFlowWithProfileMethodTest.java | 2 +-
.../UpdateSettingsFlowWithTotpMethodTest.java | 2 +-
...ateSettingsFlowWithWebAuthnMethodTest.java | 2 +-
.../ory/model/UpdateSubscriptionBodyTest.java | 2 +-
.../model/UpdateVerificationFlowBodyTest.java | 2 +-
...ateVerificationFlowWithCodeMethodTest.java | 2 +-
...ateVerificationFlowWithLinkMethodTest.java | 2 +-
.../sh/ory/model/UpdateWorkspaceBodyTest.java | 2 +-
.../src/test/java/sh/ory/model/UsageTest.java | 2 +-
...rifiableCredentialPrimingResponseTest.java | 2 +-
.../model/VerifiableCredentialProofTest.java | 2 +-
.../VerifiableCredentialResponseTest.java | 2 +-
.../model/VerifiableIdentityAddressTest.java | 2 +-
.../ory/model/VerificationFlowStateTest.java | 2 +-
.../sh/ory/model/VerificationFlowTest.java | 2 +-
.../test/java/sh/ory/model/VersionTest.java | 2 +-
.../test/java/sh/ory/model/WarningTest.java | 2 +-
.../sh/ory/model/WorkspaceApiKeyTest.java | 2 +-
.../test/java/sh/ory/model/WorkspaceTest.java | 2 +-
.../.gradle/8.7/checksums/checksums.lock | Bin 0 -> 17 bytes
.../8.7/dependencies-accessors/gc.properties | 0
.../8.7/executionHistory/executionHistory.bin | Bin 0 -> 235233 bytes
.../executionHistory/executionHistory.lock | Bin 0 -> 17 bytes
.../.gradle/8.7/fileChanges/last-build.bin | Bin 0 -> 1 bytes
.../.gradle/8.7/fileHashes/fileHashes.bin | Bin 0 -> 438332 bytes
.../.gradle/8.7/fileHashes/fileHashes.lock | Bin 0 -> 17 bytes
.../8.7/fileHashes/resourceHashesCache.bin | Bin 0 -> 28561 bytes
.../.gradle/8.7/gc.properties | 0
.../buildOutputCleanup.lock | Bin 0 -> 17 bytes
.../buildOutputCleanup/cache.properties | 2 +
.../buildOutputCleanup/outputFiles.bin | Bin 0 -> 18821 bytes
.../.gradle/vcs-1/gc.properties | 0
.../.openapi-generator-ignore | 23 +
.../.openapi-generator/FILES | 868 +
.../.openapi-generator/VERSION | 1 +
clients/client/kotlin-multiplatform/LICENSE | 201 +
clients/client/kotlin-multiplatform/README.md | 511 +
.../kotlin-multiplatform/build.gradle.kts | 101 +
.../cacheable/dirty-sources.txt | 296 +
.../local-state/build-history.bin | Bin 0 -> 31 bytes
.../docs/AcceptOAuth2ConsentRequest.md | 16 +
.../docs/AcceptOAuth2ConsentRequestSession.md | 11 +
.../docs/AcceptOAuth2LoginRequest.md | 18 +
.../docs/AccountExperienceConfiguration.md | 19 +
.../docs/AccountExperienceThemeVariables.md | 100 +
.../docs/ActiveProjectInConsole.md | 10 +
.../docs/AddProjectToWorkspaceBody.md | 25 +
.../kotlin-multiplatform/docs/Attribute.md | 11 +
.../docs/AttributeFilter.md | 19 +
.../docs/AttributesCountDatapoint.md | 11 +
.../docs/AuthenticatorAssuranceLevel.md | 16 +
.../docs/BatchCheckPermissionBody.md | 10 +
.../docs/BatchCheckPermissionResult.md | 10 +
.../docs/BatchPatchIdentitiesResponse.md | 10 +
.../docs/BillingPeriodBucket.md | 12 +
.../docs/CheckOplSyntaxResult.md | 10 +
.../docs/CheckPermissionResult.md | 10 +
.../docs/CheckPermissionResultWithError.md | 11 +
.../kotlin-multiplatform/docs/CloudAccount.md | 13 +
.../docs/ConsistencyRequestParameters.md | 17 +
.../kotlin-multiplatform/docs/ContinueWith.md | 20 +
.../docs/ContinueWithRecoveryUi.md | 18 +
.../docs/ContinueWithRecoveryUiFlow.md | 11 +
.../docs/ContinueWithRedirectBrowserTo.md | 18 +
.../docs/ContinueWithSetOrySessionToken.md | 18 +
.../docs/ContinueWithSettingsUi.md | 18 +
.../docs/ContinueWithSettingsUiFlow.md | 11 +
.../docs/ContinueWithVerificationUi.md | 18 +
.../docs/ContinueWithVerificationUiFlow.md | 12 +
.../kotlin-multiplatform/docs/CourierApi.md | 112 +
.../docs/CourierMessageStatus.md | 16 +
.../docs/CourierMessageType.md | 12 +
.../docs/CreateCustomDomainBody.md | 14 +
.../docs/CreateEventStreamBody.md | 19 +
.../docs/CreateIdentityBody.md | 24 +
.../docs/CreateInviteResponse.md | 11 +
.../docs/CreateJsonWebKeySet.md | 12 +
.../docs/CreateProjectApiKeyRequest.md | 11 +
.../docs/CreateProjectBody.md | 27 +
.../docs/CreateProjectBranding.md | 15 +
.../docs/CreateProjectMemberInviteBody.md | 10 +
.../docs/CreateProjectNormalizedPayload.md | 267 +
.../docs/CreateRecoveryCodeForIdentityBody.md | 12 +
.../docs/CreateRecoveryLinkForIdentityBody.md | 11 +
.../docs/CreateRelationshipBody.md | 14 +
.../docs/CreateSubscriptionBody.md | 28 +
.../docs/CreateSubscriptionCommon.md | 27 +
.../CreateVerifiableCredentialRequestBody.md | 12 +
.../docs/CreateWorkspaceApiKeyBody.md | 11 +
.../docs/CreateWorkspaceBody.md | 10 +
.../docs/CreateWorkspaceMemberInviteBody.md | 18 +
.../docs/CreateWorkspaceSubscriptionBody.md | 27 +
.../docs/CredentialSupportedDraft00.md | 13 +
.../kotlin-multiplatform/docs/CustomDomain.md | 27 +
.../docs/DeleteMySessionsCount.md | 10 +
.../docs/EmailTemplateData.md | 11 +
.../docs/EmailTemplateDataBody.md | 11 +
...AuthenticatorAssuranceLevelNotSatisfied.md | 11 +
.../ErrorBrowserLocationChangeRequired.md | 11 +
.../docs/ErrorFlowReplaced.md | 11 +
.../kotlin-multiplatform/docs/ErrorGeneric.md | 10 +
.../kotlin-multiplatform/docs/ErrorOAuth2.md | 14 +
.../kotlin-multiplatform/docs/EventStream.md | 15 +
.../kotlin-multiplatform/docs/EventsApi.md | 205 +
.../docs/ExpandedPermissionTree.md | 19 +
.../kotlin-multiplatform/docs/FlowError.md | 13 +
.../kotlin-multiplatform/docs/FrontendApi.md | 1511 ++
.../kotlin-multiplatform/docs/GenericError.md | 18 +
.../docs/GenericErrorContent.md | 14 +
.../kotlin-multiplatform/docs/GenericUsage.md | 11 +
.../docs/GetAttributesCountResponse.md | 10 +
.../docs/GetManagedIdentitySchemaLocation.md | 10 +
.../docs/GetMetricsEventAttributesResponse.md | 10 +
.../docs/GetMetricsEventTypesResponse.md | 10 +
.../docs/GetOrganizationResponse.md | 10 +
.../docs/GetProjectEventsBody.md | 15 +
.../docs/GetProjectEventsResponse.md | 11 +
.../docs/GetProjectMetricsResponse.md | 10 +
.../docs/GetSessionActivityResponse.md | 10 +
.../docs/GetVersion200Response.md | 10 +
.../docs/HealthNotReadyStatus.md | 10 +
.../kotlin-multiplatform/docs/HealthStatus.md | 10 +
.../kotlin-multiplatform/docs/Identity.md | 30 +
.../kotlin-multiplatform/docs/IdentityApi.md | 936 +
.../docs/IdentityCredentials.md | 22 +
.../docs/IdentityCredentialsCode.md | 10 +
.../docs/IdentityCredentialsCodeAddress.md | 11 +
.../docs/IdentityCredentialsOidc.md | 10 +
.../docs/IdentityCredentialsOidcProvider.md | 15 +
.../docs/IdentityCredentialsPassword.md | 11 +
.../docs/IdentityPatch.md | 11 +
.../docs/IdentityPatchResponse.md | 20 +
.../docs/IdentitySchemaContainer.md | 11 +
.../docs/IdentitySchemaPreset.md | 11 +
.../docs/IdentityWithCredentials.md | 11 +
.../docs/IdentityWithCredentialsOidc.md | 10 +
.../docs/IdentityWithCredentialsOidcConfig.md | 11 +
...entityWithCredentialsOidcConfigProvider.md | 11 +
.../docs/IdentityWithCredentialsPassword.md | 10 +
.../IdentityWithCredentialsPasswordConfig.md | 12 +
.../docs/InternalGetProjectBrandingBody.md | 10 +
...lIsAXWelcomeScreenEnabledForProjectBody.md | 11 +
.../InternalIsOwnerForProjectBySlugBody.md | 20 +
...InternalIsOwnerForProjectBySlugResponse.md | 10 +
.../docs/IntrospectedOAuth2Token.md | 23 +
.../kotlin-multiplatform/docs/Invoice.md | 21 +
.../docs/InvoiceDataV1.md | 21 +
.../docs/IsOwnerForProjectBySlug.md | 11 +
.../kotlin-multiplatform/docs/JsonPatch.md | 20 +
.../kotlin-multiplatform/docs/JsonWebKey.md | 26 +
.../docs/JsonWebKeySet.md | 10 +
.../kotlin-multiplatform/docs/JwkApi.md | 361 +
.../docs/KetoNamespace.md | 11 +
.../kotlin-multiplatform/docs/LineItemV1.md | 15 +
.../docs/ListEventStreams.md | 10 +
.../docs/ListInvoicesResponse.md | 12 +
.../docs/ListOrganizationsResponse.md | 12 +
.../docs/ListWorkspaceProjects.md | 12 +
.../docs/ListWorkspaces.md | 12 +
.../kotlin-multiplatform/docs/LoginFlow.md | 34 +
.../docs/LoginFlowState.md | 14 +
.../kotlin-multiplatform/docs/LogoutFlow.md | 11 +
.../docs/ManagedIdentitySchema.md | 16 +
.../ManagedIdentitySchemaValidationResult.md | 11 +
.../kotlin-multiplatform/docs/MemberInvite.md | 27 +
.../kotlin-multiplatform/docs/Message.md | 28 +
.../docs/MessageDispatch.md | 22 +
.../kotlin-multiplatform/docs/MetadataApi.md | 54 +
.../docs/MetricsDatapoint.md | 11 +
.../client/kotlin-multiplatform/docs/Money.md | 12 +
.../kotlin-multiplatform/docs/Namespace.md | 10 +
.../docs/NeedsPrivilegedSessionError.md | 11 +
.../docs/NormalizedProject.md | 43 +
.../docs/NormalizedProjectRevision.md | 250 +
...NormalizedProjectRevisionCourierChannel.md | 29 +
.../docs/NormalizedProjectRevisionHook.md | 27 +
...NormalizedProjectRevisionIdentitySchema.md | 19 +
...alizedProjectRevisionThirdPartyProvider.md | 48 +
...malizedProjectRevisionTokenizerTemplate.md | 17 +
.../kotlin-multiplatform/docs/OAuth2Api.md | 1424 ++
.../kotlin-multiplatform/docs/OAuth2Client.md | 57 +
.../docs/OAuth2ClientTokenLifespans.md | 19 +
.../docs/OAuth2ConsentRequest.md | 22 +
...Auth2ConsentRequestOpenIDConnectContext.md | 14 +
.../docs/OAuth2ConsentSession.md | 18 +
.../docs/OAuth2ConsentSessionExpiresAt.md | 14 +
.../docs/OAuth2LoginRequest.md | 18 +
.../docs/OAuth2LogoutRequest.md | 15 +
.../docs/OAuth2RedirectTo.md | 10 +
.../docs/OAuth2TokenExchange.md | 15 +
.../kotlin-multiplatform/docs/OidcApi.md | 383 +
.../docs/OidcConfiguration.md | 40 +
.../kotlin-multiplatform/docs/OidcUserInfo.md | 28 +
.../kotlin-multiplatform/docs/Organization.md | 15 +
.../docs/OrganizationBody.md | 11 +
.../kotlin-multiplatform/docs/Pagination.md | 11 +
.../docs/PaginationHeaders.md | 11 +
.../kotlin-multiplatform/docs/ParseError.md | 12 +
.../docs/PatchIdentitiesBody.md | 10 +
.../docs/PerformNativeLogoutBody.md | 10 +
.../docs/PermissionApi.md | 342 +
.../docs/PermissionsOnWorkspace.md | 10 +
.../client/kotlin-multiplatform/docs/Plan.md | 11 +
.../kotlin-multiplatform/docs/PlanDetails.md | 17 +
.../docs/PostCheckPermissionBody.md | 14 +
.../docs/PostCheckPermissionOrErrorBody.md | 14 +
.../kotlin-multiplatform/docs/Project.md | 41 +
.../kotlin-multiplatform/docs/ProjectApi.md | 864 +
.../docs/ProjectApiKey.md | 17 +
.../docs/ProjectBranding.md | 15 +
.../docs/ProjectBrandingColors.md | 38 +
.../docs/ProjectBrandingTheme.md | 49 +
.../kotlin-multiplatform/docs/ProjectCors.md | 11 +
.../docs/ProjectEventsDatapoint.md | 12 +
.../kotlin-multiplatform/docs/ProjectHost.md | 12 +
.../docs/ProjectMember.md | 14 +
.../docs/ProjectMetadata.md | 43 +
.../docs/ProjectServiceIdentity.md | 10 +
.../docs/ProjectServiceOAuth2.md | 10 +
.../docs/ProjectServicePermission.md | 10 +
.../docs/ProjectServices.md | 12 +
.../kotlin-multiplatform/docs/QuotaUsage.md | 23 +
.../docs/RFC6749ErrorJson.md | 14 +
.../docs/RecoveryCodeForIdentity.md | 12 +
.../kotlin-multiplatform/docs/RecoveryFlow.md | 20 +
.../docs/RecoveryFlowState.md | 14 +
.../docs/RecoveryIdentityAddress.md | 14 +
.../docs/RecoveryLinkForIdentity.md | 11 +
.../docs/RegistrationFlow.md | 30 +
.../docs/RegistrationFlowState.md | 14 +
.../docs/RejectOAuth2Request.md | 14 +
.../docs/RelationQuery.md | 14 +
.../kotlin-multiplatform/docs/Relationship.md | 14 +
.../docs/RelationshipApi.md | 325 +
.../docs/RelationshipNamespaces.md | 10 +
.../docs/RelationshipPatch.md | 18 +
.../docs/Relationships.md | 11 +
.../kotlin-multiplatform/docs/SchemaPatch.md | 11 +
.../docs/SelfServiceFlowExpiredError.md | 13 +
.../kotlin-multiplatform/docs/Session.md | 19 +
.../docs/SessionActivityDatapoint.md | 12 +
.../docs/SessionAuthenticationMethod.md | 21 +
.../docs/SessionDevice.md | 13 +
.../docs/SetActiveProjectInConsoleBody.md | 10 +
.../docs/SetCustomDomainBody.md | 14 +
.../docs/SetEventStreamBody.md | 19 +
.../kotlin-multiplatform/docs/SetProject.md | 13 +
.../docs/SetProjectBrandingThemeBody.md | 15 +
.../kotlin-multiplatform/docs/SettingsFlow.md | 21 +
.../docs/SettingsFlowState.md | 12 +
.../docs/SourcePosition.md | 11 +
.../kotlin-multiplatform/docs/SubjectSet.md | 12 +
.../kotlin-multiplatform/docs/Subscription.md | 38 +
.../docs/SuccessfulCodeExchangeResponse.md | 11 +
.../docs/SuccessfulNativeLogin.md | 12 +
.../docs/SuccessfulNativeRegistration.md | 13 +
.../docs/SuccessfulProjectUpdate.md | 11 +
.../kotlin-multiplatform/docs/TaxLineItem.md | 11 +
.../kotlin-multiplatform/docs/TimeInterval.md | 11 +
.../docs/TokenPagination.md | 11 +
.../docs/TokenPaginationHeaders.md | 11 +
.../docs/TokenPaginationRequestParameters.md | 11 +
.../docs/TokenPaginationResponseHeaders.md | 11 +
.../docs/TrustOAuth2JwtGrantIssuer.md | 15 +
.../docs/TrustedOAuth2JwtGrantIssuer.md | 17 +
.../docs/TrustedOAuth2JwtGrantJsonWebKey.md | 11 +
.../kotlin-multiplatform/docs/UiContainer.md | 13 +
.../kotlin-multiplatform/docs/UiNode.md | 28 +
.../docs/UiNodeAnchorAttributes.md | 20 +
.../docs/UiNodeAttributes.md | 63 +
.../docs/UiNodeImageAttributes.md | 21 +
.../docs/UiNodeInputAttributes.md | 58 +
.../kotlin-multiplatform/docs/UiNodeMeta.md | 10 +
.../docs/UiNodeScriptAttributes.md | 25 +
.../docs/UiNodeTextAttributes.md | 19 +
.../kotlin-multiplatform/docs/UiText.md | 20 +
.../docs/UpdateIdentityBody.md | 22 +
.../docs/UpdateLoginFlowBody.md | 27 +
.../docs/UpdateLoginFlowWithCodeMethod.md | 16 +
...pdateLoginFlowWithIdentifierFirstMethod.md | 13 +
.../UpdateLoginFlowWithLookupSecretMethod.md | 12 +
.../docs/UpdateLoginFlowWithOidcMethod.md | 17 +
.../docs/UpdateLoginFlowWithPasskeyMethod.md | 12 +
.../docs/UpdateLoginFlowWithPasswordMethod.md | 15 +
.../docs/UpdateLoginFlowWithTotpMethod.md | 13 +
.../docs/UpdateLoginFlowWithWebAuthnMethod.md | 14 +
.../docs/UpdateRecoveryFlowBody.md | 21 +
.../docs/UpdateRecoveryFlowWithCodeMethod.md | 21 +
.../docs/UpdateRecoveryFlowWithLinkMethod.md | 20 +
.../docs/UpdateRegistrationFlowBody.md | 31 +
.../UpdateRegistrationFlowWithCodeMethod.md | 15 +
.../UpdateRegistrationFlowWithOidcMethod.md | 17 +
...UpdateRegistrationFlowWithPasskeyMethod.md | 14 +
...pdateRegistrationFlowWithPasswordMethod.md | 14 +
...UpdateRegistrationFlowWithProfileMethod.md | 21 +
...pdateRegistrationFlowWithWebAuthnMethod.md | 15 +
.../docs/UpdateSettingsFlowBody.md | 29 +
.../UpdateSettingsFlowWithLookupMethod.md | 16 +
.../docs/UpdateSettingsFlowWithOidcMethod.md | 16 +
.../UpdateSettingsFlowWithPasskeyMethod.md | 13 +
.../UpdateSettingsFlowWithPasswordMethod.md | 13 +
.../UpdateSettingsFlowWithProfileMethod.md | 13 +
.../docs/UpdateSettingsFlowWithTotpMethod.md | 14 +
.../UpdateSettingsFlowWithWebAuthnMethod.md | 15 +
.../docs/UpdateSubscriptionBody.md | 19 +
.../docs/UpdateVerificationFlowBody.md | 21 +
.../UpdateVerificationFlowWithCodeMethod.md | 21 +
.../UpdateVerificationFlowWithLinkMethod.md | 20 +
.../docs/UpdateWorkspaceBody.md | 10 +
.../client/kotlin-multiplatform/docs/Usage.md | 10 +
.../VerifiableCredentialPrimingResponse.md | 17 +
.../docs/VerifiableCredentialProof.md | 11 +
.../docs/VerifiableCredentialResponse.md | 11 +
.../docs/VerifiableIdentityAddress.md | 24 +
.../docs/VerificationFlow.md | 19 +
.../docs/VerificationFlowState.md | 14 +
.../kotlin-multiplatform/docs/Version.md | 10 +
.../kotlin-multiplatform/docs/Warning.md | 11 +
.../kotlin-multiplatform/docs/WellknownApi.md | 52 +
.../kotlin-multiplatform/docs/Workspace.md | 15 +
.../kotlin-multiplatform/docs/WorkspaceApi.md | 403 +
.../docs/WorkspaceApiKey.md | 17 +
.../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 43462 bytes
.../gradle/wrapper/gradle-wrapper.properties | 7 +
clients/client/kotlin-multiplatform/gradlew | 249 +
.../client/kotlin-multiplatform/gradlew.bat | 89 +
.../kotlin-multiplatform/settings.gradle.kts | 1 +
.../apis/CourierApi.kt | 129 +
.../apis/EventsApi.kt | 184 +
.../apis/FrontendApi.kt | 1182 +
.../apis/IdentityApi.kt | 871 +
.../apis/JwkApi.kt | 283 +
.../apis/MetadataApi.kt | 77 +
.../apis/OAuth2Api.kt | 1076 +
.../apis/OidcApi.kt | 312 +
.../apis/PermissionApi.kt | 292 +
.../apis/ProjectApi.kt | 676 +
.../apis/RelationshipApi.kt | 284 +
.../apis/WellknownApi.kt | 78 +
.../apis/WorkspaceApi.kt | 330 +
.../auth/ApiKeyAuth.kt | 16 +
.../auth/Authentication.kt | 13 +
.../auth/HttpBasicAuth.kt | 15 +
.../auth/HttpBearerAuth.kt | 14 +
.../client-kotlin-multiplatform/auth/OAuth.kt | 10 +
.../infrastructure/ApiAbstractions.kt | 23 +
.../infrastructure/ApiClient.kt | 195 +
.../infrastructure/Base64ByteArray.kt | 29 +
.../infrastructure/Bytes.kt | 101 +
.../infrastructure/HttpResponse.kt | 51 +
.../infrastructure/OctetByteArray.kt | 29 +
.../infrastructure/PartConfig.kt | 11 +
.../infrastructure/RequestConfig.kt | 19 +
.../infrastructure/RequestMethod.kt | 8 +
.../models/AcceptOAuth2ConsentRequest.kt | 59 +
.../AcceptOAuth2ConsentRequestSession.kt | 43 +
.../models/AcceptOAuth2LoginRequest.kt | 69 +
.../models/AccountExperienceConfiguration.kt | 65 +
.../models/AccountExperienceThemeVariables.kt | 308 +
.../models/ActiveProjectInConsole.kt | 39 +
.../models/AddProjectToWorkspaceBody.kt | 64 +
.../models/Attribute.kt | 41 +
.../models/AttributeFilter.kt | 60 +
.../models/AttributesCountDatapoint.kt | 43 +
.../models/AuthenticatorAssuranceLevel.kt | 67 +
.../models/BatchCheckPermissionBody.kt | 39 +
.../models/BatchCheckPermissionResult.kt | 40 +
.../models/BatchPatchIdentitiesResponse.kt | 40 +
.../models/BillingPeriodBucket.kt | 46 +
.../models/CheckOplSyntaxResult.kt | 40 +
.../models/CheckPermissionResult.kt | 39 +
.../models/CheckPermissionResultWithError.kt | 43 +
.../models/CloudAccount.kt | 47 +
.../models/ConsistencyRequestParameters.kt | 50 +
.../models/ContinueWith.kt | 59 +
.../models/ContinueWithRecoveryUi.kt | 52 +
.../models/ContinueWithRecoveryUiFlow.kt | 43 +
.../models/ContinueWithRedirectBrowserTo.kt | 52 +
.../models/ContinueWithSetOrySessionToken.kt | 52 +
.../models/ContinueWithSettingsUi.kt | 52 +
.../models/ContinueWithSettingsUiFlow.kt | 43 +
.../models/ContinueWithVerificationUi.kt | 52 +
.../models/ContinueWithVerificationUiFlow.kt | 47 +
.../models/CourierMessageStatus.kt | 67 +
.../models/CourierMessageType.kt | 61 +
.../models/CreateCustomDomainBody.kt | 55 +
.../models/CreateEventStreamBody.kt | 56 +
.../models/CreateIdentityBody.kt | 79 +
.../models/CreateInviteResponse.kt | 43 +
.../models/CreateJsonWebKeySet.kt | 47 +
.../models/CreateProjectApiKeyRequest.kt | 42 +
.../models/CreateProjectBody.kt | 76 +
.../models/CreateProjectBranding.kt | 54 +
.../models/CreateProjectMemberInviteBody.kt | 39 +
.../models/CreateProjectNormalizedPayload.kt | 930 +
.../CreateRecoveryCodeForIdentityBody.kt | 47 +
.../CreateRecoveryLinkForIdentityBody.kt | 43 +
.../models/CreateRelationshipBody.kt | 55 +
.../models/CreateSubscriptionBody.kt | 72 +
.../models/CreateSubscriptionCommon.kt | 69 +
.../CreateVerifiableCredentialRequestBody.kt | 45 +
.../models/CreateWorkspaceApiKeyBody.kt | 42 +
.../models/CreateWorkspaceBody.kt | 39 +
.../models/CreateWorkspaceMemberInviteBody.kt | 53 +
.../models/CreateWorkspaceSubscriptionBody.kt | 69 +
.../models/CredentialSupportedDraft00.kt | 51 +
.../models/CustomDomain.kt | 98 +
.../models/DeleteMySessionsCount.kt | 39 +
.../models/EmailTemplateData.kt | 42 +
.../models/EmailTemplateDataBody.kt | 41 +
...AuthenticatorAssuranceLevelNotSatisfied.kt | 43 +
.../ErrorBrowserLocationChangeRequired.kt | 43 +
.../models/ErrorFlowReplaced.kt | 43 +
.../models/ErrorGeneric.kt | 39 +
.../models/ErrorOAuth2.kt | 55 +
.../models/EventStream.kt | 53 +
.../models/ExpandedPermissionTree.kt | 63 +
.../models/FlowError.kt | 50 +
.../models/GenericError.kt | 71 +
.../models/GenericErrorContent.kt | 55 +
.../models/GenericUsage.kt | 43 +
.../models/GetAttributesCountResponse.kt | 40 +
.../GetManagedIdentitySchemaLocation.kt | 38 +
.../GetMetricsEventAttributesResponse.kt | 39 +
.../models/GetMetricsEventTypesResponse.kt | 39 +
.../models/GetOrganizationResponse.kt | 39 +
.../models/GetProjectEventsBody.kt | 60 +
.../models/GetProjectEventsResponse.kt | 44 +
.../models/GetProjectMetricsResponse.kt | 40 +
.../models/GetSessionActivityResponse.kt | 40 +
.../models/GetVersion200Response.kt | 39 +
.../models/HealthNotReadyStatus.kt | 39 +
.../models/HealthStatus.kt | 39 +
.../models/Identity.kt | 102 +
.../models/IdentityCredentials.kt | 76 +
.../models/IdentityCredentialsCode.kt | 39 +
.../models/IdentityCredentialsCodeAddress.kt | 42 +
.../models/IdentityCredentialsOidc.kt | 39 +
.../models/IdentityCredentialsOidcProvider.kt | 53 +
.../models/IdentityCredentialsPassword.kt | 43 +
.../models/IdentityPatch.kt | 43 +
.../models/IdentityPatchResponse.kt | 60 +
.../models/IdentitySchemaContainer.kt | 43 +
.../models/IdentitySchemaPreset.kt | 43 +
.../models/IdentityWithCredentials.kt | 43 +
.../models/IdentityWithCredentialsOidc.kt | 39 +
.../IdentityWithCredentialsOidcConfig.kt | 44 +
...entityWithCredentialsOidcConfigProvider.kt | 43 +
.../models/IdentityWithCredentialsPassword.kt | 39 +
.../IdentityWithCredentialsPasswordConfig.kt | 47 +
.../models/InternalGetProjectBrandingBody.kt | 38 +
...lIsAXWelcomeScreenEnabledForProjectBody.kt | 43 +
.../InternalIsOwnerForProjectBySlugBody.kt | 61 +
...InternalIsOwnerForProjectBySlugResponse.kt | 39 +
.../models/IntrospectedOAuth2Token.kt | 91 +
.../models/Invoice.kt | 63 +
.../models/InvoiceDataV1.kt | 82 +
.../models/IsOwnerForProjectBySlug.kt | 43 +
.../models/JsonPatch.kt | 65 +
.../models/JsonWebKey.kt | 91 +
.../models/JsonWebKeySet.kt | 40 +
.../models/KetoNamespace.kt | 41 +
.../models/LineItemV1.kt | 54 +
.../models/ListEventStreams.kt | 39 +
.../models/ListInvoicesResponse.kt | 45 +
.../models/ListOrganizationsResponse.kt | 46 +
.../models/ListWorkspaceProjects.kt | 45 +
.../models/ListWorkspaces.kt | 45 +
.../models/LoginFlow.kt | 124 +
.../models/LoginFlowState.kt | 64 +
.../models/LogoutFlow.kt | 43 +
.../models/ManagedIdentitySchema.kt | 63 +
.../ManagedIdentitySchemaValidationResult.kt | 41 +
.../models/MemberInvite.kt | 89 +
.../models/Message.kt | 97 +
.../models/MessageDispatch.kt | 68 +
.../models/MetricsDatapoint.kt | 43 +
.../models/Money.kt | 44 +
.../models/Namespace.kt | 39 +
.../models/NeedsPrivilegedSessionError.kt | 43 +
.../models/NormalizedProject.kt | 119 +
.../models/NormalizedProjectRevision.kt | 894 +
...NormalizedProjectRevisionCourierChannel.kt | 96 +
.../models/NormalizedProjectRevisionHook.kt | 107 +
...NormalizedProjectRevisionIdentitySchema.kt | 74 +
...alizedProjectRevisionThirdPartyProvider.kt | 147 +
...malizedProjectRevisionTokenizerTemplate.kt | 67 +
.../models/OAuth2Client.kt | 208 +
.../models/OAuth2ClientTokenLifespans.kt | 65 +
.../models/OAuth2ConsentRequest.kt | 83 +
...Auth2ConsentRequestOpenIDConnectContext.kt | 55 +
.../models/OAuth2ConsentSession.kt | 67 +
.../models/OAuth2ConsentSessionExpiresAt.kt | 50 +
.../models/OAuth2LoginRequest.kt | 69 +
.../models/OAuth2LogoutRequest.kt | 59 +
.../models/OAuth2RedirectTo.kt | 39 +
.../models/OAuth2TokenExchange.kt | 59 +
.../models/OidcConfiguration.kt | 160 +
.../models/OidcUserInfo.kt | 111 +
.../models/Organization.kt | 58 +
.../models/OrganizationBody.kt | 43 +
.../models/Pagination.kt | 43 +
.../models/PaginationHeaders.kt | 43 +
.../models/ParseError.kt | 45 +
.../models/PatchIdentitiesBody.kt | 40 +
.../models/PerformNativeLogoutBody.kt | 39 +
.../models/PermissionsOnWorkspace.kt | 38 +
.../models/Plan.kt | 43 +
.../models/PlanDetails.kt | 67 +
.../models/PostCheckPermissionBody.kt | 55 +
.../models/PostCheckPermissionOrErrorBody.kt | 55 +
.../models/Project.kt | 113 +
.../models/ProjectApiKey.kt | 66 +
.../models/ProjectBranding.kt | 58 +
.../models/ProjectBrandingColors.kt | 151 +
.../models/ProjectBrandingTheme.kt | 196 +
.../models/ProjectCors.kt | 43 +
.../models/ProjectEventsDatapoint.kt | 48 +
.../models/ProjectHost.kt | 47 +
.../models/ProjectMember.kt | 50 +
.../models/ProjectMetadata.kt | 119 +
.../models/ProjectServiceIdentity.kt | 38 +
.../models/ProjectServiceOAuth2.kt | 38 +
.../models/ProjectServicePermission.kt | 38 +
.../models/ProjectServices.kt | 47 +
.../models/QuotaUsage.kt | 97 +
.../models/RFC6749ErrorJson.kt | 50 +
.../models/RecoveryCodeForIdentity.kt | 47 +
.../models/RecoveryFlow.kt | 80 +
.../models/RecoveryFlowState.kt | 64 +
.../models/RecoveryIdentityAddress.kt | 52 +
.../models/RecoveryLinkForIdentity.kt | 43 +
.../models/RegistrationFlow.kt | 108 +
.../models/RegistrationFlowState.kt | 64 +
.../models/RejectOAuth2Request.kt | 55 +
.../models/RelationQuery.kt | 55 +
.../models/Relationship.kt | 55 +
.../models/RelationshipNamespaces.kt | 39 +
.../models/RelationshipPatch.kt | 52 +
.../models/Relationships.kt | 43 +
.../models/SchemaPatch.kt | 43 +
.../models/SelfServiceFlowExpiredError.kt | 51 +
.../models/Session.kt | 77 +
.../models/SessionActivityDatapoint.kt | 47 +
.../models/SessionAuthenticationMethod.kt | 71 +
.../models/SessionDevice.kt | 51 +
.../models/SetActiveProjectInConsoleBody.kt | 39 +
.../models/SetCustomDomainBody.kt | 55 +
.../models/SetEventStreamBody.kt | 56 +
.../models/SetProject.kt | 50 +
.../models/SetProjectBrandingThemeBody.kt | 59 +
.../models/SettingsFlow.kt | 84 +
.../models/SettingsFlowState.kt | 61 +
.../models/SourcePosition.kt | 41 +
.../models/SubjectSet.kt | 47 +
.../models/Subscription.kt | 108 +
.../models/SuccessfulCodeExchangeResponse.kt | 43 +
.../models/SuccessfulNativeLogin.kt | 48 +
.../models/SuccessfulNativeRegistration.kt | 52 +
.../models/SuccessfulProjectUpdate.kt | 44 +
.../models/TaxLineItem.kt | 41 +
.../models/TimeInterval.kt | 43 +
.../models/TokenPagination.kt | 43 +
.../models/TokenPaginationHeaders.kt | 43 +
.../TokenPaginationRequestParameters.kt | 43 +
.../models/TokenPaginationResponseHeaders.kt | 43 +
.../models/TrustOAuth2JwtGrantIssuer.kt | 59 +
.../models/TrustedOAuth2JwtGrantIssuer.kt | 66 +
.../models/TrustedOAuth2JwtGrantJsonWebKey.kt | 43 +
.../models/UiContainer.kt | 51 +
.../models/UiNode.kt | 87 +
.../models/UiNodeAnchorAttributes.kt | 64 +
.../models/UiNodeAttributes.kt | 169 +
.../models/UiNodeImageAttributes.kt | 68 +
.../models/UiNodeInputAttributes.kt | 166 +
.../models/UiNodeMeta.kt | 39 +
.../models/UiNodeScriptAttributes.kt | 84 +
.../models/UiNodeTextAttributes.kt | 60 +
.../models/UiText.kt | 61 +
.../models/UpdateIdentityBody.kt | 69 +
.../models/UpdateLoginFlowBody.kt | 95 +
.../models/UpdateLoginFlowWithCodeMethod.kt | 63 +
...pdateLoginFlowWithIdentifierFirstMethod.kt | 51 +
.../UpdateLoginFlowWithLookupSecretMethod.kt | 47 +
.../models/UpdateLoginFlowWithOidcMethod.kt | 67 +
.../UpdateLoginFlowWithPasskeyMethod.kt | 47 +
.../UpdateLoginFlowWithPasswordMethod.kt | 59 +
.../models/UpdateLoginFlowWithTotpMethod.kt | 51 +
.../UpdateLoginFlowWithWebAuthnMethod.kt | 55 +
.../models/UpdateRecoveryFlowBody.kt | 60 +
.../UpdateRecoveryFlowWithCodeMethod.kt | 65 +
.../UpdateRecoveryFlowWithLinkMethod.kt | 61 +
.../models/UpdateRegistrationFlowBody.kt | 94 +
.../UpdateRegistrationFlowWithCodeMethod.kt | 59 +
.../UpdateRegistrationFlowWithOidcMethod.kt | 67 +
...UpdateRegistrationFlowWithPasskeyMethod.kt | 55 +
...pdateRegistrationFlowWithPasswordMethod.kt | 55 +
...UpdateRegistrationFlowWithProfileMethod.kt | 65 +
...pdateRegistrationFlowWithWebAuthnMethod.kt | 59 +
.../models/UpdateSettingsFlowBody.kt | 100 +
.../UpdateSettingsFlowWithLookupMethod.kt | 63 +
.../UpdateSettingsFlowWithOidcMethod.kt | 63 +
.../UpdateSettingsFlowWithPasskeyMethod.kt | 51 +
.../UpdateSettingsFlowWithPasswordMethod.kt | 51 +
.../UpdateSettingsFlowWithProfileMethod.kt | 51 +
.../UpdateSettingsFlowWithTotpMethod.kt | 55 +
.../UpdateSettingsFlowWithWebAuthnMethod.kt | 59 +
.../models/UpdateSubscriptionBody.kt | 55 +
.../models/UpdateVerificationFlowBody.kt | 60 +
.../UpdateVerificationFlowWithCodeMethod.kt | 65 +
.../UpdateVerificationFlowWithLinkMethod.kt | 61 +
.../models/UpdateWorkspaceBody.kt | 39 +
.../models/Usage.kt | 39 +
.../VerifiableCredentialPrimingResponse.kt | 59 +
.../models/VerifiableCredentialProof.kt | 41 +
.../models/VerifiableCredentialResponse.kt | 41 +
.../models/VerifiableIdentityAddress.kt | 76 +
.../models/VerificationFlow.kt | 75 +
.../models/VerificationFlowState.kt | 64 +
.../models/Version.kt | 39 +
.../models/Warning.kt | 41 +
.../models/Workspace.kt | 53 +
.../models/WorkspaceApiKey.kt | 66 +
.../apis/CourierApiTest.kt | 51 +
.../apis/EventsApiTest.kt | 69 +
.../apis/FrontendApiTest.kt | 335 +
.../apis/IdentityApiTest.kt | 209 +
.../apis/JwkApiTest.kt | 93 +
.../apis/MetadataApiTest.kt | 37 +
.../apis/OAuth2ApiTest.kt | 287 +
.../apis/OidcApiTest.kt | 97 +
.../apis/PermissionApiTest.kt | 104 +
.../apis/ProjectApiTest.kt | 190 +
.../apis/RelationshipApiTest.kt | 95 +
.../apis/WellknownApiTest.kt | 38 +
.../apis/WorkspaceApiTest.kt | 104 +
.../AcceptOAuth2ConsentRequestSessionTest.kt | 41 +
.../models/AcceptOAuth2ConsentRequestTest.kt | 72 +
.../models/AcceptOAuth2LoginRequestTest.kt | 83 +
.../AccountExperienceConfigurationTest.kt | 89 +
.../AccountExperienceThemeVariablesTest.kt | 575 +
.../models/ActiveProjectInConsoleTest.kt | 35 +
.../models/AddProjectToWorkspaceBodyTest.kt | 41 +
.../models/AttributeFilterTest.kt | 47 +
.../models/AttributeTest.kt | 41 +
.../models/AttributesCountDatapointTest.kt | 41 +
.../models/AuthenticatorAssuranceLevelTest.kt | 29 +
.../models/BatchCheckPermissionBodyTest.kt | 36 +
.../models/BatchCheckPermissionResultTest.kt | 36 +
.../BatchPatchIdentitiesResponseTest.kt | 36 +
.../models/BillingPeriodBucketTest.kt | 49 +
.../models/CheckOplSyntaxResultTest.kt | 36 +
.../models/CheckPermissionResultTest.kt | 35 +
.../CheckPermissionResultWithErrorTest.kt | 41 +
.../models/CloudAccountTest.kt | 53 +
.../ConsistencyRequestParametersTest.kt | 35 +
.../models/ContinueWithRecoveryUiFlowTest.kt | 41 +
.../models/ContinueWithRecoveryUiTest.kt | 42 +
.../ContinueWithRedirectBrowserToTest.kt | 41 +
.../ContinueWithSetOrySessionTokenTest.kt | 41 +
.../models/ContinueWithSettingsUiFlowTest.kt | 41 +
.../models/ContinueWithSettingsUiTest.kt | 42 +
.../models/ContinueWithTest.kt | 59 +
.../ContinueWithVerificationUiFlowTest.kt | 47 +
.../models/ContinueWithVerificationUiTest.kt | 42 +
.../models/CourierMessageStatusTest.kt | 29 +
.../models/CourierMessageTypeTest.kt | 29 +
.../models/CreateCustomDomainBodyTest.kt | 59 +
.../models/CreateEventStreamBodyTest.kt | 47 +
.../models/CreateIdentityBodyTest.kt | 80 +
.../models/CreateInviteResponseTest.kt | 42 +
.../models/CreateJsonWebKeySetTest.kt | 47 +
.../models/CreateProjectApiKeyRequestTest.kt | 41 +
.../models/CreateProjectBodyTest.kt | 53 +
.../models/CreateProjectBrandingTest.kt | 66 +
.../CreateProjectMemberInviteBodyTest.kt | 35 +
.../CreateProjectNormalizedPayloadTest.kt | 1289 +
.../CreateRecoveryCodeForIdentityBodyTest.kt | 47 +
.../CreateRecoveryLinkForIdentityBodyTest.kt | 41 +
.../models/CreateRelationshipBodyTest.kt | 60 +
.../models/CreateSubscriptionBodyTest.kt | 59 +
.../models/CreateSubscriptionCommonTest.kt | 53 +
...eateVerifiableCredentialRequestBodyTest.kt | 48 +
.../models/CreateWorkspaceApiKeyBodyTest.kt | 41 +
.../models/CreateWorkspaceBodyTest.kt | 35 +
.../CreateWorkspaceMemberInviteBodyTest.kt | 41 +
.../CreateWorkspaceSubscriptionBodyTest.kt | 53 +
.../models/CredentialSupportedDraft00Test.kt | 53 +
.../models/CustomDomainTest.kt | 95 +
.../models/DeleteMySessionsCountTest.kt | 35 +
.../models/EmailTemplateDataBodyTest.kt | 41 +
.../models/EmailTemplateDataTest.kt | 42 +
...enticatorAssuranceLevelNotSatisfiedTest.kt | 42 +
.../ErrorBrowserLocationChangeRequiredTest.kt | 42 +
.../models/ErrorFlowReplacedTest.kt | 42 +
.../models/ErrorGenericTest.kt | 36 +
.../models/ErrorOAuth2Test.kt | 59 +
.../models/EventStreamTest.kt | 65 +
.../models/ExpandedPermissionTreeTest.kt | 48 +
.../models/FlowErrorTest.kt | 53 +
.../models/GenericErrorContentTest.kt | 59 +
.../models/GenericErrorTest.kt | 84 +
.../models/GenericUsageTest.kt | 42 +
.../models/GetAttributesCountResponseTest.kt | 36 +
.../GetManagedIdentitySchemaLocationTest.kt | 35 +
.../GetMetricsEventAttributesResponseTest.kt | 35 +
.../GetMetricsEventTypesResponseTest.kt | 35 +
.../models/GetOrganizationResponseTest.kt | 36 +
.../models/GetProjectEventsBodyTest.kt | 66 +
.../models/GetProjectEventsResponseTest.kt | 42 +
.../models/GetProjectMetricsResponseTest.kt | 36 +
.../models/GetSessionActivityResponseTest.kt | 36 +
.../models/GetVersion200ResponseTest.kt | 35 +
.../models/HealthNotReadyStatusTest.kt | 35 +
.../models/HealthStatusTest.kt | 35 +
.../IdentityCredentialsCodeAddressTest.kt | 41 +
.../models/IdentityCredentialsCodeTest.kt | 36 +
.../IdentityCredentialsOidcProviderTest.kt | 65 +
.../models/IdentityCredentialsOidcTest.kt | 36 +
.../models/IdentityCredentialsPasswordTest.kt | 41 +
.../models/IdentityCredentialsTest.kt | 65 +
.../models/IdentityPatchResponseTest.kt | 53 +
.../models/IdentityPatchTest.kt | 42 +
.../models/IdentitySchemaContainerTest.kt | 41 +
.../models/IdentitySchemaPresetTest.kt | 41 +
.../models/IdentityTest.kt | 116 +
...tyWithCredentialsOidcConfigProviderTest.kt | 41 +
.../IdentityWithCredentialsOidcConfigTest.kt | 43 +
.../models/IdentityWithCredentialsOidcTest.kt | 36 +
...entityWithCredentialsPasswordConfigTest.kt | 47 +
.../IdentityWithCredentialsPasswordTest.kt | 36 +
.../models/IdentityWithCredentialsTest.kt | 43 +
.../InternalGetProjectBrandingBodyTest.kt | 35 +
...XWelcomeScreenEnabledForProjectBodyTest.kt | 41 +
...InternalIsOwnerForProjectBySlugBodyTest.kt | 53 +
...rnalIsOwnerForProjectBySlugResponseTest.kt | 35 +
.../models/IntrospectedOAuth2TokenTest.kt | 113 +
.../models/InvoiceDataV1Test.kt | 104 +
.../models/InvoiceTest.kt | 60 +
.../models/IsOwnerForProjectBySlugTest.kt | 41 +
.../models/JsonPatchTest.kt | 53 +
.../models/JsonWebKeySetTest.kt | 36 +
.../models/JsonWebKeyTest.kt | 131 +
.../models/KetoNamespaceTest.kt | 41 +
.../models/LineItemV1Test.kt | 65 +
.../models/ListEventStreamsTest.kt | 36 +
.../models/ListInvoicesResponseTest.kt | 48 +
.../models/ListOrganizationsResponseTest.kt | 48 +
.../models/ListWorkspaceProjectsTest.kt | 48 +
.../models/ListWorkspacesTest.kt | 48 +
.../models/LoginFlowStateTest.kt | 29 +
.../models/LoginFlowTest.kt | 140 +
.../models/LogoutFlowTest.kt | 41 +
.../models/ManagedIdentitySchemaTest.kt | 71 +
...nagedIdentitySchemaValidationResultTest.kt | 41 +
.../models/MemberInviteTest.kt | 95 +
.../models/MessageDispatchTest.kt | 65 +
.../models/MessageTest.kt | 104 +
.../models/MetricsDatapointTest.kt | 41 +
.../models/MoneyTest.kt | 47 +
.../models/NamespaceTest.kt | 35 +
.../models/NeedsPrivilegedSessionErrorTest.kt | 42 +
...alizedProjectRevisionCourierChannelTest.kt | 107 +
.../NormalizedProjectRevisionHookTest.kt | 137 +
...alizedProjectRevisionIdentitySchemaTest.kt | 90 +
.../models/NormalizedProjectRevisionTest.kt | 1271 +
...edProjectRevisionThirdPartyProviderTest.kt | 179 +
...zedProjectRevisionTokenizerTemplateTest.kt | 77 +
.../models/NormalizedProjectTest.kt | 109 +
.../models/OAuth2ClientTest.kt | 317 +
.../models/OAuth2ClientTokenLifespansTest.kt | 89 +
...2ConsentRequestOpenIDConnectContextTest.kt | 59 +
.../models/OAuth2ConsentRequestTest.kt | 109 +
.../OAuth2ConsentSessionExpiresAtTest.kt | 59 +
.../models/OAuth2ConsentSessionTest.kt | 86 +
.../models/OAuth2LoginRequestTest.kt | 85 +
.../models/OAuth2LogoutRequestTest.kt | 66 +
.../models/OAuth2RedirectToTest.kt | 35 +
.../models/OAuth2TokenExchangeTest.kt | 65 +
.../models/OidcConfigurationTest.kt | 216 +
.../models/OidcUserInfoTest.kt | 143 +
.../models/OrganizationBodyTest.kt | 41 +
.../models/OrganizationTest.kt | 65 +
.../models/PaginationHeadersTest.kt | 41 +
.../models/PaginationTest.kt | 41 +
.../models/ParseErrorTest.kt | 48 +
.../models/PatchIdentitiesBodyTest.kt | 36 +
.../models/PerformNativeLogoutBodyTest.kt | 35 +
.../models/PermissionsOnWorkspaceTest.kt | 35 +
.../models/PlanDetailsTest.kt | 78 +
.../models/PlanTest.kt | 41 +
.../models/PostCheckPermissionBodyTest.kt | 60 +
.../PostCheckPermissionOrErrorBodyTest.kt | 60 +
.../models/ProjectApiKeyTest.kt | 77 +
.../models/ProjectBrandingColorsTest.kt | 203 +
.../models/ProjectBrandingTest.kt | 66 +
.../models/ProjectBrandingThemeTest.kt | 270 +
.../models/ProjectCorsTest.kt | 41 +
.../models/ProjectEventsDatapointTest.kt | 48 +
.../models/ProjectHostTest.kt | 47 +
.../models/ProjectMemberTest.kt | 59 +
.../models/ProjectMetadataTest.kt | 108 +
.../models/ProjectServiceIdentityTest.kt | 35 +
.../models/ProjectServiceOAuth2Test.kt | 35 +
.../models/ProjectServicePermissionTest.kt | 35 +
.../models/ProjectServicesTest.kt | 50 +
.../models/ProjectTest.kt | 97 +
.../models/QuotaUsageTest.kt | 71 +
.../models/RFC6749ErrorJsonTest.kt | 59 +
.../models/RecoveryCodeForIdentityTest.kt | 47 +
.../models/RecoveryFlowStateTest.kt | 29 +
.../models/RecoveryFlowTest.kt | 97 +
.../models/RecoveryIdentityAddressTest.kt | 59 +
.../models/RecoveryLinkForIdentityTest.kt | 41 +
.../models/RegistrationFlowStateTest.kt | 29 +
.../models/RegistrationFlowTest.kt | 115 +
.../models/RejectOAuth2RequestTest.kt | 59 +
.../models/RelationQueryTest.kt | 60 +
.../models/RelationshipNamespacesTest.kt | 36 +
.../models/RelationshipPatchTest.kt | 42 +
.../models/RelationshipTest.kt | 60 +
.../models/RelationshipsTest.kt | 42 +
.../models/SchemaPatchTest.kt | 41 +
.../models/SelfServiceFlowExpiredErrorTest.kt | 54 +
.../models/SessionActivityDatapointTest.kt | 47 +
.../models/SessionAuthenticationMethodTest.kt | 60 +
.../models/SessionDeviceTest.kt | 53 +
.../models/SessionTest.kt | 93 +
.../SetActiveProjectInConsoleBodyTest.kt | 35 +
.../models/SetCustomDomainBodyTest.kt | 59 +
.../models/SetEventStreamBodyTest.kt | 47 +
.../models/SetProjectBrandingThemeBodyTest.kt | 66 +
.../models/SetProjectTest.kt | 55 +
.../models/SettingsFlowStateTest.kt | 29 +
.../models/SettingsFlowTest.kt | 104 +
.../models/SourcePositionTest.kt | 41 +
.../models/SubjectSetTest.kt | 47 +
.../models/SubscriptionTest.kt | 120 +
.../SuccessfulCodeExchangeResponseTest.kt | 42 +
.../models/SuccessfulNativeLoginTest.kt | 49 +
.../SuccessfulNativeRegistrationTest.kt | 56 +
.../models/SuccessfulProjectUpdateTest.kt | 43 +
.../models/TaxLineItemTest.kt | 41 +
.../models/TimeIntervalTest.kt | 41 +
.../models/TokenPaginationHeadersTest.kt | 41 +
.../TokenPaginationRequestParametersTest.kt | 41 +
.../TokenPaginationResponseHeadersTest.kt | 41 +
.../models/TokenPaginationTest.kt | 41 +
.../models/TrustOAuth2JwtGrantIssuerTest.kt | 66 +
.../models/TrustedOAuth2JwtGrantIssuerTest.kt | 78 +
.../TrustedOAuth2JwtGrantJsonWebKeyTest.kt | 41 +
.../models/UiContainerTest.kt | 55 +
.../models/UiNodeAnchorAttributesTest.kt | 54 +
.../models/UiNodeAttributesTest.kt | 191 +
.../models/UiNodeImageAttributesTest.kt | 59 +
.../models/UiNodeInputAttributesTest.kt | 114 +
.../models/UiNodeMetaTest.kt | 36 +
.../models/UiNodeScriptAttributesTest.kt | 83 +
.../models/UiNodeTest.kt | 62 +
.../models/UiNodeTextAttributesTest.kt | 48 +
.../models/UiTextTest.kt | 53 +
.../models/UpdateIdentityBodyTest.kt | 66 +
.../models/UpdateLoginFlowBodyTest.kt | 145 +
.../UpdateLoginFlowWithCodeMethodTest.kt | 71 +
...eLoginFlowWithIdentifierFirstMethodTest.kt | 53 +
...dateLoginFlowWithLookupSecretMethodTest.kt | 47 +
.../UpdateLoginFlowWithOidcMethodTest.kt | 77 +
.../UpdateLoginFlowWithPasskeyMethodTest.kt | 47 +
.../UpdateLoginFlowWithPasswordMethodTest.kt | 65 +
.../UpdateLoginFlowWithTotpMethodTest.kt | 53 +
.../UpdateLoginFlowWithWebAuthnMethodTest.kt | 59 +
.../models/UpdateRecoveryFlowBodyTest.kt | 61 +
.../UpdateRecoveryFlowWithCodeMethodTest.kt | 59 +
.../UpdateRecoveryFlowWithLinkMethodTest.kt | 53 +
.../models/UpdateRegistrationFlowBodyTest.kt | 125 +
...pdateRegistrationFlowWithCodeMethodTest.kt | 65 +
...pdateRegistrationFlowWithOidcMethodTest.kt | 77 +
...teRegistrationFlowWithPasskeyMethodTest.kt | 59 +
...eRegistrationFlowWithPasswordMethodTest.kt | 59 +
...teRegistrationFlowWithProfileMethodTest.kt | 59 +
...eRegistrationFlowWithWebAuthnMethodTest.kt | 65 +
.../models/UpdateSettingsFlowBodyTest.kt | 156 +
.../UpdateSettingsFlowWithLookupMethodTest.kt | 71 +
.../UpdateSettingsFlowWithOidcMethodTest.kt | 71 +
...UpdateSettingsFlowWithPasskeyMethodTest.kt | 53 +
...pdateSettingsFlowWithPasswordMethodTest.kt | 53 +
...UpdateSettingsFlowWithProfileMethodTest.kt | 53 +
.../UpdateSettingsFlowWithTotpMethodTest.kt | 59 +
...pdateSettingsFlowWithWebAuthnMethodTest.kt | 65 +
.../models/UpdateSubscriptionBodyTest.kt | 47 +
.../models/UpdateVerificationFlowBodyTest.kt | 61 +
...pdateVerificationFlowWithCodeMethodTest.kt | 59 +
...pdateVerificationFlowWithLinkMethodTest.kt | 53 +
.../models/UpdateWorkspaceBodyTest.kt | 35 +
.../models/UsageTest.kt | 36 +
...VerifiableCredentialPrimingResponseTest.kt | 77 +
.../models/VerifiableCredentialProofTest.kt | 41 +
.../VerifiableCredentialResponseTest.kt | 41 +
.../models/VerifiableIdentityAddressTest.kt | 77 +
.../models/VerificationFlowStateTest.kt | 29 +
.../models/VerificationFlowTest.kt | 90 +
.../models/VersionTest.kt | 35 +
.../models/WarningTest.kt | 41 +
.../models/WorkspaceApiKeyTest.kt | 77 +
.../models/WorkspaceTest.kt | 65 +
clients/client/php/README.md | 2 +-
clients/client/php/composer.lock | 4759 ----
clients/client/php/lib/Api/CourierApi.php | 2 +-
clients/client/php/lib/Api/EventsApi.php | 2 +-
clients/client/php/lib/Api/FrontendApi.php | 2 +-
clients/client/php/lib/Api/IdentityApi.php | 2 +-
clients/client/php/lib/Api/JwkApi.php | 2 +-
clients/client/php/lib/Api/MetadataApi.php | 2 +-
clients/client/php/lib/Api/OAuth2Api.php | 2 +-
clients/client/php/lib/Api/OidcApi.php | 2 +-
clients/client/php/lib/Api/PermissionApi.php | 2 +-
clients/client/php/lib/Api/ProjectApi.php | 2 +-
.../client/php/lib/Api/RelationshipApi.php | 2 +-
clients/client/php/lib/Api/WellknownApi.php | 2 +-
clients/client/php/lib/Api/WorkspaceApi.php | 2 +-
clients/client/php/lib/ApiException.php | 2 +-
clients/client/php/lib/Configuration.php | 4 +-
clients/client/php/lib/HeaderSelector.php | 2 +-
.../lib/Model/AcceptOAuth2ConsentRequest.php | 2 +-
.../AcceptOAuth2ConsentRequestSession.php | 2 +-
.../lib/Model/AcceptOAuth2LoginRequest.php | 2 +-
.../Model/AccountExperienceConfiguration.php | 2 +-
.../Model/AccountExperienceThemeVariables.php | 2 +-
.../php/lib/Model/ActiveProjectInConsole.php | 2 +-
.../lib/Model/AddProjectToWorkspaceBody.php | 2 +-
clients/client/php/lib/Model/Attribute.php | 2 +-
.../client/php/lib/Model/AttributeFilter.php | 2 +-
.../lib/Model/AttributesCountDatapoint.php | 2 +-
.../lib/Model/AuthenticatorAssuranceLevel.php | 2 +-
.../lib/Model/BatchCheckPermissionBody.php | 2 +-
.../lib/Model/BatchCheckPermissionResult.php | 2 +-
.../Model/BatchPatchIdentitiesResponse.php | 2 +-
.../php/lib/Model/BillingPeriodBucket.php | 2 +-
.../php/lib/Model/CheckOplSyntaxResult.php | 2 +-
.../php/lib/Model/CheckPermissionResult.php | 2 +-
.../Model/CheckPermissionResultWithError.php | 2 +-
clients/client/php/lib/Model/CloudAccount.php | 2 +-
.../Model/ConsistencyRequestParameters.php | 2 +-
clients/client/php/lib/Model/ContinueWith.php | 2 +-
.../php/lib/Model/ContinueWithRecoveryUi.php | 2 +-
.../lib/Model/ContinueWithRecoveryUiFlow.php | 2 +-
.../Model/ContinueWithRedirectBrowserTo.php | 2 +-
.../Model/ContinueWithSetOrySessionToken.php | 2 +-
.../php/lib/Model/ContinueWithSettingsUi.php | 2 +-
.../lib/Model/ContinueWithSettingsUiFlow.php | 2 +-
.../lib/Model/ContinueWithVerificationUi.php | 2 +-
.../Model/ContinueWithVerificationUiFlow.php | 2 +-
.../php/lib/Model/CourierMessageStatus.php | 2 +-
.../php/lib/Model/CourierMessageType.php | 2 +-
.../php/lib/Model/CreateCustomDomainBody.php | 2 +-
.../php/lib/Model/CreateEventStreamBody.php | 2 +-
.../php/lib/Model/CreateIdentityBody.php | 2 +-
.../php/lib/Model/CreateInviteResponse.php | 2 +-
.../php/lib/Model/CreateJsonWebKeySet.php | 2 +-
.../lib/Model/CreateProjectApiKeyRequest.php | 2 +-
.../php/lib/Model/CreateProjectBody.php | 2 +-
.../php/lib/Model/CreateProjectBranding.php | 2 +-
.../Model/CreateProjectMemberInviteBody.php | 2 +-
.../Model/CreateProjectNormalizedPayload.php | 2 +-
.../CreateRecoveryCodeForIdentityBody.php | 2 +-
.../CreateRecoveryLinkForIdentityBody.php | 2 +-
.../php/lib/Model/CreateRelationshipBody.php | 2 +-
.../php/lib/Model/CreateSubscriptionBody.php | 2 +-
.../lib/Model/CreateSubscriptionCommon.php | 2 +-
.../CreateVerifiableCredentialRequestBody.php | 2 +-
.../lib/Model/CreateWorkspaceApiKeyBody.php | 2 +-
.../php/lib/Model/CreateWorkspaceBody.php | 2 +-
.../Model/CreateWorkspaceMemberInviteBody.php | 2 +-
.../Model/CreateWorkspaceSubscriptionBody.php | 2 +-
.../lib/Model/CredentialSupportedDraft00.php | 2 +-
clients/client/php/lib/Model/CustomDomain.php | 2 +-
.../php/lib/Model/DeleteMySessionsCount.php | 2 +-
.../php/lib/Model/EmailTemplateData.php | 2 +-
.../php/lib/Model/EmailTemplateDataBody.php | 2 +-
...uthenticatorAssuranceLevelNotSatisfied.php | 2 +-
.../ErrorBrowserLocationChangeRequired.php | 2 +-
.../php/lib/Model/ErrorFlowReplaced.php | 2 +-
clients/client/php/lib/Model/ErrorGeneric.php | 2 +-
clients/client/php/lib/Model/ErrorOAuth2.php | 2 +-
clients/client/php/lib/Model/EventStream.php | 2 +-
.../php/lib/Model/ExpandedPermissionTree.php | 2 +-
clients/client/php/lib/Model/FlowError.php | 2 +-
clients/client/php/lib/Model/GenericError.php | 2 +-
.../php/lib/Model/GenericErrorContent.php | 2 +-
clients/client/php/lib/Model/GenericUsage.php | 2 +-
.../lib/Model/GetAttributesCountResponse.php | 2 +-
.../GetManagedIdentitySchemaLocation.php | 2 +-
.../GetMetricsEventAttributesResponse.php | 2 +-
.../Model/GetMetricsEventTypesResponse.php | 2 +-
.../php/lib/Model/GetOrganizationResponse.php | 2 +-
.../php/lib/Model/GetProjectEventsBody.php | 2 +-
.../lib/Model/GetProjectEventsResponse.php | 2 +-
.../lib/Model/GetProjectMetricsResponse.php | 2 +-
.../lib/Model/GetSessionActivityResponse.php | 2 +-
.../php/lib/Model/GetVersion200Response.php | 2 +-
.../php/lib/Model/HealthNotReadyStatus.php | 2 +-
clients/client/php/lib/Model/HealthStatus.php | 2 +-
clients/client/php/lib/Model/Identity.php | 2 +-
.../php/lib/Model/IdentityCredentials.php | 2 +-
.../php/lib/Model/IdentityCredentialsCode.php | 2 +-
.../Model/IdentityCredentialsCodeAddress.php | 2 +-
.../php/lib/Model/IdentityCredentialsOidc.php | 2 +-
.../Model/IdentityCredentialsOidcProvider.php | 2 +-
.../lib/Model/IdentityCredentialsPassword.php | 2 +-
.../client/php/lib/Model/IdentityPatch.php | 2 +-
.../php/lib/Model/IdentityPatchResponse.php | 2 +-
.../php/lib/Model/IdentitySchemaContainer.php | 2 +-
.../php/lib/Model/IdentitySchemaPreset.php | 2 +-
.../php/lib/Model/IdentityWithCredentials.php | 2 +-
.../lib/Model/IdentityWithCredentialsOidc.php | 2 +-
.../IdentityWithCredentialsOidcConfig.php | 2 +-
...ntityWithCredentialsOidcConfigProvider.php | 2 +-
.../Model/IdentityWithCredentialsPassword.php | 2 +-
.../IdentityWithCredentialsPasswordConfig.php | 2 +-
.../Model/InternalGetProjectBrandingBody.php | 2 +-
...IsAXWelcomeScreenEnabledForProjectBody.php | 2 +-
.../InternalIsOwnerForProjectBySlugBody.php | 2 +-
...nternalIsOwnerForProjectBySlugResponse.php | 2 +-
.../php/lib/Model/IntrospectedOAuth2Token.php | 2 +-
clients/client/php/lib/Model/Invoice.php | 2 +-
.../client/php/lib/Model/InvoiceDataV1.php | 2 +-
.../php/lib/Model/IsOwnerForProjectBySlug.php | 2 +-
clients/client/php/lib/Model/JsonPatch.php | 2 +-
clients/client/php/lib/Model/JsonWebKey.php | 2 +-
.../client/php/lib/Model/JsonWebKeySet.php | 2 +-
.../client/php/lib/Model/KetoNamespace.php | 2 +-
clients/client/php/lib/Model/LineItemV1.php | 2 +-
.../client/php/lib/Model/ListEventStreams.php | 2 +-
.../php/lib/Model/ListInvoicesResponse.php | 2 +-
.../lib/Model/ListOrganizationsResponse.php | 2 +-
.../php/lib/Model/ListWorkspaceProjects.php | 2 +-
.../client/php/lib/Model/ListWorkspaces.php | 2 +-
clients/client/php/lib/Model/LoginFlow.php | 2 +-
.../client/php/lib/Model/LoginFlowState.php | 2 +-
clients/client/php/lib/Model/LogoutFlow.php | 2 +-
.../php/lib/Model/ManagedIdentitySchema.php | 2 +-
.../ManagedIdentitySchemaValidationResult.php | 2 +-
clients/client/php/lib/Model/MemberInvite.php | 2 +-
clients/client/php/lib/Model/Message.php | 2 +-
.../client/php/lib/Model/MessageDispatch.php | 2 +-
.../client/php/lib/Model/MetricsDatapoint.php | 2 +-
.../client/php/lib/Model/ModelInterface.php | 2 +-
.../client/php/lib/Model/ModelNamespace.php | 2 +-
clients/client/php/lib/Model/Money.php | 2 +-
.../lib/Model/NeedsPrivilegedSessionError.php | 2 +-
.../php/lib/Model/NormalizedProject.php | 2 +-
.../lib/Model/NormalizedProjectRevision.php | 2 +-
...ormalizedProjectRevisionCourierChannel.php | 2 +-
.../Model/NormalizedProjectRevisionHook.php | 2 +-
...ormalizedProjectRevisionIdentitySchema.php | 2 +-
...lizedProjectRevisionThirdPartyProvider.php | 2 +-
...alizedProjectRevisionTokenizerTemplate.php | 2 +-
clients/client/php/lib/Model/OAuth2Client.php | 2 +-
.../lib/Model/OAuth2ClientTokenLifespans.php | 2 +-
.../php/lib/Model/OAuth2ConsentRequest.php | 2 +-
...uth2ConsentRequestOpenIDConnectContext.php | 2 +-
.../php/lib/Model/OAuth2ConsentSession.php | 2 +-
.../Model/OAuth2ConsentSessionExpiresAt.php | 2 +-
.../php/lib/Model/OAuth2LoginRequest.php | 2 +-
.../php/lib/Model/OAuth2LogoutRequest.php | 2 +-
.../client/php/lib/Model/OAuth2RedirectTo.php | 2 +-
.../php/lib/Model/OAuth2TokenExchange.php | 2 +-
.../php/lib/Model/OidcConfiguration.php | 2 +-
clients/client/php/lib/Model/OidcUserInfo.php | 2 +-
clients/client/php/lib/Model/Organization.php | 2 +-
.../client/php/lib/Model/OrganizationBody.php | 2 +-
clients/client/php/lib/Model/Pagination.php | 2 +-
.../php/lib/Model/PaginationHeaders.php | 2 +-
clients/client/php/lib/Model/ParseError.php | 2 +-
.../php/lib/Model/PatchIdentitiesBody.php | 2 +-
.../php/lib/Model/PerformNativeLogoutBody.php | 2 +-
.../php/lib/Model/PermissionsOnWorkspace.php | 2 +-
clients/client/php/lib/Model/Plan.php | 2 +-
clients/client/php/lib/Model/PlanDetails.php | 2 +-
.../php/lib/Model/PostCheckPermissionBody.php | 2 +-
.../Model/PostCheckPermissionOrErrorBody.php | 2 +-
clients/client/php/lib/Model/Project.php | 2 +-
.../client/php/lib/Model/ProjectApiKey.php | 2 +-
.../client/php/lib/Model/ProjectBranding.php | 2 +-
.../php/lib/Model/ProjectBrandingColors.php | 2 +-
.../php/lib/Model/ProjectBrandingTheme.php | 2 +-
clients/client/php/lib/Model/ProjectCors.php | 2 +-
.../php/lib/Model/ProjectEventsDatapoint.php | 2 +-
clients/client/php/lib/Model/ProjectHost.php | 2 +-
.../client/php/lib/Model/ProjectMember.php | 2 +-
.../client/php/lib/Model/ProjectMetadata.php | 2 +-
.../php/lib/Model/ProjectServiceIdentity.php | 2 +-
.../php/lib/Model/ProjectServiceOAuth2.php | 2 +-
.../lib/Model/ProjectServicePermission.php | 2 +-
.../client/php/lib/Model/ProjectServices.php | 2 +-
clients/client/php/lib/Model/QuotaUsage.php | 2 +-
.../client/php/lib/Model/RFC6749ErrorJson.php | 2 +-
.../php/lib/Model/RecoveryCodeForIdentity.php | 2 +-
clients/client/php/lib/Model/RecoveryFlow.php | 2 +-
.../php/lib/Model/RecoveryFlowState.php | 2 +-
.../php/lib/Model/RecoveryIdentityAddress.php | 2 +-
.../php/lib/Model/RecoveryLinkForIdentity.php | 2 +-
.../client/php/lib/Model/RegistrationFlow.php | 2 +-
.../php/lib/Model/RegistrationFlowState.php | 2 +-
.../php/lib/Model/RejectOAuth2Request.php | 2 +-
.../client/php/lib/Model/RelationQuery.php | 2 +-
clients/client/php/lib/Model/Relationship.php | 2 +-
.../php/lib/Model/RelationshipNamespaces.php | 2 +-
.../php/lib/Model/RelationshipPatch.php | 2 +-
.../client/php/lib/Model/Relationships.php | 2 +-
clients/client/php/lib/Model/SchemaPatch.php | 2 +-
.../lib/Model/SelfServiceFlowExpiredError.php | 2 +-
clients/client/php/lib/Model/Session.php | 2 +-
.../lib/Model/SessionActivityDatapoint.php | 2 +-
.../lib/Model/SessionAuthenticationMethod.php | 2 +-
.../client/php/lib/Model/SessionDevice.php | 2 +-
.../Model/SetActiveProjectInConsoleBody.php | 2 +-
.../php/lib/Model/SetCustomDomainBody.php | 2 +-
.../php/lib/Model/SetEventStreamBody.php | 2 +-
clients/client/php/lib/Model/SetProject.php | 2 +-
.../lib/Model/SetProjectBrandingThemeBody.php | 2 +-
clients/client/php/lib/Model/SettingsFlow.php | 2 +-
.../php/lib/Model/SettingsFlowState.php | 2 +-
.../client/php/lib/Model/SourcePosition.php | 2 +-
clients/client/php/lib/Model/SubjectSet.php | 2 +-
clients/client/php/lib/Model/Subscription.php | 2 +-
.../Model/SuccessfulCodeExchangeResponse.php | 2 +-
.../php/lib/Model/SuccessfulNativeLogin.php | 2 +-
.../Model/SuccessfulNativeRegistration.php | 2 +-
.../php/lib/Model/SuccessfulProjectUpdate.php | 2 +-
clients/client/php/lib/Model/TaxLineItem.php | 2 +-
clients/client/php/lib/Model/TimeInterval.php | 2 +-
.../client/php/lib/Model/TokenPagination.php | 2 +-
.../php/lib/Model/TokenPaginationHeaders.php | 2 +-
.../TokenPaginationRequestParameters.php | 2 +-
.../Model/TokenPaginationResponseHeaders.php | 2 +-
.../lib/Model/TrustOAuth2JwtGrantIssuer.php | 2 +-
.../lib/Model/TrustedOAuth2JwtGrantIssuer.php | 2 +-
.../Model/TrustedOAuth2JwtGrantJsonWebKey.php | 2 +-
clients/client/php/lib/Model/UiContainer.php | 2 +-
clients/client/php/lib/Model/UiNode.php | 2 +-
.../php/lib/Model/UiNodeAnchorAttributes.php | 2 +-
.../client/php/lib/Model/UiNodeAttributes.php | 2 +-
.../php/lib/Model/UiNodeImageAttributes.php | 2 +-
.../php/lib/Model/UiNodeInputAttributes.php | 2 +-
clients/client/php/lib/Model/UiNodeMeta.php | 2 +-
.../php/lib/Model/UiNodeScriptAttributes.php | 2 +-
.../php/lib/Model/UiNodeTextAttributes.php | 2 +-
clients/client/php/lib/Model/UiText.php | 2 +-
.../php/lib/Model/UpdateIdentityBody.php | 2 +-
.../php/lib/Model/UpdateLoginFlowBody.php | 2 +-
.../Model/UpdateLoginFlowWithCodeMethod.php | 2 +-
...dateLoginFlowWithIdentifierFirstMethod.php | 2 +-
.../UpdateLoginFlowWithLookupSecretMethod.php | 2 +-
.../Model/UpdateLoginFlowWithOidcMethod.php | 2 +-
.../UpdateLoginFlowWithPasskeyMethod.php | 2 +-
.../UpdateLoginFlowWithPasswordMethod.php | 2 +-
.../Model/UpdateLoginFlowWithTotpMethod.php | 2 +-
.../UpdateLoginFlowWithWebAuthnMethod.php | 2 +-
.../php/lib/Model/UpdateRecoveryFlowBody.php | 2 +-
.../UpdateRecoveryFlowWithCodeMethod.php | 2 +-
.../UpdateRecoveryFlowWithLinkMethod.php | 2 +-
.../lib/Model/UpdateRegistrationFlowBody.php | 2 +-
.../UpdateRegistrationFlowWithCodeMethod.php | 2 +-
.../UpdateRegistrationFlowWithOidcMethod.php | 2 +-
...pdateRegistrationFlowWithPasskeyMethod.php | 2 +-
...dateRegistrationFlowWithPasswordMethod.php | 2 +-
...pdateRegistrationFlowWithProfileMethod.php | 2 +-
...dateRegistrationFlowWithWebAuthnMethod.php | 2 +-
.../php/lib/Model/UpdateSettingsFlowBody.php | 2 +-
.../UpdateSettingsFlowWithLookupMethod.php | 2 +-
.../UpdateSettingsFlowWithOidcMethod.php | 2 +-
.../UpdateSettingsFlowWithPasskeyMethod.php | 2 +-
.../UpdateSettingsFlowWithPasswordMethod.php | 2 +-
.../UpdateSettingsFlowWithProfileMethod.php | 2 +-
.../UpdateSettingsFlowWithTotpMethod.php | 2 +-
.../UpdateSettingsFlowWithWebAuthnMethod.php | 2 +-
.../php/lib/Model/UpdateSubscriptionBody.php | 2 +-
.../lib/Model/UpdateVerificationFlowBody.php | 2 +-
.../UpdateVerificationFlowWithCodeMethod.php | 2 +-
.../UpdateVerificationFlowWithLinkMethod.php | 2 +-
.../php/lib/Model/UpdateWorkspaceBody.php | 2 +-
clients/client/php/lib/Model/Usage.php | 2 +-
.../VerifiableCredentialPrimingResponse.php | 2 +-
.../lib/Model/VerifiableCredentialProof.php | 2 +-
.../Model/VerifiableCredentialResponse.php | 2 +-
.../lib/Model/VerifiableIdentityAddress.php | 2 +-
.../client/php/lib/Model/VerificationFlow.php | 2 +-
.../php/lib/Model/VerificationFlowState.php | 2 +-
clients/client/php/lib/Model/Version.php | 2 +-
clients/client/php/lib/Model/Warning.php | 2 +-
clients/client/php/lib/Model/Workspace.php | 2 +-
.../client/php/lib/Model/WorkspaceApiKey.php | 2 +-
clients/client/php/lib/ObjectSerializer.php | 2 +-
.../client/php/test/Api/CourierApiTest.php | 2 +-
clients/client/php/test/Api/EventsApiTest.php | 2 +-
.../client/php/test/Api/FrontendApiTest.php | 2 +-
.../client/php/test/Api/IdentityApiTest.php | 2 +-
clients/client/php/test/Api/JwkApiTest.php | 2 +-
.../client/php/test/Api/MetadataApiTest.php | 2 +-
clients/client/php/test/Api/OAuth2ApiTest.php | 2 +-
clients/client/php/test/Api/OidcApiTest.php | 2 +-
.../client/php/test/Api/PermissionApiTest.php | 2 +-
.../client/php/test/Api/ProjectApiTest.php | 2 +-
.../php/test/Api/RelationshipApiTest.php | 2 +-
.../client/php/test/Api/WellknownApiTest.php | 2 +-
.../client/php/test/Api/WorkspaceApiTest.php | 2 +-
.../AcceptOAuth2ConsentRequestSessionTest.php | 2 +-
.../Model/AcceptOAuth2ConsentRequestTest.php | 2 +-
.../Model/AcceptOAuth2LoginRequestTest.php | 2 +-
.../AccountExperienceConfigurationTest.php | 2 +-
.../AccountExperienceThemeVariablesTest.php | 2 +-
.../test/Model/ActiveProjectInConsoleTest.php | 2 +-
.../Model/AddProjectToWorkspaceBodyTest.php | 2 +-
.../php/test/Model/AttributeFilterTest.php | 2 +-
.../client/php/test/Model/AttributeTest.php | 2 +-
.../Model/AttributesCountDatapointTest.php | 2 +-
.../Model/AuthenticatorAssuranceLevelTest.php | 2 +-
.../Model/BatchCheckPermissionBodyTest.php | 2 +-
.../Model/BatchCheckPermissionResultTest.php | 2 +-
.../BatchPatchIdentitiesResponseTest.php | 2 +-
.../test/Model/BillingPeriodBucketTest.php | 2 +-
.../test/Model/CheckOplSyntaxResultTest.php | 2 +-
.../test/Model/CheckPermissionResultTest.php | 2 +-
.../CheckPermissionResultWithErrorTest.php | 2 +-
.../php/test/Model/CloudAccountTest.php | 2 +-
.../ConsistencyRequestParametersTest.php | 2 +-
.../Model/ContinueWithRecoveryUiFlowTest.php | 2 +-
.../test/Model/ContinueWithRecoveryUiTest.php | 2 +-
.../ContinueWithRedirectBrowserToTest.php | 2 +-
.../ContinueWithSetOrySessionTokenTest.php | 2 +-
.../Model/ContinueWithSettingsUiFlowTest.php | 2 +-
.../test/Model/ContinueWithSettingsUiTest.php | 2 +-
.../php/test/Model/ContinueWithTest.php | 2 +-
.../ContinueWithVerificationUiFlowTest.php | 2 +-
.../Model/ContinueWithVerificationUiTest.php | 2 +-
.../test/Model/CourierMessageStatusTest.php | 2 +-
.../php/test/Model/CourierMessageTypeTest.php | 2 +-
.../test/Model/CreateCustomDomainBodyTest.php | 2 +-
.../test/Model/CreateEventStreamBodyTest.php | 2 +-
.../php/test/Model/CreateIdentityBodyTest.php | 2 +-
.../test/Model/CreateInviteResponseTest.php | 2 +-
.../test/Model/CreateJsonWebKeySetTest.php | 2 +-
.../Model/CreateProjectApiKeyRequestTest.php | 2 +-
.../php/test/Model/CreateProjectBodyTest.php | 2 +-
.../test/Model/CreateProjectBrandingTest.php | 2 +-
.../CreateProjectMemberInviteBodyTest.php | 2 +-
.../CreateProjectNormalizedPayloadTest.php | 2 +-
.../CreateRecoveryCodeForIdentityBodyTest.php | 2 +-
.../CreateRecoveryLinkForIdentityBodyTest.php | 2 +-
.../test/Model/CreateRelationshipBodyTest.php | 2 +-
.../test/Model/CreateSubscriptionBodyTest.php | 2 +-
.../Model/CreateSubscriptionCommonTest.php | 2 +-
...ateVerifiableCredentialRequestBodyTest.php | 2 +-
.../Model/CreateWorkspaceApiKeyBodyTest.php | 2 +-
.../test/Model/CreateWorkspaceBodyTest.php | 2 +-
.../CreateWorkspaceMemberInviteBodyTest.php | 2 +-
.../CreateWorkspaceSubscriptionBodyTest.php | 2 +-
.../Model/CredentialSupportedDraft00Test.php | 2 +-
.../php/test/Model/CustomDomainTest.php | 2 +-
.../test/Model/DeleteMySessionsCountTest.php | 2 +-
.../test/Model/EmailTemplateDataBodyTest.php | 2 +-
.../php/test/Model/EmailTemplateDataTest.php | 2 +-
...nticatorAssuranceLevelNotSatisfiedTest.php | 2 +-
...ErrorBrowserLocationChangeRequiredTest.php | 2 +-
.../php/test/Model/ErrorFlowReplacedTest.php | 2 +-
.../php/test/Model/ErrorGenericTest.php | 2 +-
.../client/php/test/Model/ErrorOAuth2Test.php | 2 +-
.../client/php/test/Model/EventStreamTest.php | 2 +-
.../test/Model/ExpandedPermissionTreeTest.php | 2 +-
.../client/php/test/Model/FlowErrorTest.php | 2 +-
.../test/Model/GenericErrorContentTest.php | 2 +-
.../php/test/Model/GenericErrorTest.php | 2 +-
.../php/test/Model/GenericUsageTest.php | 2 +-
.../Model/GetAttributesCountResponseTest.php | 2 +-
.../GetManagedIdentitySchemaLocationTest.php | 2 +-
.../GetMetricsEventAttributesResponseTest.php | 2 +-
.../GetMetricsEventTypesResponseTest.php | 2 +-
.../Model/GetOrganizationResponseTest.php | 2 +-
.../test/Model/GetProjectEventsBodyTest.php | 2 +-
.../Model/GetProjectEventsResponseTest.php | 2 +-
.../Model/GetProjectMetricsResponseTest.php | 2 +-
.../Model/GetSessionActivityResponseTest.php | 2 +-
.../test/Model/GetVersion200ResponseTest.php | 2 +-
.../test/Model/HealthNotReadyStatusTest.php | 2 +-
.../php/test/Model/HealthStatusTest.php | 2 +-
.../IdentityCredentialsCodeAddressTest.php | 2 +-
.../Model/IdentityCredentialsCodeTest.php | 2 +-
.../IdentityCredentialsOidcProviderTest.php | 2 +-
.../Model/IdentityCredentialsOidcTest.php | 2 +-
.../Model/IdentityCredentialsPasswordTest.php | 2 +-
.../test/Model/IdentityCredentialsTest.php | 2 +-
.../test/Model/IdentityPatchResponseTest.php | 2 +-
.../php/test/Model/IdentityPatchTest.php | 2 +-
.../Model/IdentitySchemaContainerTest.php | 2 +-
.../test/Model/IdentitySchemaPresetTest.php | 2 +-
.../client/php/test/Model/IdentityTest.php | 2 +-
...yWithCredentialsOidcConfigProviderTest.php | 2 +-
.../IdentityWithCredentialsOidcConfigTest.php | 2 +-
.../Model/IdentityWithCredentialsOidcTest.php | 2 +-
...ntityWithCredentialsPasswordConfigTest.php | 2 +-
.../IdentityWithCredentialsPasswordTest.php | 2 +-
.../Model/IdentityWithCredentialsTest.php | 2 +-
.../InternalGetProjectBrandingBodyTest.php | 2 +-
...WelcomeScreenEnabledForProjectBodyTest.php | 2 +-
...nternalIsOwnerForProjectBySlugBodyTest.php | 2 +-
...nalIsOwnerForProjectBySlugResponseTest.php | 2 +-
.../Model/IntrospectedOAuth2TokenTest.php | 2 +-
.../php/test/Model/InvoiceDataV1Test.php | 2 +-
clients/client/php/test/Model/InvoiceTest.php | 2 +-
.../Model/IsOwnerForProjectBySlugTest.php | 2 +-
.../client/php/test/Model/JsonPatchTest.php | 2 +-
.../php/test/Model/JsonWebKeySetTest.php | 2 +-
.../client/php/test/Model/JsonWebKeyTest.php | 2 +-
.../php/test/Model/KetoNamespaceTest.php | 2 +-
.../client/php/test/Model/LineItemV1Test.php | 2 +-
.../php/test/Model/ListEventStreamsTest.php | 2 +-
.../test/Model/ListInvoicesResponseTest.php | 2 +-
.../Model/ListOrganizationsResponseTest.php | 2 +-
.../test/Model/ListWorkspaceProjectsTest.php | 2 +-
.../php/test/Model/ListWorkspacesTest.php | 2 +-
.../php/test/Model/LoginFlowStateTest.php | 2 +-
.../client/php/test/Model/LoginFlowTest.php | 2 +-
.../client/php/test/Model/LogoutFlowTest.php | 2 +-
.../test/Model/ManagedIdentitySchemaTest.php | 2 +-
...agedIdentitySchemaValidationResultTest.php | 2 +-
.../php/test/Model/MemberInviteTest.php | 2 +-
.../php/test/Model/MessageDispatchTest.php | 2 +-
clients/client/php/test/Model/MessageTest.php | 2 +-
.../php/test/Model/MetricsDatapointTest.php | 2 +-
.../php/test/Model/ModelNamespaceTest.php | 2 +-
clients/client/php/test/Model/MoneyTest.php | 2 +-
.../Model/NeedsPrivilegedSessionErrorTest.php | 2 +-
...lizedProjectRevisionCourierChannelTest.php | 2 +-
.../NormalizedProjectRevisionHookTest.php | 2 +-
...lizedProjectRevisionIdentitySchemaTest.php | 2 +-
.../Model/NormalizedProjectRevisionTest.php | 2 +-
...dProjectRevisionThirdPartyProviderTest.php | 2 +-
...edProjectRevisionTokenizerTemplateTest.php | 2 +-
.../php/test/Model/NormalizedProjectTest.php | 2 +-
.../php/test/Model/OAuth2ClientTest.php | 2 +-
.../Model/OAuth2ClientTokenLifespansTest.php | 2 +-
...ConsentRequestOpenIDConnectContextTest.php | 2 +-
.../test/Model/OAuth2ConsentRequestTest.php | 2 +-
.../OAuth2ConsentSessionExpiresAtTest.php | 2 +-
.../test/Model/OAuth2ConsentSessionTest.php | 2 +-
.../php/test/Model/OAuth2LoginRequestTest.php | 2 +-
.../test/Model/OAuth2LogoutRequestTest.php | 2 +-
.../php/test/Model/OAuth2RedirectToTest.php | 2 +-
.../test/Model/OAuth2TokenExchangeTest.php | 2 +-
.../php/test/Model/OidcConfigurationTest.php | 2 +-
.../php/test/Model/OidcUserInfoTest.php | 2 +-
.../php/test/Model/OrganizationBodyTest.php | 2 +-
.../php/test/Model/OrganizationTest.php | 2 +-
.../php/test/Model/PaginationHeadersTest.php | 2 +-
.../client/php/test/Model/PaginationTest.php | 2 +-
.../client/php/test/Model/ParseErrorTest.php | 2 +-
.../test/Model/PatchIdentitiesBodyTest.php | 2 +-
.../Model/PerformNativeLogoutBodyTest.php | 2 +-
.../test/Model/PermissionsOnWorkspaceTest.php | 2 +-
.../client/php/test/Model/PlanDetailsTest.php | 2 +-
clients/client/php/test/Model/PlanTest.php | 2 +-
.../Model/PostCheckPermissionBodyTest.php | 2 +-
.../PostCheckPermissionOrErrorBodyTest.php | 2 +-
.../php/test/Model/ProjectApiKeyTest.php | 2 +-
.../test/Model/ProjectBrandingColorsTest.php | 2 +-
.../php/test/Model/ProjectBrandingTest.php | 2 +-
.../test/Model/ProjectBrandingThemeTest.php | 2 +-
.../client/php/test/Model/ProjectCorsTest.php | 2 +-
.../test/Model/ProjectEventsDatapointTest.php | 2 +-
.../client/php/test/Model/ProjectHostTest.php | 2 +-
.../php/test/Model/ProjectMemberTest.php | 2 +-
.../php/test/Model/ProjectMetadataTest.php | 2 +-
.../test/Model/ProjectServiceIdentityTest.php | 2 +-
.../test/Model/ProjectServiceOAuth2Test.php | 2 +-
.../Model/ProjectServicePermissionTest.php | 2 +-
.../php/test/Model/ProjectServicesTest.php | 2 +-
clients/client/php/test/Model/ProjectTest.php | 2 +-
.../client/php/test/Model/QuotaUsageTest.php | 2 +-
.../php/test/Model/RFC6749ErrorJsonTest.php | 2 +-
.../Model/RecoveryCodeForIdentityTest.php | 2 +-
.../php/test/Model/RecoveryFlowStateTest.php | 2 +-
.../php/test/Model/RecoveryFlowTest.php | 2 +-
.../Model/RecoveryIdentityAddressTest.php | 2 +-
.../Model/RecoveryLinkForIdentityTest.php | 2 +-
.../test/Model/RegistrationFlowStateTest.php | 2 +-
.../php/test/Model/RegistrationFlowTest.php | 2 +-
.../test/Model/RejectOAuth2RequestTest.php | 2 +-
.../php/test/Model/RelationQueryTest.php | 2 +-
.../test/Model/RelationshipNamespacesTest.php | 2 +-
.../php/test/Model/RelationshipPatchTest.php | 2 +-
.../php/test/Model/RelationshipTest.php | 2 +-
.../php/test/Model/RelationshipsTest.php | 2 +-
.../client/php/test/Model/SchemaPatchTest.php | 2 +-
.../Model/SelfServiceFlowExpiredErrorTest.php | 2 +-
.../Model/SessionActivityDatapointTest.php | 2 +-
.../Model/SessionAuthenticationMethodTest.php | 2 +-
.../php/test/Model/SessionDeviceTest.php | 2 +-
clients/client/php/test/Model/SessionTest.php | 2 +-
.../SetActiveProjectInConsoleBodyTest.php | 2 +-
.../test/Model/SetCustomDomainBodyTest.php | 2 +-
.../php/test/Model/SetEventStreamBodyTest.php | 2 +-
.../Model/SetProjectBrandingThemeBodyTest.php | 2 +-
.../client/php/test/Model/SetProjectTest.php | 2 +-
.../php/test/Model/SettingsFlowStateTest.php | 2 +-
.../php/test/Model/SettingsFlowTest.php | 2 +-
.../php/test/Model/SourcePositionTest.php | 2 +-
.../client/php/test/Model/SubjectSetTest.php | 2 +-
.../php/test/Model/SubscriptionTest.php | 2 +-
.../SuccessfulCodeExchangeResponseTest.php | 2 +-
.../test/Model/SuccessfulNativeLoginTest.php | 2 +-
.../SuccessfulNativeRegistrationTest.php | 2 +-
.../Model/SuccessfulProjectUpdateTest.php | 2 +-
.../client/php/test/Model/TaxLineItemTest.php | 2 +-
.../php/test/Model/TimeIntervalTest.php | 2 +-
.../test/Model/TokenPaginationHeadersTest.php | 2 +-
.../TokenPaginationRequestParametersTest.php | 2 +-
.../TokenPaginationResponseHeadersTest.php | 2 +-
.../php/test/Model/TokenPaginationTest.php | 2 +-
.../Model/TrustOAuth2JwtGrantIssuerTest.php | 2 +-
.../Model/TrustedOAuth2JwtGrantIssuerTest.php | 2 +-
.../TrustedOAuth2JwtGrantJsonWebKeyTest.php | 2 +-
.../client/php/test/Model/UiContainerTest.php | 2 +-
.../test/Model/UiNodeAnchorAttributesTest.php | 2 +-
.../php/test/Model/UiNodeAttributesTest.php | 2 +-
.../test/Model/UiNodeImageAttributesTest.php | 2 +-
.../test/Model/UiNodeInputAttributesTest.php | 2 +-
.../client/php/test/Model/UiNodeMetaTest.php | 2 +-
.../test/Model/UiNodeScriptAttributesTest.php | 2 +-
clients/client/php/test/Model/UiNodeTest.php | 2 +-
.../test/Model/UiNodeTextAttributesTest.php | 2 +-
clients/client/php/test/Model/UiTextTest.php | 2 +-
.../php/test/Model/UpdateIdentityBodyTest.php | 2 +-
.../test/Model/UpdateLoginFlowBodyTest.php | 2 +-
.../UpdateLoginFlowWithCodeMethodTest.php | 2 +-
...LoginFlowWithIdentifierFirstMethodTest.php | 2 +-
...ateLoginFlowWithLookupSecretMethodTest.php | 2 +-
.../UpdateLoginFlowWithOidcMethodTest.php | 2 +-
.../UpdateLoginFlowWithPasskeyMethodTest.php | 2 +-
.../UpdateLoginFlowWithPasswordMethodTest.php | 2 +-
.../UpdateLoginFlowWithTotpMethodTest.php | 2 +-
.../UpdateLoginFlowWithWebAuthnMethodTest.php | 2 +-
.../test/Model/UpdateRecoveryFlowBodyTest.php | 2 +-
.../UpdateRecoveryFlowWithCodeMethodTest.php | 2 +-
.../UpdateRecoveryFlowWithLinkMethodTest.php | 2 +-
.../Model/UpdateRegistrationFlowBodyTest.php | 2 +-
...dateRegistrationFlowWithCodeMethodTest.php | 2 +-
...dateRegistrationFlowWithOidcMethodTest.php | 2 +-
...eRegistrationFlowWithPasskeyMethodTest.php | 2 +-
...RegistrationFlowWithPasswordMethodTest.php | 2 +-
...eRegistrationFlowWithProfileMethodTest.php | 2 +-
...RegistrationFlowWithWebAuthnMethodTest.php | 2 +-
.../test/Model/UpdateSettingsFlowBodyTest.php | 2 +-
...UpdateSettingsFlowWithLookupMethodTest.php | 2 +-
.../UpdateSettingsFlowWithOidcMethodTest.php | 2 +-
...pdateSettingsFlowWithPasskeyMethodTest.php | 2 +-
...dateSettingsFlowWithPasswordMethodTest.php | 2 +-
...pdateSettingsFlowWithProfileMethodTest.php | 2 +-
.../UpdateSettingsFlowWithTotpMethodTest.php | 2 +-
...dateSettingsFlowWithWebAuthnMethodTest.php | 2 +-
.../test/Model/UpdateSubscriptionBodyTest.php | 2 +-
.../Model/UpdateVerificationFlowBodyTest.php | 2 +-
...dateVerificationFlowWithCodeMethodTest.php | 2 +-
...dateVerificationFlowWithLinkMethodTest.php | 2 +-
.../test/Model/UpdateWorkspaceBodyTest.php | 2 +-
clients/client/php/test/Model/UsageTest.php | 2 +-
...erifiableCredentialPrimingResponseTest.php | 2 +-
.../Model/VerifiableCredentialProofTest.php | 2 +-
.../VerifiableCredentialResponseTest.php | 2 +-
.../Model/VerifiableIdentityAddressTest.php | 2 +-
.../test/Model/VerificationFlowStateTest.php | 2 +-
.../php/test/Model/VerificationFlowTest.php | 2 +-
clients/client/php/test/Model/VersionTest.php | 2 +-
clients/client/php/test/Model/WarningTest.php | 2 +-
.../php/test/Model/WorkspaceApiKeyTest.php | 2 +-
.../client/php/test/Model/WorkspaceTest.php | 2 +-
clients/client/python/README.md | 4 +-
clients/client/python/ory_client/__init__.py | 4 +-
.../python/ory_client/api/courier_api.py | 2 +-
.../python/ory_client/api/events_api.py | 2 +-
.../python/ory_client/api/frontend_api.py | 2 +-
.../python/ory_client/api/identity_api.py | 2 +-
.../client/python/ory_client/api/jwk_api.py | 2 +-
.../python/ory_client/api/metadata_api.py | 2 +-
.../python/ory_client/api/o_auth2_api.py | 2 +-
.../client/python/ory_client/api/oidc_api.py | 2 +-
.../python/ory_client/api/permission_api.py | 2 +-
.../python/ory_client/api/project_api.py | 2 +-
.../python/ory_client/api/relationship_api.py | 2 +-
.../python/ory_client/api/wellknown_api.py | 2 +-
.../python/ory_client/api/workspace_api.py | 2 +-
.../client/python/ory_client/api_client.py | 4 +-
.../client/python/ory_client/configuration.py | 6 +-
.../client/python/ory_client/exceptions.py | 2 +-
.../python/ory_client/models/__init__.py | 2 +-
.../models/accept_o_auth2_consent_request.py | 2 +-
.../accept_o_auth2_consent_request_session.py | 2 +-
.../models/accept_o_auth2_login_request.py | 2 +-
.../account_experience_configuration.py | 2 +-
.../account_experience_theme_variables.py | 2 +-
.../models/active_project_in_console.py | 2 +-
.../models/add_project_to_workspace_body.py | 2 +-
.../python/ory_client/models/attribute.py | 2 +-
.../ory_client/models/attribute_filter.py | 2 +-
.../models/attributes_count_datapoint.py | 2 +-
.../models/authenticator_assurance_level.py | 2 +-
.../models/batch_check_permission_body.py | 2 +-
.../models/batch_check_permission_result.py | 2 +-
.../models/batch_patch_identities_response.py | 2 +-
.../models/billing_period_bucket.py | 2 +-
.../models/check_opl_syntax_result.py | 2 +-
.../models/check_permission_result.py | 2 +-
.../check_permission_result_with_error.py | 2 +-
.../python/ory_client/models/cloud_account.py | 2 +-
.../models/consistency_request_parameters.py | 2 +-
.../python/ory_client/models/continue_with.py | 2 +-
.../models/continue_with_recovery_ui.py | 2 +-
.../models/continue_with_recovery_ui_flow.py | 2 +-
.../continue_with_redirect_browser_to.py | 2 +-
.../continue_with_set_ory_session_token.py | 2 +-
.../models/continue_with_settings_ui.py | 2 +-
.../models/continue_with_settings_ui_flow.py | 2 +-
.../models/continue_with_verification_ui.py | 2 +-
.../continue_with_verification_ui_flow.py | 2 +-
.../models/courier_message_status.py | 2 +-
.../ory_client/models/courier_message_type.py | 2 +-
.../models/create_custom_domain_body.py | 2 +-
.../models/create_event_stream_body.py | 2 +-
.../ory_client/models/create_identity_body.py | 2 +-
.../models/create_invite_response.py | 2 +-
.../models/create_json_web_key_set.py | 2 +-
.../models/create_project_api_key_request.py | 2 +-
.../ory_client/models/create_project_body.py | 2 +-
.../models/create_project_branding.py | 2 +-
.../create_project_member_invite_body.py | 2 +-
.../create_project_normalized_payload.py | 2 +-
.../create_recovery_code_for_identity_body.py | 2 +-
.../create_recovery_link_for_identity_body.py | 2 +-
.../models/create_relationship_body.py | 2 +-
.../models/create_subscription_body.py | 2 +-
.../models/create_subscription_common.py | 2 +-
...eate_verifiable_credential_request_body.py | 2 +-
.../models/create_workspace_api_key_body.py | 2 +-
.../models/create_workspace_body.py | 2 +-
.../create_workspace_member_invite_body.py | 2 +-
.../create_workspace_subscription_body.py | 2 +-
.../models/credential_supported_draft00.py | 2 +-
.../python/ory_client/models/custom_domain.py | 2 +-
.../models/delete_my_sessions_count.py | 2 +-
.../ory_client/models/email_template_data.py | 2 +-
.../models/email_template_data_body.py | 2 +-
...enticator_assurance_level_not_satisfied.py | 2 +-
.../error_browser_location_change_required.py | 2 +-
.../ory_client/models/error_flow_replaced.py | 2 +-
.../python/ory_client/models/error_generic.py | 2 +-
.../python/ory_client/models/error_o_auth2.py | 2 +-
.../python/ory_client/models/event_stream.py | 2 +-
.../models/expanded_permission_tree.py | 2 +-
.../python/ory_client/models/flow_error.py | 2 +-
.../python/ory_client/models/generic_error.py | 2 +-
.../models/generic_error_content.py | 2 +-
.../python/ory_client/models/generic_usage.py | 2 +-
.../models/get_attributes_count_response.py | 2 +-
.../get_managed_identity_schema_location.py | 2 +-
.../get_metrics_event_attributes_response.py | 2 +-
.../get_metrics_event_types_response.py | 2 +-
.../models/get_organization_response.py | 2 +-
.../models/get_project_events_body.py | 2 +-
.../models/get_project_events_response.py | 2 +-
.../models/get_project_metrics_response.py | 2 +-
.../models/get_session_activity_response.py | 2 +-
.../models/get_version200_response.py | 2 +-
.../models/health_not_ready_status.py | 2 +-
.../python/ory_client/models/health_status.py | 2 +-
.../python/ory_client/models/identity.py | 2 +-
.../ory_client/models/identity_credentials.py | 2 +-
.../models/identity_credentials_code.py | 2 +-
.../identity_credentials_code_address.py | 2 +-
.../models/identity_credentials_oidc.py | 2 +-
.../identity_credentials_oidc_provider.py | 2 +-
.../models/identity_credentials_password.py | 2 +-
.../ory_client/models/identity_patch.py | 2 +-
.../models/identity_patch_response.py | 2 +-
.../models/identity_schema_container.py | 2 +-
.../models/identity_schema_preset.py | 2 +-
.../models/identity_with_credentials.py | 2 +-
.../models/identity_with_credentials_oidc.py | 2 +-
.../identity_with_credentials_oidc_config.py | 2 +-
...y_with_credentials_oidc_config_provider.py | 2 +-
.../identity_with_credentials_password.py | 2 +-
...entity_with_credentials_password_config.py | 2 +-
.../internal_get_project_branding_body.py | 2 +-
...welcome_screen_enabled_for_project_body.py | 2 +-
...ernal_is_owner_for_project_by_slug_body.py | 2 +-
...l_is_owner_for_project_by_slug_response.py | 2 +-
.../models/introspected_o_auth2_token.py | 2 +-
.../python/ory_client/models/invoice.py | 2 +-
.../ory_client/models/invoice_data_v1.py | 2 +-
.../models/is_owner_for_project_by_slug.py | 2 +-
.../python/ory_client/models/json_patch.py | 2 +-
.../python/ory_client/models/json_web_key.py | 2 +-
.../ory_client/models/json_web_key_set.py | 2 +-
.../ory_client/models/keto_namespace.py | 2 +-
.../python/ory_client/models/line_item_v1.py | 2 +-
.../ory_client/models/list_event_streams.py | 2 +-
.../models/list_invoices_response.py | 2 +-
.../models/list_organizations_response.py | 2 +-
.../models/list_workspace_projects.py | 2 +-
.../ory_client/models/list_workspaces.py | 2 +-
.../python/ory_client/models/login_flow.py | 2 +-
.../ory_client/models/login_flow_state.py | 2 +-
.../python/ory_client/models/logout_flow.py | 2 +-
.../models/managed_identity_schema.py | 2 +-
...naged_identity_schema_validation_result.py | 2 +-
.../python/ory_client/models/member_invite.py | 2 +-
.../python/ory_client/models/message.py | 2 +-
.../ory_client/models/message_dispatch.py | 2 +-
.../ory_client/models/metrics_datapoint.py | 2 +-
.../client/python/ory_client/models/money.py | 2 +-
.../python/ory_client/models/namespace.py | 2 +-
.../models/needs_privileged_session_error.py | 2 +-
.../ory_client/models/normalized_project.py | 2 +-
.../models/normalized_project_revision.py | 2 +-
...alized_project_revision_courier_channel.py | 2 +-
.../normalized_project_revision_hook.py | 2 +-
...alized_project_revision_identity_schema.py | 2 +-
...d_project_revision_third_party_provider.py | 2 +-
...zed_project_revision_tokenizer_template.py | 2 +-
.../ory_client/models/o_auth2_client.py | 2 +-
.../models/o_auth2_client_token_lifespans.py | 2 +-
.../models/o_auth2_consent_request.py | 2 +-
...consent_request_open_id_connect_context.py | 2 +-
.../models/o_auth2_consent_session.py | 2 +-
.../o_auth2_consent_session_expires_at.py | 2 +-
.../models/o_auth2_login_request.py | 2 +-
.../models/o_auth2_logout_request.py | 2 +-
.../ory_client/models/o_auth2_redirect_to.py | 2 +-
.../models/o_auth2_token_exchange.py | 2 +-
.../ory_client/models/oidc_configuration.py | 2 +-
.../ory_client/models/oidc_user_info.py | 2 +-
.../python/ory_client/models/organization.py | 2 +-
.../ory_client/models/organization_body.py | 2 +-
.../python/ory_client/models/pagination.py | 2 +-
.../ory_client/models/pagination_headers.py | 2 +-
.../python/ory_client/models/parse_error.py | 2 +-
.../models/patch_identities_body.py | 2 +-
.../models/perform_native_logout_body.py | 2 +-
.../models/permissions_on_workspace.py | 2 +-
.../client/python/ory_client/models/plan.py | 2 +-
.../python/ory_client/models/plan_details.py | 2 +-
.../models/post_check_permission_body.py | 2 +-
.../post_check_permission_or_error_body.py | 2 +-
.../python/ory_client/models/project.py | 2 +-
.../ory_client/models/project_api_key.py | 2 +-
.../ory_client/models/project_branding.py | 2 +-
.../models/project_branding_colors.py | 2 +-
.../models/project_branding_theme.py | 2 +-
.../python/ory_client/models/project_cors.py | 2 +-
.../models/project_events_datapoint.py | 2 +-
.../python/ory_client/models/project_host.py | 2 +-
.../ory_client/models/project_member.py | 2 +-
.../ory_client/models/project_metadata.py | 2 +-
.../models/project_service_identity.py | 2 +-
.../models/project_service_o_auth2.py | 2 +-
.../models/project_service_permission.py | 2 +-
.../ory_client/models/project_services.py | 2 +-
.../python/ory_client/models/quota_usage.py | 2 +-
.../models/recovery_code_for_identity.py | 2 +-
.../python/ory_client/models/recovery_flow.py | 2 +-
.../ory_client/models/recovery_flow_state.py | 2 +-
.../models/recovery_identity_address.py | 2 +-
.../models/recovery_link_for_identity.py | 2 +-
.../ory_client/models/registration_flow.py | 2 +-
.../models/registration_flow_state.py | 2 +-
.../models/reject_o_auth2_request.py | 2 +-
.../ory_client/models/relation_query.py | 2 +-
.../python/ory_client/models/relationship.py | 2 +-
.../models/relationship_namespaces.py | 2 +-
.../ory_client/models/relationship_patch.py | 2 +-
.../python/ory_client/models/relationships.py | 2 +-
.../ory_client/models/rfc6749_error_json.py | 2 +-
.../python/ory_client/models/schema_patch.py | 2 +-
.../models/self_service_flow_expired_error.py | 2 +-
.../python/ory_client/models/session.py | 2 +-
.../models/session_activity_datapoint.py | 2 +-
.../models/session_authentication_method.py | 2 +-
.../ory_client/models/session_device.py | 2 +-
.../set_active_project_in_console_body.py | 2 +-
.../models/set_custom_domain_body.py | 2 +-
.../models/set_event_stream_body.py | 2 +-
.../python/ory_client/models/set_project.py | 2 +-
.../models/set_project_branding_theme_body.py | 2 +-
.../python/ory_client/models/settings_flow.py | 2 +-
.../ory_client/models/settings_flow_state.py | 2 +-
.../ory_client/models/source_position.py | 2 +-
.../python/ory_client/models/subject_set.py | 2 +-
.../python/ory_client/models/subscription.py | 2 +-
.../successful_code_exchange_response.py | 2 +-
.../models/successful_native_login.py | 2 +-
.../models/successful_native_registration.py | 2 +-
.../models/successful_project_update.py | 2 +-
.../python/ory_client/models/tax_line_item.py | 2 +-
.../python/ory_client/models/time_interval.py | 2 +-
.../ory_client/models/token_pagination.py | 2 +-
.../models/token_pagination_headers.py | 2 +-
.../token_pagination_request_parameters.py | 2 +-
.../token_pagination_response_headers.py | 2 +-
.../models/trust_o_auth2_jwt_grant_issuer.py | 2 +-
.../trusted_o_auth2_jwt_grant_issuer.py | 2 +-
.../trusted_o_auth2_jwt_grant_json_web_key.py | 2 +-
.../python/ory_client/models/ui_container.py | 2 +-
.../python/ory_client/models/ui_node.py | 2 +-
.../models/ui_node_anchor_attributes.py | 2 +-
.../ory_client/models/ui_node_attributes.py | 2 +-
.../models/ui_node_image_attributes.py | 2 +-
.../models/ui_node_input_attributes.py | 2 +-
.../python/ory_client/models/ui_node_meta.py | 2 +-
.../models/ui_node_script_attributes.py | 2 +-
.../models/ui_node_text_attributes.py | 2 +-
.../python/ory_client/models/ui_text.py | 2 +-
.../ory_client/models/update_identity_body.py | 2 +-
.../models/update_login_flow_body.py | 2 +-
.../update_login_flow_with_code_method.py | 2 +-
...login_flow_with_identifier_first_method.py | 2 +-
...te_login_flow_with_lookup_secret_method.py | 2 +-
.../update_login_flow_with_oidc_method.py | 2 +-
.../update_login_flow_with_passkey_method.py | 2 +-
.../update_login_flow_with_password_method.py | 2 +-
.../update_login_flow_with_totp_method.py | 2 +-
...update_login_flow_with_web_authn_method.py | 2 +-
.../models/update_recovery_flow_body.py | 2 +-
.../update_recovery_flow_with_code_method.py | 2 +-
.../update_recovery_flow_with_link_method.py | 2 +-
.../models/update_registration_flow_body.py | 2 +-
...date_registration_flow_with_code_method.py | 2 +-
...date_registration_flow_with_oidc_method.py | 2 +-
...e_registration_flow_with_passkey_method.py | 2 +-
..._registration_flow_with_password_method.py | 2 +-
...e_registration_flow_with_profile_method.py | 2 +-
...registration_flow_with_web_authn_method.py | 2 +-
.../models/update_settings_flow_body.py | 2 +-
...update_settings_flow_with_lookup_method.py | 2 +-
.../update_settings_flow_with_oidc_method.py | 2 +-
...pdate_settings_flow_with_passkey_method.py | 2 +-
...date_settings_flow_with_password_method.py | 2 +-
...pdate_settings_flow_with_profile_method.py | 2 +-
.../update_settings_flow_with_totp_method.py | 2 +-
...ate_settings_flow_with_web_authn_method.py | 2 +-
.../models/update_subscription_body.py | 2 +-
.../models/update_verification_flow_body.py | 2 +-
...date_verification_flow_with_code_method.py | 2 +-
...date_verification_flow_with_link_method.py | 2 +-
.../models/update_workspace_body.py | 2 +-
.../client/python/ory_client/models/usage.py | 2 +-
.../verifiable_credential_priming_response.py | 2 +-
.../models/verifiable_credential_proof.py | 2 +-
.../models/verifiable_credential_response.py | 2 +-
.../models/verifiable_identity_address.py | 2 +-
.../ory_client/models/verification_flow.py | 2 +-
.../models/verification_flow_state.py | 2 +-
.../python/ory_client/models/version.py | 2 +-
.../python/ory_client/models/warning.py | 2 +-
.../python/ory_client/models/workspace.py | 2 +-
.../ory_client/models/workspace_api_key.py | 2 +-
clients/client/python/ory_client/rest.py | 2 +-
clients/client/python/pyproject.toml | 2 +-
clients/client/python/setup.py | 4 +-
.../test_accept_o_auth2_consent_request.py | 2 +-
..._accept_o_auth2_consent_request_session.py | 2 +-
.../test/test_accept_o_auth2_login_request.py | 2 +-
.../test_account_experience_configuration.py | 2 +-
...test_account_experience_theme_variables.py | 2 +-
.../test/test_active_project_in_console.py | 2 +-
.../test_add_project_to_workspace_body.py | 2 +-
clients/client/python/test/test_attribute.py | 2 +-
.../python/test/test_attribute_filter.py | 2 +-
.../test/test_attributes_count_datapoint.py | 2 +-
.../test_authenticator_assurance_level.py | 2 +-
.../test/test_batch_check_permission_body.py | 2 +-
.../test_batch_check_permission_result.py | 2 +-
.../test_batch_patch_identities_response.py | 2 +-
.../python/test/test_billing_period_bucket.py | 2 +-
.../test/test_check_opl_syntax_result.py | 2 +-
.../test/test_check_permission_result.py | 2 +-
...test_check_permission_result_with_error.py | 2 +-
.../client/python/test/test_cloud_account.py | 2 +-
.../test_consistency_request_parameters.py | 2 +-
.../client/python/test/test_continue_with.py | 2 +-
.../test/test_continue_with_recovery_ui.py | 2 +-
.../test_continue_with_recovery_ui_flow.py | 2 +-
.../test_continue_with_redirect_browser_to.py | 2 +-
...est_continue_with_set_ory_session_token.py | 2 +-
.../test/test_continue_with_settings_ui.py | 2 +-
.../test_continue_with_settings_ui_flow.py | 2 +-
.../test_continue_with_verification_ui.py | 2 +-
...test_continue_with_verification_ui_flow.py | 2 +-
.../client/python/test/test_courier_api.py | 2 +-
.../test/test_courier_message_status.py | 2 +-
.../python/test/test_courier_message_type.py | 2 +-
.../test/test_create_custom_domain_body.py | 2 +-
.../test/test_create_event_stream_body.py | 2 +-
.../python/test/test_create_identity_body.py | 2 +-
.../test/test_create_invite_response.py | 2 +-
.../test/test_create_json_web_key_set.py | 2 +-
.../test_create_project_api_key_request.py | 2 +-
.../python/test/test_create_project_body.py | 2 +-
.../test/test_create_project_branding.py | 2 +-
.../test_create_project_member_invite_body.py | 2 +-
.../test_create_project_normalized_payload.py | 2 +-
..._create_recovery_code_for_identity_body.py | 2 +-
..._create_recovery_link_for_identity_body.py | 2 +-
.../test/test_create_relationship_body.py | 2 +-
.../test/test_create_subscription_body.py | 2 +-
.../test/test_create_subscription_common.py | 2 +-
...eate_verifiable_credential_request_body.py | 2 +-
.../test_create_workspace_api_key_body.py | 2 +-
.../python/test/test_create_workspace_body.py | 2 +-
...est_create_workspace_member_invite_body.py | 2 +-
...test_create_workspace_subscription_body.py | 2 +-
.../test/test_credential_supported_draft00.py | 2 +-
.../client/python/test/test_custom_domain.py | 2 +-
.../test/test_delete_my_sessions_count.py | 2 +-
.../python/test/test_email_template_data.py | 2 +-
.../test/test_email_template_data_body.py | 2 +-
...enticator_assurance_level_not_satisfied.py | 2 +-
..._error_browser_location_change_required.py | 2 +-
.../python/test/test_error_flow_replaced.py | 2 +-
.../client/python/test/test_error_generic.py | 2 +-
.../client/python/test/test_error_o_auth2.py | 2 +-
.../client/python/test/test_event_stream.py | 2 +-
clients/client/python/test/test_events_api.py | 2 +-
.../test/test_expanded_permission_tree.py | 2 +-
clients/client/python/test/test_flow_error.py | 2 +-
.../client/python/test/test_frontend_api.py | 2 +-
.../client/python/test/test_generic_error.py | 2 +-
.../python/test/test_generic_error_content.py | 2 +-
.../client/python/test/test_generic_usage.py | 2 +-
.../test_get_attributes_count_response.py | 2 +-
...st_get_managed_identity_schema_location.py | 2 +-
...t_get_metrics_event_attributes_response.py | 2 +-
.../test_get_metrics_event_types_response.py | 2 +-
.../test/test_get_organization_response.py | 2 +-
.../test/test_get_project_events_body.py | 2 +-
.../test/test_get_project_events_response.py | 2 +-
.../test/test_get_project_metrics_response.py | 2 +-
.../test_get_session_activity_response.py | 2 +-
.../test/test_get_version200_response.py | 2 +-
.../test/test_health_not_ready_status.py | 2 +-
.../client/python/test/test_health_status.py | 2 +-
clients/client/python/test/test_identity.py | 2 +-
.../client/python/test/test_identity_api.py | 2 +-
.../python/test/test_identity_credentials.py | 2 +-
.../test/test_identity_credentials_code.py | 2 +-
.../test_identity_credentials_code_address.py | 2 +-
.../test/test_identity_credentials_oidc.py | 2 +-
...test_identity_credentials_oidc_provider.py | 2 +-
.../test_identity_credentials_password.py | 2 +-
.../client/python/test/test_identity_patch.py | 2 +-
.../test/test_identity_patch_response.py | 2 +-
.../test/test_identity_schema_container.py | 2 +-
.../test/test_identity_schema_preset.py | 2 +-
.../test/test_identity_with_credentials.py | 2 +-
.../test_identity_with_credentials_oidc.py | 2 +-
...t_identity_with_credentials_oidc_config.py | 2 +-
...y_with_credentials_oidc_config_provider.py | 2 +-
...test_identity_with_credentials_password.py | 2 +-
...entity_with_credentials_password_config.py | 2 +-
...test_internal_get_project_branding_body.py | 2 +-
...welcome_screen_enabled_for_project_body.py | 2 +-
...ernal_is_owner_for_project_by_slug_body.py | 2 +-
...l_is_owner_for_project_by_slug_response.py | 2 +-
.../test/test_introspected_o_auth2_token.py | 2 +-
clients/client/python/test/test_invoice.py | 2 +-
.../python/test/test_invoice_data_v1.py | 2 +-
.../test/test_is_owner_for_project_by_slug.py | 2 +-
clients/client/python/test/test_json_patch.py | 2 +-
.../client/python/test/test_json_web_key.py | 2 +-
.../python/test/test_json_web_key_set.py | 2 +-
clients/client/python/test/test_jwk_api.py | 2 +-
.../client/python/test/test_keto_namespace.py | 2 +-
.../client/python/test/test_line_item_v1.py | 2 +-
.../python/test/test_list_event_streams.py | 2 +-
.../test/test_list_invoices_response.py | 2 +-
.../test/test_list_organizations_response.py | 2 +-
.../test/test_list_workspace_projects.py | 2 +-
.../python/test/test_list_workspaces.py | 2 +-
clients/client/python/test/test_login_flow.py | 2 +-
.../python/test/test_login_flow_state.py | 2 +-
.../client/python/test/test_logout_flow.py | 2 +-
.../test/test_managed_identity_schema.py | 2 +-
...naged_identity_schema_validation_result.py | 2 +-
.../client/python/test/test_member_invite.py | 2 +-
clients/client/python/test/test_message.py | 2 +-
.../python/test/test_message_dispatch.py | 2 +-
.../client/python/test/test_metadata_api.py | 2 +-
.../python/test/test_metrics_datapoint.py | 2 +-
clients/client/python/test/test_money.py | 2 +-
clients/client/python/test/test_namespace.py | 2 +-
.../test_needs_privileged_session_error.py | 2 +-
.../python/test/test_normalized_project.py | 2 +-
.../test/test_normalized_project_revision.py | 2 +-
...alized_project_revision_courier_channel.py | 2 +-
.../test_normalized_project_revision_hook.py | 2 +-
...alized_project_revision_identity_schema.py | 2 +-
...d_project_revision_third_party_provider.py | 2 +-
...zed_project_revision_tokenizer_template.py | 2 +-
.../client/python/test/test_o_auth2_api.py | 2 +-
.../client/python/test/test_o_auth2_client.py | 2 +-
.../test_o_auth2_client_token_lifespans.py | 2 +-
.../test/test_o_auth2_consent_request.py | 2 +-
...consent_request_open_id_connect_context.py | 2 +-
.../test/test_o_auth2_consent_session.py | 2 +-
...test_o_auth2_consent_session_expires_at.py | 2 +-
.../python/test/test_o_auth2_login_request.py | 2 +-
.../test/test_o_auth2_logout_request.py | 2 +-
.../python/test/test_o_auth2_redirect_to.py | 2 +-
.../test/test_o_auth2_token_exchange.py | 2 +-
clients/client/python/test/test_oidc_api.py | 2 +-
.../python/test/test_oidc_configuration.py | 2 +-
.../client/python/test/test_oidc_user_info.py | 2 +-
.../client/python/test/test_organization.py | 2 +-
.../python/test/test_organization_body.py | 2 +-
clients/client/python/test/test_pagination.py | 2 +-
.../python/test/test_pagination_headers.py | 2 +-
.../client/python/test/test_parse_error.py | 2 +-
.../python/test/test_patch_identities_body.py | 2 +-
.../test/test_perform_native_logout_body.py | 2 +-
.../client/python/test/test_permission_api.py | 2 +-
.../test/test_permissions_on_workspace.py | 2 +-
clients/client/python/test/test_plan.py | 2 +-
.../client/python/test/test_plan_details.py | 2 +-
.../test/test_post_check_permission_body.py | 2 +-
...est_post_check_permission_or_error_body.py | 2 +-
clients/client/python/test/test_project.py | 2 +-
.../client/python/test/test_project_api.py | 2 +-
.../python/test/test_project_api_key.py | 2 +-
.../python/test/test_project_branding.py | 2 +-
.../test/test_project_branding_colors.py | 2 +-
.../test/test_project_branding_theme.py | 2 +-
.../client/python/test/test_project_cors.py | 2 +-
.../test/test_project_events_datapoint.py | 2 +-
.../client/python/test/test_project_host.py | 2 +-
.../client/python/test/test_project_member.py | 2 +-
.../python/test/test_project_metadata.py | 2 +-
.../test/test_project_service_identity.py | 2 +-
.../test/test_project_service_o_auth2.py | 2 +-
.../test/test_project_service_permission.py | 2 +-
.../python/test/test_project_services.py | 2 +-
.../client/python/test/test_quota_usage.py | 2 +-
.../test/test_recovery_code_for_identity.py | 2 +-
.../client/python/test/test_recovery_flow.py | 2 +-
.../python/test/test_recovery_flow_state.py | 2 +-
.../test/test_recovery_identity_address.py | 2 +-
.../test/test_recovery_link_for_identity.py | 2 +-
.../python/test/test_registration_flow.py | 2 +-
.../test/test_registration_flow_state.py | 2 +-
.../test/test_reject_o_auth2_request.py | 2 +-
.../client/python/test/test_relation_query.py | 2 +-
.../client/python/test/test_relationship.py | 2 +-
.../python/test/test_relationship_api.py | 2 +-
.../test/test_relationship_namespaces.py | 2 +-
.../python/test/test_relationship_patch.py | 2 +-
.../client/python/test/test_relationships.py | 2 +-
.../python/test/test_rfc6749_error_json.py | 2 +-
.../client/python/test/test_schema_patch.py | 2 +-
.../test_self_service_flow_expired_error.py | 2 +-
clients/client/python/test/test_session.py | 2 +-
.../test/test_session_activity_datapoint.py | 2 +-
.../test_session_authentication_method.py | 2 +-
.../client/python/test/test_session_device.py | 2 +-
...test_set_active_project_in_console_body.py | 2 +-
.../test/test_set_custom_domain_body.py | 2 +-
.../python/test/test_set_event_stream_body.py | 2 +-
.../client/python/test/test_set_project.py | 2 +-
.../test_set_project_branding_theme_body.py | 2 +-
.../client/python/test/test_settings_flow.py | 2 +-
.../python/test/test_settings_flow_state.py | 2 +-
.../python/test/test_source_position.py | 2 +-
.../client/python/test/test_subject_set.py | 2 +-
.../client/python/test/test_subscription.py | 2 +-
.../test_successful_code_exchange_response.py | 2 +-
.../test/test_successful_native_login.py | 2 +-
.../test_successful_native_registration.py | 2 +-
.../test/test_successful_project_update.py | 2 +-
.../client/python/test/test_tax_line_item.py | 2 +-
.../client/python/test/test_time_interval.py | 2 +-
.../python/test/test_token_pagination.py | 2 +-
.../test/test_token_pagination_headers.py | 2 +-
...est_token_pagination_request_parameters.py | 2 +-
.../test_token_pagination_response_headers.py | 2 +-
.../test_trust_o_auth2_jwt_grant_issuer.py | 2 +-
.../test_trusted_o_auth2_jwt_grant_issuer.py | 2 +-
..._trusted_o_auth2_jwt_grant_json_web_key.py | 2 +-
.../client/python/test/test_ui_container.py | 2 +-
clients/client/python/test/test_ui_node.py | 2 +-
.../test/test_ui_node_anchor_attributes.py | 2 +-
.../python/test/test_ui_node_attributes.py | 2 +-
.../test/test_ui_node_image_attributes.py | 2 +-
.../test/test_ui_node_input_attributes.py | 2 +-
.../client/python/test/test_ui_node_meta.py | 2 +-
.../test/test_ui_node_script_attributes.py | 2 +-
.../test/test_ui_node_text_attributes.py | 2 +-
clients/client/python/test/test_ui_text.py | 2 +-
.../python/test/test_update_identity_body.py | 2 +-
.../test/test_update_login_flow_body.py | 2 +-
...test_update_login_flow_with_code_method.py | 2 +-
...login_flow_with_identifier_first_method.py | 2 +-
...te_login_flow_with_lookup_secret_method.py | 2 +-
...test_update_login_flow_with_oidc_method.py | 2 +-
...t_update_login_flow_with_passkey_method.py | 2 +-
..._update_login_flow_with_password_method.py | 2 +-
...test_update_login_flow_with_totp_method.py | 2 +-
...update_login_flow_with_web_authn_method.py | 2 +-
.../test/test_update_recovery_flow_body.py | 2 +-
...t_update_recovery_flow_with_code_method.py | 2 +-
...t_update_recovery_flow_with_link_method.py | 2 +-
.../test_update_registration_flow_body.py | 2 +-
...date_registration_flow_with_code_method.py | 2 +-
...date_registration_flow_with_oidc_method.py | 2 +-
...e_registration_flow_with_passkey_method.py | 2 +-
..._registration_flow_with_password_method.py | 2 +-
...e_registration_flow_with_profile_method.py | 2 +-
...registration_flow_with_web_authn_method.py | 2 +-
.../test/test_update_settings_flow_body.py | 2 +-
...update_settings_flow_with_lookup_method.py | 2 +-
...t_update_settings_flow_with_oidc_method.py | 2 +-
...pdate_settings_flow_with_passkey_method.py | 2 +-
...date_settings_flow_with_password_method.py | 2 +-
...pdate_settings_flow_with_profile_method.py | 2 +-
...t_update_settings_flow_with_totp_method.py | 2 +-
...ate_settings_flow_with_web_authn_method.py | 2 +-
.../test/test_update_subscription_body.py | 2 +-
.../test_update_verification_flow_body.py | 2 +-
...date_verification_flow_with_code_method.py | 2 +-
...date_verification_flow_with_link_method.py | 2 +-
.../python/test/test_update_workspace_body.py | 2 +-
clients/client/python/test/test_usage.py | 2 +-
..._verifiable_credential_priming_response.py | 2 +-
.../test/test_verifiable_credential_proof.py | 2 +-
.../test_verifiable_credential_response.py | 2 +-
.../test/test_verifiable_identity_address.py | 2 +-
.../python/test/test_verification_flow.py | 2 +-
.../test/test_verification_flow_state.py | 2 +-
clients/client/python/test/test_version.py | 2 +-
clients/client/python/test/test_warning.py | 2 +-
.../client/python/test/test_wellknown_api.py | 2 +-
clients/client/python/test/test_workspace.py | 2 +-
.../client/python/test/test_workspace_api.py | 2 +-
.../python/test/test_workspace_api_key.py | 2 +-
clients/client/ruby/Gemfile.lock | 73 -
clients/client/ruby/README.md | 10 +-
clients/client/ruby/lib/ory-client.rb | 2 +-
.../ruby/lib/ory-client/api/courier_api.rb | 2 +-
.../ruby/lib/ory-client/api/events_api.rb | 2 +-
.../ruby/lib/ory-client/api/frontend_api.rb | 2 +-
.../ruby/lib/ory-client/api/identity_api.rb | 2 +-
.../client/ruby/lib/ory-client/api/jwk_api.rb | 2 +-
.../ruby/lib/ory-client/api/metadata_api.rb | 2 +-
.../ruby/lib/ory-client/api/o_auth2_api.rb | 2 +-
.../ruby/lib/ory-client/api/oidc_api.rb | 2 +-
.../ruby/lib/ory-client/api/permission_api.rb | 2 +-
.../ruby/lib/ory-client/api/project_api.rb | 2 +-
.../lib/ory-client/api/relationship_api.rb | 2 +-
.../ruby/lib/ory-client/api/wellknown_api.rb | 2 +-
.../ruby/lib/ory-client/api/workspace_api.rb | 2 +-
.../client/ruby/lib/ory-client/api_client.rb | 2 +-
.../client/ruby/lib/ory-client/api_error.rb | 2 +-
.../ruby/lib/ory-client/configuration.rb | 2 +-
.../models/accept_o_auth2_consent_request.rb | 2 +-
.../accept_o_auth2_consent_request_session.rb | 2 +-
.../models/accept_o_auth2_login_request.rb | 2 +-
.../account_experience_configuration.rb | 2 +-
.../account_experience_theme_variables.rb | 2 +-
.../models/active_project_in_console.rb | 2 +-
.../models/add_project_to_workspace_body.rb | 2 +-
.../ruby/lib/ory-client/models/attribute.rb | 2 +-
.../lib/ory-client/models/attribute_filter.rb | 2 +-
.../models/attributes_count_datapoint.rb | 2 +-
.../models/authenticator_assurance_level.rb | 2 +-
.../models/batch_check_permission_body.rb | 2 +-
.../models/batch_check_permission_result.rb | 2 +-
.../models/batch_patch_identities_response.rb | 2 +-
.../models/billing_period_bucket.rb | 2 +-
.../models/check_opl_syntax_result.rb | 2 +-
.../models/check_permission_result.rb | 2 +-
.../check_permission_result_with_error.rb | 2 +-
.../lib/ory-client/models/cloud_account.rb | 2 +-
.../models/consistency_request_parameters.rb | 2 +-
.../lib/ory-client/models/continue_with.rb | 2 +-
.../models/continue_with_recovery_ui.rb | 2 +-
.../models/continue_with_recovery_ui_flow.rb | 2 +-
.../continue_with_redirect_browser_to.rb | 2 +-
.../continue_with_set_ory_session_token.rb | 2 +-
.../models/continue_with_settings_ui.rb | 2 +-
.../models/continue_with_settings_ui_flow.rb | 2 +-
.../models/continue_with_verification_ui.rb | 2 +-
.../continue_with_verification_ui_flow.rb | 2 +-
.../models/courier_message_status.rb | 2 +-
.../ory-client/models/courier_message_type.rb | 2 +-
.../models/create_custom_domain_body.rb | 2 +-
.../models/create_event_stream_body.rb | 2 +-
.../ory-client/models/create_identity_body.rb | 2 +-
.../models/create_invite_response.rb | 2 +-
.../models/create_json_web_key_set.rb | 2 +-
.../models/create_project_api_key_request.rb | 2 +-
.../ory-client/models/create_project_body.rb | 2 +-
.../models/create_project_branding.rb | 2 +-
.../create_project_member_invite_body.rb | 2 +-
.../create_project_normalized_payload.rb | 2 +-
.../create_recovery_code_for_identity_body.rb | 2 +-
.../create_recovery_link_for_identity_body.rb | 2 +-
.../models/create_relationship_body.rb | 2 +-
.../models/create_subscription_body.rb | 2 +-
.../models/create_subscription_common.rb | 2 +-
...eate_verifiable_credential_request_body.rb | 2 +-
.../models/create_workspace_api_key_body.rb | 2 +-
.../models/create_workspace_body.rb | 2 +-
.../create_workspace_member_invite_body.rb | 2 +-
.../create_workspace_subscription_body.rb | 2 +-
.../models/credential_supported_draft00.rb | 2 +-
.../lib/ory-client/models/custom_domain.rb | 2 +-
.../models/delete_my_sessions_count.rb | 2 +-
.../ory-client/models/email_template_data.rb | 2 +-
.../models/email_template_data_body.rb | 2 +-
...enticator_assurance_level_not_satisfied.rb | 2 +-
.../error_browser_location_change_required.rb | 2 +-
.../ory-client/models/error_flow_replaced.rb | 2 +-
.../lib/ory-client/models/error_generic.rb | 2 +-
.../lib/ory-client/models/error_o_auth2.rb | 2 +-
.../lib/ory-client/models/event_stream.rb | 2 +-
.../models/expanded_permission_tree.rb | 2 +-
.../ruby/lib/ory-client/models/flow_error.rb | 2 +-
.../lib/ory-client/models/generic_error.rb | 2 +-
.../models/generic_error_content.rb | 2 +-
.../lib/ory-client/models/generic_usage.rb | 2 +-
.../models/get_attributes_count_response.rb | 2 +-
.../get_managed_identity_schema_location.rb | 2 +-
.../get_metrics_event_attributes_response.rb | 2 +-
.../get_metrics_event_types_response.rb | 2 +-
.../models/get_organization_response.rb | 2 +-
.../models/get_project_events_body.rb | 2 +-
.../models/get_project_events_response.rb | 2 +-
.../models/get_project_metrics_response.rb | 2 +-
.../models/get_session_activity_response.rb | 2 +-
.../models/get_version200_response.rb | 2 +-
.../models/health_not_ready_status.rb | 2 +-
.../lib/ory-client/models/health_status.rb | 2 +-
.../ruby/lib/ory-client/models/identity.rb | 2 +-
.../ory-client/models/identity_credentials.rb | 2 +-
.../models/identity_credentials_code.rb | 2 +-
.../identity_credentials_code_address.rb | 2 +-
.../models/identity_credentials_oidc.rb | 2 +-
.../identity_credentials_oidc_provider.rb | 2 +-
.../models/identity_credentials_password.rb | 2 +-
.../lib/ory-client/models/identity_patch.rb | 2 +-
.../models/identity_patch_response.rb | 2 +-
.../models/identity_schema_container.rb | 2 +-
.../models/identity_schema_preset.rb | 2 +-
.../models/identity_with_credentials.rb | 2 +-
.../models/identity_with_credentials_oidc.rb | 2 +-
.../identity_with_credentials_oidc_config.rb | 2 +-
...y_with_credentials_oidc_config_provider.rb | 2 +-
.../identity_with_credentials_password.rb | 2 +-
...entity_with_credentials_password_config.rb | 2 +-
.../internal_get_project_branding_body.rb | 2 +-
...welcome_screen_enabled_for_project_body.rb | 2 +-
...ernal_is_owner_for_project_by_slug_body.rb | 2 +-
...l_is_owner_for_project_by_slug_response.rb | 2 +-
.../models/introspected_o_auth2_token.rb | 2 +-
.../ruby/lib/ory-client/models/invoice.rb | 2 +-
.../lib/ory-client/models/invoice_data_v1.rb | 2 +-
.../models/is_owner_for_project_by_slug.rb | 2 +-
.../ruby/lib/ory-client/models/json_patch.rb | 2 +-
.../lib/ory-client/models/json_web_key.rb | 2 +-
.../lib/ory-client/models/json_web_key_set.rb | 2 +-
.../lib/ory-client/models/keto_namespace.rb | 2 +-
.../lib/ory-client/models/line_item_v1.rb | 2 +-
.../ory-client/models/list_event_streams.rb | 2 +-
.../models/list_invoices_response.rb | 2 +-
.../models/list_organizations_response.rb | 2 +-
.../models/list_workspace_projects.rb | 2 +-
.../lib/ory-client/models/list_workspaces.rb | 2 +-
.../ruby/lib/ory-client/models/login_flow.rb | 2 +-
.../lib/ory-client/models/login_flow_state.rb | 2 +-
.../ruby/lib/ory-client/models/logout_flow.rb | 2 +-
.../models/managed_identity_schema.rb | 2 +-
...naged_identity_schema_validation_result.rb | 2 +-
.../lib/ory-client/models/member_invite.rb | 2 +-
.../ruby/lib/ory-client/models/message.rb | 2 +-
.../lib/ory-client/models/message_dispatch.rb | 2 +-
.../ory-client/models/metrics_datapoint.rb | 2 +-
.../ruby/lib/ory-client/models/money.rb | 2 +-
.../ruby/lib/ory-client/models/namespace.rb | 2 +-
.../models/needs_privileged_session_error.rb | 2 +-
.../ory-client/models/normalized_project.rb | 2 +-
.../models/normalized_project_revision.rb | 2 +-
...alized_project_revision_courier_channel.rb | 2 +-
.../normalized_project_revision_hook.rb | 2 +-
...alized_project_revision_identity_schema.rb | 2 +-
...d_project_revision_third_party_provider.rb | 2 +-
...zed_project_revision_tokenizer_template.rb | 2 +-
.../lib/ory-client/models/o_auth2_client.rb | 2 +-
.../models/o_auth2_client_token_lifespans.rb | 2 +-
.../models/o_auth2_consent_request.rb | 2 +-
...consent_request_open_id_connect_context.rb | 2 +-
.../models/o_auth2_consent_session.rb | 2 +-
.../o_auth2_consent_session_expires_at.rb | 2 +-
.../models/o_auth2_login_request.rb | 2 +-
.../models/o_auth2_logout_request.rb | 2 +-
.../ory-client/models/o_auth2_redirect_to.rb | 2 +-
.../models/o_auth2_token_exchange.rb | 2 +-
.../ory-client/models/oidc_configuration.rb | 2 +-
.../lib/ory-client/models/oidc_user_info.rb | 2 +-
.../lib/ory-client/models/organization.rb | 2 +-
.../ory-client/models/organization_body.rb | 2 +-
.../ruby/lib/ory-client/models/pagination.rb | 2 +-
.../ory-client/models/pagination_headers.rb | 2 +-
.../ruby/lib/ory-client/models/parse_error.rb | 2 +-
.../models/patch_identities_body.rb | 2 +-
.../models/perform_native_logout_body.rb | 2 +-
.../models/permissions_on_workspace.rb | 2 +-
.../client/ruby/lib/ory-client/models/plan.rb | 2 +-
.../lib/ory-client/models/plan_details.rb | 2 +-
.../models/post_check_permission_body.rb | 2 +-
.../post_check_permission_or_error_body.rb | 2 +-
.../ruby/lib/ory-client/models/project.rb | 2 +-
.../lib/ory-client/models/project_api_key.rb | 2 +-
.../lib/ory-client/models/project_branding.rb | 2 +-
.../models/project_branding_colors.rb | 2 +-
.../models/project_branding_theme.rb | 2 +-
.../lib/ory-client/models/project_cors.rb | 2 +-
.../models/project_events_datapoint.rb | 2 +-
.../lib/ory-client/models/project_host.rb | 2 +-
.../lib/ory-client/models/project_member.rb | 2 +-
.../lib/ory-client/models/project_metadata.rb | 2 +-
.../models/project_service_identity.rb | 2 +-
.../models/project_service_o_auth2.rb | 2 +-
.../models/project_service_permission.rb | 2 +-
.../lib/ory-client/models/project_services.rb | 2 +-
.../ruby/lib/ory-client/models/quota_usage.rb | 2 +-
.../models/recovery_code_for_identity.rb | 2 +-
.../lib/ory-client/models/recovery_flow.rb | 2 +-
.../ory-client/models/recovery_flow_state.rb | 2 +-
.../models/recovery_identity_address.rb | 2 +-
.../models/recovery_link_for_identity.rb | 2 +-
.../ory-client/models/registration_flow.rb | 2 +-
.../models/registration_flow_state.rb | 2 +-
.../models/reject_o_auth2_request.rb | 2 +-
.../lib/ory-client/models/relation_query.rb | 2 +-
.../lib/ory-client/models/relationship.rb | 2 +-
.../models/relationship_namespaces.rb | 2 +-
.../ory-client/models/relationship_patch.rb | 2 +-
.../lib/ory-client/models/relationships.rb | 2 +-
.../ory-client/models/rfc6749_error_json.rb | 2 +-
.../lib/ory-client/models/schema_patch.rb | 2 +-
.../models/self_service_flow_expired_error.rb | 2 +-
.../ruby/lib/ory-client/models/session.rb | 2 +-
.../models/session_activity_datapoint.rb | 2 +-
.../models/session_authentication_method.rb | 2 +-
.../lib/ory-client/models/session_device.rb | 2 +-
.../set_active_project_in_console_body.rb | 2 +-
.../models/set_custom_domain_body.rb | 2 +-
.../models/set_event_stream_body.rb | 2 +-
.../ruby/lib/ory-client/models/set_project.rb | 2 +-
.../models/set_project_branding_theme_body.rb | 2 +-
.../lib/ory-client/models/settings_flow.rb | 2 +-
.../ory-client/models/settings_flow_state.rb | 2 +-
.../lib/ory-client/models/source_position.rb | 2 +-
.../ruby/lib/ory-client/models/subject_set.rb | 2 +-
.../lib/ory-client/models/subscription.rb | 2 +-
.../successful_code_exchange_response.rb | 2 +-
.../models/successful_native_login.rb | 2 +-
.../models/successful_native_registration.rb | 2 +-
.../models/successful_project_update.rb | 2 +-
.../lib/ory-client/models/tax_line_item.rb | 2 +-
.../lib/ory-client/models/time_interval.rb | 2 +-
.../lib/ory-client/models/token_pagination.rb | 2 +-
.../models/token_pagination_headers.rb | 2 +-
.../token_pagination_request_parameters.rb | 2 +-
.../token_pagination_response_headers.rb | 2 +-
.../models/trust_o_auth2_jwt_grant_issuer.rb | 2 +-
.../trusted_o_auth2_jwt_grant_issuer.rb | 2 +-
.../trusted_o_auth2_jwt_grant_json_web_key.rb | 2 +-
.../lib/ory-client/models/ui_container.rb | 2 +-
.../ruby/lib/ory-client/models/ui_node.rb | 2 +-
.../models/ui_node_anchor_attributes.rb | 2 +-
.../ory-client/models/ui_node_attributes.rb | 2 +-
.../models/ui_node_image_attributes.rb | 2 +-
.../models/ui_node_input_attributes.rb | 2 +-
.../lib/ory-client/models/ui_node_meta.rb | 2 +-
.../models/ui_node_script_attributes.rb | 2 +-
.../models/ui_node_text_attributes.rb | 2 +-
.../ruby/lib/ory-client/models/ui_text.rb | 2 +-
.../ory-client/models/update_identity_body.rb | 2 +-
.../models/update_login_flow_body.rb | 2 +-
.../update_login_flow_with_code_method.rb | 2 +-
...login_flow_with_identifier_first_method.rb | 2 +-
...te_login_flow_with_lookup_secret_method.rb | 2 +-
.../update_login_flow_with_oidc_method.rb | 2 +-
.../update_login_flow_with_passkey_method.rb | 2 +-
.../update_login_flow_with_password_method.rb | 2 +-
.../update_login_flow_with_totp_method.rb | 2 +-
...update_login_flow_with_web_authn_method.rb | 2 +-
.../models/update_recovery_flow_body.rb | 2 +-
.../update_recovery_flow_with_code_method.rb | 2 +-
.../update_recovery_flow_with_link_method.rb | 2 +-
.../models/update_registration_flow_body.rb | 2 +-
...date_registration_flow_with_code_method.rb | 2 +-
...date_registration_flow_with_oidc_method.rb | 2 +-
...e_registration_flow_with_passkey_method.rb | 2 +-
..._registration_flow_with_password_method.rb | 2 +-
...e_registration_flow_with_profile_method.rb | 2 +-
...registration_flow_with_web_authn_method.rb | 2 +-
.../models/update_settings_flow_body.rb | 2 +-
...update_settings_flow_with_lookup_method.rb | 2 +-
.../update_settings_flow_with_oidc_method.rb | 2 +-
...pdate_settings_flow_with_passkey_method.rb | 2 +-
...date_settings_flow_with_password_method.rb | 2 +-
...pdate_settings_flow_with_profile_method.rb | 2 +-
.../update_settings_flow_with_totp_method.rb | 2 +-
...ate_settings_flow_with_web_authn_method.rb | 2 +-
.../models/update_subscription_body.rb | 2 +-
.../models/update_verification_flow_body.rb | 2 +-
...date_verification_flow_with_code_method.rb | 2 +-
...date_verification_flow_with_link_method.rb | 2 +-
.../models/update_workspace_body.rb | 2 +-
.../ruby/lib/ory-client/models/usage.rb | 2 +-
.../verifiable_credential_priming_response.rb | 2 +-
.../models/verifiable_credential_proof.rb | 2 +-
.../models/verifiable_credential_response.rb | 2 +-
.../models/verifiable_identity_address.rb | 2 +-
.../ory-client/models/verification_flow.rb | 2 +-
.../models/verification_flow_state.rb | 2 +-
.../ruby/lib/ory-client/models/version.rb | 2 +-
.../ruby/lib/ory-client/models/warning.rb | 2 +-
.../ruby/lib/ory-client/models/workspace.rb | 2 +-
.../ory-client/models/workspace_api_key.rb | 2 +-
clients/client/ruby/lib/ory-client/version.rb | 4 +-
clients/client/ruby/ory-client.gemspec | 2 +-
.../client/ruby/spec/api/courier_api_spec.rb | 2 +-
.../client/ruby/spec/api/events_api_spec.rb | 2 +-
.../client/ruby/spec/api/frontend_api_spec.rb | 2 +-
.../client/ruby/spec/api/identity_api_spec.rb | 2 +-
clients/client/ruby/spec/api/jwk_api_spec.rb | 2 +-
.../client/ruby/spec/api/metadata_api_spec.rb | 2 +-
.../client/ruby/spec/api/o_auth2_api_spec.rb | 2 +-
clients/client/ruby/spec/api/oidc_api_spec.rb | 2 +-
.../ruby/spec/api/permission_api_spec.rb | 2 +-
.../client/ruby/spec/api/project_api_spec.rb | 2 +-
.../ruby/spec/api/relationship_api_spec.rb | 2 +-
.../ruby/spec/api/wellknown_api_spec.rb | 2 +-
.../ruby/spec/api/workspace_api_spec.rb | 2 +-
...pt_o_auth2_consent_request_session_spec.rb | 2 +-
.../accept_o_auth2_consent_request_spec.rb | 2 +-
.../accept_o_auth2_login_request_spec.rb | 2 +-
.../account_experience_configuration_spec.rb | 2 +-
...account_experience_theme_variables_spec.rb | 2 +-
.../models/active_project_in_console_spec.rb | 2 +-
.../add_project_to_workspace_body_spec.rb | 2 +-
.../ruby/spec/models/attribute_filter_spec.rb | 2 +-
.../client/ruby/spec/models/attribute_spec.rb | 2 +-
.../models/attributes_count_datapoint_spec.rb | 2 +-
.../authenticator_assurance_level_spec.rb | 2 +-
.../batch_check_permission_body_spec.rb | 2 +-
.../batch_check_permission_result_spec.rb | 2 +-
.../batch_patch_identities_response_spec.rb | 2 +-
.../spec/models/billing_period_bucket_spec.rb | 2 +-
.../models/check_opl_syntax_result_spec.rb | 2 +-
.../models/check_permission_result_spec.rb | 2 +-
...check_permission_result_with_error_spec.rb | 2 +-
.../ruby/spec/models/cloud_account_spec.rb | 2 +-
.../consistency_request_parameters_spec.rb | 2 +-
.../continue_with_recovery_ui_flow_spec.rb | 2 +-
.../models/continue_with_recovery_ui_spec.rb | 2 +-
.../continue_with_redirect_browser_to_spec.rb | 2 +-
...ontinue_with_set_ory_session_token_spec.rb | 2 +-
.../continue_with_settings_ui_flow_spec.rb | 2 +-
.../models/continue_with_settings_ui_spec.rb | 2 +-
.../ruby/spec/models/continue_with_spec.rb | 2 +-
...continue_with_verification_ui_flow_spec.rb | 2 +-
.../continue_with_verification_ui_spec.rb | 2 +-
.../models/courier_message_status_spec.rb | 2 +-
.../spec/models/courier_message_type_spec.rb | 2 +-
.../models/create_custom_domain_body_spec.rb | 2 +-
.../models/create_event_stream_body_spec.rb | 2 +-
.../spec/models/create_identity_body_spec.rb | 2 +-
.../models/create_invite_response_spec.rb | 2 +-
.../models/create_json_web_key_set_spec.rb | 2 +-
.../create_project_api_key_request_spec.rb | 2 +-
.../spec/models/create_project_body_spec.rb | 2 +-
.../models/create_project_branding_spec.rb | 2 +-
.../create_project_member_invite_body_spec.rb | 2 +-
.../create_project_normalized_payload_spec.rb | 2 +-
...te_recovery_code_for_identity_body_spec.rb | 2 +-
...te_recovery_link_for_identity_body_spec.rb | 2 +-
.../models/create_relationship_body_spec.rb | 2 +-
.../models/create_subscription_body_spec.rb | 2 +-
.../models/create_subscription_common_spec.rb | 2 +-
...verifiable_credential_request_body_spec.rb | 2 +-
.../create_workspace_api_key_body_spec.rb | 2 +-
.../spec/models/create_workspace_body_spec.rb | 2 +-
...reate_workspace_member_invite_body_spec.rb | 2 +-
...create_workspace_subscription_body_spec.rb | 2 +-
.../credential_supported_draft00_spec.rb | 2 +-
.../ruby/spec/models/custom_domain_spec.rb | 2 +-
.../models/delete_my_sessions_count_spec.rb | 2 +-
.../models/email_template_data_body_spec.rb | 2 +-
.../spec/models/email_template_data_spec.rb | 2 +-
...ator_assurance_level_not_satisfied_spec.rb | 2 +-
...r_browser_location_change_required_spec.rb | 2 +-
.../spec/models/error_flow_replaced_spec.rb | 2 +-
.../ruby/spec/models/error_generic_spec.rb | 2 +-
.../ruby/spec/models/error_o_auth2_spec.rb | 2 +-
.../ruby/spec/models/event_stream_spec.rb | 2 +-
.../models/expanded_permission_tree_spec.rb | 2 +-
.../ruby/spec/models/flow_error_spec.rb | 2 +-
.../spec/models/generic_error_content_spec.rb | 2 +-
.../ruby/spec/models/generic_error_spec.rb | 2 +-
.../ruby/spec/models/generic_usage_spec.rb | 2 +-
.../get_attributes_count_response_spec.rb | 2 +-
...t_managed_identity_schema_location_spec.rb | 2 +-
..._metrics_event_attributes_response_spec.rb | 2 +-
.../get_metrics_event_types_response_spec.rb | 2 +-
.../models/get_organization_response_spec.rb | 2 +-
.../models/get_project_events_body_spec.rb | 2 +-
.../get_project_events_response_spec.rb | 2 +-
.../get_project_metrics_response_spec.rb | 2 +-
.../get_session_activity_response_spec.rb | 2 +-
.../models/get_version200_response_spec.rb | 2 +-
.../models/health_not_ready_status_spec.rb | 2 +-
.../ruby/spec/models/health_status_spec.rb | 2 +-
.../identity_credentials_code_address_spec.rb | 2 +-
.../models/identity_credentials_code_spec.rb | 2 +-
...identity_credentials_oidc_provider_spec.rb | 2 +-
.../models/identity_credentials_oidc_spec.rb | 2 +-
.../identity_credentials_password_spec.rb | 2 +-
.../spec/models/identity_credentials_spec.rb | 2 +-
.../models/identity_patch_response_spec.rb | 2 +-
.../ruby/spec/models/identity_patch_spec.rb | 2 +-
.../models/identity_schema_container_spec.rb | 2 +-
.../models/identity_schema_preset_spec.rb | 2 +-
.../client/ruby/spec/models/identity_spec.rb | 2 +-
...h_credentials_oidc_config_provider_spec.rb | 2 +-
...ntity_with_credentials_oidc_config_spec.rb | 2 +-
.../identity_with_credentials_oidc_spec.rb | 2 +-
...y_with_credentials_password_config_spec.rb | 2 +-
...identity_with_credentials_password_spec.rb | 2 +-
.../models/identity_with_credentials_spec.rb | 2 +-
...internal_get_project_branding_body_spec.rb | 2 +-
...me_screen_enabled_for_project_body_spec.rb | 2 +-
..._is_owner_for_project_by_slug_body_spec.rb | 2 +-
...owner_for_project_by_slug_response_spec.rb | 2 +-
.../models/introspected_o_auth2_token_spec.rb | 2 +-
.../ruby/spec/models/invoice_data_v1_spec.rb | 2 +-
.../client/ruby/spec/models/invoice_spec.rb | 2 +-
.../is_owner_for_project_by_slug_spec.rb | 2 +-
.../ruby/spec/models/json_patch_spec.rb | 2 +-
.../ruby/spec/models/json_web_key_set_spec.rb | 2 +-
.../ruby/spec/models/json_web_key_spec.rb | 2 +-
.../ruby/spec/models/keto_namespace_spec.rb | 2 +-
.../ruby/spec/models/line_item_v1_spec.rb | 2 +-
.../spec/models/list_event_streams_spec.rb | 2 +-
.../models/list_invoices_response_spec.rb | 2 +-
.../list_organizations_response_spec.rb | 2 +-
.../models/list_workspace_projects_spec.rb | 2 +-
.../ruby/spec/models/list_workspaces_spec.rb | 2 +-
.../ruby/spec/models/login_flow_spec.rb | 2 +-
.../ruby/spec/models/login_flow_state_spec.rb | 2 +-
.../ruby/spec/models/logout_flow_spec.rb | 2 +-
.../models/managed_identity_schema_spec.rb | 2 +-
..._identity_schema_validation_result_spec.rb | 2 +-
.../ruby/spec/models/member_invite_spec.rb | 2 +-
.../ruby/spec/models/message_dispatch_spec.rb | 2 +-
.../client/ruby/spec/models/message_spec.rb | 2 +-
.../spec/models/metrics_datapoint_spec.rb | 2 +-
clients/client/ruby/spec/models/money_spec.rb | 2 +-
.../client/ruby/spec/models/namespace_spec.rb | 2 +-
.../needs_privileged_session_error_spec.rb | 2 +-
...d_project_revision_courier_channel_spec.rb | 2 +-
.../normalized_project_revision_hook_spec.rb | 2 +-
...d_project_revision_identity_schema_spec.rb | 2 +-
.../normalized_project_revision_spec.rb | 2 +-
...ject_revision_third_party_provider_spec.rb | 2 +-
...roject_revision_tokenizer_template_spec.rb | 2 +-
.../spec/models/normalized_project_spec.rb | 2 +-
.../ruby/spec/models/o_auth2_client_spec.rb | 2 +-
.../o_auth2_client_token_lifespans_spec.rb | 2 +-
...nt_request_open_id_connect_context_spec.rb | 2 +-
.../models/o_auth2_consent_request_spec.rb | 2 +-
...o_auth2_consent_session_expires_at_spec.rb | 2 +-
.../models/o_auth2_consent_session_spec.rb | 2 +-
.../spec/models/o_auth2_login_request_spec.rb | 2 +-
.../models/o_auth2_logout_request_spec.rb | 2 +-
.../spec/models/o_auth2_redirect_to_spec.rb | 2 +-
.../models/o_auth2_token_exchange_spec.rb | 2 +-
.../spec/models/oidc_configuration_spec.rb | 2 +-
.../ruby/spec/models/oidc_user_info_spec.rb | 2 +-
.../spec/models/organization_body_spec.rb | 2 +-
.../ruby/spec/models/organization_spec.rb | 2 +-
.../spec/models/pagination_headers_spec.rb | 2 +-
.../ruby/spec/models/pagination_spec.rb | 2 +-
.../ruby/spec/models/parse_error_spec.rb | 2 +-
.../spec/models/patch_identities_body_spec.rb | 2 +-
.../models/perform_native_logout_body_spec.rb | 2 +-
.../models/permissions_on_workspace_spec.rb | 2 +-
.../ruby/spec/models/plan_details_spec.rb | 2 +-
clients/client/ruby/spec/models/plan_spec.rb | 2 +-
.../models/post_check_permission_body_spec.rb | 2 +-
...ost_check_permission_or_error_body_spec.rb | 2 +-
.../ruby/spec/models/project_api_key_spec.rb | 2 +-
.../models/project_branding_colors_spec.rb | 2 +-
.../ruby/spec/models/project_branding_spec.rb | 2 +-
.../models/project_branding_theme_spec.rb | 2 +-
.../ruby/spec/models/project_cors_spec.rb | 2 +-
.../models/project_events_datapoint_spec.rb | 2 +-
.../ruby/spec/models/project_host_spec.rb | 2 +-
.../ruby/spec/models/project_member_spec.rb | 2 +-
.../ruby/spec/models/project_metadata_spec.rb | 2 +-
.../models/project_service_identity_spec.rb | 2 +-
.../models/project_service_o_auth2_spec.rb | 2 +-
.../models/project_service_permission_spec.rb | 2 +-
.../ruby/spec/models/project_services_spec.rb | 2 +-
.../client/ruby/spec/models/project_spec.rb | 2 +-
.../ruby/spec/models/quota_usage_spec.rb | 2 +-
.../models/recovery_code_for_identity_spec.rb | 2 +-
.../ruby/spec/models/recovery_flow_spec.rb | 2 +-
.../spec/models/recovery_flow_state_spec.rb | 2 +-
.../models/recovery_identity_address_spec.rb | 2 +-
.../models/recovery_link_for_identity_spec.rb | 2 +-
.../spec/models/registration_flow_spec.rb | 2 +-
.../models/registration_flow_state_spec.rb | 2 +-
.../models/reject_o_auth2_request_spec.rb | 2 +-
.../ruby/spec/models/relation_query_spec.rb | 2 +-
.../models/relationship_namespaces_spec.rb | 2 +-
.../spec/models/relationship_patch_spec.rb | 2 +-
.../ruby/spec/models/relationship_spec.rb | 2 +-
.../ruby/spec/models/relationships_spec.rb | 2 +-
.../spec/models/rfc6749_error_json_spec.rb | 2 +-
.../ruby/spec/models/schema_patch_spec.rb | 2 +-
.../self_service_flow_expired_error_spec.rb | 2 +-
.../models/session_activity_datapoint_spec.rb | 2 +-
.../session_authentication_method_spec.rb | 2 +-
.../ruby/spec/models/session_device_spec.rb | 2 +-
.../client/ruby/spec/models/session_spec.rb | 2 +-
...set_active_project_in_console_body_spec.rb | 2 +-
.../models/set_custom_domain_body_spec.rb | 2 +-
.../spec/models/set_event_stream_body_spec.rb | 2 +-
.../set_project_branding_theme_body_spec.rb | 2 +-
.../ruby/spec/models/set_project_spec.rb | 2 +-
.../ruby/spec/models/settings_flow_spec.rb | 2 +-
.../spec/models/settings_flow_state_spec.rb | 2 +-
.../ruby/spec/models/source_position_spec.rb | 2 +-
.../ruby/spec/models/subject_set_spec.rb | 2 +-
.../ruby/spec/models/subscription_spec.rb | 2 +-
.../successful_code_exchange_response_spec.rb | 2 +-
.../models/successful_native_login_spec.rb | 2 +-
.../successful_native_registration_spec.rb | 2 +-
.../models/successful_project_update_spec.rb | 2 +-
.../ruby/spec/models/tax_line_item_spec.rb | 2 +-
.../ruby/spec/models/time_interval_spec.rb | 2 +-
.../models/token_pagination_headers_spec.rb | 2 +-
...oken_pagination_request_parameters_spec.rb | 2 +-
.../token_pagination_response_headers_spec.rb | 2 +-
.../ruby/spec/models/token_pagination_spec.rb | 2 +-
.../trust_o_auth2_jwt_grant_issuer_spec.rb | 2 +-
.../trusted_o_auth2_jwt_grant_issuer_spec.rb | 2 +-
...ted_o_auth2_jwt_grant_json_web_key_spec.rb | 2 +-
.../ruby/spec/models/ui_container_spec.rb | 2 +-
.../models/ui_node_anchor_attributes_spec.rb | 2 +-
.../spec/models/ui_node_attributes_spec.rb | 2 +-
.../models/ui_node_image_attributes_spec.rb | 2 +-
.../models/ui_node_input_attributes_spec.rb | 2 +-
.../ruby/spec/models/ui_node_meta_spec.rb | 2 +-
.../models/ui_node_script_attributes_spec.rb | 2 +-
.../client/ruby/spec/models/ui_node_spec.rb | 2 +-
.../models/ui_node_text_attributes_spec.rb | 2 +-
.../client/ruby/spec/models/ui_text_spec.rb | 2 +-
.../spec/models/update_identity_body_spec.rb | 2 +-
.../models/update_login_flow_body_spec.rb | 2 +-
...update_login_flow_with_code_method_spec.rb | 2 +-
..._flow_with_identifier_first_method_spec.rb | 2 +-
...gin_flow_with_lookup_secret_method_spec.rb | 2 +-
...update_login_flow_with_oidc_method_spec.rb | 2 +-
...ate_login_flow_with_passkey_method_spec.rb | 2 +-
...te_login_flow_with_password_method_spec.rb | 2 +-
...update_login_flow_with_totp_method_spec.rb | 2 +-
...e_login_flow_with_web_authn_method_spec.rb | 2 +-
.../models/update_recovery_flow_body_spec.rb | 2 +-
...ate_recovery_flow_with_code_method_spec.rb | 2 +-
...ate_recovery_flow_with_link_method_spec.rb | 2 +-
.../update_registration_flow_body_spec.rb | 2 +-
...registration_flow_with_code_method_spec.rb | 2 +-
...registration_flow_with_oidc_method_spec.rb | 2 +-
...istration_flow_with_passkey_method_spec.rb | 2 +-
...stration_flow_with_password_method_spec.rb | 2 +-
...istration_flow_with_profile_method_spec.rb | 2 +-
...tration_flow_with_web_authn_method_spec.rb | 2 +-
.../models/update_settings_flow_body_spec.rb | 2 +-
...e_settings_flow_with_lookup_method_spec.rb | 2 +-
...ate_settings_flow_with_oidc_method_spec.rb | 2 +-
..._settings_flow_with_passkey_method_spec.rb | 2 +-
...settings_flow_with_password_method_spec.rb | 2 +-
..._settings_flow_with_profile_method_spec.rb | 2 +-
...ate_settings_flow_with_totp_method_spec.rb | 2 +-
...ettings_flow_with_web_authn_method_spec.rb | 2 +-
.../models/update_subscription_body_spec.rb | 2 +-
.../update_verification_flow_body_spec.rb | 2 +-
...verification_flow_with_code_method_spec.rb | 2 +-
...verification_flow_with_link_method_spec.rb | 2 +-
.../spec/models/update_workspace_body_spec.rb | 2 +-
clients/client/ruby/spec/models/usage_spec.rb | 2 +-
...fiable_credential_priming_response_spec.rb | 2 +-
.../verifiable_credential_proof_spec.rb | 2 +-
.../verifiable_credential_response_spec.rb | 2 +-
.../verifiable_identity_address_spec.rb | 2 +-
.../spec/models/verification_flow_spec.rb | 2 +-
.../models/verification_flow_state_spec.rb | 2 +-
.../client/ruby/spec/models/version_spec.rb | 2 +-
.../client/ruby/spec/models/warning_spec.rb | 2 +-
.../spec/models/workspace_api_key_spec.rb | 2 +-
.../client/ruby/spec/models/workspace_spec.rb | 2 +-
clients/client/ruby/spec/spec_helper.rb | 2 +-
clients/client/rust/Cargo.lock | 1710 --
clients/client/rust/Cargo.toml | 2 +-
clients/client/rust/README.md | 4 +-
clients/client/rust/src/apis/configuration.rs | 4 +-
clients/client/rust/src/apis/courier_api.rs | 2 +-
clients/client/rust/src/apis/events_api.rs | 2 +-
clients/client/rust/src/apis/frontend_api.rs | 2 +-
clients/client/rust/src/apis/identity_api.rs | 2 +-
clients/client/rust/src/apis/jwk_api.rs | 2 +-
clients/client/rust/src/apis/metadata_api.rs | 2 +-
clients/client/rust/src/apis/o_auth2_api.rs | 2 +-
clients/client/rust/src/apis/oidc_api.rs | 2 +-
.../client/rust/src/apis/permission_api.rs | 2 +-
clients/client/rust/src/apis/project_api.rs | 2 +-
.../client/rust/src/apis/relationship_api.rs | 2 +-
clients/client/rust/src/apis/wellknown_api.rs | 2 +-
clients/client/rust/src/apis/workspace_api.rs | 2 +-
.../models/accept_o_auth2_consent_request.rs | 2 +-
.../accept_o_auth2_consent_request_session.rs | 2 +-
.../models/accept_o_auth2_login_request.rs | 2 +-
.../account_experience_configuration.rs | 2 +-
.../account_experience_theme_variables.rs | 2 +-
.../src/models/active_project_in_console.rs | 2 +-
.../models/add_project_to_workspace_body.rs | 2 +-
clients/client/rust/src/models/attribute.rs | 2 +-
.../rust/src/models/attribute_filter.rs | 2 +-
.../src/models/attributes_count_datapoint.rs | 2 +-
.../models/authenticator_assurance_level.rs | 2 +-
.../src/models/batch_check_permission_body.rs | 2 +-
.../models/batch_check_permission_result.rs | 2 +-
.../models/batch_patch_identities_response.rs | 2 +-
.../rust/src/models/billing_period_bucket.rs | 2 +-
.../src/models/check_opl_syntax_result.rs | 2 +-
.../src/models/check_permission_result.rs | 2 +-
.../check_permission_result_with_error.rs | 2 +-
.../client/rust/src/models/cloud_account.rs | 2 +-
.../models/consistency_request_parameters.rs | 2 +-
.../client/rust/src/models/continue_with.rs | 2 +-
.../src/models/continue_with_recovery_ui.rs | 2 +-
.../models/continue_with_recovery_ui_flow.rs | 2 +-
.../continue_with_redirect_browser_to.rs | 2 +-
.../continue_with_set_ory_session_token.rs | 2 +-
.../src/models/continue_with_settings_ui.rs | 2 +-
.../models/continue_with_settings_ui_flow.rs | 2 +-
.../models/continue_with_verification_ui.rs | 2 +-
.../continue_with_verification_ui_flow.rs | 2 +-
.../rust/src/models/courier_message_status.rs | 2 +-
.../rust/src/models/courier_message_type.rs | 2 +-
.../src/models/create_custom_domain_body.rs | 2 +-
.../src/models/create_event_stream_body.rs | 2 +-
.../rust/src/models/create_identity_body.rs | 2 +-
.../rust/src/models/create_invite_response.rs | 2 +-
.../src/models/create_json_web_key_set.rs | 2 +-
.../models/create_project_api_key_request.rs | 2 +-
.../rust/src/models/create_project_body.rs | 2 +-
.../src/models/create_project_branding.rs | 2 +-
.../create_project_member_invite_body.rs | 2 +-
.../create_project_normalized_payload.rs | 2 +-
.../create_recovery_code_for_identity_body.rs | 2 +-
.../create_recovery_link_for_identity_body.rs | 2 +-
.../src/models/create_relationship_body.rs | 2 +-
.../src/models/create_subscription_body.rs | 2 +-
.../src/models/create_subscription_common.rs | 2 +-
...eate_verifiable_credential_request_body.rs | 2 +-
.../models/create_workspace_api_key_body.rs | 2 +-
.../rust/src/models/create_workspace_body.rs | 2 +-
.../create_workspace_member_invite_body.rs | 2 +-
.../create_workspace_subscription_body.rs | 2 +-
.../models/credential_supported_draft00.rs | 2 +-
.../client/rust/src/models/custom_domain.rs | 2 +-
.../src/models/delete_my_sessions_count.rs | 2 +-
.../rust/src/models/email_template_data.rs | 2 +-
.../src/models/email_template_data_body.rs | 2 +-
...enticator_assurance_level_not_satisfied.rs | 2 +-
.../error_browser_location_change_required.rs | 2 +-
.../rust/src/models/error_flow_replaced.rs | 2 +-
.../client/rust/src/models/error_generic.rs | 2 +-
.../client/rust/src/models/error_o_auth2.rs | 2 +-
.../client/rust/src/models/event_stream.rs | 2 +-
.../src/models/expanded_permission_tree.rs | 2 +-
clients/client/rust/src/models/flow_error.rs | 2 +-
.../client/rust/src/models/generic_error.rs | 2 +-
.../rust/src/models/generic_error_content.rs | 2 +-
.../client/rust/src/models/generic_usage.rs | 2 +-
.../models/get_attributes_count_response.rs | 2 +-
.../get_managed_identity_schema_location.rs | 2 +-
.../get_metrics_event_attributes_response.rs | 2 +-
.../get_metrics_event_types_response.rs | 2 +-
.../src/models/get_organization_response.rs | 2 +-
.../src/models/get_project_events_body.rs | 2 +-
.../src/models/get_project_events_response.rs | 2 +-
.../models/get_project_metrics_response.rs | 2 +-
.../models/get_session_activity_response.rs | 2 +-
.../src/models/get_version_200_response.rs | 2 +-
.../src/models/health_not_ready_status.rs | 2 +-
.../client/rust/src/models/health_status.rs | 2 +-
clients/client/rust/src/models/identity.rs | 2 +-
.../rust/src/models/identity_credentials.rs | 2 +-
.../src/models/identity_credentials_code.rs | 2 +-
.../identity_credentials_code_address.rs | 2 +-
.../src/models/identity_credentials_oidc.rs | 2 +-
.../identity_credentials_oidc_provider.rs | 2 +-
.../models/identity_credentials_password.rs | 2 +-
.../client/rust/src/models/identity_patch.rs | 2 +-
.../src/models/identity_patch_response.rs | 2 +-
.../src/models/identity_schema_container.rs | 2 +-
.../rust/src/models/identity_schema_preset.rs | 2 +-
.../src/models/identity_with_credentials.rs | 2 +-
.../models/identity_with_credentials_oidc.rs | 2 +-
.../identity_with_credentials_oidc_config.rs | 2 +-
...y_with_credentials_oidc_config_provider.rs | 2 +-
.../identity_with_credentials_password.rs | 2 +-
...entity_with_credentials_password_config.rs | 2 +-
.../internal_get_project_branding_body.rs | 2 +-
...welcome_screen_enabled_for_project_body.rs | 2 +-
...ernal_is_owner_for_project_by_slug_body.rs | 2 +-
...l_is_owner_for_project_by_slug_response.rs | 2 +-
.../src/models/introspected_o_auth2_token.rs | 2 +-
clients/client/rust/src/models/invoice.rs | 2 +-
.../client/rust/src/models/invoice_data_v1.rs | 2 +-
.../models/is_owner_for_project_by_slug.rs | 2 +-
clients/client/rust/src/models/json_patch.rs | 2 +-
.../client/rust/src/models/json_web_key.rs | 2 +-
.../rust/src/models/json_web_key_set.rs | 2 +-
.../client/rust/src/models/keto_namespace.rs | 2 +-
.../client/rust/src/models/line_item_v1.rs | 2 +-
.../rust/src/models/list_event_streams.rs | 2 +-
.../rust/src/models/list_invoices_response.rs | 2 +-
.../src/models/list_organizations_response.rs | 2 +-
.../src/models/list_workspace_projects.rs | 2 +-
.../client/rust/src/models/list_workspaces.rs | 2 +-
clients/client/rust/src/models/login_flow.rs | 2 +-
.../rust/src/models/login_flow_state.rs | 2 +-
clients/client/rust/src/models/logout_flow.rs | 2 +-
.../src/models/managed_identity_schema.rs | 2 +-
...naged_identity_schema_validation_result.rs | 2 +-
.../client/rust/src/models/member_invite.rs | 2 +-
clients/client/rust/src/models/message.rs | 2 +-
.../rust/src/models/message_dispatch.rs | 2 +-
.../rust/src/models/metrics_datapoint.rs | 2 +-
clients/client/rust/src/models/money.rs | 2 +-
clients/client/rust/src/models/namespace.rs | 2 +-
.../models/needs_privileged_session_error.rs | 2 +-
.../rust/src/models/normalized_project.rs | 2 +-
.../src/models/normalized_project_revision.rs | 2 +-
...alized_project_revision_courier_channel.rs | 2 +-
.../normalized_project_revision_hook.rs | 2 +-
...alized_project_revision_identity_schema.rs | 2 +-
...d_project_revision_third_party_provider.rs | 2 +-
...zed_project_revision_tokenizer_template.rs | 2 +-
.../client/rust/src/models/o_auth2_client.rs | 2 +-
.../models/o_auth2_client_token_lifespans.rs | 2 +-
.../src/models/o_auth2_consent_request.rs | 2 +-
...consent_request_open_id_connect_context.rs | 2 +-
.../src/models/o_auth2_consent_session.rs | 2 +-
.../o_auth2_consent_session_expires_at.rs | 2 +-
.../rust/src/models/o_auth2_login_request.rs | 2 +-
.../rust/src/models/o_auth2_logout_request.rs | 2 +-
.../rust/src/models/o_auth2_redirect_to.rs | 2 +-
.../rust/src/models/o_auth2_token_exchange.rs | 2 +-
.../rust/src/models/oidc_configuration.rs | 2 +-
.../client/rust/src/models/oidc_user_info.rs | 2 +-
.../client/rust/src/models/organization.rs | 2 +-
.../rust/src/models/organization_body.rs | 2 +-
clients/client/rust/src/models/pagination.rs | 2 +-
.../rust/src/models/pagination_headers.rs | 2 +-
clients/client/rust/src/models/parse_error.rs | 2 +-
.../rust/src/models/patch_identities_body.rs | 2 +-
.../src/models/perform_native_logout_body.rs | 2 +-
.../src/models/permissions_on_workspace.rs | 2 +-
clients/client/rust/src/models/plan.rs | 2 +-
.../client/rust/src/models/plan_details.rs | 2 +-
.../src/models/post_check_permission_body.rs | 2 +-
.../post_check_permission_or_error_body.rs | 2 +-
clients/client/rust/src/models/project.rs | 2 +-
.../client/rust/src/models/project_api_key.rs | 2 +-
.../rust/src/models/project_branding.rs | 2 +-
.../src/models/project_branding_colors.rs | 2 +-
.../rust/src/models/project_branding_theme.rs | 2 +-
.../client/rust/src/models/project_cors.rs | 2 +-
.../src/models/project_events_datapoint.rs | 2 +-
.../client/rust/src/models/project_host.rs | 2 +-
.../client/rust/src/models/project_member.rs | 2 +-
.../rust/src/models/project_metadata.rs | 2 +-
.../src/models/project_service_identity.rs | 2 +-
.../src/models/project_service_o_auth2.rs | 2 +-
.../src/models/project_service_permission.rs | 2 +-
.../rust/src/models/project_services.rs | 2 +-
clients/client/rust/src/models/quota_usage.rs | 2 +-
.../src/models/recovery_code_for_identity.rs | 2 +-
.../client/rust/src/models/recovery_flow.rs | 2 +-
.../rust/src/models/recovery_flow_state.rs | 2 +-
.../src/models/recovery_identity_address.rs | 2 +-
.../src/models/recovery_link_for_identity.rs | 2 +-
.../rust/src/models/registration_flow.rs | 2 +-
.../src/models/registration_flow_state.rs | 2 +-
.../rust/src/models/reject_o_auth2_request.rs | 2 +-
.../client/rust/src/models/relation_query.rs | 2 +-
.../client/rust/src/models/relationship.rs | 2 +-
.../src/models/relationship_namespaces.rs | 2 +-
.../rust/src/models/relationship_patch.rs | 2 +-
.../client/rust/src/models/relationships.rs | 2 +-
.../rust/src/models/rfc6749_error_json.rs | 2 +-
.../client/rust/src/models/schema_patch.rs | 2 +-
.../models/self_service_flow_expired_error.rs | 2 +-
clients/client/rust/src/models/session.rs | 2 +-
.../src/models/session_activity_datapoint.rs | 2 +-
.../models/session_authentication_method.rs | 2 +-
.../client/rust/src/models/session_device.rs | 2 +-
.../set_active_project_in_console_body.rs | 2 +-
.../rust/src/models/set_custom_domain_body.rs | 2 +-
.../rust/src/models/set_event_stream_body.rs | 2 +-
clients/client/rust/src/models/set_project.rs | 2 +-
.../models/set_project_branding_theme_body.rs | 2 +-
.../client/rust/src/models/settings_flow.rs | 2 +-
.../rust/src/models/settings_flow_state.rs | 2 +-
.../client/rust/src/models/source_position.rs | 2 +-
clients/client/rust/src/models/subject_set.rs | 2 +-
.../client/rust/src/models/subscription.rs | 2 +-
.../successful_code_exchange_response.rs | 2 +-
.../src/models/successful_native_login.rs | 2 +-
.../models/successful_native_registration.rs | 2 +-
.../src/models/successful_project_update.rs | 2 +-
.../client/rust/src/models/tax_line_item.rs | 2 +-
.../client/rust/src/models/time_interval.rs | 2 +-
.../rust/src/models/token_pagination.rs | 2 +-
.../src/models/token_pagination_headers.rs | 2 +-
.../token_pagination_request_parameters.rs | 2 +-
.../token_pagination_response_headers.rs | 2 +-
.../models/trust_o_auth2_jwt_grant_issuer.rs | 2 +-
.../trusted_o_auth2_jwt_grant_issuer.rs | 2 +-
.../trusted_o_auth2_jwt_grant_json_web_key.rs | 2 +-
.../client/rust/src/models/ui_container.rs | 2 +-
clients/client/rust/src/models/ui_node.rs | 2 +-
.../src/models/ui_node_anchor_attributes.rs | 2 +-
.../rust/src/models/ui_node_attributes.rs | 2 +-
.../src/models/ui_node_image_attributes.rs | 2 +-
.../src/models/ui_node_input_attributes.rs | 2 +-
.../client/rust/src/models/ui_node_meta.rs | 2 +-
.../src/models/ui_node_script_attributes.rs | 2 +-
.../src/models/ui_node_text_attributes.rs | 2 +-
clients/client/rust/src/models/ui_text.rs | 2 +-
.../rust/src/models/update_identity_body.rs | 2 +-
.../rust/src/models/update_login_flow_body.rs | 2 +-
.../update_login_flow_with_code_method.rs | 2 +-
...login_flow_with_identifier_first_method.rs | 2 +-
...te_login_flow_with_lookup_secret_method.rs | 2 +-
.../update_login_flow_with_oidc_method.rs | 2 +-
.../update_login_flow_with_passkey_method.rs | 2 +-
.../update_login_flow_with_password_method.rs | 2 +-
.../update_login_flow_with_totp_method.rs | 2 +-
...update_login_flow_with_web_authn_method.rs | 2 +-
.../src/models/update_recovery_flow_body.rs | 2 +-
.../update_recovery_flow_with_code_method.rs | 2 +-
.../update_recovery_flow_with_link_method.rs | 2 +-
.../models/update_registration_flow_body.rs | 2 +-
...date_registration_flow_with_code_method.rs | 2 +-
...date_registration_flow_with_oidc_method.rs | 2 +-
...e_registration_flow_with_passkey_method.rs | 2 +-
..._registration_flow_with_password_method.rs | 2 +-
...e_registration_flow_with_profile_method.rs | 2 +-
...registration_flow_with_web_authn_method.rs | 2 +-
.../src/models/update_settings_flow_body.rs | 2 +-
...update_settings_flow_with_lookup_method.rs | 2 +-
.../update_settings_flow_with_oidc_method.rs | 2 +-
...pdate_settings_flow_with_passkey_method.rs | 2 +-
...date_settings_flow_with_password_method.rs | 2 +-
...pdate_settings_flow_with_profile_method.rs | 2 +-
.../update_settings_flow_with_totp_method.rs | 2 +-
...ate_settings_flow_with_web_authn_method.rs | 2 +-
.../src/models/update_subscription_body.rs | 2 +-
.../models/update_verification_flow_body.rs | 2 +-
...date_verification_flow_with_code_method.rs | 2 +-
...date_verification_flow_with_link_method.rs | 2 +-
.../rust/src/models/update_workspace_body.rs | 2 +-
clients/client/rust/src/models/usage.rs | 2 +-
.../verifiable_credential_priming_response.rs | 2 +-
.../src/models/verifiable_credential_proof.rs | 2 +-
.../models/verifiable_credential_response.rs | 2 +-
.../src/models/verifiable_identity_address.rs | 2 +-
.../rust/src/models/verification_flow.rs | 2 +-
.../src/models/verification_flow_state.rs | 2 +-
clients/client/rust/src/models/version.rs | 2 +-
clients/client/rust/src/models/warning.rs | 2 +-
clients/client/rust/src/models/workspace.rs | 2 +-
.../rust/src/models/workspace_api_key.rs | 2 +-
clients/client/typescript-fetch/README.md | 4 +-
.../client/typescript-fetch/package-lock.json | 30 -
clients/client/typescript-fetch/package.json | 2 +-
.../typescript-fetch/src/apis/CourierApi.ts | 2 +-
.../typescript-fetch/src/apis/EventsApi.ts | 2 +-
.../typescript-fetch/src/apis/FrontendApi.ts | 2 +-
.../typescript-fetch/src/apis/IdentityApi.ts | 2 +-
.../typescript-fetch/src/apis/JwkApi.ts | 2 +-
.../typescript-fetch/src/apis/MetadataApi.ts | 2 +-
.../typescript-fetch/src/apis/OAuth2Api.ts | 2 +-
.../typescript-fetch/src/apis/OidcApi.ts | 2 +-
.../src/apis/PermissionApi.ts | 2 +-
.../typescript-fetch/src/apis/ProjectApi.ts | 2 +-
.../src/apis/RelationshipApi.ts | 2 +-
.../typescript-fetch/src/apis/WellknownApi.ts | 2 +-
.../typescript-fetch/src/apis/WorkspaceApi.ts | 2 +-
.../src/contrib/continueWith.ts | 2 +-
.../src/models/AcceptOAuth2ConsentRequest.ts | 2 +-
.../AcceptOAuth2ConsentRequestSession.ts | 2 +-
.../src/models/AcceptOAuth2LoginRequest.ts | 2 +-
.../models/AccountExperienceConfiguration.ts | 2 +-
.../models/AccountExperienceThemeVariables.ts | 2 +-
.../src/models/ActiveProjectInConsole.ts | 2 +-
.../src/models/AddProjectToWorkspaceBody.ts | 2 +-
.../typescript-fetch/src/models/Attribute.ts | 2 +-
.../src/models/AttributeFilter.ts | 2 +-
.../src/models/AttributesCountDatapoint.ts | 2 +-
.../src/models/AuthenticatorAssuranceLevel.ts | 2 +-
.../src/models/BatchCheckPermissionBody.ts | 2 +-
.../src/models/BatchCheckPermissionResult.ts | 2 +-
.../models/BatchPatchIdentitiesResponse.ts | 2 +-
.../src/models/BillingPeriodBucket.ts | 2 +-
.../src/models/CheckOplSyntaxResult.ts | 2 +-
.../src/models/CheckPermissionResult.ts | 2 +-
.../models/CheckPermissionResultWithError.ts | 2 +-
.../src/models/CloudAccount.ts | 2 +-
.../models/ConsistencyRequestParameters.ts | 2 +-
.../src/models/ContinueWith.ts | 2 +-
.../src/models/ContinueWithRecoveryUi.ts | 2 +-
.../src/models/ContinueWithRecoveryUiFlow.ts | 2 +-
.../models/ContinueWithRedirectBrowserTo.ts | 2 +-
.../models/ContinueWithSetOrySessionToken.ts | 2 +-
.../src/models/ContinueWithSettingsUi.ts | 2 +-
.../src/models/ContinueWithSettingsUiFlow.ts | 2 +-
.../src/models/ContinueWithVerificationUi.ts | 2 +-
.../models/ContinueWithVerificationUiFlow.ts | 2 +-
.../src/models/CourierMessageStatus.ts | 2 +-
.../src/models/CourierMessageType.ts | 2 +-
.../src/models/CreateCustomDomainBody.ts | 2 +-
.../src/models/CreateEventStreamBody.ts | 2 +-
.../src/models/CreateIdentityBody.ts | 2 +-
.../src/models/CreateInviteResponse.ts | 2 +-
.../src/models/CreateJsonWebKeySet.ts | 2 +-
.../src/models/CreateProjectApiKeyRequest.ts | 2 +-
.../src/models/CreateProjectBody.ts | 2 +-
.../src/models/CreateProjectBranding.ts | 2 +-
.../models/CreateProjectMemberInviteBody.ts | 2 +-
.../models/CreateProjectNormalizedPayload.ts | 2 +-
.../CreateRecoveryCodeForIdentityBody.ts | 2 +-
.../CreateRecoveryLinkForIdentityBody.ts | 2 +-
.../src/models/CreateRelationshipBody.ts | 2 +-
.../src/models/CreateSubscriptionBody.ts | 2 +-
.../src/models/CreateSubscriptionCommon.ts | 2 +-
.../CreateVerifiableCredentialRequestBody.ts | 2 +-
.../src/models/CreateWorkspaceApiKeyBody.ts | 2 +-
.../src/models/CreateWorkspaceBody.ts | 2 +-
.../models/CreateWorkspaceMemberInviteBody.ts | 2 +-
.../models/CreateWorkspaceSubscriptionBody.ts | 2 +-
.../src/models/CredentialSupportedDraft00.ts | 2 +-
.../src/models/CustomDomain.ts | 2 +-
.../src/models/DeleteMySessionsCount.ts | 2 +-
.../src/models/EmailTemplateData.ts | 2 +-
.../src/models/EmailTemplateDataBody.ts | 2 +-
...AuthenticatorAssuranceLevelNotSatisfied.ts | 2 +-
.../ErrorBrowserLocationChangeRequired.ts | 2 +-
.../src/models/ErrorFlowReplaced.ts | 2 +-
.../src/models/ErrorGeneric.ts | 2 +-
.../src/models/ErrorOAuth2.ts | 2 +-
.../src/models/EventStream.ts | 2 +-
.../src/models/ExpandedPermissionTree.ts | 2 +-
.../typescript-fetch/src/models/FlowError.ts | 2 +-
.../src/models/GenericError.ts | 2 +-
.../src/models/GenericErrorContent.ts | 2 +-
.../src/models/GenericUsage.ts | 2 +-
.../src/models/GetAttributesCountResponse.ts | 2 +-
.../GetManagedIdentitySchemaLocation.ts | 2 +-
.../GetMetricsEventAttributesResponse.ts | 2 +-
.../models/GetMetricsEventTypesResponse.ts | 2 +-
.../src/models/GetOrganizationResponse.ts | 2 +-
.../src/models/GetProjectEventsBody.ts | 2 +-
.../src/models/GetProjectEventsResponse.ts | 2 +-
.../src/models/GetProjectMetricsResponse.ts | 2 +-
.../src/models/GetSessionActivityResponse.ts | 2 +-
.../src/models/GetVersion200Response.ts | 2 +-
.../src/models/HealthNotReadyStatus.ts | 2 +-
.../src/models/HealthStatus.ts | 2 +-
.../typescript-fetch/src/models/Identity.ts | 2 +-
.../src/models/IdentityCredentials.ts | 2 +-
.../src/models/IdentityCredentialsCode.ts | 2 +-
.../models/IdentityCredentialsCodeAddress.ts | 2 +-
.../src/models/IdentityCredentialsOidc.ts | 2 +-
.../models/IdentityCredentialsOidcProvider.ts | 2 +-
.../src/models/IdentityCredentialsPassword.ts | 2 +-
.../src/models/IdentityPatch.ts | 2 +-
.../src/models/IdentityPatchResponse.ts | 2 +-
.../src/models/IdentitySchemaContainer.ts | 2 +-
.../src/models/IdentitySchemaPreset.ts | 2 +-
.../src/models/IdentityWithCredentials.ts | 2 +-
.../src/models/IdentityWithCredentialsOidc.ts | 2 +-
.../IdentityWithCredentialsOidcConfig.ts | 2 +-
...entityWithCredentialsOidcConfigProvider.ts | 2 +-
.../models/IdentityWithCredentialsPassword.ts | 2 +-
.../IdentityWithCredentialsPasswordConfig.ts | 2 +-
.../models/InternalGetProjectBrandingBody.ts | 2 +-
...lIsAXWelcomeScreenEnabledForProjectBody.ts | 2 +-
.../InternalIsOwnerForProjectBySlugBody.ts | 2 +-
...InternalIsOwnerForProjectBySlugResponse.ts | 2 +-
.../src/models/IntrospectedOAuth2Token.ts | 2 +-
.../typescript-fetch/src/models/Invoice.ts | 2 +-
.../src/models/InvoiceDataV1.ts | 2 +-
.../src/models/IsOwnerForProjectBySlug.ts | 2 +-
.../typescript-fetch/src/models/JsonPatch.ts | 2 +-
.../typescript-fetch/src/models/JsonWebKey.ts | 2 +-
.../src/models/JsonWebKeySet.ts | 2 +-
.../src/models/KetoNamespace.ts | 2 +-
.../typescript-fetch/src/models/LineItemV1.ts | 2 +-
.../src/models/ListEventStreams.ts | 2 +-
.../src/models/ListInvoicesResponse.ts | 2 +-
.../src/models/ListOrganizationsResponse.ts | 2 +-
.../src/models/ListWorkspaceProjects.ts | 2 +-
.../src/models/ListWorkspaces.ts | 2 +-
.../typescript-fetch/src/models/LoginFlow.ts | 2 +-
.../src/models/LoginFlowState.ts | 2 +-
.../typescript-fetch/src/models/LogoutFlow.ts | 2 +-
.../src/models/ManagedIdentitySchema.ts | 2 +-
.../ManagedIdentitySchemaValidationResult.ts | 2 +-
.../src/models/MemberInvite.ts | 2 +-
.../typescript-fetch/src/models/Message.ts | 2 +-
.../src/models/MessageDispatch.ts | 2 +-
.../src/models/MetricsDatapoint.ts | 2 +-
.../typescript-fetch/src/models/Money.ts | 2 +-
.../typescript-fetch/src/models/Namespace.ts | 2 +-
.../src/models/NeedsPrivilegedSessionError.ts | 2 +-
.../src/models/NormalizedProject.ts | 2 +-
.../src/models/NormalizedProjectRevision.ts | 2 +-
...NormalizedProjectRevisionCourierChannel.ts | 2 +-
.../models/NormalizedProjectRevisionHook.ts | 2 +-
...NormalizedProjectRevisionIdentitySchema.ts | 2 +-
...alizedProjectRevisionThirdPartyProvider.ts | 2 +-
...malizedProjectRevisionTokenizerTemplate.ts | 2 +-
.../src/models/OAuth2Client.ts | 2 +-
.../src/models/OAuth2ClientTokenLifespans.ts | 2 +-
.../src/models/OAuth2ConsentRequest.ts | 2 +-
...Auth2ConsentRequestOpenIDConnectContext.ts | 2 +-
.../src/models/OAuth2ConsentSession.ts | 2 +-
.../models/OAuth2ConsentSessionExpiresAt.ts | 2 +-
.../src/models/OAuth2LoginRequest.ts | 2 +-
.../src/models/OAuth2LogoutRequest.ts | 2 +-
.../src/models/OAuth2RedirectTo.ts | 2 +-
.../src/models/OAuth2TokenExchange.ts | 2 +-
.../src/models/OidcConfiguration.ts | 2 +-
.../src/models/OidcUserInfo.ts | 2 +-
.../src/models/Organization.ts | 2 +-
.../src/models/OrganizationBody.ts | 2 +-
.../typescript-fetch/src/models/Pagination.ts | 2 +-
.../src/models/PaginationHeaders.ts | 2 +-
.../typescript-fetch/src/models/ParseError.ts | 2 +-
.../src/models/PatchIdentitiesBody.ts | 2 +-
.../src/models/PerformNativeLogoutBody.ts | 2 +-
.../src/models/PermissionsOnWorkspace.ts | 2 +-
.../typescript-fetch/src/models/Plan.ts | 2 +-
.../src/models/PlanDetails.ts | 2 +-
.../src/models/PostCheckPermissionBody.ts | 2 +-
.../models/PostCheckPermissionOrErrorBody.ts | 2 +-
.../typescript-fetch/src/models/Project.ts | 2 +-
.../src/models/ProjectApiKey.ts | 2 +-
.../src/models/ProjectBranding.ts | 2 +-
.../src/models/ProjectBrandingColors.ts | 2 +-
.../src/models/ProjectBrandingTheme.ts | 2 +-
.../src/models/ProjectCors.ts | 2 +-
.../src/models/ProjectEventsDatapoint.ts | 2 +-
.../src/models/ProjectHost.ts | 2 +-
.../src/models/ProjectMember.ts | 2 +-
.../src/models/ProjectMetadata.ts | 2 +-
.../src/models/ProjectServiceIdentity.ts | 2 +-
.../src/models/ProjectServiceOAuth2.ts | 2 +-
.../src/models/ProjectServicePermission.ts | 2 +-
.../src/models/ProjectServices.ts | 2 +-
.../typescript-fetch/src/models/QuotaUsage.ts | 2 +-
.../src/models/RFC6749ErrorJson.ts | 2 +-
.../src/models/RecoveryCodeForIdentity.ts | 2 +-
.../src/models/RecoveryFlow.ts | 2 +-
.../src/models/RecoveryFlowState.ts | 2 +-
.../src/models/RecoveryIdentityAddress.ts | 2 +-
.../src/models/RecoveryLinkForIdentity.ts | 2 +-
.../src/models/RegistrationFlow.ts | 2 +-
.../src/models/RegistrationFlowState.ts | 2 +-
.../src/models/RejectOAuth2Request.ts | 2 +-
.../src/models/RelationQuery.ts | 2 +-
.../src/models/Relationship.ts | 2 +-
.../src/models/RelationshipNamespaces.ts | 2 +-
.../src/models/RelationshipPatch.ts | 2 +-
.../src/models/Relationships.ts | 2 +-
.../src/models/SchemaPatch.ts | 2 +-
.../src/models/SelfServiceFlowExpiredError.ts | 2 +-
.../typescript-fetch/src/models/Session.ts | 2 +-
.../src/models/SessionActivityDatapoint.ts | 2 +-
.../src/models/SessionAuthenticationMethod.ts | 2 +-
.../src/models/SessionDevice.ts | 2 +-
.../models/SetActiveProjectInConsoleBody.ts | 2 +-
.../src/models/SetCustomDomainBody.ts | 2 +-
.../src/models/SetEventStreamBody.ts | 2 +-
.../typescript-fetch/src/models/SetProject.ts | 2 +-
.../src/models/SetProjectBrandingThemeBody.ts | 2 +-
.../src/models/SettingsFlow.ts | 2 +-
.../src/models/SettingsFlowState.ts | 2 +-
.../src/models/SourcePosition.ts | 2 +-
.../typescript-fetch/src/models/SubjectSet.ts | 2 +-
.../src/models/Subscription.ts | 2 +-
.../models/SuccessfulCodeExchangeResponse.ts | 2 +-
.../src/models/SuccessfulNativeLogin.ts | 2 +-
.../models/SuccessfulNativeRegistration.ts | 2 +-
.../src/models/SuccessfulProjectUpdate.ts | 2 +-
.../src/models/TaxLineItem.ts | 2 +-
.../src/models/TimeInterval.ts | 2 +-
.../src/models/TokenPagination.ts | 2 +-
.../src/models/TokenPaginationHeaders.ts | 2 +-
.../TokenPaginationRequestParameters.ts | 2 +-
.../models/TokenPaginationResponseHeaders.ts | 2 +-
.../src/models/TrustOAuth2JwtGrantIssuer.ts | 2 +-
.../src/models/TrustedOAuth2JwtGrantIssuer.ts | 2 +-
.../models/TrustedOAuth2JwtGrantJsonWebKey.ts | 2 +-
.../src/models/UiContainer.ts | 2 +-
.../typescript-fetch/src/models/UiNode.ts | 2 +-
.../src/models/UiNodeAnchorAttributes.ts | 2 +-
.../src/models/UiNodeAttributes.ts | 2 +-
.../src/models/UiNodeImageAttributes.ts | 2 +-
.../src/models/UiNodeInputAttributes.ts | 2 +-
.../typescript-fetch/src/models/UiNodeMeta.ts | 2 +-
.../src/models/UiNodeScriptAttributes.ts | 2 +-
.../src/models/UiNodeTextAttributes.ts | 2 +-
.../typescript-fetch/src/models/UiText.ts | 2 +-
.../src/models/UpdateIdentityBody.ts | 2 +-
.../src/models/UpdateLoginFlowBody.ts | 2 +-
.../models/UpdateLoginFlowWithCodeMethod.ts | 2 +-
...pdateLoginFlowWithIdentifierFirstMethod.ts | 2 +-
.../UpdateLoginFlowWithLookupSecretMethod.ts | 2 +-
.../models/UpdateLoginFlowWithOidcMethod.ts | 2 +-
.../UpdateLoginFlowWithPasskeyMethod.ts | 2 +-
.../UpdateLoginFlowWithPasswordMethod.ts | 2 +-
.../models/UpdateLoginFlowWithTotpMethod.ts | 2 +-
.../UpdateLoginFlowWithWebAuthnMethod.ts | 2 +-
.../src/models/UpdateRecoveryFlowBody.ts | 2 +-
.../UpdateRecoveryFlowWithCodeMethod.ts | 2 +-
.../UpdateRecoveryFlowWithLinkMethod.ts | 2 +-
.../src/models/UpdateRegistrationFlowBody.ts | 2 +-
.../UpdateRegistrationFlowWithCodeMethod.ts | 2 +-
.../UpdateRegistrationFlowWithOidcMethod.ts | 2 +-
...UpdateRegistrationFlowWithPasskeyMethod.ts | 2 +-
...pdateRegistrationFlowWithPasswordMethod.ts | 2 +-
...UpdateRegistrationFlowWithProfileMethod.ts | 2 +-
...pdateRegistrationFlowWithWebAuthnMethod.ts | 2 +-
.../src/models/UpdateSettingsFlowBody.ts | 2 +-
.../UpdateSettingsFlowWithLookupMethod.ts | 2 +-
.../UpdateSettingsFlowWithOidcMethod.ts | 2 +-
.../UpdateSettingsFlowWithPasskeyMethod.ts | 2 +-
.../UpdateSettingsFlowWithPasswordMethod.ts | 2 +-
.../UpdateSettingsFlowWithProfileMethod.ts | 2 +-
.../UpdateSettingsFlowWithTotpMethod.ts | 2 +-
.../UpdateSettingsFlowWithWebAuthnMethod.ts | 2 +-
.../src/models/UpdateSubscriptionBody.ts | 2 +-
.../src/models/UpdateVerificationFlowBody.ts | 2 +-
.../UpdateVerificationFlowWithCodeMethod.ts | 2 +-
.../UpdateVerificationFlowWithLinkMethod.ts | 2 +-
.../src/models/UpdateWorkspaceBody.ts | 2 +-
.../typescript-fetch/src/models/Usage.ts | 2 +-
.../VerifiableCredentialPrimingResponse.ts | 2 +-
.../src/models/VerifiableCredentialProof.ts | 2 +-
.../models/VerifiableCredentialResponse.ts | 2 +-
.../src/models/VerifiableIdentityAddress.ts | 2 +-
.../src/models/VerificationFlow.ts | 2 +-
.../src/models/VerificationFlowState.ts | 2 +-
.../typescript-fetch/src/models/Version.ts | 2 +-
.../typescript-fetch/src/models/Warning.ts | 2 +-
.../typescript-fetch/src/models/Workspace.ts | 2 +-
.../src/models/WorkspaceApiKey.ts | 2 +-
.../client/typescript-fetch/src/runtime.ts | 2 +-
clients/client/typescript/README.md | 4 +-
clients/client/typescript/api.ts | 2 +-
clients/client/typescript/base.ts | 2 +-
clients/client/typescript/common.ts | 2 +-
clients/client/typescript/configuration.ts | 2 +-
clients/client/typescript/index.ts | 2 +-
clients/client/typescript/package-lock.json | 140 -
clients/client/typescript/package.json | 2 +-
config/client/kotlin-multiplatform.yml | 11 +
config/client/kotlin.yml | 9 -
scripts/generate.sh | 10 +-
scripts/prep.sh | 3 +
scripts/test.sh | 8 +
spec/client/v1.15.11.json | 20266 +---------------
4664 files changed, 63800 insertions(+), 31651 deletions(-)
delete mode 100644 clients/client/elixir/mix.lock
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/checksums/checksums.lock
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/dependencies-accessors/gc.properties
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/executionHistory/executionHistory.bin
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/executionHistory/executionHistory.lock
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/fileChanges/last-build.bin
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/fileHashes/fileHashes.bin
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/fileHashes/fileHashes.lock
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/fileHashes/resourceHashesCache.bin
create mode 100644 clients/client/kotlin-multiplatform/.gradle/8.7/gc.properties
create mode 100644 clients/client/kotlin-multiplatform/.gradle/buildOutputCleanup/buildOutputCleanup.lock
create mode 100644 clients/client/kotlin-multiplatform/.gradle/buildOutputCleanup/cache.properties
create mode 100644 clients/client/kotlin-multiplatform/.gradle/buildOutputCleanup/outputFiles.bin
create mode 100644 clients/client/kotlin-multiplatform/.gradle/vcs-1/gc.properties
create mode 100644 clients/client/kotlin-multiplatform/.openapi-generator-ignore
create mode 100644 clients/client/kotlin-multiplatform/.openapi-generator/FILES
create mode 100644 clients/client/kotlin-multiplatform/.openapi-generator/VERSION
create mode 100644 clients/client/kotlin-multiplatform/LICENSE
create mode 100644 clients/client/kotlin-multiplatform/README.md
create mode 100644 clients/client/kotlin-multiplatform/build.gradle.kts
create mode 100644 clients/client/kotlin-multiplatform/build/kotlin/compileKotlinJs/cacheable/dirty-sources.txt
create mode 100644 clients/client/kotlin-multiplatform/build/kotlin/compileKotlinJs/local-state/build-history.bin
create mode 100644 clients/client/kotlin-multiplatform/docs/AcceptOAuth2ConsentRequest.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AcceptOAuth2ConsentRequestSession.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AcceptOAuth2LoginRequest.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AccountExperienceConfiguration.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AccountExperienceThemeVariables.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ActiveProjectInConsole.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AddProjectToWorkspaceBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Attribute.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AttributeFilter.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AttributesCountDatapoint.md
create mode 100644 clients/client/kotlin-multiplatform/docs/AuthenticatorAssuranceLevel.md
create mode 100644 clients/client/kotlin-multiplatform/docs/BatchCheckPermissionBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/BatchCheckPermissionResult.md
create mode 100644 clients/client/kotlin-multiplatform/docs/BatchPatchIdentitiesResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/BillingPeriodBucket.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CheckOplSyntaxResult.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CheckPermissionResult.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CheckPermissionResultWithError.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CloudAccount.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ConsistencyRequestParameters.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWith.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithRecoveryUi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithRecoveryUiFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithRedirectBrowserTo.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithSetOrySessionToken.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithSettingsUi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithSettingsUiFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithVerificationUi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ContinueWithVerificationUiFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CourierApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CourierMessageStatus.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CourierMessageType.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateCustomDomainBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateEventStreamBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateIdentityBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateInviteResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateJsonWebKeySet.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateProjectApiKeyRequest.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateProjectBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateProjectBranding.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateProjectMemberInviteBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateProjectNormalizedPayload.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateRecoveryCodeForIdentityBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateRecoveryLinkForIdentityBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateRelationshipBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateSubscriptionBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateSubscriptionCommon.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateVerifiableCredentialRequestBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateWorkspaceApiKeyBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateWorkspaceBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateWorkspaceMemberInviteBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CreateWorkspaceSubscriptionBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CredentialSupportedDraft00.md
create mode 100644 clients/client/kotlin-multiplatform/docs/CustomDomain.md
create mode 100644 clients/client/kotlin-multiplatform/docs/DeleteMySessionsCount.md
create mode 100644 clients/client/kotlin-multiplatform/docs/EmailTemplateData.md
create mode 100644 clients/client/kotlin-multiplatform/docs/EmailTemplateDataBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ErrorBrowserLocationChangeRequired.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ErrorFlowReplaced.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ErrorGeneric.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ErrorOAuth2.md
create mode 100644 clients/client/kotlin-multiplatform/docs/EventStream.md
create mode 100644 clients/client/kotlin-multiplatform/docs/EventsApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ExpandedPermissionTree.md
create mode 100644 clients/client/kotlin-multiplatform/docs/FlowError.md
create mode 100644 clients/client/kotlin-multiplatform/docs/FrontendApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GenericError.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GenericErrorContent.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GenericUsage.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetAttributesCountResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetManagedIdentitySchemaLocation.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetMetricsEventAttributesResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetMetricsEventTypesResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetOrganizationResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetProjectEventsBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetProjectEventsResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetProjectMetricsResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetSessionActivityResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/GetVersion200Response.md
create mode 100644 clients/client/kotlin-multiplatform/docs/HealthNotReadyStatus.md
create mode 100644 clients/client/kotlin-multiplatform/docs/HealthStatus.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Identity.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityCredentials.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityCredentialsCode.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityCredentialsCodeAddress.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityCredentialsOidc.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityCredentialsOidcProvider.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityCredentialsPassword.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityPatch.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityPatchResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentitySchemaContainer.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentitySchemaPreset.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityWithCredentials.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityWithCredentialsOidc.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityWithCredentialsOidcConfig.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityWithCredentialsOidcConfigProvider.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityWithCredentialsPassword.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IdentityWithCredentialsPasswordConfig.md
create mode 100644 clients/client/kotlin-multiplatform/docs/InternalGetProjectBrandingBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/InternalIsOwnerForProjectBySlugBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/InternalIsOwnerForProjectBySlugResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IntrospectedOAuth2Token.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Invoice.md
create mode 100644 clients/client/kotlin-multiplatform/docs/InvoiceDataV1.md
create mode 100644 clients/client/kotlin-multiplatform/docs/IsOwnerForProjectBySlug.md
create mode 100644 clients/client/kotlin-multiplatform/docs/JsonPatch.md
create mode 100644 clients/client/kotlin-multiplatform/docs/JsonWebKey.md
create mode 100644 clients/client/kotlin-multiplatform/docs/JsonWebKeySet.md
create mode 100644 clients/client/kotlin-multiplatform/docs/JwkApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/KetoNamespace.md
create mode 100644 clients/client/kotlin-multiplatform/docs/LineItemV1.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ListEventStreams.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ListInvoicesResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ListOrganizationsResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ListWorkspaceProjects.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ListWorkspaces.md
create mode 100644 clients/client/kotlin-multiplatform/docs/LoginFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/LoginFlowState.md
create mode 100644 clients/client/kotlin-multiplatform/docs/LogoutFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ManagedIdentitySchema.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ManagedIdentitySchemaValidationResult.md
create mode 100644 clients/client/kotlin-multiplatform/docs/MemberInvite.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Message.md
create mode 100644 clients/client/kotlin-multiplatform/docs/MessageDispatch.md
create mode 100644 clients/client/kotlin-multiplatform/docs/MetadataApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/MetricsDatapoint.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Money.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Namespace.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NeedsPrivilegedSessionError.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProject.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProjectRevision.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProjectRevisionCourierChannel.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProjectRevisionHook.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProjectRevisionIdentitySchema.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProjectRevisionThirdPartyProvider.md
create mode 100644 clients/client/kotlin-multiplatform/docs/NormalizedProjectRevisionTokenizerTemplate.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2Api.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2Client.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2ClientTokenLifespans.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2ConsentRequest.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2ConsentRequestOpenIDConnectContext.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2ConsentSession.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2ConsentSessionExpiresAt.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2LoginRequest.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2LogoutRequest.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2RedirectTo.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OAuth2TokenExchange.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OidcApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OidcConfiguration.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OidcUserInfo.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Organization.md
create mode 100644 clients/client/kotlin-multiplatform/docs/OrganizationBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Pagination.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PaginationHeaders.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ParseError.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PatchIdentitiesBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PerformNativeLogoutBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PermissionApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PermissionsOnWorkspace.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Plan.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PlanDetails.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PostCheckPermissionBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/PostCheckPermissionOrErrorBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Project.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectApiKey.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectBranding.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectBrandingColors.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectBrandingTheme.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectCors.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectEventsDatapoint.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectHost.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectMember.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectMetadata.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectServiceIdentity.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectServiceOAuth2.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectServicePermission.md
create mode 100644 clients/client/kotlin-multiplatform/docs/ProjectServices.md
create mode 100644 clients/client/kotlin-multiplatform/docs/QuotaUsage.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RFC6749ErrorJson.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RecoveryCodeForIdentity.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RecoveryFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RecoveryFlowState.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RecoveryIdentityAddress.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RecoveryLinkForIdentity.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RegistrationFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RegistrationFlowState.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RejectOAuth2Request.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RelationQuery.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Relationship.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RelationshipApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RelationshipNamespaces.md
create mode 100644 clients/client/kotlin-multiplatform/docs/RelationshipPatch.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Relationships.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SchemaPatch.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SelfServiceFlowExpiredError.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Session.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SessionActivityDatapoint.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SessionAuthenticationMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SessionDevice.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SetActiveProjectInConsoleBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SetCustomDomainBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SetEventStreamBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SetProject.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SetProjectBrandingThemeBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SettingsFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SettingsFlowState.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SourcePosition.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SubjectSet.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Subscription.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SuccessfulCodeExchangeResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SuccessfulNativeLogin.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SuccessfulNativeRegistration.md
create mode 100644 clients/client/kotlin-multiplatform/docs/SuccessfulProjectUpdate.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TaxLineItem.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TimeInterval.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TokenPagination.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TokenPaginationHeaders.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TokenPaginationRequestParameters.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TokenPaginationResponseHeaders.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TrustOAuth2JwtGrantIssuer.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TrustedOAuth2JwtGrantIssuer.md
create mode 100644 clients/client/kotlin-multiplatform/docs/TrustedOAuth2JwtGrantJsonWebKey.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiContainer.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNode.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeAnchorAttributes.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeAttributes.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeImageAttributes.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeInputAttributes.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeMeta.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeScriptAttributes.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiNodeTextAttributes.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UiText.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateIdentityBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithCodeMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithIdentifierFirstMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithLookupSecretMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithOidcMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithPasskeyMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithPasswordMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithTotpMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateLoginFlowWithWebAuthnMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRecoveryFlowBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRecoveryFlowWithCodeMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRecoveryFlowWithLinkMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowWithCodeMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowWithOidcMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowWithPasskeyMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowWithPasswordMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowWithProfileMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateRegistrationFlowWithWebAuthnMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithLookupMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithOidcMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithPasskeyMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithPasswordMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithProfileMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithTotpMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSettingsFlowWithWebAuthnMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateSubscriptionBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateVerificationFlowBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateVerificationFlowWithCodeMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateVerificationFlowWithLinkMethod.md
create mode 100644 clients/client/kotlin-multiplatform/docs/UpdateWorkspaceBody.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Usage.md
create mode 100644 clients/client/kotlin-multiplatform/docs/VerifiableCredentialPrimingResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/VerifiableCredentialProof.md
create mode 100644 clients/client/kotlin-multiplatform/docs/VerifiableCredentialResponse.md
create mode 100644 clients/client/kotlin-multiplatform/docs/VerifiableIdentityAddress.md
create mode 100644 clients/client/kotlin-multiplatform/docs/VerificationFlow.md
create mode 100644 clients/client/kotlin-multiplatform/docs/VerificationFlowState.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Version.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Warning.md
create mode 100644 clients/client/kotlin-multiplatform/docs/WellknownApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/Workspace.md
create mode 100644 clients/client/kotlin-multiplatform/docs/WorkspaceApi.md
create mode 100644 clients/client/kotlin-multiplatform/docs/WorkspaceApiKey.md
create mode 100644 clients/client/kotlin-multiplatform/gradle/wrapper/gradle-wrapper.jar
create mode 100644 clients/client/kotlin-multiplatform/gradle/wrapper/gradle-wrapper.properties
create mode 100755 clients/client/kotlin-multiplatform/gradlew
create mode 100644 clients/client/kotlin-multiplatform/gradlew.bat
create mode 100644 clients/client/kotlin-multiplatform/settings.gradle.kts
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/CourierApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/EventsApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/FrontendApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/IdentityApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/JwkApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/MetadataApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/OAuth2Api.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/OidcApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/PermissionApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/ProjectApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/RelationshipApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/WellknownApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/apis/WorkspaceApi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/auth/ApiKeyAuth.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/auth/Authentication.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/auth/HttpBasicAuth.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/auth/HttpBearerAuth.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/auth/OAuth.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/ApiAbstractions.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/ApiClient.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/Base64ByteArray.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/Bytes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/HttpResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/OctetByteArray.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/PartConfig.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/RequestConfig.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/infrastructure/RequestMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AcceptOAuth2ConsentRequest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AcceptOAuth2ConsentRequestSession.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AcceptOAuth2LoginRequest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AccountExperienceConfiguration.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AccountExperienceThemeVariables.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ActiveProjectInConsole.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AddProjectToWorkspaceBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Attribute.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AttributeFilter.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AttributesCountDatapoint.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/AuthenticatorAssuranceLevel.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/BatchCheckPermissionBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/BatchCheckPermissionResult.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/BatchPatchIdentitiesResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/BillingPeriodBucket.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CheckOplSyntaxResult.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CheckPermissionResult.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CheckPermissionResultWithError.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CloudAccount.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ConsistencyRequestParameters.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWith.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithRecoveryUi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithRecoveryUiFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithRedirectBrowserTo.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithSetOrySessionToken.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithSettingsUi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithSettingsUiFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithVerificationUi.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithVerificationUiFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CourierMessageStatus.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CourierMessageType.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateCustomDomainBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateEventStreamBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateIdentityBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateInviteResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateJsonWebKeySet.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectApiKeyRequest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectBranding.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectMemberInviteBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectNormalizedPayload.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateRecoveryCodeForIdentityBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateRecoveryLinkForIdentityBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateRelationshipBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateSubscriptionBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateSubscriptionCommon.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateVerifiableCredentialRequestBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceApiKeyBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceMemberInviteBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceSubscriptionBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CredentialSupportedDraft00.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/CustomDomain.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/DeleteMySessionsCount.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/EmailTemplateData.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/EmailTemplateDataBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorAuthenticatorAssuranceLevelNotSatisfied.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorBrowserLocationChangeRequired.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorFlowReplaced.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorGeneric.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorOAuth2.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/EventStream.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ExpandedPermissionTree.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/FlowError.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GenericError.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GenericErrorContent.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GenericUsage.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetAttributesCountResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetManagedIdentitySchemaLocation.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetMetricsEventAttributesResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetMetricsEventTypesResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetOrganizationResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetProjectEventsBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetProjectEventsResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetProjectMetricsResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetSessionActivityResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/GetVersion200Response.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/HealthNotReadyStatus.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/HealthStatus.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Identity.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentials.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsCode.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsCodeAddress.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsOidc.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsOidcProvider.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsPassword.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityPatch.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityPatchResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentitySchemaContainer.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentitySchemaPreset.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentials.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsOidc.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsOidcConfig.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsOidcConfigProvider.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsPassword.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsPasswordConfig.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalGetProjectBrandingBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalIsAXWelcomeScreenEnabledForProjectBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalIsOwnerForProjectBySlugBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalIsOwnerForProjectBySlugResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IntrospectedOAuth2Token.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Invoice.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/InvoiceDataV1.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/IsOwnerForProjectBySlug.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/JsonPatch.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/JsonWebKey.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/JsonWebKeySet.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/KetoNamespace.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/LineItemV1.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ListEventStreams.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ListInvoicesResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ListOrganizationsResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ListWorkspaceProjects.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ListWorkspaces.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/LoginFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/LoginFlowState.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/LogoutFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ManagedIdentitySchema.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ManagedIdentitySchemaValidationResult.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/MemberInvite.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Message.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/MessageDispatch.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/MetricsDatapoint.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Money.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Namespace.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NeedsPrivilegedSessionError.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProject.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevision.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionCourierChannel.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionHook.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionIdentitySchema.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionThirdPartyProvider.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionTokenizerTemplate.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2Client.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ClientTokenLifespans.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentRequest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentRequestOpenIDConnectContext.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentSession.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentSessionExpiresAt.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2LoginRequest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2LogoutRequest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2RedirectTo.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2TokenExchange.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OidcConfiguration.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OidcUserInfo.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Organization.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/OrganizationBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Pagination.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PaginationHeaders.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ParseError.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PatchIdentitiesBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PerformNativeLogoutBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PermissionsOnWorkspace.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Plan.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PlanDetails.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PostCheckPermissionBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/PostCheckPermissionOrErrorBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Project.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectApiKey.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectBranding.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectBrandingColors.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectBrandingTheme.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectCors.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectEventsDatapoint.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectHost.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectMember.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectMetadata.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServiceIdentity.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServiceOAuth2.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServicePermission.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServices.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/QuotaUsage.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RFC6749ErrorJson.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryCodeForIdentity.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryFlowState.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryIdentityAddress.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryLinkForIdentity.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RegistrationFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RegistrationFlowState.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RejectOAuth2Request.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationQuery.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Relationship.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationshipNamespaces.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationshipPatch.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Relationships.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SchemaPatch.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SelfServiceFlowExpiredError.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Session.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionActivityDatapoint.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionAuthenticationMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionDevice.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SetActiveProjectInConsoleBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SetCustomDomainBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SetEventStreamBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SetProject.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SetProjectBrandingThemeBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SettingsFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SettingsFlowState.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SourcePosition.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SubjectSet.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Subscription.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulCodeExchangeResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulNativeLogin.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulNativeRegistration.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulProjectUpdate.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TaxLineItem.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TimeInterval.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPagination.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationHeaders.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationRequestParameters.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationResponseHeaders.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TrustOAuth2JwtGrantIssuer.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TrustedOAuth2JwtGrantIssuer.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/TrustedOAuth2JwtGrantJsonWebKey.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiContainer.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNode.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeAnchorAttributes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeAttributes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeImageAttributes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeInputAttributes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeMeta.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeScriptAttributes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeTextAttributes.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UiText.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateIdentityBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithCodeMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithIdentifierFirstMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithLookupSecretMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithOidcMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithPasskeyMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithPasswordMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithTotpMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithWebAuthnMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRecoveryFlowBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRecoveryFlowWithCodeMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRecoveryFlowWithLinkMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithCodeMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithOidcMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithPasskeyMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithPasswordMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithProfileMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithWebAuthnMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithLookupMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithOidcMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithPasskeyMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithPasswordMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithProfileMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithTotpMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithWebAuthnMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSubscriptionBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateVerificationFlowBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateVerificationFlowWithCodeMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateVerificationFlowWithLinkMethod.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateWorkspaceBody.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Usage.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableCredentialPrimingResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableCredentialProof.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableCredentialResponse.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableIdentityAddress.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/VerificationFlow.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/VerificationFlowState.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Version.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Warning.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/Workspace.kt
create mode 100644 clients/client/kotlin-multiplatform/src/commonMain/kotlin/sh/ory/client-kotlin-multiplatform/models/WorkspaceApiKey.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/CourierApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/EventsApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/FrontendApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/IdentityApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/JwkApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/MetadataApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/OAuth2ApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/OidcApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/PermissionApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/ProjectApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/RelationshipApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/WellknownApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/apis/WorkspaceApiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AcceptOAuth2ConsentRequestSessionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AcceptOAuth2ConsentRequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AcceptOAuth2LoginRequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AccountExperienceConfigurationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AccountExperienceThemeVariablesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ActiveProjectInConsoleTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AddProjectToWorkspaceBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AttributeFilterTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AttributeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AttributesCountDatapointTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/AuthenticatorAssuranceLevelTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/BatchCheckPermissionBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/BatchCheckPermissionResultTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/BatchPatchIdentitiesResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/BillingPeriodBucketTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CheckOplSyntaxResultTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CheckPermissionResultTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CheckPermissionResultWithErrorTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CloudAccountTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ConsistencyRequestParametersTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithRecoveryUiFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithRecoveryUiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithRedirectBrowserToTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithSetOrySessionTokenTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithSettingsUiFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithSettingsUiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithVerificationUiFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ContinueWithVerificationUiTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CourierMessageStatusTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CourierMessageTypeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateCustomDomainBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateEventStreamBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateIdentityBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateInviteResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateJsonWebKeySetTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectApiKeyRequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectBrandingTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectMemberInviteBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateProjectNormalizedPayloadTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateRecoveryCodeForIdentityBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateRecoveryLinkForIdentityBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateRelationshipBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateSubscriptionBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateSubscriptionCommonTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateVerifiableCredentialRequestBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceApiKeyBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceMemberInviteBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CreateWorkspaceSubscriptionBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CredentialSupportedDraft00Test.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/CustomDomainTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/DeleteMySessionsCountTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/EmailTemplateDataBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/EmailTemplateDataTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorBrowserLocationChangeRequiredTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorFlowReplacedTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorGenericTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ErrorOAuth2Test.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/EventStreamTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ExpandedPermissionTreeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/FlowErrorTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GenericErrorContentTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GenericErrorTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GenericUsageTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetAttributesCountResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetManagedIdentitySchemaLocationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetMetricsEventAttributesResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetMetricsEventTypesResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetOrganizationResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetProjectEventsBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetProjectEventsResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetProjectMetricsResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetSessionActivityResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/GetVersion200ResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/HealthNotReadyStatusTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/HealthStatusTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsCodeAddressTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsCodeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsOidcProviderTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsOidcTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsPasswordTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityCredentialsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityPatchResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityPatchTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentitySchemaContainerTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentitySchemaPresetTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsOidcConfigProviderTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsOidcConfigTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsOidcTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsPasswordConfigTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsPasswordTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IdentityWithCredentialsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalGetProjectBrandingBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalIsOwnerForProjectBySlugBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/InternalIsOwnerForProjectBySlugResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IntrospectedOAuth2TokenTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/InvoiceDataV1Test.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/InvoiceTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/IsOwnerForProjectBySlugTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/JsonPatchTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/JsonWebKeySetTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/JsonWebKeyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/KetoNamespaceTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/LineItemV1Test.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ListEventStreamsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ListInvoicesResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ListOrganizationsResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ListWorkspaceProjectsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ListWorkspacesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/LoginFlowStateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/LoginFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/LogoutFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ManagedIdentitySchemaTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ManagedIdentitySchemaValidationResultTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/MemberInviteTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/MessageDispatchTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/MessageTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/MetricsDatapointTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/MoneyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NamespaceTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NeedsPrivilegedSessionErrorTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionCourierChannelTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionHookTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionIdentitySchemaTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionThirdPartyProviderTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectRevisionTokenizerTemplateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/NormalizedProjectTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ClientTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ClientTokenLifespansTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentRequestOpenIDConnectContextTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentRequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentSessionExpiresAtTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2ConsentSessionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2LoginRequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2LogoutRequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2RedirectToTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OAuth2TokenExchangeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OidcConfigurationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OidcUserInfoTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OrganizationBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/OrganizationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PaginationHeadersTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PaginationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ParseErrorTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PatchIdentitiesBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PerformNativeLogoutBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PermissionsOnWorkspaceTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PlanDetailsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PlanTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PostCheckPermissionBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/PostCheckPermissionOrErrorBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectApiKeyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectBrandingColorsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectBrandingTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectBrandingThemeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectCorsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectEventsDatapointTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectHostTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectMemberTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectMetadataTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServiceIdentityTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServiceOAuth2Test.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServicePermissionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectServicesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/ProjectTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/QuotaUsageTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RFC6749ErrorJsonTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryCodeForIdentityTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryFlowStateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryIdentityAddressTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RecoveryLinkForIdentityTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RegistrationFlowStateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RegistrationFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RejectOAuth2RequestTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationQueryTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationshipNamespacesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationshipPatchTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationshipTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/RelationshipsTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SchemaPatchTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SelfServiceFlowExpiredErrorTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionActivityDatapointTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionAuthenticationMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionDeviceTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SessionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SetActiveProjectInConsoleBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SetCustomDomainBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SetEventStreamBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SetProjectBrandingThemeBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SetProjectTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SettingsFlowStateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SettingsFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SourcePositionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SubjectSetTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SubscriptionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulCodeExchangeResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulNativeLoginTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulNativeRegistrationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/SuccessfulProjectUpdateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TaxLineItemTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TimeIntervalTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationHeadersTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationRequestParametersTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationResponseHeadersTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TokenPaginationTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TrustOAuth2JwtGrantIssuerTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TrustedOAuth2JwtGrantIssuerTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/TrustedOAuth2JwtGrantJsonWebKeyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiContainerTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeAnchorAttributesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeAttributesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeImageAttributesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeInputAttributesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeMetaTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeScriptAttributesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiNodeTextAttributesTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UiTextTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateIdentityBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithCodeMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithIdentifierFirstMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithLookupSecretMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithOidcMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithPasskeyMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithPasswordMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithTotpMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateLoginFlowWithWebAuthnMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRecoveryFlowBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRecoveryFlowWithCodeMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRecoveryFlowWithLinkMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithCodeMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithOidcMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithPasskeyMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithPasswordMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithProfileMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateRegistrationFlowWithWebAuthnMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithLookupMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithOidcMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithPasskeyMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithPasswordMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithProfileMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithTotpMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSettingsFlowWithWebAuthnMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateSubscriptionBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateVerificationFlowBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateVerificationFlowWithCodeMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateVerificationFlowWithLinkMethodTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UpdateWorkspaceBodyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/UsageTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableCredentialPrimingResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableCredentialProofTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableCredentialResponseTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VerifiableIdentityAddressTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VerificationFlowStateTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VerificationFlowTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/VersionTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/WarningTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/WorkspaceApiKeyTest.kt
create mode 100644 clients/client/kotlin-multiplatform/src/test/kotlin/sh/ory/client-kotlin-multiplatform/models/WorkspaceTest.kt
delete mode 100644 clients/client/php/composer.lock
delete mode 100644 clients/client/ruby/Gemfile.lock
delete mode 100644 clients/client/rust/Cargo.lock
delete mode 100644 clients/client/typescript-fetch/package-lock.json
delete mode 100644 clients/client/typescript/package-lock.json
create mode 100644 config/client/kotlin-multiplatform.yml
delete mode 100644 config/client/kotlin.yml
diff --git a/README.md b/README.md
index cc14c9a1c5e..b447ca54bf1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ If you wish to debug some generators or build steps, you can run the image local
```shell script
docker build -t oryd/sdk:latest .
-docker run --mount type=bind,source="$(pwd)",target=/project --name sdk --user "$(id -u):$(id -g)" -it oryd/sdk:latest /bin/sh
+docker run --mount type=bind,source="$(pwd)",target=/project --name sdk -it oryd/sdk:latest /bin/bash
```
### Debugging Failing Tests on CI
diff --git a/clients/client/dart/README.md b/clients/client/dart/README.md
index e6c6ac43f52..ee32cd85d9b 100644
--- a/clients/client/dart/README.md
+++ b/clients/client/dart/README.md
@@ -23,7 +23,7 @@ This document describes the APIs available in the Ory Network. The APIs are avai
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.15.10
+- API version: v1.15.11
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
@@ -38,7 +38,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
- ory_client: 1.15.10
+ ory_client: 1.15.11
```
### Github
diff --git a/clients/client/dart/pubspec.yaml b/clients/client/dart/pubspec.yaml
index b41f69d4221..af374ede1c7 100644
--- a/clients/client/dart/pubspec.yaml
+++ b/clients/client/dart/pubspec.yaml
@@ -1,5 +1,5 @@
name: ory_client
-version: 1.15.10
+version: 1.15.11
description: OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
homepage: https://www.ory.sh
repository: https://github.com/ory/sdk/tree/master/clients/client/dart
diff --git a/clients/client/dotnet/.openapi-generator/VERSION b/clients/client/dotnet/.openapi-generator/VERSION
index 1985849fb58..09a6d30847d 100644
--- a/clients/client/dotnet/.openapi-generator/VERSION
+++ b/clients/client/dotnet/.openapi-generator/VERSION
@@ -1 +1 @@
-7.7.0
+7.8.0
diff --git a/clients/client/dotnet/Ory.Client.sln b/clients/client/dotnet/Ory.Client.sln
index bda8296ce2a..86065796865 100644
--- a/clients/client/dotnet/Ory.Client.sln
+++ b/clients/client/dotnet/Ory.Client.sln
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{7B33AE8C-3403-46C4-A87D-4C667611F6CA}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{0747E3D1-B638-49FB-9409-9B7344C41CCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client.Test", "src\Ory.Client.Test\Ory.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
@@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7B33AE8C-3403-46C4-A87D-4C667611F6CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7B33AE8C-3403-46C4-A87D-4C667611F6CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7B33AE8C-3403-46C4-A87D-4C667611F6CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7B33AE8C-3403-46C4-A87D-4C667611F6CA}.Release|Any CPU.Build.0 = Release|Any CPU
+ {0747E3D1-B638-49FB-9409-9B7344C41CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0747E3D1-B638-49FB-9409-9B7344C41CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0747E3D1-B638-49FB-9409-9B7344C41CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0747E3D1-B638-49FB-9409-9B7344C41CCC}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/clients/client/dotnet/README.md b/clients/client/dotnet/README.md
index f85e6445259..ab978aa4d1e 100644
--- a/clients/client/dotnet/README.md
+++ b/clients/client/dotnet/README.md
@@ -24,9 +24,9 @@ This document describes the APIs available in the Ory Network. The APIs are avai
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.15.10
-- SDK version: 1.15.10
-- Generator version: 7.7.0
+- API version: v1.15.11
+- SDK version: 1.15.11
+- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
For more information, please visit [https://www.ory.sh](https://www.ory.sh)
diff --git a/clients/client/dotnet/api/openapi.yaml b/clients/client/dotnet/api/openapi.yaml
index 5cc1aa3793c..4d19f115fdb 100644
--- a/clients/client/dotnet/api/openapi.yaml
+++ b/clients/client/dotnet/api/openapi.yaml
@@ -39,7 +39,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
- version: v1.15.10
+ version: v1.15.11
servers:
- url: "https://{project_slug}.projects.oryapis.com/"
variables:
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs
index e4d18de719f..7bba4f3560c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs
index 82af52bbc12..e22e7ea512f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs
index f31d1a5768f..3850e9e2245 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs
index 0bf2ae16dcc..2a5f58ed5c8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs
index cc30cc72838..0d3e6b6783e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs
index 650b0b93427..397ef66dfa9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs
index f72b9354745..f1903f7c58e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs
index 31c2dcc0ce8..98ad32c9249 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs
index 9d4c2ca17ec..d46ee8c9d46 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs
index 2f6627745bb..68eed6222b3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs
index 413db3ed931..e40223d2254 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs
index 9fcebd55f72..51311d38eb6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs
index b747466adef..85c219c281e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs
index 939385b1631..890230ef8dc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs
index 15fb446c742..4d8dfe1c9e9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs
index e8b9a8afe3a..ad58f64f162 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs
index b38f677b697..7a421d1776b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs
index 7bf30307a80..16d801e0fda 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs
index 7900c493c62..ae7c355526e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs
index 417cd93909f..7497708279c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs
index b53974b55e6..e0cc9d3c5bf 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs
index e1d9600dea0..cf62ef2d1d4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs
index de70859c7f6..b93cf93b7b0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs
index e8d6d127484..0242cc69a5a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs
index e0460c4ad87..23b9183424d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs
index 2fe829168fa..b6268d7b36c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchCheckPermissionResultTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs
index 1937cc0feae..4bfecafb39d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs
index 4fcdc7ccc7c..afad2e173b3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs
index 37683b4953a..e581f4f2811 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs
index e1dba28946e..e46a7fdc289 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs
index b503a64f55f..5c492530efd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultWithErrorTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs
index 9ebe89a5308..49e659004e5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs
index 9f97b5f34ed..49ab88cfc73 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs
index bebca515b3f..8c938f9c37c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs
index 9183239388c..bb6a39ca719 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs
index 2d7f3c9fa2a..da6f4a484a1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRedirectBrowserToTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs
index f26d9c135ff..f26f331dc8d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs
index 9b7c7061259..fda25ad732d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs
index 9a39914b90b..295e9a339ae 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs
index a64f590db95..b4ae6472cff 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs
index 4d1c9713311..4fa6e5fb496 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs
index 4358008e36c..95acafbe000 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs
index 85ec808076a..dba14494546 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs
index 32b9b568aab..fdee25a7d76 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs
index b6b85362d3b..a5340c80450 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs
index 6b08f5ce7e0..da1c003e20e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateEventStreamBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs
index 1c91a0ee931..83f638d8e7b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs
index 316ddc4bedd..5fa33c82970 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs
index 4ddc4c6bf1f..66746892cae 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs
index c0c1f57a3ad..ffa61621904 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectApiKeyRequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs
index de0c6c9709d..21e6eb13fa7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs
index 8b3ef6eefd1..daf6245275d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs
index 7b722f1b785..c083848cc7d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs
index 667d3c12a0d..718f4485eb9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectNormalizedPayloadTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs
index 8d41fe3ea87..8d329116716 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs
index 0a56d2acf1f..d1677724517 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs
index 52d011431b6..4e8944ddfd1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs
index d24aebca0af..8ab5b5919f1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs
index 974fa9f182e..dcab54db65d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionCommonTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs
index a00d37f650d..55fd62b4b79 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs
index e64076a9fcd..515c14d272b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceApiKeyBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs
index 4153e3cf9cd..6fe1aa28bf1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs
index 845d99ddc7c..f82c669c869 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceMemberInviteBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs
index 8ec5b112b73..aeba902079c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateWorkspaceSubscriptionBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs
index 9b257c4a248..f8c5f7f286f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs
index 399a6be5c44..3593a874829 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs
index f9ac582d65e..578e46653d0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs
index 99a6baa095b..9e8abb170d7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs
index e6786531181..43d7f2ee16f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs
index f4160a895d2..ddf4273f849 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs
index 1b707544db8..9c48c2b904d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs
index d5eb821db10..8f1e7d556f3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs
index 4faf3668862..64dd48f903f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs
index b71b9a111e2..2df6dee7c7c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs
index ee7c6cea386..e9c5b3a240a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEventStreamTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs
index 74aed147924..afa4e89ca0a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs
index f0583a3195d..ff75aab936d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs
index ea9389203ec..b13969851b0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs
index 7e98b1cbbbd..7950fc6bb70 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs
index 4b36af9de60..482f54c3dce 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs
index eff02355170..8b792844c19 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs
index 9c65a05c299..158f6219c97 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs
index e4e6880acf4..f1fe60fa3f7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventAttributesResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs
index 6d5480c5d49..0fb59464ce1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetMetricsEventTypesResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs
index 725b2bdba43..223934664b9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs
index c264f04402e..a8c0e310aed 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs
index 3309b332cc1..4a75c0a83a8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectEventsResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs
index 2dec28a4826..d031dbcecca 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs
index cdacf614de8..81706384eb7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs
index 77d8b882a27..a51104fa9b9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetVersion200ResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs
index 038988c76ef..77d9e9348bf 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs
index 81f6f8a9cd2..7a8de1b2a62 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeAddressTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeAddressTests.cs
index 84fa1e685a9..c54f0334c4e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeAddressTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeAddressTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs
index 4547f17da75..62cc90a863b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs
index 8f2da249d9f..63c782384ea 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs
index 697726ff94c..940809947eb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs
index 24b5bf6c15a..5defff02331 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs
index 9bf35a7ef31..baa5efef27a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs
index 189fc83eef7..b2ecdaf691c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs
index 40ba80d3c43..212a18ff72c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs
index 0b3d0cc3f0a..77c3f0f23ee 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs
index 9ba10eea236..c65134b7fc1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs
index ca78d70ec62..9e85196b857 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs
index f3e01193437..6b34716f5b4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs
index a20a5d4219a..777ac6ef078 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs
index 66c902c5ca7..675b94623d7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs
index 131462d2123..58e6d072065 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs
index c863848f697..8f83eeb0e54 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs
index c733f7e0680..02f8fa8ce64 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs
index 9bd347df8c5..9a6f279d349 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs
index eb158042d07..993685bd6eb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs
index b46579769a5..ee1ba9f4729 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs
index 49b8759d48d..eb2d3b94fe9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs
index 29f43aa476f..abb9841967a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs
index ee7dc7e849b..09b79925a95 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceDataV1Tests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs
index 3053d5ab3f1..45a01f737c8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInvoiceTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs
index 08a901e30f9..24b3453185f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs
index 1fa83325932..66ff57f0bc0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs
index 9993f312a01..ea50b8056df 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs
index e68bb640482..6c041838ef0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs
index 960005f6315..a9d4dd1ee17 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs
index 800f8cb51e2..4f907c9e5bb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLineItemV1Tests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs
index 3222b073b23..740bb87565a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListEventStreamsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs
index dc3cfa4789f..651cf09b3d5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListInvoicesResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs
index f38bbc07c56..627ad981853 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs
index 5d63cf2d0fc..45fbd895451 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspaceProjectsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs
index fdf279cf40b..e95da4a3b84 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListWorkspacesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs
index 1777bf0015e..330e4e090b4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs
index 45873fde6c2..92859d836bd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs
index 85906515daf..3635984d23a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs
index 2b76e1ead39..87f40e631f8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs
index 08ab081230f..59053f2d1c2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs
index 8700b3f3e10..ec58fd85f04 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs
index c0e31a4804e..b289fe669a2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs
index 8d12aad75f1..ff516e10585 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs
index 653a3dd2d5d..58871cdab00 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs
index b3063ce8000..597019646cf 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMoneyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs
index bbab5d6fce0..28693fbe222 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs
index ece7d7f3ac7..3eee084fae4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs
index f9918e1bd8e..f3f5fe84f9d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionCourierChannelTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs
index a0d4c2429c3..31763292207 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs
index 6dbbb58b127..808def7ad31 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs
index 4710c598dc5..a7ca562b48d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs
index 68b1709630c..39ce6562048 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs
index 198239733c6..45f2a80684a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs
index bab4bb4a5fc..81e45923f59 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs
index bdf1584e89e..8cff61806eb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs
index 153dc84bce1..4f887de821f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs
index 8bb3c9ec005..b8b56c06829 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs
index 11fb524da43..4c8e5eccafe 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs
index 1dfb37d1b21..56ca33afd10 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs
index 1ecdd877a28..c27e675ae32 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs
index 69265b0fa91..d44d5ad470d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs
index ebdf4419f6b..365c0c9db1b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs
index b8282f92197..fcc5d76dd93 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs
index ce2c03d9090..cbfa22ab70e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs
index 8542a82c345..e0b97d0545c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs
index 45bd7f49945..2322bddf660 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs
index 0c1c504dd3a..e839fa1b23f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs
index e29b84ff04a..89d3f491ff1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs
index f5d4f45a146..951f95f4dc4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs
index dc93188e0b7..fcaa280ea2c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs
index 24ddcc0db25..71693a58c21 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs
index d4692ac3a8d..3c1514332d8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs
index 4dc92d7ac34..1fab8b1b7af 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs
index ac275b25f39..d46a5d1329d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPermissionsOnWorkspaceTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs
index 8117e2f811a..47c013147bb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs
index f24f024fd17..64ed793a23f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs
index e2eb0858459..b061c887a2d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs
index 6ea24399dda..79b8f1fd76e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs
index 750ad8790c2..974863cc127 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs
index c215631351d..a0083521e43 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs
index f90f1f1486c..4974f9ece72 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs
index 20e6a713317..975e24f87cb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs
index 5d54d481711..8558450f115 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs
index b0c3c58098f..fc87b878557 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectEventsDatapointTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs
index e0b43ab07a7..82bdbc93bfd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs
index 960aba9d964..dbb45759690 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMemberTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs
index b086f85f806..750ef1376c4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs
index 11c5bb02bc3..f793f9c8baf 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs
index a98b8f1dca3..3ae540a49d3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs
index 840a344ea49..4812e5fb86f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs
index 860202eda6b..5947e687534 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs
index 419d3ca84e7..e32ec1eb5c4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs
index 3aa03664421..d55034919ae 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs
index 75c671353e6..d90f4ff5966 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs
index 210894b3592..d37c1af8477 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs
index 06edffdb5b8..740c8b7c730 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs
index 90cc89cdf32..5d6cb5248ab 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs
index 4c574b40a8a..4915347353f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs
index a951ce6c001..568dd339235 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs
index 3655c2ea034..869eeb30d84 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs
index 56bad4eb9ee..38023abd98c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs
index a5c119c983d..1912c141498 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs
index a63207e8db2..53ce4948910 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs
index ff526e801bd..4594a6b0021 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs
index ec90e1c934d..cdfaa2e5829 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs
index e18c5b495b0..d5a395fd345 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs
index c552e43d2df..5b2ed134058 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs
index c3079abd9aa..00d8785725d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs
index 947ecb68e34..ffbb20333f2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs
index ffac3b9e87b..723cffdb19b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs
index 4647558fa7e..d580a0b63d0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs
index b1fa46c64fe..29b09c1b224 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs
index dcb46bea92a..742e4bb6042 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs
index c07db9f075c..9e52eb7a0b0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs
index f3ac68a2184..2bc9c98268a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs
index 8c329b785bc..31b22482dae 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetEventStreamBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs
index 9f414a1b867..621df9bf891 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs
index 9fab303caf8..939b0d92f38 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs
index 9e74117b1c2..a1cd0d50ef1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs
index 4e5708abf02..c64663ce0ab 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs
index 380ff6a38d9..0f36bfc278e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs
index 998525b0ebb..3539de3969d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs
index 55648925a2d..a1991775b35 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs
index f11239c5872..9266650012f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs
index a3590ffeaca..1d1b11bfa96 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs
index d9c5977c4aa..6c432e639aa 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs
index b6e44821a3c..75308cf7881 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs
index e87f710d0da..740f96d8c01 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTaxLineItemTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs
index 7e4e2c32eeb..46a97c24a60 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTimeIntervalTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs
index 281dd955da3..14046cbfa00 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs
index a0f8c7cdce3..642d603d638 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs
index f6a4ac03c4d..e738b3aa73f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs
index 9da62005125..e3fbebbe5f8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs
index 3e2ad8f822f..52ac3dde1d6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs
index b8c3667d44d..357c3b20f6e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs
index 6baf6234179..d6b3dc545ff 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs
index 7fa07b97b3e..1e6e4a3575d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs
index 662241c18d7..546e44d6378 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs
index 1fa07d36584..b8dcbf4ab54 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs
index 820c821f870..71f606b28d0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs
index 6df5666c1fa..58cd8cb2ee2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs
index 2799028ea79..14d4fb87f04 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs
index 006efa70a41..3e118ffd468 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs
index 6da3b3ec4cc..b84a9fbfbdb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs
index 1173daf39a0..9e32e1d4b9a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs
index fdc116b4061..508270eefb1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs
index 562c7c4962e..9ed72f13c17 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs
index e93134ffd78..88b9fc8152f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs
index 45ce784cbf0..15fe7751cb3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs
index 7fb8132c28e..11e26d93263 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithIdentifierFirstMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs
index 6557277f8b4..acd182a0b9f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs
index 33d8547459f..88c2e8732df 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs
index 4b9a7991902..71be38e7d6b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasskeyMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs
index 4f432bfd8bf..a36da53abf1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs
index 8dad4dd2523..e4ba631b6d7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs
index 84fb5b74a2d..6f04145d237 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs
index 51e207fe766..2e1483f3598 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs
index 4fa5fdfcf59..f07027f5623 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs
index b615cc13a07..26d8e9811bc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs
index 46d7ef78e25..c3ea6b5e317 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs
index 7516cfc12da..a844d72bc84 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs
index 6a7767f00cf..66add3434be 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs
index 312cfcd8af1..ed2920551df 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasskeyMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs
index 22ff7991d7b..f85a0ed3038 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs
index db1e73068c4..a2467f5956b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithProfileMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs
index c34a879f71a..eef76bbbed3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs
index c36d50526fc..92fa64c39c7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs
index 01992b02c32..2567620c060 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs
index 9e0497e579f..21371d83383 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs
index d6d53f290b7..fdad181f835 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasskeyMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs
index c769cfe3873..d5fc89950bd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs
index d728dcf5f2b..c9a10f958ce 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs
index 303082890ff..0ddbedcf6ee 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs
index d7bcffc7757..4e9477f4b24 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs
index e1ddc7c9c67..6ebe88d7662 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs
index 44d7f7e74b8..fe696383540 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs
index 4c3d942fead..4343dd4294b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs
index 91063933d94..a192120640a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs
index 99f0e17d658..756024b0832 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateWorkspaceBodyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs
index aaac8e044cf..7db04d895db 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs
index 693d966055b..9611bf46bd6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs
index ac4fbc5e703..18ee62d400b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs
index 2e1f5a08f28..c89adbe3f9c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs
index 690b6542c88..afde00915ea 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs
index b3f2d70b773..68fe2c695dc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs
index 0326bc95748..fb6d86da6fb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs
index 00d97cb1d8b..216e8bcaf7f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs
index 0b7835e4748..942c7059376 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs
index 7a0d4e818b4..10211371833 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceApiKeyTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs
index b7ffc804a77..71ee1c22afa 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWorkspaceTests.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs b/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs
index 85cbcbd8f61..0a2098b2079 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -100,7 +100,7 @@ public interface ICourierApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ClientMessage
- System.Threading.Tasks.Task GetCourierMessageAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task GetCourierMessageAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// Get a Message
@@ -113,7 +113,7 @@ public interface ICourierApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ClientMessage)
- System.Threading.Tasks.Task> GetCourierMessageWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task> GetCourierMessageWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// List Messages
///
@@ -128,7 +128,7 @@ public interface ICourierApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<ClientMessage>
- System.Threading.Tasks.Task> ListCourierMessagesAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task> ListCourierMessagesAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// List Messages
@@ -144,7 +144,7 @@ public interface ICourierApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<ClientMessage>)
- System.Threading.Tasks.Task>> ListCourierMessagesWithHttpInfoAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task>> ListCourierMessagesWithHttpInfoAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
#endregion Asynchronous Operations
}
@@ -349,7 +349,7 @@ public Ory.Client.Client.ApiResponse GetCourierMessageWithHttpInf
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ClientMessage
- public async System.Threading.Tasks.Task GetCourierMessageAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task GetCourierMessageAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
Ory.Client.Client.ApiResponse localVarResponse = await GetCourierMessageWithHttpInfoAsync(id, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
@@ -363,7 +363,7 @@ public Ory.Client.Client.ApiResponse GetCourierMessageWithHttpInf
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ClientMessage)
- public async System.Threading.Tasks.Task> GetCourierMessageWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> GetCourierMessageWithHttpInfoAsync(string id, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'id' is set
if (id == null)
@@ -523,7 +523,7 @@ public Ory.Client.Client.ApiResponse GetCourierMessageWithHttpInf
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of List<ClientMessage>
- public async System.Threading.Tasks.Task> ListCourierMessagesAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> ListCourierMessagesAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
Ory.Client.Client.ApiResponse> localVarResponse = await ListCourierMessagesWithHttpInfoAsync(pageSize, pageToken, status, recipient, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
@@ -540,7 +540,7 @@ public Ory.Client.Client.ApiResponse GetCourierMessageWithHttpInf
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<ClientMessage>)
- public async System.Threading.Tasks.Task>> ListCourierMessagesWithHttpInfoAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task>> ListCourierMessagesWithHttpInfoAsync(long? pageSize = default(long?), string? pageToken = default(string?), ClientCourierMessageStatus? status = default(ClientCourierMessageStatus?), string? recipient = default(string?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
Ory.Client.Client.RequestOptions localVarRequestOptions = new Ory.Client.Client.RequestOptions();
diff --git a/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs b/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs
index 8e4a11af218..d739acb98fc 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/EventsApi.cs
@@ -3,7 +3,7 @@
*
* # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | - -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
*
- * The version of the OpenAPI document: v1.15.10
+ * The version of the OpenAPI document: v1.15.11
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -140,7 +140,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ClientEventStream
- System.Threading.Tasks.Task CreateEventStreamAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task CreateEventStreamAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// Create an event stream for your project.
@@ -154,7 +154,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ClientEventStream)
- System.Threading.Tasks.Task> CreateEventStreamWithHttpInfoAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task> CreateEventStreamWithHttpInfoAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// Remove an event stream from a project
///
@@ -167,7 +167,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of void
- System.Threading.Tasks.Task DeleteEventStreamAsync(string projectId, string eventStreamId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task DeleteEventStreamAsync(string projectId, string eventStreamId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// Remove an event stream from a project
@@ -181,7 +181,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse
- System.Threading.Tasks.Task> DeleteEventStreamWithHttpInfoAsync(string projectId, string eventStreamId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task> DeleteEventStreamWithHttpInfoAsync(string projectId, string eventStreamId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// List all event streams for the project. This endpoint is not paginated.
///
@@ -193,7 +193,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ClientListEventStreams
- System.Threading.Tasks.Task ListEventStreamsAsync(string projectId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task ListEventStreamsAsync(string projectId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// List all event streams for the project. This endpoint is not paginated.
@@ -206,7 +206,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ClientListEventStreams)
- System.Threading.Tasks.Task> ListEventStreamsWithHttpInfoAsync(string projectId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task> ListEventStreamsWithHttpInfoAsync(string projectId, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// Update an event stream for a project.
///
@@ -220,7 +220,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ClientEventStream
- System.Threading.Tasks.Task SetEventStreamAsync(string projectId, string eventStreamId, ClientSetEventStreamBody? clientSetEventStreamBody = default(ClientSetEventStreamBody?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task SetEventStreamAsync(string projectId, string eventStreamId, ClientSetEventStreamBody? clientSetEventStreamBody = default(ClientSetEventStreamBody?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
///
/// Update an event stream for a project.
@@ -235,7 +235,7 @@ public interface IEventsApiAsync : IApiAccessor
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ClientEventStream)
- System.Threading.Tasks.Task> SetEventStreamWithHttpInfoAsync(string projectId, string eventStreamId, ClientSetEventStreamBody? clientSetEventStreamBody = default(ClientSetEventStreamBody?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ System.Threading.Tasks.Task> SetEventStreamWithHttpInfoAsync(string projectId, string eventStreamId, ClientSetEventStreamBody? clientSetEventStreamBody = default(ClientSetEventStreamBody?), int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken));
#endregion Asynchronous Operations
}
@@ -451,7 +451,7 @@ public Ory.Client.Client.ApiResponse CreateEventStreamWithHtt
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ClientEventStream
- public async System.Threading.Tasks.Task CreateEventStreamAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task CreateEventStreamAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
Ory.Client.Client.ApiResponse localVarResponse = await CreateEventStreamWithHttpInfoAsync(projectId, clientCreateEventStreamBody, operationIndex, cancellationToken).ConfigureAwait(false);
return localVarResponse.Data;
@@ -466,7 +466,7 @@ public Ory.Client.Client.ApiResponse CreateEventStreamWithHtt
/// Index associated with the operation.
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (ClientEventStream)
- public async System.Threading.Tasks.Task> CreateEventStreamWithHttpInfoAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
+ public async System.Threading.Tasks.Task> CreateEventStreamWithHttpInfoAsync(string projectId, ClientCreateEventStreamBody clientCreateEventStreamBody, int operationIndex = 0, System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
// verify the required parameter 'projectId' is set
if (projectId == null)
@@ -625,7 +625,7 @@ public Ory.Client.Client.ApiResponse